@charset "UTF-8";
@import url("https://siriusyoga.jp/mailform/mfp.statics/mailformpro.css");
@import url("https://siriusyoga.jp/css/styles_program.css");



.tel {
	padding: 30px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: bold;
}

.tel span {
	font-size: 28px;
	font-size: 2.8rem;
}

.txtc {
  text-align: center;
}


/* ====================================================
Blog style　happykajiからcopy
==================================================== */

@media only screen and (max-width: 767px) {
  .plsp-00 {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .prsp-00 {
    padding-right: 0 !important;
  }
}


/* ====================================================
bottan
==================================================== */

.btn-wrap {
  display: block;
  text-align: center;
}

.btn-style01 {
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 9px 20px 8px;
  width: 100%;
  max-width: 210px;
  display: inline-block;
  position: relative;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .btn-style01 {
    padding: 10px 10px;
  }
}

.btn-style01:after {
  content: '';
  background: url("../images/common/ico_arr-style01.png") no-repeat center/cover;
  height: 9px;
  width: 9px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-style01:hover {
  background: #FFF;
  color: #060001;
  opacity: 1;
}

.btn-style01:hover::after {
  background-image: url("../images/common/ico_arr-style01_on.png");
}

.btn-style02 {
  color: #444444;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #444444;
  text-align: center;
  padding: 15px 30px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .btn-style02 {
    padding: 10px 5px;
  }
}

.btn-style02:after {
  content: '';
  /*background: url("../images/common/ico_arr-style02.png") no-repeat center/cover;*/
  height: 20px;
  width: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .btn-style02:after {
    right: 5px;
  }
}

.btn-style02:hover {
  opacity: 1;
  background: #444444;
  color: #FFF;
}

.btn-style03 {
  color: #444444;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #444444;
  text-align: center;
  padding: 15px 30px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .btn-style03 {
    padding: 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-style03:after {
  content: '';
  /*background: url("../images/common/ico_arr-style02.png") no-repeat center/cover;*/
  height: 20px;
  width: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-style03:hover {
  opacity: 1;
  background: #444444;
  color: #FFF;
}

.btn-style04 {
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #060001;
  text-align: center;
  padding: 6px 20px;
  width: 100%;
  max-width: 240px;
  display: inline-block;
  position: relative;
  background: #ffffff;
}

.btn-style04:hover {
  opacity: 1;
  background: #060001;
  color: #FFF;
}

/* ====================================================
title
==================================================== */

#blog h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #blog h1 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}

#blog .category-wrap {
  margin-bottom: 20px;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}



#blog .category-wrap span.label {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 4px 6px;
  color: #ffffff;
  background: #555555;
  margin-bottom: 10px;
}

#blog .category-wrap span.date{
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}



.ttl-style01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .ttl-style01 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.ttl-style01 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

.ttl-style02 {
  text-align: left;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ttl-style02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}


.ttl-style02 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.ttl-style03 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .ttl-style03 {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
  }
}

.ttl-style03 span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .ttl-style03 span {
    display: block;
    margin-left: 0;
  }
}

.ttl-style04 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  margin-bottom: 10px;
}

.ttl-style04 span {
  color: #333333;
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}


/* ====================================================
Blog 
==================================================== */

#article .article-inner .article-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ff6666;
}



#article .article-inner .article-content p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #article .article-inner .article-content {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  #article .article-inner .article-content p {
    margin-bottom: 20px;
  }
}

#article .article-inner h2 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 2px solid #ff6666;
  padding: 3px 10px;
  margin-bottom: 40px;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  #article .article-inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

#article .article-inner h3 {
  color: #ff6666;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #article .article-inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

#article .article-inner h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #article .article-inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}


/* ====================================================
Blog Archive
==================================================== */

#new-article {
  padding-top: 20px;
  padding-bottom: 160px;
}

@media only screen and (max-width: 767px) {
  #new-article {
    padding-top: 20px;
    padding-bottom: 75px;
  }
}

/* PCブロック・SP1横列 */

.listNew-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px 10px;
}

.listNew-article .listItem {
  padding: 0px 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% / 4);
  position: relative;
  background: #ffffff;
}

.listNew-article .listItem a {
  display: block;
}

.listNew-article .listItem .img {
  position: relative;
  overflow: hidden;
}

.listNew-article .listItem .img::after {
  content: "";
  display: block;
  padding-top: 70%;
}

.listNew-article .listItem .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  width: 100%;
  max-width: inherit;
}

.listNew-article .listItem img {
  width: 100%;
}

.listNew-article .listItem .categorized {
  position: absolute;
  top: 0px;
  left: 10px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 10px;
}

@media only screen and (max-width: 767px) {
  .listNew-article .listItem .categorized {
    font-size: 10px;
    font-size: 1rem;
  }
}

.listNew-article .listItem .txt-content {
  /*padding: 20px 25px 20px;*/
  padding: 5px 5px 30px;
  background: #ffffff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.listNew-article .listItem .txt-content .title {
  /*padding: 20px 25px 20px;*/
  padding: 5px 5px 30px;
  background: #ffffff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}


@media only screen and (max-width: 767px) {
  .listNew-article .listItem .txt-content {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


.listNew-article .listItem .txt-content .category-name {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 10px;
  color: #555555;
}

@media only screen and (max-width: 767px) {
  .listNew-article .listItem {
	  margin-bottom: 20px;
	  padding-bottom: 20px;
	  border-bottom: 1px solid #cccccc;
    width: 100% !important;
  }
  .listNew-article .listItem .img {
    width: 35%;
  }
  .listNew-article .listItem .img::after {
    content: "";
    display: block;
    padding-top: 80%;
  }
  .listNew-article .listItem .img img {
    height: 100%;
    width: auto;
  }
  .listNew-article .listItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
  }
  .listNew-article .listItem a .categorized {
    left: 0;
    right: 50%;
    max-width: 35%;
  }
  .listNew-article .listItem a .txt-content {
    padding: 10px;
    width: 65%;
  }
}

.listNew-article.col3 .listItem {
  width: calc(100% / 3);
}

.listNew-article.col3 .listItem .txt-content {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .listNew-article .listItem .txt-content {
    font-size: 13px;
    font-size: 1.3rem;
  }
}



/* PC・SP1横列 */

.listNew-article02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listNew-article02 .listItem {
	  margin-bottom: 20px;
	  padding-bottom: 20px;
	  border-bottom: 1px solid #cccccc;
    width: 100% !important;
}

.listNew-article02 .listItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
}

.listNew-article02 .listItem .img {
    width: 35%;
}

.listNew-article02 .listItem .img::after {
    content: "";
    display: block;
}

.listNew-article02 .listItem .img img {
    height: auto%;
    width: auto;
}


.listNew-article02 .listItem .categorized {
  position: absolute;
  top: 0px;
  left: 10px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 10px;
}

@media only screen and (max-width: 767px) {
  .listNew-article02 .listItem .categorized {
    font-size: 10px;
    font-size: 1rem;
  }
}

.listNew-article02 .listItem .txt-content {
  padding: 10px 0 0 20px;
    width: 65%;
  background: #ffffff;
}

.listNew-article02 .listItem .title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.listNew-article02 .listItem .bodytxt {
  padding: 20px 0 0 0;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}



@media only screen and (max-width: 767px) {
  .listNew-article02 .listItem .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .listNew-article02 .listItem .bodytxt {
    display: none;
  }
    
}


.listNew-article02 .listItem .txt-content .category-name {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 10px;
  color: #555555;
}

@media only screen and (max-width: 767px) {
  .listNew-article02 .listItem {
  }
  .listNew-article02 .listItem .img {
  }
  .listNew-article02 .listItem .img::after {
  }
  .listNew-article02 .listItem .img img {
  }
  .listNew-article02 .listItem a {
  }
  .listNew-article02 .listItem a .categorized {
    left: 0;
    right: 50%;
    max-width: 35%;
  }
  .listNew-article02 .listItem a .txt-content {
  }
}



/* ====================================================
2Column
==================================================== */

.main-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .main-wrap-inner {
    display: block;
  }
}

#main {
  width: calc(100% - 25%);
}

@media only screen and (max-width: 767px) {
  #main {
    width: 100%;
  }
}


/* ====================================================
sidebar
==================================================== */

#sidebar {
  margin-left: 70px;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  #sidebar {
    width: 100%;
    margin-left: 0;
  }
}

#sidebar .listCategory {
  margin-bottom: 40px;
}

#sidebar .listCategory li {
  border-top: 0px solid #cccccc;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
  padding-left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#sidebar .listCategory li:last-child {
  border-bottom: 0px solid #cccccc;
}

#sidebar .listCategory li:hover {
  background: #f1f1f1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar .listCategory li:hover a {
  opacity: 1;
}

#sidebar .listCategory li a {
  padding: 10px 15px 10px 5px;
  display: block;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}

#sidebar .listCategory li a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  font-size: 2.2rem;
}


#sidebar .listRecently {
  margin-bottom: 40px;
}

#sidebar .listRecently .listItem {
  border-top: 0px solid #cccccc;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#sidebar .listRecently .listItem:last-child {
  border-bottom: 1px solid #cccccc;
}

#sidebar .listRecently .listItem:hover {
  background: #f1f1f1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar .listRecently .listItem:hover a {
  opacity: 1;
}

#sidebar .listRecently .listItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
}

#sidebar .listRecently .listItem a > img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

#sidebar .listRecently .listItem a .txt-content {
  width: calc(100% - 75px);
}

#sidebar .listRecently .listItem .img {
  position: relative;
  width: 80px;
  /*height: 80px;
				overflow: hidden;
				object-fit: cover;
				object-position: center;
				display: inline-flex;*/
  margin-right: 15px;
}

#sidebar .listRecently .listItem .img img {
  /*position: absolute;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					width: auto;
					height: 100%;
					max-width: 250px;*/
  width: 100%;
}





#sidebar .listTags {
  margin: 15px -5px 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#sidebar .listTags .listItem {
  width: auto;
}

#sidebar .listTags a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 10px 2px;
}

#sidebar .banner-wrap img {
  display: block;
  margin: 0px auto 10px;
}

@media only screen and (max-width: 767px) {
  #sidebar .banner-wrap img {
    margin: 0px auto 20px;
  }
}


.listTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  margin: 0px auto 30px;
}

.listTags .listItem {
  display: inline-block;
  text-align: center;
  margin: 0 5px 10px;
}

.listTags .listItem:hover a {
  opacity: 1;
  background: #666666;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.listTags .listItem a {
  padding: 6px 10px 5px;
  display: block;
  background: #f8f7f0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .listTags .listItem a {
    padding: 5px 5px;
  }
}





/* ====================================================
News
==================================================== */


#news h1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
  #blog h1 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

#news .category-wrap {
  margin-bottom: 20px;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}



#news .category-wrap span.label {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 4px 6px;
  color: #ffffff;
  background: #555555;
  margin-bottom: 10px;
}

#news .category-wrap span.date{
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}


/* ====================================================
tab
==================================================== */

.tab_content_box .tab_content {
  display: none;
}

.tab_content_box .active {
  display: block;
}

.sec_news {
  padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .sec_news {
    padding: 0 0 40px;
  }
}

.sec_news .tab_menu {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}

.sec_news .tab_menu li {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  width: 25%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  background: #f4f4f4;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sec_news .tab_menu li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
  }
}

.sec_news .tab_menu li:last-child {
  border-right: 1px solid #dbdbdb;
}

.sec_news .tab_menu li.on {
  background: #fff;
  border-top: 2px solid #797979;
  border-bottom: 0;
}

.sec_news .tab_content ul li div {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 25px 1%;
  border-bottom: 1px solid #dbdbdb;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.sec_news .tab_content ul li div .date {
  display: table-cell;
  width: 120px;
  box-sizing: border-box;
}

.sec_news .tab_content ul li div .category {
  display: table-cell;
  width: 100px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
}

.sec_news .tab_content ul li div .category span {
  display: block;
  width: 75px;
  background: #00a685
}

.sec_news .tab_content ul li div .category span.tag_or,
.sec_news .tab_content ul li div .category span.recruit{
  background: #ffae00;
}

.sec_news .tab_content ul li div .category span.tag_bl,
.sec_news .tab_content ul li div .category span.news{
  background: #6dba44;
}

.sec_news .tab_content ul li div .category span.tag_bl,
.sec_news .tab_content ul li div .category span.other{
  background: #459cd9;
}


.sec_news .tab_content ul li div p {
  display: table-cell;
}

@media screen and (max-width: 640px) {
  .sec_news .tab_content ul li div {
    display: block;
    padding: 15px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
  }
  .sec_news .tab_content ul li div span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .sec_news .tab_content ul li div .date {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    width: auto;
  }
  .sec_news .tab_content ul li div .tag {
    display: inline-block;
    width: 70px;
    margin-bottom: 5px;
    width: auto;
  }
  .sec_news .tab_content ul li div p {
    display: block;
  }
}

.sec_news .btn_more_lists {
  margin: 15px 0 0;
  text-align: right;
}

.sec_news .btn_more_lists a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
}

.sec_news .btn_more_lists a .fa {
  margin-right: 5px;
  color: #ff2a60;
  font-size: 18px;
}


/*==================================================
faq
==================================================*/

/* 枠　後でcolumnの下に
-----------------------------------------------------*/
.faq-article {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
.faq-article {
    padding: 40px 0;
  }
}


/* faq　Accordion
-----------------------------------------------------*/

.acMenu{
  border-bottom: 1px dashed #bcbcbc;
padding: 1.5% 2% 1.5% 2%;
}

.acMenu dt:hover{
	cursor: pointer;
}

.acMenu {
	margin-bottom: 0;
}

.acMenu dt{
	color: #222222;
	font-weight: bold;
}

.acMenu dt p{
	background: url("../img/qa/icon_faq_q.png") no-repeat left 0px;
	padding: 10px 10px  10px 55px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.625;
}

.acMenu dd p{
	background: url("../img/qa/icon_faq_a.png") no-repeat left 0px;
	padding: 10px 10px  10px 55px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
    .acMenu dt p{
      font-size: 14px;
      font-size: 1.4rem;
      }

    .acMenu dd p{
      font-size: 14px;
      font-size: 1.4rem;
    }
}

 
.acMenu dd p em{
	font-weight: bold;
}
 

.acMenu dd {
    display: none;
	padding-top: 10px;
}

.acMenu dt img, #acMenu dd img{
	width: 30px;
	height: 30px;
}



@media screen and (min-width :1000px){
.pd3{
	padding: 0;
}

}


/* TOP info　タイルレイアウト　
-----------------------------------------------------*/
/*
.sec_program {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
.sec_program {
    margin-bottom: 40px;
  }
}
*/
.sec_program .report-list {
  padding: 24px 0px;
}

@media screen and (max-width: 768px) {
  .sec_program .report-list {
    padding: 15px 0px;
  }
}

.sec_program .report-list li {
  float: left;
  width: 25%;
  padding: 0 15px 45px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .sec_program .report-list li {
    width: 50%;
    padding: 0 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec_program .report-list li .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .sec_program .report-list li .img {
    margin-bottom: 7px;
  }
}

.sec_program .report-list li .img::after {
  content: "";
  display: block;
  padding-top: 58%;
}

.sec_program .report-list li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.sec_program .report-list li .img .category {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #6dba44;
  color: #FFF;
  padding: 3px 5px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.sec_program .report-list li .ttl {
  line-height: 1.7;
}

.sec_program .report-list li .day {
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sec_program .report-list li .day {
    margin-bottom: 5px;
  }
}

.sec_program .report-list li a {
  display: block;
}

.sec_program .report-list li a:hover .img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
}

.sec_program .report-list li a:hover .ttl {
  text-decoration: underline;
}

.sec_program .btn {
  max-width: 200px;
  margin: 0 auto;
}



/* お知らせ：日付●の1行
-----------------------------------------------------*/

.list_style05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 29px;
  border-top: 1px dotted;

}

@media screen and (max-width: 767px) {
  .list_style05 {
    display: block;
  }
}

.list_style05 .item {
  width: 100%;
  padding: 24px 0px;
  border-bottom: 1px dotted;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .list_style05 .item {
    width: 100%;
    padding: 15px 0px;
  }
}

@media screen and (max-width: 767px) {
  .list_style05 .item:first-child {
    border-top: 0;
  }
}

.list_style05 .item .date {
  width: 90px;
  height: 90px;
  background: #934080;
  border-radius: 50%;
  position: relative;
}

.list_style05 .item .date .date_content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}

.list_style05 .item .date .date_content span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.list_style05 .item .item_content {
  width: calc(100% - 90px);
  padding: 0px 0px 0px 15px;
}

.list_style05 .item .item_content .ttl {
  width: calc(100% - 90px);
  padding: 0px 0px 0px 15px;
}


/* コンセプト sec_concept　左右対称
-----------------------------------------------------*/

.list_style06 {
  overflow: hidden;
}

.list_style06 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .list_style06 .item {
    display: block;
    margin-bottom: 20px;
  }
  .list_style06 .item:last-child {
    margin-bottom: 0;
  }
}

.list_style06 .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.list_style06 .item:nth-child(odd) .item_content {
  padding: 60px 40px 50px 8.6%;
    
}

@media screen and (max-width: 1000px) {
  .list_style06 .item:nth-child(odd) .item_content {
    padding: 60px 40px 50px 6.6%;
  }
}

@media screen and (min-width: 1416px) {
  .list_style06 .item:nth-child(odd) .item_content {
    padding: 60px 40px 50px 120px;
    max-width: 700px;
  }
}

.list_style06 .item:nth-child(odd) .item_content .txt {
  position: relative;
  left: -18%;
  margin-bottom: -39px;
  display: block;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .list_style06 .item:nth-child(odd) .item_content .txt {
    left: -14%;
  }
}

@media screen and (max-width: 767px) {
  .list_style06 .item:nth-child(odd) .item_content .txt {
    position: static;
  }
}

.list_style06 .item:nth-child(odd) .item_content .ttl {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .list_style06 .item:nth-child(even) .btn_style02 {
    margin-top: 57px;
  }
}

.list_style06 .item .img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .list_style06 .item .img {
    width: 100%;
  }
}

.list_style06 .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.list_style06 .item .item_content {
  width: 50%;
  background: #ffffff;
  padding: 60px 100px 100px 5.6%;
}


@media screen and (max-width: 767px) {
  .list_style06 .item .item_content {
    padding: 20px 15px 30px !important;
    width: 100%;
  }
}

.list_style06 .item .item_content > * {
  position: relative;
  z-index: 2;
}

.list_style06 .item .item_content .txt {
  position: relative;
  left: -10.1%;
  margin-bottom: 13px;
  display: block;
}

@media screen and (max-width: 767px) {
  .list_style06 .item .item_content .txt {
    position: static;
  }
}

.list_style06 .item .item_content .ttl {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.35;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  margin-bottom: 20px;
  color: #333333;
}

@media screen and (max-width: 1000px) {
  .list_style06 .item .item_content .ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .list_style06 .item .item_content .ttl {
    margin-bottom: 20px !important;
  }
}


/* コンセプト sec_concept
-----------------------------------------------------*/

/* -------- CLEAR -------- */
.clear {
  clear: both;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* clearfix for ie7 */
.cf {
  display: inline-block;
}

.cf {
  display: block;
}

.sec_concept {
  padding: 60px 0;
  background: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .sec_concept {
    padding: 40px 0;
  }
  .sec_concept inner {
    padding: 0;
  }
}

.sec_concept .concept_box {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .sec_concept .concept_box {
    margin-bottom: 40px;
  }
}

.sec_concept .concept_box:last-child {
  margin-bottom: 0;
}

.sec_concept .concept_box.boxR .box_inner {
  position: relative;
  padding: 50px 0;
  background: url(http://xth.xsrv.jp/test/img/index/slider-img-02.jpg) no-repeat left center;
  background-size: cover;
}

.sec_concept .concept_box.boxL .box_inner {
  position: relative;
  padding: 50px 0;
  background: url(http://xth.xsrv.jp/test/img/index/slider-img-02.jpg) no-repeat left center;
  background-size: cover;
}


@media screen and (max-width: 768px) {
  .sec_concept .concept_box .box_inner {
    padding: 30px 0;
  }
}

.sec_concept .concept_box.boxR {
  padding-right: 28.5%;
}

.sec_concept .concept_box.boxR .txt_box {
  margin-right: -23%;
  float: right;
}

@media screen and (max-width: 768px) {
  .sec_concept .concept_box.boxR {
    padding: 0;
  }
  .sec_concept .concept_box.boxR .txt_box {
    margin: 0 auto;
    float: none;
  }
}

.sec_concept .concept_box.boxL {
  padding-left: 28.5%;
}

.sec_concept .concept_box.boxL .txt_box {
  margin-left: -23%;
  float: left;
}

@media screen and (max-width: 768px) {
  .sec_concept .concept_box.boxL {
    padding: 0;
  }
  .sec_concept .concept_box.boxL .txt_box {
    margin: 0 auto;
    float: none;
  }
}

.sec_concept .txt_box {
  position: relative;
  padding: 4% 4% 3%;
  width: 100%;
  max-width: 450px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .sec_concept .txt_box {
    padding: 20px 15px 30px;
  }
}

.sec_concept .txt_box .ttl {
  margin-bottom: 25px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333;
  font-weight: 700;
}

.sec_concept .txt_box .ttl span {
  display: block;
  margin-top: 15px;
  color: #459cd9;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sec_concept .txt_box .ttl {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.27273;
  }
  .sec_concept .txt_box .ttl span {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.07143;
  }
}

.sec_concept .txt_box p {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.sec_concept .txt_box .btn_box {
  font-size: 0;
  text-align: center;
}

.sec_concept .txt_box .btn_box .btn_gr {
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 230px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
  background: #00a685;
}

.sec_concept .txt_box .btn_box.col2 .btn_gr {
  margin-left: 4%;
  width: 48%;
}

.sec_concept .txt_box .btn_box.col2 .btn_gr:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .sec_concept .txt_box .btn_box.col2 .btn_gr {
    margin-left: 0%;
    margin-bottom: 10px;
    width: 100%;
  }
  .sec_concept .txt_box .btn_box.col2 .btn_gr:last-child {
    margin-bottom: 0;
  }
}


.sec_concept .img {
    
  width: 45%;
  position: relative;
  top: 20px;
  margin: 0 auto;
}

.sec_concept .img .mov {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 22px;

}

.sec_concept .img .mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .sec_concept .img {
    margin-top: 20px;
    width: 100%;
    position: static;
  }
}



/* 3カラムボタン listIntro
-----------------------------------------------------*/

.listIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .listIntro {
    margin-bottom: 35px;
    display: block;
  }
}

.listIntro .item {
  margin-right: 3.4%;
  width: calc((100% - 6.8%)/3);
  -webkit-box-shadow: 0px 1px 10px #eeeeee;
          box-shadow: 0px 1px 10px #eeeeee;
}

@media only screen and (max-width: 767px) {
  .listIntro .item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

.listIntro .item a {
  width: 100%;
  display: block;
  height: 100%;
}

.listIntro .item a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.listIntro .item a:hover {
  opacity: 1;
}

.listIntro .item a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.listIntro .item .img-thumb {
  width: 100%;
  overflow: hidden;
}

.listIntro .item .item-content {
  text-align: center;
  padding: 13px 15px  9px;
}

.listIntro .item .item-content span {
  color: #934080;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2px;
  display: block;
}

.listIntro .item .item-content .ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.65;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@media only screen and (max-width: 767px) {
  .listIntro .item .item-content .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .listIntro .item {
    width: 100%;
    margin-right: 0;
  }
}

.listIntro .item:last-child {
  margin-right: 0;
}



/* 講師紹介
-----------------------------------------------------*/
.sec-president {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .sec-president {
    margin-bottom: 55px;
  }
}

.sec-president .page-intro {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .sec-president .page-intro {
    margin-bottom: 30px;
  }
}

.sec-president .intro-col {
  overflow: hidden;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-president .intro-col {
    margin-bottom: 40px;
  }
}

.sec-president .intro-col dt {
  width: 300px;
  overflow: hidden;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  .sec-president .intro-col dt {
    float: none;
    margin: 0 auto 20px;
    width: 250px;
  }
}

.sec-president .intro-col dd {
  overflow: hidden;
  padding-left: 40px;
}

.sec-president .intro-col dd p {
  margin-bottom: 20px;
}

.sec-president .intro-col dd .icon {
  width: 40%;
  float: right;
}

@media screen and (max-width: 768px) {
  .sec-president .intro-col dd .icon {
    float: none;
    margin: 0 auto 20px;
    width: 250px;
  }
}


@media screen and (max-width: 768px) {
  .sec-president .intro-col dd {
    padding-left: 0;
  }
}

.sec-president .intro-col .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0px 0 15px 0;
}

@media screen and (max-width: 768px) {
  .sec-president #.intro-col .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 30px 0 15px 0;
  }
}

.sec-president .intro-col p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sec-president .intro-col p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-president .hotel-link{
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
   color: center;
  color: #934080;
}

.sec-president .name {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sec-president .name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-president .name span {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .sec-president .name span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}




.box-about {
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 1000px) {
  .box-about {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .box-about {
    margin-bottom: 40px;
  }
}


/* ====================================================
ごあいさつ
==================================================== */

.box-about img {
  width: 100%;
}

.box-about .text-contri {
  max-width: 1000px;
  padding: 68px 77px 57px;
  margin: 0 auto;
  background: #ffffff;
  margin-top: -5.3%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1250px) {
  .box-about .text-contri {
    padding: 40px 40px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .box-about .text-contri {
    margin-top: 0;
    padding: 15px 12px;
  }
}

.box-about .text-contri .ttl-contri {
  color: #934080;
  font-weight: 800;
  margin-bottom: 27px;
  font-family: hirakakustd-w6;
  font-size: 30px;
  font-size: 3.0rem;
}

@media screen and (max-width: 1250px) {
  .box-about .text-contri .ttl-contri {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .box-about .text-contri .ttl-contri {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-about .text-contri .ttl-contri {
    font-size: 20px;
    font-size: 2rem;
  }
}

.box-about .text-contri p {
  color: #222222;
  line-height: 1.9;
  padding-left: 3px;
  font-size: 16px;
  font-size: 1.6rem;
    margin-top: 20px;
}

.box-about .text-contri .name img {
    width: 230px;
    margin-top: 20px;
}


@media screen and (max-width: 1000px) {
  .box-about .text-contri p {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-about .text-contri p {
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
}



/* ====================================================
box-philosophy
==================================================== */

.box-philosophy {
  position: relative;
  margin-bottom: 300px;
}

@media screen and (max-width: 1000px) {
  .box-philosophy {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .box-philosophy {
    margin-bottom: 40px;
  }
}

.box-philosophy img {
  width: 100%;
}

.box-philosophy .text-contri {
  max-width: 1000px;
  padding: 68px 77px 57px;
  margin: 0 auto;
  background: #ffffff;
  margin-top: -55.3%;
  position: relative;
  z-index: 1;
  opacity: 0.7;
}

@media screen and (max-width: 1250px) {
  .box-philosophy .text-contri {
    padding: 40px 40px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .box-philosophy .text-contri {
    margin-top: 0;
    padding: 15px 12px;
  }
}

.box-philosophy .text-contri .ttl-contri {
  color: #934080;
  font-weight: 800;
  margin-bottom: 27px;
  font-family: hirakakustd-w6;
  font-size: 36px;
  font-size: 3.6rem;
}

.box-philosophy .text-contri p {
    font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #111111;
}

@media screen and (max-width: 1000px) {
  .box-philosophy .text-contri p {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-philosophy .text-contri p {
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ====================================================
バリホテル
==================================================== */

.sec-bali {
  margin-bottom: 35px;
}

.sec-bali .content-box {
  display: table;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sec-bali .content-box {
    padding-bottom: 40px;
  }
}

.sec-bali .content-box .txt-col,
.sec-bali .content-box .img-col {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 990px) {
  .sec-bali .content-box .txt-col,
  .sec-bali .content-box .img-col {
    display: block;
    width: 100% !important;
  }
}

.sec-bali .content-box .txt-col {
  padding-right: 20px;
}

@media screen and (max-width: 990px) {
  .sec-bali .content-box .txt-col {
    padding: 0 0 20px;
  }
}

.sec-bali .content-box .txt-col dt {
  color: #934080;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .sec-bali .content-box .txt-col dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sec-bali .content-box .txt-col dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sec-bali .content-box .txt-col dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.sec-bali .content-box .img-col {
  font-size: 0;
}

.sec-bali .content-box .img-col img {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .sec-bali .content-box .img-col img {
    margin: 0 0 5px;
    width: 180px;
  }
}

.sec-bali .content-box .img-col.col01 {
  width: 230px;
}

.sec-bali .content-box .img-col.col03 {
  width: 555px;
}

.sec-bali .content-box.last::before {
  display: none;
}


/* ====================================================
corporate
==================================================== */

.outline dl{
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.outline dl em{
	font-weight: bold;
	color: #934080;
}

.outline dl span{
	font-weight: bold;
}

.outline dt{
	font-weight: bold;
	margin-bottom: 5px;
}

.outline dt ul{
	font-weight: bold;
	margin-bottom: 5px;
}

.outline dd ul li{
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
.outline dd ul li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0px solid #ddd;
}


@media screen and (min-width :768px){

.outline dl{
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.outline dt{
	margin-bottom: 0;
	width: 30%;
	float: left;
	padding-left:1em;
	box-sizing: border-box;
	font-size: 1.00em;
}

.outline dd{
	width: 70%;
	float: left;
	font-size: 1.00em;
}

.outline dd ul{
}
.outline dd ul li{
}

.outline dd ul li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-bottom: 0px solid #ddd;
}

.outline dd a{
	display: inline;
}

.outline dd a.access{
	display: inline;
	margin-left: 20px;
}

.outline dd a span{
	color: #cc0000;
	text-decoration: underline;
}

.outline dd a span{
	color: #cc0000;
	text-decoration: underline;
}

}


.list-corporate dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-corporate dl dt,
.list-corporate dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .list-corporate dl dt,
  .list-corporate dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-corporate dl dt {
  color: #6dba44;
  font-weight: bold;
  width: 27%;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .list-corporate dl dt {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.list-corporate dl dd {
  width: 73%;
  overflow: hidden;
}

.list-corporate dl dd p {
  display: inline-block;
  float: left;
}

.list-corporate dl dd p:first-child {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .list-corporate dl dd p:first-child {
    width: 100%;
  }
}


/* 文字styleベースに追加
-----------------------------------------------------*/

.ctbox {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .ctbox {
    margin-bottom: 35px;
  }
}

.ctbox .mb60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .ctboxx .mb60 {
    margin-bottom: 30px;
  }
}

.ctbox .mb30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ctboxx .mb30 {
    margin-bottom: 15px;
  }
}



.txtBasic02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .txtBasic02 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.txtBasic03 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .txtBasic03 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.txtBasic04 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .txtBasic03 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}


/* バリ4つのポイント
-----------------------------------------------------*/

.box-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 83px);
  margin-left: auto;
  position: relative;
  margin-bottom: 69px;
}

@media screen and (max-width: 1250px) {
  .box-voice {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 1000px) {
  .box-voice {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .box-voice {
    width: 100%;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-voice .box-l {
  width: calc(100% - 58.3%);
  padding-right: 40px;
  padding-right: 0;
}

@media screen and (max-width: 1250px) {
  .box-voice .box-l {
    width: calc(100% - 45%);
  }
}

@media only screen and (max-width: 767px) {
  .box-voice .box-l {
    width: 100%;
  }
}

.box-voice .box-l .ttl-voice {
  top: 20px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0047af;
  font-weight: 800;
  font-family: hirakakustd-w6;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 1250px) {
  .box-voice .box-l .ttl-voice {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 1000px) {
  .box-voice .box-l .ttl-voice {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-voice .box-l .ttl-voice {
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.box-voice .box-l .ttl-voice span {
  display: block;
  width: 90px;
  height: 90px;
  background: #934080;
  text-align: center;
  padding: 10px;
  color: #fff;
  margin-top: -7px;
  margin-right: 30px;
  font-weight: 500;
  font-family: "Hiragino Sans GB";
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1250px) {
  .box-voice .box-l .ttl-voice span {
    font-size: 42px;
    font-size: 4.2rem;
    width: 90px;
    height: 90px;
    margin-right: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .box-voice .box-l .ttl-voice span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-voice .box-l .ttl-voice span {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    padding: 5px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.box-voice .box-l .ttl-voice span b {
  font-weight: 800;
  display: block;
  font-family: hirakakustd-w8;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
  .box-voice .box-l .ttl-voice span b {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-voice .box-l .ttl-voice span b {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.box-voice .box-l .Joined {
  padding-top: 130px;
  display: block;
  font-weight: 800;
  color: #934080;
  margin-bottom: 20px;
  font-family: hirakakustd-w6;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 1250px) {
  .box-voice .box-l .Joined {
    padding-top: 130px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .box-voice .box-l .Joined {
    padding-top: 35px;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-voice .box-l p {
  color: #333333;
  line-height: 1.8;
  padding-right: 6%;
  margin-bottom: 28px;
  font-size: 15px;
  font-size: 1.5rem;
}

.box-voice .box-l p.small {
  font-size: 90%;
}


@media screen and (max-width: 1250px) {
  .box-voice .box-l p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .box-voice .box-l p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-voice .box-l p {
    padding-right: 0;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-voice .box-r {
  width: 50%;
}

@media screen and (max-width: 1250px) {
  .box-voice .box-r {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .box-voice .box-r {
    width: 100%;
  }
}

.box-voice .box-r img {
  width: 100%;
}


.case {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .case {
    padding-top: 40px;
  }
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-box .col-2 {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .flex-box .col-2 {
    width: 100%;
  }
}

.flex-box.content-bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-box.align-st {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.case .case-item {
  margin-bottom: 30px;
  background: #fbfbf1;
  border-radius: 6px;
}

.case .case-item .ttl {
  position: relative;
  padding: 12px 5px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #934080;
  border-radius: 6px 6px 0 0;
  text-align: center;
}

.case .case-item .ttl:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #934080 transparent transparent transparent;
}

.case .case-item p {
  padding: 10px 30px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86;
}





/*# sourceMappingURL=maps/styles.css.map */
@charset "UTF-8";

/*　program
-----------------------------------------------------*/

.ttl_type05 {
  text-align: center;
}

.ttl_type05 span {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  border-bottom: 2px solid #907e00;
  margin-bottom: 59px;
  letter-spacing: -2.5px;
  padding-bottom: 5px;
  display: inline-block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ttl_type05 span {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .ttl_type05 span {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}


.green-c {
  color: #a8c18f;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
}
.green02-c {
  color: #8fb170;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
}
.purple-c {
  color: #9f799f;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
}
.blue-c {
  color: #7c92aa;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
}





.ryt-icon {
  margin: 0px auto 60px;
  width: 30%;
}

.ryt-icon img {
  width: 100%;
}



.linkPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .linkPage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 27px;
  }
}

.linkPage li {
  width: 20%;
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .linkPage li {
    width: 33.33%;
    margin-bottom: 20px;
  }
}

.linkPage li a {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22;
  text-align: center;
  padding-bottom: 21px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background: url(../img/course/line.png) repeat-y right top;
  position: relative;
}

.linkPage li a:after {
  content: "\f0d7";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #934080;
  font: normal normal normal 22px/1 FontAwesome;
}

.linkPage li a span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #934080;
  text-align: center;
  display: inline-block;
  margin-bottom: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

.linkPage li a b {
  min-height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
  .linkPage li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 15px;
  }
}

.box-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #934080;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  color: #ffea59;
  font-size: 22px;
  font-size: 2.2rem;
  padding-top: 43px;
  line-height: 1.2;
}

.box-circle.color2 {
  background: #82ae7f;
}


@media screen and (max-width: 767px) {
  .box-circle {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 25px;
    width: 100px;
    height: 100px;
    line-height: 1.2;
  }
}

.box-circle span {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: .3;
  display: block;
  margin-top: -5px;
  width: 100%;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@media screen and (max-width: 767px) {
  .box-circle span {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.box-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto 71px;
}

@media screen and (max-width: 767px) {
  .box-intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .box-intro .box-circle {
    margin: 0 auto 30px;
  }
}

.box-intro .content {
  padding-left: 31px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  width: calc(100% - 140px);
}

@media screen and (max-width: 767px) {
  .box-intro .content {
    padding-left: 0;
    width: 100%;
  }
}

.box-intro .content .ttl {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: -2px;
}

@media screen and (max-width: 990px) {
  .box-intro .content .ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .box-intro .content .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.box-intro .content .txtBase {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
  .box-intro .content .txtBase {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


@media screen and (max-width: 767px) {
  .box-intro .content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}


/*　こんな方におすすめです
-----------------------------------------------------*/

.sec-become {
  padding: 65px 0 85px;
  background: url(../img/course/bg-01.png) no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sec-become {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-become .ttl_type01 {
    margin-bottom: 10px;
  }
}

.box-list {
  background: #ffffff;
  padding: 49px 50px 41px 82px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 23, 20, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(34, 23, 20, 0.2);
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .box-list {
    padding: 30px 20px;
  }
}

.box-list li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #333;
  position: relative;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .box-list li {
    padding-left: 30px;
  }
}

.box-list li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 32px;
  height: 28px;
  background: url("../img/course/ico-check.png") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .box-list li:before {
    width: 18px;
    height: 16px;
    top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .box-list li {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sec-feature {
  margin-bottom: 130px;
}

@media screen and (min-width: 768px) {
  .sec-feature .ttl_type01 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sec-feature {
    margin-bottom: 3px;
  }
}

.list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 990px) {
  .list-feature {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 767px) {
  .list-feature {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.list-feature .item {
  width: 33.3%;
  padding: 0 20px;
}

@media screen and (max-width: 990px) {
  .list-feature .item {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .list-feature .item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 5px;
  }
}

.list-feature .item_img {
  width: 100%;
}

.list-feature .item_img img {
  width: 100%;
}

.list-feature .item_ttl {
  position: relative;
  padding-top: 24px;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #934080;
}

.list-feature .item_ttl .number {
  position: absolute;
  top: 12px;
  right: -11px;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  color: #928004;
  font-size: 100px;
  font-size: 10rem;
  opacity: .3;
  line-height: .7;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-feature .item_ttl .number {
    top: 28px;
  }
}

@media screen and (max-width: 990px) {
  .list-feature .item_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
  .list-feature .item_ttl .number {
    letter-spacing: -1px;
    font-size: 70px;
    font-size: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .list-feature .item_ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .list-feature .item_ttl br {
    display: none;
  }
  .list-feature .item_ttl .number {
    font-size: 55px;
    font-size: 5.5rem;
  }
}

.list-feature .item .txtBase {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #010101;
}

@media screen and (max-width: 767px) {
  .list-feature .item .txtBase {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-feature .item:nth-child(2) .item_ttl .number {
  right: -3px;
}

.list-feature .item:nth-child(3) .item_ttl .number {
  right: -3px;
}

.list-feature .item:nth-child(4) .item_ttl .number {
  right: 5px;
}



/*　得られるメリット（新）
-----------------------------------------------------*/

.sec-merit {
  padding: 65px 0 85px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sec-merit {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-merit .ttl_type01 {
    margin-bottom: 10px;
  }
}

.sec-merit.ov_training {
  background: url(../img/common/mv-img-about.jpg) no-repeat;
  background-size: cover;
}
.sec-merit.ov_training_1week {
  background: url(../img/common/mv-img-about.jpg) no-repeat;
  background-size: cover;
}
.sec-merit.jp_training {
  background: url(../img/course/m_jp_training.jpg) no-repeat;
  background-size: cover;
}
.sec-merit.jp_training {
  background: url(../img/course/m_jp_training.jpg) no-repeat;
  background-size: cover;
}
.sec-merit.jp_basic {
  background: url(../img/course/m_jp_basic.jpg) no-repeat;
  background-size: cover;
}
.sec-merit.jp_spiritual {
  background: url(../img/course/m_jp_spiritual.jpg) no-repeat;
  background-size: cover;
}
.sec-merit.jp_teaching {
  background: url(../img/course/m_jp_teaching.jpg) no-repeat;
  background-size: cover;
}


.item_merit {
  background: #ffffff;
  padding: 49px 50px 41px 82px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 23, 20, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(34, 23, 20, 0.2);
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .item_merit {
    padding: 30px 20px;
  }
}

.item_merit .item_content_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #907e00;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 13px;
  letter-spacing: -1px;
}

.item_merit .item_content_ttl span {
  margin-right: 6px;
}

@media screen and (max-width: 990px) {
  .item_merit .item_content_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .item_merit .item_content_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.item_merit .txtBase {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 47px;
  color: #333;
  letter-spacing: -.5px;
}

@media screen and (max-width: 990px) {
  .item_merit .txtBase {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .item_merit .txtBase {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.item_merit .txtBase:last-child {
  margin-bottom: 0;
}





/*　得られるメリット（旧）
-----------------------------------------------------*/

.sec-propose {
  margin-bottom: 127px;
}

@media screen and (min-width: 768px) {
  .sec-propose .ttl_type01 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .sec-propose {
    margin-bottom: 50px;
  }
}

.list-propose {
  max-width: 1320px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .list-propose {
    padding: 0 20px;
  }
}

.list-propose .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .list-propose .item {
    margin-bottom: 30px;
  }
}

.list-propose .item_img {
  width: calc(480/1300*100%);
}

.list-propose .item_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .list-propose .item_img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.list-propose .item_content {
  width: calc(820/1300*100%);
  padding-left: 70px;
  padding-top: 16px;
}

@media screen and (max-width: 990px) {
  .list-propose .item_content {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .list-propose .item_content {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.list-propose .item_content_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #907e00;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 13px;
  letter-spacing: -1px;
}

.list-propose .item_content_ttl span {
  margin-right: 6px;
}

@media screen and (max-width: 990px) {
  .list-propose .item_content_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .list-propose .item_content_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-propose .item_content .txtBase {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 47px;
  color: #333;
  letter-spacing: -.5px;
}

@media screen and (max-width: 990px) {
  .list-propose .item_content .txtBase {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .list-propose .item_content .txtBase {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-propose .item_content .txtBase:last-child {
  margin-bottom: 0;
}




.list-propose2 {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .list-propose2 {
    padding: 0 20px;
  }
}

.list-propose2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .list-propose2 .item {
    margin-bottom: 30px;
  }
}

.list-propose2 .item_img {
  width: 40%;
  margin: 0 auto 20px;
  text-align: center;
}

.list-propose2 .item_img img {
}

@media screen and (max-width: 767px) {
  .list-propose2 .item_img {
    width: 70%;
    margin-bottom: 30px;
  }
}

.list-propose2 .item_content {
  padding-left: 70px;
  padding-top: 16px;
}

@media screen and (max-width: 990px) {
  .list-propose2 .item_content {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .list-propose2 .item_content {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.list-propose2 .item_content_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #907e00;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 13px;
  letter-spacing: -1px;
}

.list-propose2 .item_content_ttl span {
  margin-right: 6px;
}

@media screen and (max-width: 990px) {
  .list-propose2 .item_content_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .list-propose2 .item_content_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-propose2 .item_content .txtBase {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 47px;
  color: #333;
  letter-spacing: -.5px;
}

@media screen and (max-width: 990px) {
  .list-propose2 .item_content .txtBase {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .list-propose2 .item_content .txtBase {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-propose2 .item_content .txtBase:last-child {
  margin-bottom: 0;
}




.box-charge {
  background: #ffffff;
  padding: 41px 53px 0 37px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 23, 20, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(34, 23, 20, 0.2);
  max-width: 1000px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .box-charge {
    padding: 20px;
  }
}

.box-charge .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: solid 1px #dadada;
  padding-top: 30px;
}

.box-charge .item:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .box-charge .item:last-child {
    padding-bottom: 0;
  }
}

.box-charge .item:nth-child(1) {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .box-charge .item .box-circle {
    margin: 0 auto 30px;
  }
}

.box-charge .item_content {
  width: calc(100% - 140px);
  padding-left: 38px;
}

@media screen and (max-width: 767px) {
  .box-charge .item_content {
    width: 100%;
    padding-left: 0;
  }
}

.box-charge .item_content .ttl {
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 9px;
  padding: 3.5px 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box-charge .item_content .ttl {
    padding: 12px 10px 4px;
  }
}

@media screen and (max-width: 767px) {
  .box-charge .item_content .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-charge .item_content .red {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #c8161d;
  padding-left: 3px;
  display: block;
  margin-bottom: -2px;
}

@media screen and (max-width: 767px) {
  .box-charge .item_content .red {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-charge .item_content .price {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 13px;
  padding-left: 3px;
  color: #333;
}

.box-charge .item_content .price:last-child {
  margin-bottom: 0;
}

.box-charge .item_content .price b {
  font-size: 16px;
  font-size: 1.6rem;
}

.box-charge .item_content .price span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .box-charge .item_content .price {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box-charge .item_content .price b {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box-charge .item_content .price span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-note {
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
}

.box-note .ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.46;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .box-note .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.box-note .txtBase {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  margin-bottom: 23px;
}

.box-note .txtBase:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .box-note .txtBase {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.sec-charge {
  margin-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .sec-charge {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .sec-charge .ttl_type01 {
    margin-bottom: 12px;
  }
}

.w-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.sec-program {
  margin-bottom: 123px;
}

@media screen and (max-width: 767px) {
  .sec-program {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .sec-program .ttl_type01 {
    margin-bottom: 12px;
  }
  .sec-program .ttl_type01:nth-child(3) {
    margin-bottom: 3px;
  }
}

.sec-program .txtBase {
  line-height: 1.78;
  letter-spacing: -1.5px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .sec-program .txtBase {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.table-01 {
  border: solid 1px #cccccc;
  margin-bottom: 91px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table-01 {
    margin-bottom: 50px;
  }
}

.table-01 tr {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: solid 1px #cccccc;
}

.table-01 tr:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .table-01 tr {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table-01 tr td {
  padding: 17.5px 40px;
  color: #333;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-01 tr td {
    padding: 20px 40px 10px;
  }
}

@media screen and (max-width: 767px) {
  .table-01 tr td {
    padding: 15px 10px !important;
  }
}

.table-01 tr td:nth-child(1) {
  font-weight: bold;
  color: #934080;
  padding: 17.5px 23px;
  width: 242px;
  border-right: solid 1px #cccccc;
  background: #f3f3f3;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-01 tr td:nth-child(1) {
    padding: 20px 23px 10px;
  }
}

@media screen and (max-width: 767px) {
  .table-01 tr td:nth-child(1) {
    width: 30%;
    padding: 15px 10px !important;
  }
}

.table-01 tr td .red {
  font-weight: bold;
  color: #c8161d;
}

.table-01 tr td .purple {
  color: #934080;
}


.sec-benefit {
  padding: 49px 0 118px;
  background: url(../img/course/bg-02.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .sec-benefit {
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-benefit .ttl_type01 {
    color: #934080;
    margin-bottom: 9px;
  }
}

.list-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
}

@media screen and (max-width: 767px) {
  .list-benefit {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
.list-benefit .item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}*/

.list-benefit .item {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .list-benefit .item {
    width: 100%;
    padding: 0;
  }
}


.list-benefit .item_left {
  width: 80px;
  font-weight: 500;
  background: #907e00;
  color: #fffffe;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
}

.list-benefit .item_left b {
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .list-benefit .item_left {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .list-benefit .item_left b {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.list-benefit .item_right {
  width: calc(100% - 80px);
  padding: 24px 20px 26px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .list-benefit .item_right {
    padding: 20px 15px;
  }
}

.list-benefit .item_right .ttl {
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.39;
  margin-bottom: 20px;
  color: #907e00;
  width: 100%;
}

.list-benefit .item_right .ttl span {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline;
}

.list-benefit .item_right .ttl.style02 {
  padding-top: 10px;
}

@media screen and (max-width: 990px) {
  .list-benefit .item_right .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .list-benefit .item_right .ttl br {
    display: none;
  }
  .list-benefit .item_right .ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .list-benefit .item_right .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-benefit .item_right .ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-benefit .item_right .txtBase {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.46;
  color: #1b1b1b;
}

@media screen and (max-width: 767px) {
  .list-benefit .item_right .txtBase {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.list-benefit .item_right .txtBase2 {
  width: 68%;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
    line-height: 1.5;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .list-benefit .item_right .txtBase2 {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-benefit .item_right .item_img {
  padding-right: 0;
  width: 30%;
  float: right;
  margin-bottom: 0;
  margin-left: 20px;
}

@media screen and (max-width: 990px) {
  .list-benefit .item_right .item_img {
  width: 100%;
    margin-bottom: 20px;
  }
}




.list-benefit .item.pink .item_left {
  background: #934080;
}

@media screen and (min-width: 768px) {
  .list-benefit .item.pink .item_left {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-benefit .item.pink .item_right .ttl {
  color: #934080;
}

.page-course {
  margin-top: 0 !important;
  padding-top: 170px;
}

@media (max-width: 1080px) {
  .page-course {
    padding-top: 167px;
  }
}

@media screen and (max-width: 767px) {
  .page-course {
    padding-top: 50px;
  }
}



.sec-mm {
  padding: 65px 0 85px;
  background: url(../img/course/bg-023.png) no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sec-mm {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-mm .ttl_type01 {
    margin-bottom: 10px;
  }
}

.box-list02 {
  background: #ffffff;
  padding: 49px 45px 41px 45px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 23, 20, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(34, 23, 20, 0.2);
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .box-list02 {
    padding: 30px 20px;
  }
}

.box-list02 li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  color: #333;
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .box-list02 li {
    padding-left: 30px;
  }
}

.box-list02 li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 32px;
  height: 28px;
  background: url("../img/course/ico-check.png") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .box-list02 li:before {
    width: 18px;
    height: 16px;
    top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .box-list02 li {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.box-list03 {
}

@media screen and (max-width: 767px) {
  .box-list03 {
  }
}

.box-list03 li {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.7;
  color: #333;
  position: relative;
  padding-left: 50px;
}

.box-list03 li p {
  margin-top: 15px;
}



@media screen and (max-width: 767px) {
  .box-list03 li {
    padding-left: 30px;
  }
}

.box-list03 li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 32px;
  height: 28px;
  background: url("../img/course/ico-check.png") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .box-list03 li:before {
    width: 18px;
    height: 16px;
    top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .box-list03 li {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}



/*# sourceMappingURL=maps/styles.css.map */
