/* Common
------------------------------ */

@import url('//fonts.googleapis.com/css?family=Sawarabi+Gothic&subset=japanese');
/* フォントを指定したいところで */


.txt-center {
  text-align: center !important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

html {
  font-size: 62.5%;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-weight: 200;
  color: #222222;
}

img {
  max-width: 100%;
}

.content-wrap-m-zero {
  max-width: 1120px;
  margin: 0 auto;
}

.content-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

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

li {
  list-style-type: none;
}

h1 {
  color: #444444;
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
}

h2 {
  text-align: center;
  font-weight: 400;
  font-size: 1.3rem;
  text-shadow: 2px 3px 3px #ecece6;
}

.yellow-ffcd00 {
  color: #ffcd00;
}

.green-0A7B5E {
  color: #0A7B5E;
}

.red-fe9d73 {
  color: #fe9d73;
}

hr.style1 {

  border-top: 1px solid #444444;
  width: 17%;
  margin: 8% auto 0;
}

.br-mobile {
  display: none;
}

.pc {
  display: block;
}

.pc2 {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc2 {
    display: none;
  }
}

@media (max-width: 480px) {
  .content-wrap-m-zero {
 margin: 0;
  }

  .content-wrap {
    margin: 0 5%;
  }

  h1 {
    font-size: 2rem;
  }

  .br-mobile {
    display: inline;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* ページTOPボタン
------------------------------ */
#pageTop {
  position: fixed;
  bottom: 2%;
  right: 2%;
}

#pageTop i {
  padding-top: 5%;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 3px 10px 5px 10px;
  background-color: rgba(38, 54, 133, 0.97);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (max-width: 480px) {
  #pageTop a {
    font-size: 10px;
  }
}

/* サイドソーシャルメディアアイコン
------------------------------ */
.side-social-icons {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 2%;
  bottom: 30%;
}

.side-social-icons img {
  width: 40px;
  height: 40px;
}

.side-social-icons img:not(:first-of-type) {
  margin-top: 20%;
}

/* Header
------------------------------ */
.logo_h {
  display: flex;
  flex-direction: row;
  padding: 2% 0;
}

.logo_h p {
  padding: 2.25% 0 0 1%;
}

.logo_h img {
  max-width: 214px;
  width: 100%;
  height: auto;
}

.pc_l {
  display: block;
}

.is-fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  max-width: 1120px;
  width: 100%;
}

@media (max-width: 480px) {

  header {
    background-color: white;
  }

  header img {
    flex-basis: 50%;
  }
}

/* main-nav
------------------------------ */

.main-nav a {
  color: #32392e;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}

.main-nav li {
  flex-basis: 17%;
  padding: 1% 0;
  opacity: 0.9;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  border-right: 1px solid #BFBFBF;
}

.main-nav li:last-child {
  border: none;
}

.main-nav {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.pc_n {
  display: block;
}

.sp_n {
  display: none;
}

@media (max-width: 950px) {
  .main-nav a {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

@media (max-width: 810px) {
  .main-nav {
    display: none;
    flex-direction: row;
    width: 100%;
  }

  .logo_h p {
    display: none;
  }

  .pc_n {
    display: block;
  }

  .sp_n {
    display: block;
  }

}

/* ------------------------------index.php------------------------------*/


/* Information & Schedule
------------------------------ */
.information,
.schedule {
  margin: 0 auto;
  max-width: 816px;
  padding-top: 3%;
  padding-bottom: 3%;
}

.pkobo_sp {
  height: 300px;
  width: 100%;
  padding: 5px;
  overflow: scroll;
  border: 1px solid #CCC;
  -webkit-overflow-scrolling: touch;
}

.information h2 {
  margin-top: 4%;
  margin-bottom: 4%;
  text-shadow: 2px 3px 3px #ecece6;
  font-size: 3rem;
  font-weight: bold;
  color: #444444;
}

@media (max-width: 480px) {
    
 .information h2 {
    font-size: 2.5rem;
}
}

/* learn-teach
------------------------------ */

.learn-teach-btn-containar,.learn-teach-btn-containar02 {
  margin: 5% auto 4%;
  display: flex;
  justify-content: center;
}

.learn-teach-btn-item {
  text-align: center;
  flex-basis: 26%;
  margin: 0 2%;
}

.learn-teach-btn-item img {
  box-shadow: 0px 4px 5px -1px hsl(0, 2%, 74%);
}

.learn-teach-btn-item img:hover {
  opacity: 0.7;
}

.learn-teach {
  background-color: #dff2d452;
  padding: 2.5% 0 1% 0;
}

.learn-teach p {
  font-size: 2.5rem;
  text-align: center;
  padding: 6% 0;
}

.top-instructor {
  padding: 2.5% 0 1% 0;
}

.learn-teach-flex-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}

.learn-teach-box {
  flex-basis: 100%;
}

.learn-teach-box img {
  box-shadow: 0px 4px 5px -1px #878787;
	max-width: 700px;
	width: 100%;
}

.learn-teach-box img:hover {
  opacity: 0.7;
}

.message h1 {
  text-align: center;
  font-size: 3.5rem;
  margin: 20px auto 20px;
  color: rgb(82, 92, 169);
  font-weight: 600;
  padding-top: 3%;
}

.message p {
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto;
  max-width: 920px;
}

.learn-teach-banner-item h2 {
  margin-top: 7%;
  text-shadow: 2px 3px 3px #ecece6;
  font-size: 3rem;
  font-weight: bold;
  color: #444444;
}

.learn-teach-banner-item figure {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-top: 3%;
  text-align: center;
}

.learn-teach-banner-item img {
 box-shadow: 0px 4px 5px -1px #878787;
}

.learn-teach-banner-item p {
  margin-top: 10px;
  font-size: 2.0rem;
  text-align: center;
}

@media (max-width: 767px) {
  
.learn-teach-banner-item p {
  font-size: 1.5rem;
}
.learn-teach-btn-containar02 {
    margin: 5% auto 4%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }    
    
  .learn-teach-btn-item {
  text-align: center;
  flex-basis: 34%;
  margin: 1% 33%;
}
}

@media (max-width: 480px) {
  .learn-teach-banner-item h2 {
    font-size: 2.5rem;
  }

  .learn-teach-btn-containar {
    margin: 4% auto 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .learn-teach-btn-item {
    text-align: center;
    width: 230px;
    height: 35px;
    margin: 3% auto;
  }

  .learn-teach-flex-outer {
    flex-direction: column;
  }

  .learn-teach-box {
    flex-basis: 100%;
  }

  .learn-teach p {
    font-size: 1.75rem;
  }

  .message h1 {
    text-align: center;
    font-size: 2.6rem;
    margin: 20px auto 20px;
    color: rgb(82, 92, 169);
    font-weight: bold;
    padding-top: 3%;
  }

  .message p {
    text-align: center;
    font-size: 1.5rem;
  }
}

/* What's Paslter Shine Art
------------------------------ */
.whats-psa {
  padding: 0;
}

.whats-psa h2 {
  padding: 5% 0;
  text-shadow: 2px 3px 3px #ecece6;
  font-size: 3rem;
  font-weight: bold;
  color: #444444;
}

.whats-psa-flex-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.whats-psa-box-1 {
  flex-basis: 60%;
}

.whats-psa-box-2 {
  flex-basis: 40%;
}

.whats-psa p {
  font-size: 2rem;
}

.whats-psa .show-details-btn {
  text-align: center;
  padding: 8% 0 5% 0;
}

.whats-psa .show-details-btn img {
  box-shadow: 0px 4px 5px -1px hsl(0, 2%, 74%);
}

.whats-psa .show-details-btn img:hover {
  opacity: 0.7;
}

.whats-psa .show-details-btn a {
  font-size: 2.25rem;
  display: inline-block;

}

@media (max-width: 480px) {
    
    .whats-psa h2 {
  padding: 5% 0;
  text-shadow: 2px 3px 3px #ecece6;
    font-size: 2.8rem;
}
    
  .whats-psa-flex-outer {
    flex-direction: column;
  }

  .whats-psa p {
    font-size: 15px;
  }

  .whats-psa .show-details-btn img {
    width: 230px;
    height: auto;
   }


}


/* Slick
------------------------------ */
.slick-slider {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.slick-slider img {
  max-width: 1120px;
  width: 100%;
  height: auto;
}

.slick-slider .slick-prev:before {
  content: "\f0d9";
}

.slick-slider .slick-next:before {
  content: "\f0da";
}

.slick-dots li button:before {
  font-size: 10px;
}

/* ------------------------------gallery.php------------------------------*/


/* Discription
------------------------------ */

.discription {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 0 5%;
  font-size: 1.5rem;
}

.discription p {
  height: auto;
  text-align: left;
  width: 100%;
  line-height: 26px;

  font-size: 1.8rem;
}

.discription .center {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.psaSinglePage__boxImg {
  text-align: center; 
}

/* gallery-frame
------------------------------ */
.notice {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 3rem;
	
}

.section-gallery {
  margin: 6% auto 10%;
}

.gallery-title img {
    position: absolute;
    right: 50%;
    left: 50%;
    margin: 0;top: 19px;
    width:50%;
    transform: translate(-50%,-50%);
    padding: 0; z-index: 50;
}


.section-gallery h2 {
  color: #444444;
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
}

.frame_gallery {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 6%;
  background-image: url(../img/gallery-page/g_bg.png);
  background-size: 100% 100%;
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 8%;
}

.container_g1 {
  width: 83%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 20px;
  max-width: 1030px;
  padding-top: 3%;
  text-align: center;
}

.gallery_name {
  color: #4d4d4d;
  font-size: 2rem;
  margin-top: 10px;
}

.item_g1 {
  flex-basis: 20%;
}

.item_g1 img {
  box-shadow: 0px 4px 17px -1px #878787;
  border-radius: 7px;
}

@media (max-width: 767px) {

  .item_g1 {
    flex-basis: 23%;
  }
}

@media (max-width: 480px) {
    
 .section-gallery h2 {
  color: #444444;
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
  margin: 4rem auto 3rem;
}

  .discription {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0 0%;
    font-size: 1.5rem;
  }


  .discription p {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .frame_gallery {
    width: 100%;
    height: auto;padding-top: 19px;
    padding-bottom: 5%;
    background-image: url(../img/gallery-page/g_bg_sp.png);
    background-size: 100% 100%;
    filter: drop-shadow(1px 4px 6px #eceaea);
  }

  .container_g1 {
    flex-direction: column;
    padding-top: 2%;
  }

  .item_g1 {
    flex-basis: 23%;
    margin-top: 10%
  }

  .item_gallery {
    text-align: center;
    flex-basis: 80%;
  }
    
    .gallery-title img {
    position: absolute;
    right: 50%;
    left: 50%;
    margin: 0;top: 12px;
    width:90%;
    transform: translate(-50%,-50%);
    padding: 0; z-index: 50;
}
    
    
}

/* ------------------------------link.php------------------------------*/
.link {
  margin: 3% auto;
}

.link_table table {
  width: 100%;
  margin: 20px auto;
}


.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  font-weight: 400;
  font-size: 2rem;
}

.tbl-r02 td {
  border: solid 1px #000000;
  padding: 10px;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  .tbl-r02 {
    width: 80%;
  }

  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}


.link-h2 {
  margin: 5% auto 0 auto;
  font-size: 3rem;
  color: #0a7b5e;
  font-weight: bold;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
}

.link_border {
  margin: 1% auto 3%;
  text-align: center;
}

.container_link {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10%;
}

.item_link {
  text-align: center;
  max-width: 218px;
  box-shadow: 0px 3px 8px -1px #7d847c;
  width: 17%;
}

.link_img img {
  width: 85%;
}

.aicon {
  display: inline;
}

.aicon img {
  width: 30px;
}

.name {
  font-size: 1.8rem;
}

.area {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.license_aicon {
  width: 100%;
  height: auto;
  margin: 3% auto;
}

.sns_aicon {
  margin: 3% auto;
}

@media (max-width: 767px) {
  .name {
    text-align: center;
    font-size: 1.8rem;
  }
}

@media (max-width: 680px) {
  .container_link {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10%;
  }

  .name {
    text-align: center;
    font-size: 1.8rem;
  }
}

@media (max-width: 650px) {
  .container_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5%;
    /*margin: 0 auto;*/
  }

  .item_link {}

  .item_link {
    text-align: center;
    /*flex-basis: 80%;*/
    margin: 5% auto;
    width: 100%;
  }
}

/* ------------------------------inquiry.php------------------------------*/

.discription li {
}

.inquiry-bg {
  padding-bottom: 15%;
  background-image: url(../img/inquiry-page/inquiry-background.png);
  background-position: left 0px top 0px, center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inquiry-box {
  width: 70%;
  height: auto;
  margin: 0 auto;
  font-size: 2rem;
}

.inquiry-table {
  width: 100%;
}

.inquiry-table th {
  width: 50%;
  height: auto;
}

.inquiry-table td {
  width: 50%;
  height: auto;
}

input[type=text] {
  padding: 5px 10px;
  font-size: 86%;
  border: none;
  border-radius: 3px;
  background: #ddf0ff;
}

input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
  margin-top: 10px;
  padding: 5px 20px;
  font-size: 100%;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  box-shadow: 0 3px 0 #2887d1;
  background: #4eaaf1;
}

input[name=btn_back] {
  margin-right: 20px;
  box-shadow: 0 3px 0 #777;
  background: #999;
}

.element_wrap {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  width: 150px;
}

.element_wrap p {
  display: inline-block;
  margin: 0;
  text-align: left;
}


/* ------------------------------books.php------------------------------*/

.container_books {
  display: flex;
  /*justify-content: space-around; */
  margin: 0 auto;
/*  max-width: ;*/
  padding-top: 2%;
}

.item_books {
  flex-basis: 33%;
}

.books-box {
  text-align: center;
  margin: 3%;
  /*width: 100%;*/
  height: auto;
    
}

.books-box a:hover {
  opacity: 0.6;
  transition: .4s;
}

.books-box img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
  height: 260px;
    width: auto;
}

.title-books {
  text-align: center;
  font-size: 1.6rem;
}

.info-books {
  text-align: center;
  color: #0a7b5e;
  font-size: 1.6rem;
}


@media (max-width: 680px) {
  .container_books {
  display: flex;
  justify-content: space-around; margin: 0 auto;
  flex-direction: column;
/*  max-width: ;*/
  padding-top: 2%;
}
    
    .books-box img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
  height: auto;
    width: 80%;
}
    .item_books {
  flex-basis: 33%;
        margin-bottom: 5%;
}
    
}

@media (max-width: 480px) {
  
    
}


/* ------------------------------media.php------------------------------*/



.media {
			margin-top: 4rem;
		}
		
		.media a:hover {
			
          opacity: 0.7;
			transition: 0.5s;

		}
		
		.media h2 {
			    margin-top: 4rem;
    margin-bottom: 1rem;
    color: rgb(27, 13, 129);
    font-size: 24px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-weight: bold;
		}

.history h2 {
			margin-top: 5rem;
    margin-bottom: 1rem;
    color: rgb(27, 13, 129);
    font-size: 36px;
    font-weight: bold;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
		}
		
		.media_text {
			margin: 0 auto;
		}


.container_media {
  display: flex;
  justify-content: space-between; 
  margin: 0 auto;
/*  max-width: ;*/
  padding-top: 2%;
}

.item_media {
  flex-basis: 50%;
    float: left;
}

.media-box {
  text-align: left;
   margin: 3% 1%;
    width: 48%;
  /*margin: 3%;
  width: 44%;*/
  height: auto;
    float: left;
}

.media-box a:hover {
  opacity: 0.6;
  transition: .4s;
}

.media-box img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
  height: 200px;
    width: auto;
}

.title-media {
  text-align: left;
  font-size: 1.6rem;
}

.info-media {
  text-align: left;
  color: #0a7b5e;
  font-size: 1.6rem;
}


@media (max-width: 680px) {
  .media-box img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
  height: 150px;
  width: auto;
}
    
}

@media (max-width: 480px) {
  .container_media {
  display: flex;
  justify-content: center; 
  margin: 0 auto;
  flex-direction: column;
 /*  max-width: ;*/
  padding-top: 2%;
}
    
    .media-box {
  text-align: center;
   margin: 3%;
    width: 44%;
  
}
    
    .media-box img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
  height: auto;
    width: 100%;
}
    .item_media {
  flex-basis: 50%;
   margin-bottom: 5%;
}
    
}

/* ------------------------------gallery_archive.php------------------------------*/

.gallery_archive {
			margin-top: 5rem;
		}
		
		.gallery_archive a:hover {
			
          opacity: 0.7;
			transition: 0.5s;

		}
		
		.gallery_archive h2 {
			margin-top: 5rem;
			margin-bottom: 1rem;
			color: orange;
			font-size: 30px;
		}
		
		.gallery_archive_text {
			margin: 0 auto;
		}


.container_gallery_archive {
  display: flex;
  justify-content: space-between; 
  margin: 0 auto;
/*  max-width: ;*/
  padding-top: 2%;
}

.item_gallery_archive {
  flex-basis: 50%;
    float: left;
}

.gallery_archive-box {
  text-align: center;
   margin: 3% 1%;
    width: 48%;
  /*margin: 3%;
  width: 44%;*/
  height: auto;
    float: left;
}

.gallery_archive-box a:hover {
  opacity: 0.6;
  transition: .4s;
}

.gallery_archive-box img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
  height: 300px;
    width: auto;
}

.title-gallery_archive {
  text-align: center;
  font-size: 1.6rem;
}

.info-gallery_archive {
  text-align: center;
  color: #0a7b5e;
  font-size: 1.6rem;
}


@media (max-width: 680px) {
  .gallery_archive-box img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
  height: 150px;
  width: auto;
}
    
}

@media (max-width: 480px) {
  .container_gallery_archive {
  display: flex;
  justify-content: center; 
  margin: 0 auto;
  flex-direction: column;
 
/*  max-width: ;*/
  padding-top: 2%;
}
    
    .gallery_archive-box {
  text-align: center;
   margin: 3%;
    width: 44%;
  
}
    
    .gallery_archive-box img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
  height: auto;
    width: 100%;
}
    .item_gallery_archive {
  flex-basis: 50%;
   margin-bottom: 5%;
}
    
}



/* ------------------------------instructor.php------------------------------*/

.instructor-section {
  margin-top: 8%;
}

.instructor_btn {
  box-shadow: 0px 4px 5px -1px hsl(0, 2%, 74%);
  transition: .3s;
}

.container_master_instructor {
  display: flex;
  justify-content: center;
}

.container-chart {
  display: flex;
}

.item_chart {
  flex-basis: 43%;

}

.item_chart2 {
  flex-basis: 50%;
  font-size: 2rem;
  padding: 67px 0% 5%;

}

.o-chart {
  width: 100%;
  text-align: center;
}

.o-chart img {
  width: 100%;
}

.intra-wrap {
  display: flex;
  flex-wrap: nowrap;
}

.intra-item+.intra-item {
  margin-left: 1.0em;
}

.intra-item {
  flex-basis: 25%;
  margin: 2%;
}

.intra-item2 {
  flex-basis: 60%;
}

.op07 :hover {
  opacity: 0.6;
}

.container_instructor {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1030px;
  padding-top: 1%;
}

.item_instructor {
  flex-basis: 50%;
}

.container_instructor2 {
  display: flex;
  justify-content: space-around; margin: 0 auto;
  max-width: 1030px;
  padding-top: 2%;
}

.item_instructor2 {
  flex-basis: 13%;
}

.container_instructor3 {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1120px;
  padding-top: 2%;
}

.item_instructor3 {
  flex-basis: 50%;
}

.container_instructor4 {
  display: flex;
  margin: 0 auto;
  max-width: 1120px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.item_instructor4 {
  flex-basis: 50%;
}

.discription-i {
  margin: 3% 0;
  width: 100%;
  height: auto;
  text-align: center;
}

.discription-i h1 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 400;
  text-shadow: 2px 3px 3px #dad8d8;
}

.discription-i h2 {
  text-align: center;
  font-size: 3rem;
  padding: 5% 0 2% 0;
}

.instructor-bg {
  max-width: 1055px;
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 2%;
  background-image: url(../img/inquiry-page/inquiry-background.png);
  background-position: left 0px top 0px, center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(3px 4px 6px #e0dede);
}

.profile-box {
  text-align: center;
  margin: 3%;
  width: 100%;
  height: auto;
}

.profile-box a:hover {
  opacity: 0.6;
  transition: .4s;
}

.profile-box h2 {
  text-align: center;
  font-size: 2.25rem;
}

.profile-box img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
}


.profile-box02 {
  text-align: center;
  margin: 2% 1% 2% 0;
  max-width: 335px;
  width: 100%;
  height: auto;
}

.profile-box02 a:hover {
  opacity: 0.6;
  transition: .4s;
}

.profile-box02 h2 {
  text-align: center;
  font-size: 2.25rem;
}

.profile-box02 img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
}



.intra-item img {
  box-shadow: 0px 4px 17px -1px #878787;
  margin-bottom: 4%;
}

.title {
  text-align: center;
  font-size: 2rem;
}

.name {
  text-align: center;
  font-size: 2.25rem;
}

.name-l {
  text-align: center;
  font-size: 2.25rem;
}

.name-i02 {
  text-align: center;
  font-size: 2.25rem;
}

.name-e {
  text-align: center;
  color: #0a7b5e;
  font-size: 1.5rem;
}

.name-i {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0a7b5e;
}

.profile-text {
  padding: 2%;
  max-width: 700px;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
}

.instructor-text03 {
  margin: 0 auto;
  padding: 2% 5%;
  max-width: 700px;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
}

.profile-text2 {
  margin: 5% auto 0 6%;
  max-width: 700px;
  width: 100%;
  height: auto;
  font-size: 1.3rem;
}

@media (max-width: 767px) {

  .container-chart {
    display: flex;
    flex-direction: column;
  }

  .item_chart {
    width: 70%;
    margin: 0 auto;

  }

  .item_chart2 {
    padding: 30px 5% 5%;
    flex-basis: 60%;
    font-size: 1.5rem;


  }

  .container_master_instructor {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .item_master_instructor {
    margin: 0 auto;

  }

  .discription-i h1 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 400;
    margin-top: 3%;
    padding: 2%;
  }

  .container_instructor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5%;
  }

  .item_instructor {
    text-align: center;
    flex-basis: 80%;
    margin-bottom: 5%;
  }

  .container_instructor2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5%;
  }

  .profile-text {
    margin: 3% auto;
    padding: 2% 5%;
    max-width: 700px;
    width: 100%;
    height: auto;
    font-size: 1.5rem;
  }

  .item_instructor2 {
    text-align: center;
    flex-basis: 80%;
    margin-bottom: 5%;
  }

  .container_instructor3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5%;
  }

  .item_instructor3 {
    flex-basis: 80%;
    margin-bottom: 10%;
  }

  .container_instructor4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5%;
  }

  .item_instructor4 {
    flex-basis: 80%;
    margin-bottom: 10%;
  }

  .intra-item2 {
    flex-basis: 57%;
  }
}

@media (max-width: 680px) {
  .name {
    text-align: center;
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .o-chart img {
    width: 100%;
  }

  .discription-i h1 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 400;
    margin-top: 5%;
    padding: 5%;
  }
}

/* ------------------------------about.php------------------------------*/

.r_size {
	vertical-align: top;
	font-size: 3rem;
}
.clearfix:after {
  content: ".";
  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 非表示に */
}

.container_gallery {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 20px;
  max-width: 1030px;
  padding-top: 9%;
  text-align: center;
}

.container_about {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1120px;

  text-align: center;
}

/*.container_about img {
  width: 8%;

}*/


.container_about02 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 20px auto 20px;
  max-width: 1120px;
  padding-top: 1%;
  padding-left: 30px;
  background-color: rgba(169, 184, 225, 0.1);
  filter: drop-shadow(3px 4px 6px #e0dede);
}

.about_item_left {
  text-align: center;
  flex-basis: 30%;
  padding-top: 9rem;
}

.about_item_right {
  flex-basis: 80%;
  padding-bottom: 4rem;
}

.about_item_right ul li {
  list-style: none;
  line-height: 35px;
  font-size: 1.4rem;
}

.about_item_right ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  left: -15px;
  top: 2px;
  background: #abc1dd;
}

.about_item_right h3 {
  color: #667bb2;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 2rem;
  margin-bottom: 10px;
}

.about_text_01 {
  margin-bottom: 5%;
}

.about_text_01 img {
  max-width: 731px;
  width: 100%;
}

.about_text_01 p {
  text-align: left;
  margin: 0 auto;
  width: 90%;
  line-height: 26px;
  font-size: 1.8rem;
}

.about .container_about .item_about h3 {
  width: 100%;
  font-size: 2rem;
  /* font-size: 2rem;*/
  margin-bottom: 4%;
}

.about .container_about ul {
  padding-left: 10%;
  display: block;
  width: 400px;
  margin: 10px auto 0;
  text-align: left;
}

.about .container_about02 .item3_gallery ul {
  display: block;
  width: 576px;
  margin: 10px 0 0 27%;
  text-align: left;
}

.about .container_about02 ul li {
  line-height: 30px;
  font-size: 2rem;
  padding-right: 20px;
}

.container_about .item1_about {
  flex-basis: 50%;
  display: block;
  height: auto;
  /*background-image: url("../img/about-page/bg-green.png");*/
  background-color: rgba(169, 184, 225, 0.1);
  padding-top: 40px;
  padding-bottom: 30px;
  background-size: cover;
  margin-right: 1%;
  margin-left: auto;
  filter: drop-shadow(3px 4px 6px #e0dede);
}

.container_about .item1_about img {

  width: 90%;
}

.container_about .item1_about ul li {
  list-style: none;
  font-size: 2rem;
}

.container_about02 .item1_about ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  left: -5%;
  top: 2px;
  background: rgba(67, 187, 38, 1.00);
}

.container_about .item1_about h3 {
  color: #5bbd80;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
}

.container_about .item2_about {
  flex-basis: 50%;
  height: auto;
  background-color: rgba(169, 184, 225, 0.1);
  padding-top: 60px;
  padding-bottom: 50px;
  background-size: cover;
  margin-left: 1%;
  margin-right: auto;
  filter: drop-shadow(3px 4px 6px #e0dede);
}

.container_about .item2_about img {
  width: 100%;
}

.container_about .item2_about ul li {
  list-style: none;
  font-size: 2rem;
}

.container_about .item2_about ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  left: -15px;
  top: 2px;
  background: #eea7b8;
}

.container_about .item2_about h3 {
  color: #dd5273;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 2rem;
}

.container_about.item3_about {
  width: 100%;
  height: auto;
  background-color: rgba(169, 184, 225, 0.1);
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.about .container_about02.item3_about {
  display: block;
  flex-basis: 100%;
  filter: drop-shadow(3px 4px 6px #e0dede);
}

.about .container_about02.item3_about ul li {
  list-style: none;
  line-height: 35px;
  font-size: 1.4rem;
}

.about .container_about02.item3_about ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  left: -15px;
  top: 2px;
  background: #abc1dd;
}

.about .container_about02.item3_about h3 {
  color: #667bb2;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 2rem;
}

.about #arts_aim {
  flex-basis: 50%;
}

.about #arts_aim .aim_about .art_about {
  flex-basis: 30%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about #arts_aim h2 {
  padding-top: 3%;
  padding-bottom: 10px;
  color: #0a7b5e;
  font-size: 3rem;
}

.about .about_first h2 {

  padding-bottom: 18px;
  color: rgb(82, 92, 169);
  font-size: 3rem;
  font-weight: bold;
}

.about .about_first h1 {
  padding-top: 6%;
  padding-bottom: 10px;
  color: #0a7b5e;
  font-size: 4rem;
  font-weight: 600;
  text-shadow: 2px 3px 3px #ecece6;
}

.about #arts_aim h3 {
  width: 100%;
  padding-bottom: 10px;
  font-size: 1.5rem;
  margin-bottom: 50px;
}

.about .about_first h3 {
  width: 100%;
  padding-bottom: 10px;
  font-size: 2rem;
  margin-bottom: 50px;
  color: #676464;
}

.about #arts_aim p {
  line-height: 20px;
  margin-bottom: 1%;
  font-size: 1.5rem;
}

.about #arts_aim .border1 {
  margin-top: 1%;
  margin-bottom: 5%;
}

.about #arts_aim .border2 {
  margin-top: 70px;
}

.about .about_first .border3 {
  margin-top: 40px;
  margin-bottom: 50px;
}

.about #awareness_by_drawing h2 {
  font-weight: bold;
  padding-bottom: 10px;
  color: #0a7b5e;
  font-size: 2.5rem;
}

.about #awareness_by_drawing h3 {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 30px;
}

.about #awareness_by_drawing .container_about .item_about .sentence h4 {
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 2rem;
  color: rgba(57, 77, 162, 1.00);
}

.about #awareness_by_drawing .container_about .item_about .sentence p {
  font-size: 1.8rem;
    line-height: 26px;
}

.about #awareness_by_drawing .container_about {
  display: block;
  width: 90%;
}

#awareness_by_drawing .container_about .item_about .icons_about {
  float: light;
  margin-top: 30px;
  margin-bottom: 20px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
}

#awareness_by_drawing .container_about .item_about .sentence {
  width: 84%;
  float: right;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 20px;
}

.container_about_feature {
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  padding-left: 15%;
}

.item_about_feature {

  text-align: right;
}

.item_about_feature img {
  width: 50px;
}

.item_about_feature2 {
  flex-basis: 87%;
}

.item_about_feature2 p {
  margin-left: 2%;
  padding-top: 1%;
  font-size: 2em;
}

@media (max-width: 767px) {
    
    .container_about_feature {
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  padding-left: 5%;
}
    
    
    
  .about_item_left {
    text-align: center;
    flex-basis: 30%;
    padding-top: 3rem;
  }

  .container_about02 {
    width: 90%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 20px 5%;
    max-width: 1120px;
    padding-top: 1%;
    background-color: rgba(169, 184, 225, 0.1);
    filter: drop-shadow(3px 4px 6px #e0dede);
  }

  .about .container_about {
    flex-direction: column;
    width: 90%;
  }

  .about .container_about .item_about {
    text-align: center;
    display: block;
    width: 100%;
  }

  .container_about .item1_about {
    flex-direction: column;
    display: block;
    height: auto;
    background-color: rgba(169, 184, 225, 0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    text-align: center;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .container_about .item1_about img {
    margin-left: auto;
    margin-right: auto;
  }

  .container_about .item2_about {
    width: 100%;
    flex-direction: column;
    height: auto;
    background-color: rgba(169, 184, 225, 0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about .container_about.item3_about {
    width: 90%;
    height: auto;
    background-image: url("../img/about-page/bg-blue.png");
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about .container_about .item_about ul {
    width: 423px;
    text-align: left;
    margin: 10px auto 0;
  }

  .about .container_about.item3_about ul {
    width: 85%;
    margin: 10px 0 0 10%;
  }

  .about .container_about.item3_about ul li {
    list-style: none;
    line-height: 35px;
  }

  .about #arts_aim {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .about #arts_aim .border1 {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .about #arts_aim .aim_about .border2 {
    margin-top: 45px;
  }

  .about #awareness_by_drawing .container_about {
    display: block;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about #awareness_by_drawing .container_about .item_about .icons_about {
    float: none;
    width: 18%;
    margin-left: auto;
    margin-right: auto;
  }

  .about #awareness_by_drawing .container_about .item_about img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .about #awareness_by_drawing .container_about .item_about .sentence {
    width: 100%;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .about #awareness_by_drawing .container_about .item_about .sentence h4 {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .about #awareness_by_drawing h2 {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .about #awareness_by_drawing h4 {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
	
	.r_size {
	
	font-size: 21px;
}
	
  .about #awareness_by_drawing .container_about {
    display: block;
    width: 95%;
    padding-top: 0px;
    padding-bottom: 0px;
  }



  .about .container_about02 ul li {
    line-height: 30px;
    font-size: 1.3rem;
    padding-right: 15px;
  }

  .item_about_feature img {
    width: 30px;
  } .item_about_feature2 p {
    margin-left: 2%;
    padding-top: 1%;
    font-size: 1.5em;
  }

  .about #awareness_by_drawing h2 {
    font-weight: bold;
    padding-bottom: 10px;
    color: #0a7b5e;
    font-size: 2.5rem;
    padding-top: 21px;
  }
  .container_about_feature {
    padding-left: 0px;

  }

  .item_about_feature {
    margin: 0 auto 3%;
  }

  .about .about_first h1 {
    padding-top: 6%;
    padding-bottom: 10px;
    color: #0a7b5e;
    font-size: 3.5rem;
    font-weight: 600;
    text-shadow: 2px 3px 3px #ecece6;
  }

  .about .about_first h2 {
    padding-top: 3%;
    padding-bottom: 10px;
    color: rgb(82, 92, 169);
    font-size: 2.5rem;
  }

  .about .container_about .item_about h3 {
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .about_text_01 p {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    line-height: 26px;
    margin-bottom: 1%;
    font-size: 1.5rem;
  }

  .about .container_about {
    width: 100%;
  }

  .about .container_about.item3_about {
    width: 100%;
  }

  .about #arts_aim {
    width: 90%;
  }

  .about #arts_aim .aim_about .border1 {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .about #arts_aim .aim_about .border2 {
    margin-top: 50px;
  }

  .about #awareness_by_drawing .container_about .item_about .icons_about {
    float: none;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }

  .about .container_about .item_about ul {
    width: 360px;
    text-align: left;
    margin: 0 0 0 -3%;
  }

  .about .container_about .item_about ul li {
    font-size: 1.8rem;
  }

  .about .container_about .item2_about ul li {
    font-size: 1.8rem;
  }

  .about .container_about.item3_about ul {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }

  .about .container_about.item3_about ul li {
    padding-top: 10px;
    list-style: none;
    line-height: 25px;
  }

  .about .container_about {
    display: block;
  }

  .about .container_about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5%;
    /*margin: 0 auto;*/
  }

  #awareness_by_drawing .container_about .item_about .icons_about {
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
  }

  .about #awareness_by_drawing .container_about .item_about .icons_about {
    float: none;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
    .container_about02 {
    margin: 5% auto;
    width: 100%;
  }
}

/* ------------------------------course.php------------------------------*/

.f-s {
  font-size: 2.2rem;
}

.f-16 {
  font-size: 16px;
  color: #444444;
  font-weight: 300;
}

.f-18 {
  font-size: 18px;
  color: #444444;
  font-weight: 300;
}

.f-21 {
  font-size: 21px;
  color: #444444;
  font-weight: 100;
}


.section-course {
  max-width: 1120px;
  margin: 3% auto;

}

.section-course ul {
  display: flex;
  margin: 1% auto;
  width: 100%;
}

.first_w {
  font-weight: 700;
  font-family: "游ゴシック","游ゴシック体","Yu Gothic",'Sawarabi Gothic', sans-serif;
}

.section-course li {
  border: 2px solid #179f97;
  color: #179f97;
  width: 373px;
  height: auto;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 300;
  padding: 28px 0 28px 0;
  line-height: 30px;
}

.section-course a {
  color: #179f97;

}

.section-course a:hover {
  opacity: 0.6;
}

.section-course li:nth-child(2) {
  border: 2px solid #179f97;
  border-left: none;
  width: 373px;
  font-size: 2.5rem;
  text-align: center;
}

.section-course li:nth-child(3) {
  border: 2px solid #179f97;
  border-left: none;
  width: 373px;
  font-size: 2.5rem;
  text-align: center;
}

.last-li li {
  padding: 23px;

}

.course_btn_moshikomi {
  padding-top: 43px !important;
}

.course .frame {
  background-color: #fff;
  background-image: none;
  height: auto;
}

.course .container_course {
  max-width: 1120px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 20px;
  max-width: 1030px;
  padding-top: 9%;
  text-align: center;
}

.course .item_course {
  text-align: center;
  flex-basis: 50%;
  height: auto;
}

.course .discription {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.course .frame {
  height: auto;
  background-image: none;
}

.course p.top_sentence_p {
  font-size: 2rem;
  color: #444444;
  text-shadow: -1px 2px 2px #eeeeee;
}

.course .item_course {
  flex-basis: 28%;
  margin-bottom: 72px;
}

.course .item_course h2 {
  padding-bottom: 10px;
  width: 100%;
  height: 71px;
  font-weight: 500;
  font-size: 2.2rem;
  color: #4d4d4d;
}

.course .item_course p {
  width: auto;
  height: 54%;
  padding-bottom: 35px;
  color: #4d4d4d;
  font-size: 1.4rem;
}

.course .item_course .bottun_course {
  width: 133px;
  height: 43px;
  box-shadow: 2px 2px 7px #999;
}

.course .item_course .bottun_course:hover {
  opacity: 0.7;
}

.flour_course {
  width: 483px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 10px;
}

.course .border_green_course {
  width: 100%;
  height: auto;
  background-image: url("../img/course-page/border_green_course.png");
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-size: cover;
  filter: drop-shadow(1px 4px 6px #eceaea);
}

.course .border_blue_course {
  width: 100%;
  height: auto;
  background-image: url("../img/course-page/border_blue_course.png");
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-size: cover;
  filter: drop-shadow(1px 4px 6px #eceaea);
}

.course .learn-teach-gallery {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {

  .course_btn_moshikomi {
    padding: 20px !important;
  }
  
.last-li li {
    padding-top: 50px;
}

  .section-course ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

  .section-course li {
    border: 2px solid #179f97;
    color: #179f97;
    width: 100%;
    height: auto;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 400;
    padding: 10px;margin: 1% auto;

  }

  .section-course li:nth-child(2) {
    border: 2px solid #179f97;
   
    width: 100%;
    font-size: 2.2rem;
    text-align: center;margin: 1% auto;
  }

  .section-course li:nth-child(3) {
    border: 2px solid #179f97;
    width: 100%;
    font-size: 2.2rem;
    text-align: center;margin: 1% auto;
  }


  .course .container_course {
    width: 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .course .item_course {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .course .border_green_course {
    margin-top: 50px;
  }

  .course .border_blue_course {
    margin-top: 90px;
  }

  .course .item_course p {
    height: 25%;
    padding-bottom: 35px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .flour_course img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .course .nothing_course {
    width: 0px;
    height: 0px;
  }
}

@media (max-width: 480px) {
  .section-course {
    margin: 0%;

  }

  .section-course ul {
    display: flex;
    margin: 2% auto;
    width: 100%;
}
    
  .course .content-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .course .container_course { width: 90%;
  }

  .course .flour_course {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .course .border_green_course {
    margin-top: 30px;
  }

  .course .nothing_course {
    width: 0px;
    height: 0px;
  }

  .course .item_course p {
    height: 20%;
    padding-bottom: 35px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-course li {
    border: 2px solid #179f97;
    color: #179f97;
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 400;
    padding: 10px;
    margin: 2% auto;

  }

  .section-course li:nth-child(2) {
    border: 2px solid #179f97;
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
  }

  .section-course li:nth-child(3) {
    border: 2px solid #179f97;
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
  }
}

/* ------------------------------course_details.php------------------------------*/
.course_details {
  color: #444444;
  font-size: 3rem;
  font-weight: 400;
  padding: 5%;
}

.container_course_details_img {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  align-items: center;
}

.container_course_details_img.list_of_works {
  flex-wrap: wrap;
  margin: 2% 0;
}

.item_course_details_img {
  text-align: center;
  flex-basis: 30%;
}

.item_course_details_img.list_of_works {
  min-width: 150px;
}

.item_course_details_img img {
  box-shadow: 0px 4px 17px -1px #878787;
}

.item_course_details_img img:hover {
  opacity: 0.7;
}

.item_course_details_img .discription {
  height: 4em;
}

.item_course_details_img .discription p {
  line-height: 1.2;
}

.section_course_details {
  margin-bottom: 3%;
}

.container_course_details01 {
  display: flex;
  justify-content: center;
}

.item_course_details01 {
  flex-basis: 45%;
}

.item_course_details01 h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0a7b5d;
  margin: 0 0 10px 0;
}

.item_course_details01 p {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  line-height: 26px;
  margin-bottom: 1%;
  font-size: 1.8rem;
}

.item_course_details02 {
  flex-basis: 40%;
}

.item_course_details02 h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0a7b5d;
  margin: 10px 0;
}

.container_course_details {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 4% auto;
  max-width: 1120px;
}

.item_course_details {
  flex-basis: 48%;
  /*width: 40%;*/
  height: auto;
  border: 2px solid #61abe1;
  position: relative;
  /*width: 50%;*/
}

.item_course_details img {
  margin: 0 auto;
}

.course_details_nomale_ul ul {

  margin: 3% 0 3% 0 !important;

}

.course_details_nomale_ul li {
  width: 100% !important;
  font-weight: 500 !important;
  font-size: 1.8rem !important;
  color: #171616 !important;
  margin: 0 !important;
}
.ul-s {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dashed rgba(111, 72, 73, 1.00);
  padding-bottom: 15px;

}

.li-number {
  font-size: 2.6rem;
  width: 210px;
  color: #0a7b5d;padding-left: 4%;
}

.li-date {
  font-size: 2rem;
  width: 220px;
}

.li-theme {
  font-size: 2.3rem;
  width: 60%;
}
.li-only-date {
  font-size: 2.3rem;
}
.li-only-date span {
  display: inline-block;
}

.naiyou-img-box {
  width: 100%;
  text-align: center;
  margin-bottom: 3%;
}

.schedule_box {
  color: #444444;
  margin: 5% auto;
  width: 90%;
  height: auto;
  font-size: 1.5rem;
}

.schedule_box ul {
  list-style: none;
  width: 100%;
  margin: 2% auto;
  line-height: 26px;
  font-size: 1.5rem;
}

.schedule_box li {
  list-style: none;
}

.time_teach_box {
  margin: 5% auto;
  width: 50%;
  height: auto;
  font-size: 1.25rem;
}

.course_details_outer {
  margin: 3%;
  border: 1px solid #61abe1;
}


.naiyou {
  padding: 3% 2% 3% 2%;
}

.naiyou h4,
.naiyou p {
  text-align: left;
  width: 100%;
  line-height: 26px;
  font-size: 1.8rem;
  font-weight: normal;
}
.curriculum_content {
	margin-top: 2rem;
}
.naiyou .curriculum_content  p {
  padding-left: 1.8rem;
}
.ryokin {
  position: relative;
  padding: 3% 2% 3% 2%;
}

.ryokin p {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  line-height: 26px;
  margin-bottom: 1%;
  font-size: 1.8rem;
}

.course_details_bg {
  width: 100%;
  height: auto;
  padding: 1% 0;
  background-image: url(../img/course_details-page/bg_course_details.png);
  background-size: cover;
  background-color: rgba(40, 63, 151, 0.1);
}

.course_details_bg h2 {
  color: #444444;
  font-size: 3rem;
  font-weight: 400;
  margin-top: 2%;
}

.course_details_box h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0a7b5d;
  margin: 0 0 20px 0;
}

.course_details_box ul { width: 100%;
  margin: 0 auto;
}

.course_details_box li {
  width: 356px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #0a7b5d;
  margin: 0 auto;
}

.course_details_box li:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  left: -15px;
  top: 2px;
  background: rgba(67, 187, 38, 1.00);
}

.application_button {
  max-width: 400px;
  widows: 100%;
  margin: 3% auto;
  text-align: center;
  padding-top: 5%;
}

.application_button img {
  margin: 3%;
}

.course_details_text_title01 {
  font-size: 23px;
  color: #0A7B5D;
  font-weight: 400;
}

.course_details_text_title02 {
  font-size: 21px;
  color: #F9060A;
  font-weight: 400;
}

.course_details_text_title03 {
  font-size: 21px;
  color: rgb(82, 92, 169);
  font-weight: 600;
}

.page_btn {
  margin-bottom: 50px;
}

.txt-center.page_btn a {
  display: inline-block;
  padding: 20px 40px;
  background: #099991;
  color: #fff;
  font-size: 3rem;
}

@media (max-width: 820px) {
  .container_course_details01 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .ul-s {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed rgba(111, 72, 73, 1.00);
    padding-bottom: 10px;
  }

  .li-number {
    font-size: 3rem;
    width: 150px;
    margin-bottom: 1%;padding-left: 0%;
  }

  .li-date {
    font-size: 2rem;
    width: 220px;
    margin-bottom: 2%;
  }

  .li-theme {
    font-size: 2rem;
      width: 100%;
  }
  .li-only-date {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {

  .container_course_details {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 4% auto;
    max-width: 1120px;
  }

  .item_course_details {
    width: 80%;
    margin: 2% auto;
  }
   .container_course_details01 {
    display: flex;
    justify-content: space-around;
  }

  .item_course_details01 {
    flex-basis: 40%;
  }

  .item_course_details01 h2 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #0a7b5d;
    margin: 10px 0;
  }

  .item_course_details01 p {
    text-align: left;
    margin: 0 auto;
    width: 80%;
    line-height: 26px;
    margin-bottom: 1%;
    font-size: 1.8rem;
  }

  .item_course_details02 {
    flex-basis: 40%;
  }
  .txt-center.page_btn a {
    padding: 10px 20px;
    font-size: 2rem;
  }
}

@media (max-width: 480px) {

  .course_details_outer {
    margin: 3% 0;
    border: 1px solid #61abe1;
  }
   .course_details_box li {
    width: 100%;
    font-weight: 700;
    font-size: 1.8rem;
    color: #0a7b5d;
    margin: 0 auto;
  }

  .item_course_details {
    width: 100%;
    margin: 2% auto;
  }

   .container_course_details01 {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }

  .item_course_details01 {
    flex-basis: 40%;
  }

  .item_course_details01 h2 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #0a7b5d;
    margin: 10px 0;
  }

  .item_course_details01 p {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    line-height: 26px;
    margin-bottom: 1%;
    font-size: 1.5rem;
  }

  .item_course_details02 {
    flex-basis: 40%;
  }

  .container_course_details {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
    max-width: 1030px;

  }
  .schedule_box {
    width: 90%;
  }
  .schedule_box ul {
    margin: 5% auto;
    
    }
  .naiyou {
    padding: 3% 2% 3% 2%;
  }

  .naiyou p {
    text-align: left;

    width: 100%;
    line-height: 26px;

    font-size: 1.8rem;
  }

  .ryokin {
    position: relative;
    padding: 3% 2% 3% 2%;
  }

  .ryokin p {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    line-height: 26px;
    margin-bottom: 1%;
    font-size: 1.8rem;
  }

  .naiyou-img-box {
    width: 100%;
    text-align: center;
    margin-bottom: 1%;
  }
  
 .item_course_details_img.large {
	flex-basis: 50%;
  }  
    

}

/* ------------------------------voice.php------------------------------*/

.voice_section {
  margin: 3% auto;
}
.overview_bg_voice {
  background: URL(../img/voice-page/background_image_voice.jpg) no-repeat center;
  background-attachment: fixed;
  background-color: #dff2d4;
}

.fluid-box {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 60px 10%;
}

.fluid-box-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.item-voice img {
  width: 80px;
}

/* 吹き出し本体 - 普通の吹き出し */
.balloon1 {
  position: relative;
  padding: 28px;
  background-color: #fff;
  opacity: 0.9;
  border-radius: 4em;
  width: 60%;
  margin-left: 20px;
}

/* 三角アイコン - 普通の吹き出し */
.balloon1::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 43%;
  border-right: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  opacity: 0.9;
}

.container-voice {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: center;
}

.text1-voice {
  font-size: 1.5rem;
  font-weight: bold;
  color: #baab4c;
  margin-bottom: 5px;
}

.text2-voice {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.text3-voice {
  font-size: 1.5rem;
}
.voice_index {
			max-width: 412px;
			margin: 0 auto;padding-top: 1%;
		}
		.voice_index p {
			margin-top: 1rem;
    margin-bottom: 1rem;
    
    font-size: 21px;
			
		}
		.voice_index a{
			color: #1b0d81;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    
    font-weight: bold;
		}
.voice_index a:hover {
    opacity: 0.5;
}


@media (max-width: 767px) {}

@media (max-width: 480px) {
  .bkfff1-voice {
    background-color: white;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 5% 20px 5%;
  }

  .bkfff2-voice {
    background-color: white;
    }

  .overview_bg_voice {
    background: none;
}

  .overview_bg_voice::before {
    background: URL(../img/voice-page/background_image_voice.jpg) no-repeat center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: -50%;
    width: 300%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
  }

  .fluid-box {
    padding: 40px 13px 0 13px;
  }

  .container-voice {
    align-items: stretch;
  }

  .item-voice img {
    margin-top: 37px;
    width: 50px;
  }

  .balloon1 {
    padding: 20px;
    border-radius: 3em;
    margin-left: 20px;
    width: 75%;
  }

  .balloon1::before {
    top: 45px;
    left: -13px;
  }
    .voice_index p {
	margin-top: 0rem;
    margin-bottom: 0rem;
    
    font-size: 16px;
			
		}
    
    .voice_index {
			max-width: 282px;
			margin: 0 auto;padding-top: 0%;
		}
	
}

/* ------------------------------association.php------------------------------*/

.association-ul {
  margin: 0 auto;
}

.association-ul ul {
  display: flex;
  margin: 0 auto;
  width: 680px;
}

.association-ul li {
  font-size: 2.3rem;
  color: #0a7b5d;
  width: 180px;
  margin: 10px 0;
  margin-left: 5%;

}

.association-ul li:last-child {
  font-size: 1.5rem;
  color: #000000;
  margin: 10px 0;
  margin-left: 5%;
  width: 500px;

}

.section-association {
   margin-bottom: 2%;
}

.container_top_association {
  display: flex;
  justify-content: center;
  margin: 5rem auto;
}

.container_top_association img {
  box-shadow: 0px 4px 17px -1px #878787;
}

.container_top_association h2 {
  font-size: 2.3rem;
  color: #0a7b5d;
  margin: 10px 0;
  font-weight: bold;
}

.item_top_association01 {
  flex-basis: 30%;
  text-align: center;
  padding-top: 54px;
}

.item_top_association02 {
  padding: 1%;
  flex-basis: 60%;
  font-size: 1.6rem;
}

.container_association02 {
  display: flex;
  margin: 0 auto;
  padding: 0 5%;
}

.item_association02 {
  flex-basis: 50%;
  margin-bottom: 1.6rem;
  padding-left: 4%;
}

.item_association02 h2 {
  font-size: 2.3rem;
  color: #0a7b5d;
  margin: 10px 0;
  text-align: left;
}

.item_association02 p {
  font-size: 1.6rem;
  text-align: left;
}

.association_map {
  margin-bottom: 2%;
}

.section-association .discription p {
  padding-left: 4%;
}

.association_map div {
  text-align: center;
  max-width: 1030px;
  margin: 0 auto;
}

.container-association {
  margin: 0 auto;
}

.container-association div {
  text-align: center;
  margin: 50px 0;
}

.container-association h2 {
  font-size: 2.3rem;
  color: #0a7b5d;
  margin: 10px 0;
}

.container-association p {
  font-size: 1.45rem;
}

@media (max-width: 767px) {

  .container_top_association {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 5rem auto;
  }

  .item_top_association01 {
    flex-basis: 34%;
    text-align: center;
    padding-top: 0px;
  }

  .item_top_association02 {
    margin: 0 auto;
    width: 100%;
    padding: 0 5%;
    font-size: 1.45rem;
  }

  .item_top_association02 p {
    width: 100%;
    font-size: 1.45rem;
  }

  .container_association02 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 5%;
  }

  .item_association02 {
    flex-basis: 100%;

    margin-bottom: 1.6rem;
  }
}

@media (max-width: 480px) {
  .item_top_association02 {
    margin: 0 auto;
    width: 100%;
    padding: 0 0%;
    font-size: 1.45rem;
  }

  .association_map div {
    text-align: center;
    max-width: 1030px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .association_map iframe {
    height: 250px;
  }

  .item_association02 {
    flex-basis: 100%;
    padding-left: 0;
    margin-bottom: 1.6rem;
  }
}

/* ------------------------------learn-teach-gallery------------------------------*/

.learn-teach-gallery {
  padding: 7% 0 5%;
  background-color: white;
}

.learn-teach-gallery-flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

.learn-teach-gallery a {
  display: inline-block;
  font-size: 3rem;
  text-shadow: 2px 1px 1px #dad8d8;
}

.learn-teach-gallery a:hover {
  opacity: 0.7;
}

.btn-circle-border-simple {
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
  width: 200px;
  height: 200px;
  line-height: 196px;
  border-radius: 50%;
  border: solid 2px #668ad8;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
}

.btn-circle-border-simple:hover {
  background: #b3e1ff;
}

@media (max-width: 767px) {
  .learn-teach-gallery a {
    /*flex-basis: 30%;*/
    display: inline-block;
    font-size: 3rem;
    text-shadow: 2px 1px 1px #dad8d8;
  }

  .btn-circle-border-simple {
    display: inline-block;
    text-decoration: none;
    color: #668ad8;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    border: solid 2px #668ad8;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    transition: .4s;
  }
}

@media (max-width: 480px) {
    
    .learn-teach-gallery {
  padding: 5% 0 8%;
  background-color: white;
}
    
  .learn-teach-gallery a {
    font-size: 1.5rem;

  }

  .btn-circle-border-simple {
    display: inline-block;
    text-decoration: none;
    color: #668ad8;
    width: 100px;
    height: 100px;
    line-height: 94px;
    border-radius: 50%;
    border: solid 2px #668ad8;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    transition: .4s;
  }
}

/* ------------------------------footer.php------------------------------*/


footer {
  background-color: #f5fbf1;
}

footer p {
  font-size: 1.25rem;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1% auto;
}

footer li {
  font-size: 1.6rem;
  padding: 5px 15px;
  margin: 5px 0 5px 0;
}

.footer-box-flex-outer {
  display: flex;
  padding-bottom: 30px;
    justify-content: space-around;
}

.footer-box-1 {
  flex-basis: 65%;
       
}

.footer-box-2 {
  flex-basis: 35%;
}

.footer-list h2 {
  font-size: 3rem;

}

.footer-list-youtube {
    background-color: white;
    box-shadow: 1px 1px 5px -2px #878787;
    border: outset 5px #668ad8;
    margin-bottom: 32px;
    
}

.footer-list-youtube h2 {
    font-size: 3.6rem;
    padding-top: 16px;
    
}


@media (max-width: 480px) {

  footer li {
    font-size: 12px;
    padding: 5px 15px;
    margin: 3px 0 3px 0;
  }

  .footer-box-flex-outer {
    flex-direction: column;
  }

  .footer-box-1 {
    margin-bottom: 5%;
    flex-basis: 100%;
  }

  .footer-box-2 {
    flex-basis: 100%;
  }
    
.footer-box-flex-outer {
 
   flex-direction: column;
}    
    
    
}


.mg-0 {
    
    margin: 0 auto;
    
}
.floatl {
  float: left;
}

.clear {
  clear: both;
}

.pt0 {
  padding-top: 0;
}

.pt40 {
  padding-top: 40px;
}

.mb-2 {
  margin-bottom: 2%;
}

.mt5p {
  margin-top: 5%;

}

.mb5p {
  margin-bottom: 5%;
}

.mb10p {
  margin-bottom: 10%;
}

.c-red {
  color: red;
}

.c-green {
  color: #179f97;
}

.f-w500 {
  font-weight: 700;
}

.f-s18r {
  font-size: 1.8rem;

}

.windowInfoTopicsPost {
  margin: 0 auto;
  height: 40rem;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 1rem;
  overflow-y: scroll;
}

a:hover {
  opacity: 0.6;
  transition: .4s;
}

@media screen and (max-width: 480px) {
  .windowInfoTopicsPost {
    border: 1px solid #ccc;
    padding-right: 1rem;
  }
}

.infoTopicsPost {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.infoTopicsPost .infoTopicsPost__date {
  color: #666;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.infoTopicsPost .infoTopicsPost__category {
  display: inline-block;
  font-size: 1rem;
  padding: 0.3rem 0.8rem;
  border: 1px solid #ccc;
  margin-right: 0.5rem;
  border-radius: 6px;
}

.infoTopicsPost .infoTopicsPost__BoxHeading {
  margin-bottom: 0.5rem;
}

.infoTopicsPost .infoTopicsPost__title {
  display: inline-block;
  font-size: 1.2rem;
  color: #36f;
  text-decoration: underline;
  margin-right: 0.5rem;
}

.infoTopicsPost .infoTopicsPost__flexboxThumbnailExcerpt {
  display: flex;
  width: 100%;
  padding-bottom: 0.5rem;
}

.infoTopicsPost .infoTopicsPost__flexboxThumbnailExcerptLeft {
  flex-basis: 15%;
}

@media screen and (max-width: 480px)  {
  .infoTopicsPost .infoTopicsPost__flexboxThumbnailExcerptLeft {
    flex-basis: 40%;
  }
}

.infoTopicsPost .infoTopicsPost__flexboxThumbnailExcerptRight {
  flex-basis: 85%;
}

@media screen and (max-width: 480px) {
  .infoTopicsPost .infoTopicsPost__flexboxThumbnailExcerptRight {
    flex-basis: 60%;
  }
}

.infoTopicsPost .infoTopicsPost__excerpt {
  font-size: 1.2rem;
}

.infoTopicsPost .infoTopicsPost__thumbnail {
  width: 100px;
  height: 81px;
}


/*
-------------20200312-4月講座スケジュールページ更新--------------------------------
/*/


.pc_only_20200312{
  display:block;
}
.sp_only_20200312{
  display:none;
}


.date_2003{
	border-bottom: solid 1px #111;
	width: 35%;
	margin: auto;
	font-size: 30px;
}
.pc_20200312_table {
border-collapse: collapse;
width: 80%;
margin: auto;
	
}
.pc_only_20200312 th, table, td {
  border: solid 1px black;
  /*実線 1px 黒*/
}

.pc_only_20200312 th{
	background-color: #74F38A;
}




/*
＝スマホ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
@media screen and (max-width: 768px){
	.sp_only_20200312 ul{
	border: solid 1px #111;
	border-bottom: none;
	}
	
	.sp_only_20200312 ul:last-of-type{
		border-bottom: solid 1px #111;
	}
	
	.sp_only_20200312 h2{
		border: solid 1px #111;
		font-size: 20px;
	border-bottom: none;	}
	
  .pc_only_20200312{
    display:none;
  }
  .sp_only_20200312{
    display:block;
  }
.sp_only_20200312 {
		text-align: center;	
	}	
.sp_only_20200312 h2{
		background-color: #74F38A;
	padding: 10px 0;}
.sp_only_20200312 li{
	padding: 5px 0;
		
	}
	
	
}

	
/* 個別ページ */

.course_details_box.seven_color_art h2 {
  padding: 50px;
  background: url("../../../uploads/2022/05/7-6.jpg") center no-repeat;
}

.seven_color_art_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.seven_color_art_container._02 {
  flex-direction: row-reverse;
}

.discription.seven_color_art._01 {
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  background: #e1fffb;
  border-radius: 50%;
  padding: 50px 0;
  margin-left: 10px;
}

.discription.seven_color_art._02 {
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  background: #fffde1;
  border-radius: 20px;
  padding: 50px 10px;
  margin-right: 10px;
}

.psaSinglePage__boxImg.seven_color_art_img {
  flex-basis: -moz-fit-content;
  flex-basis: fit-content;
}

.discription.seven_color_art .circle_num {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.discription.seven_color_art._01 .circle_num {
  width: 70%;
}

@media (max-width: 680px) {
  .psaSinglePage__boxImg.sp_w80 {
    width: 80%;
    margin: 0 auto;
  }
}

/* 丸付ol */

.discription {
  counter-reset: number 0;
}

.discription .circle_num li {
  width: 100%;
  position: relative;
  padding-left: 25px;
  counter-increment: number 1;
  font-weight: normal;color: #000;
}

.discription .circle_num li::before {
  content: counter(number) ;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid;
  font-size: 80%;
  position: absolute;
  top: 5px;
  left: 0;
}

@media screen and (max-width: 768px){
  .seven_color_art_container {
    display: block;
    margin: 0;
  }
  .discription.seven_color_art {
    width: 100%!important;
  }
  .course_details_box.seven_color_art h2 {
    padding: 10px;
  }
  .seven_color_art_container._02 {
    margin-top: 20px;
  }
  .discription.seven_color_art._01 {
    width: 100%;
    border-radius: 20px;
    padding: 20px 10px;
    margin-left: 0;
  }
  .discription.seven_color_art._02 {
    padding: 20px 10px;
    margin-right: 0;
  }
}