@charset "UTF-8";
h2.hd03 {
  position: relative;
}

h2.hd03 .btn01 {
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -20px;
}

h2.hd03 .btn01 a {
  font-size: 1.3rem;
  width: 160px;
}

h2.hd03 .btn01 p {
  padding: 10px 5px 10px 0;
  background-position: right 7px center;
}

.ico_ttl {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2.6rem;
  background: url(../img/support/teachers/kyodo/ico_check.png) no-repeat center top;
  background-size: 43px auto;
  padding-top: 73px;
  margin-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_area {
  background: #f9f9f9;
  padding: 430px 0 10px;
  margin-top: -310px;
}

#main_area .block {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 130px;
}

#main_area .block .img {
  width: 41%;
  position: relative;
}

#main_area .block .img img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

#main_area .block .img span {
  display: block;
  background: #fff;
  position: relative;
}

#main_area .block .img span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg02.png);
  background-size: 96px auto;
  left: 10px;
  top: 10px;
  position: absolute;
}

#main_area .block .img span:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  position: absolute;
}

#main_area .block .txt_area {
  width: 52%;
}

#main_area .block .txt_area .txt {
  line-height: 2.25;
  margin-bottom: 25px;
}

#main_area .block:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 80px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■store_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#store_list ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

#store_list ul.list li {
  width: 45%;
  line-height: 1.71;
  font-size: 1.4rem;
  margin-bottom: 64px;
}

#store_list ul.list .copy {
  margin-bottom: 14px;
}

#store_list ul.list .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}

#store_list ul.list .inner .img {
  width: 36.2%;
}

#store_list ul.list .inner .img img {
  width: 100%;
  height: auto;
}

#store_list ul.list .inner .right {
  width: 57.7%;
  padding-left: 6.1%;
}

#store_list ul.list .inner .right a {
  color: #49297f;
}

#store_list ul.list .inner .name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 3px;
}

#store_list ul.list .inner .name span {
  display: inline-block;
  background: url(../img/ico_arrow03.png) no-repeat right center;
  background-size: 7px auto;
  padding-right: 18px;
}

#store_list ul.list .inner .tel {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
}

#store_list ul.list dl {
  overflow: hidden;
  margin-bottom: 10px;
}

#store_list ul.list dl dt {
  float: left;
  font-size: 1.3rem;
}

#store_list ul.list dl dd {
  padding-left: 70px;
  border-bottom: 1px solid #ece7f4;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■teachers_top_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#teachers_top_wrap #intro .strong {
  margin-bottom: 20px;
}

#teachers_top_wrap #intro .txt {
  font-size: 1.6rem;
  margin-bottom: 35px;
}

#teachers_top_wrap #intro .about {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 35px;
}

#teachers_top_wrap #intro .btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#teachers_top_wrap #intro .btn01 li {
  width: 47.7%;
}

#teachers_top_wrap #intro .btn01 li a {
  display: block;
  border-width: 6px;
  font-size: 2rem;
  color: #4b4b4b;
  width: 100%;
  font-weight: 700;
  background: no-repeat center center;
  background-size: cover;
}

#teachers_top_wrap #intro .btn01 li a:hover {
  color: #fff;
}

#teachers_top_wrap #intro .btn01 li p {
  padding-top: 65px;
  padding-bottom: 65px;
  background-size: 12px auto;
  background-position: right 25px center;
}

#teachers_top_wrap #intro .btn01 li.tyo a {
  background-image: url(../img/support/teachers/btn_tyo.png);
}

#teachers_top_wrap #intro .btn01 li.osa a {
  background-image: url(../img/support/teachers/btn_osa.png);
}

#teachers_top_wrap #store_list h4 {
  text-align: center;
  background: #49297f;
  color: #fff;
  padding: 19px;
  margin-bottom: 55px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■detail_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.detail_wrap {
  /*shop_info*/
}

.detail_wrap .box {
  background: #fff;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1);
  padding: 52px 8%;
  box-sizing: border-box;
  margin-bottom: 80px;
  padding-top: 77px;
  padding-bottom: 77px;
}

.detail_wrap .box h4 {
  text-align: center;
  color: #49297f;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 42px;
  text-shadow: 2px 2px 3px rgba(213, 155, 155, 0.4);
}

.detail_wrap .box .block {
  margin-bottom: 63px;
}

.detail_wrap .box .block:last-of-type {
  margin-bottom: 0;
}

.detail_wrap .box .btn01 {
  margin-top: 24px;
}

.detail_wrap .sub_box {
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.3rem;
  line-height: 1.53;
  max-width: 675px;
  margin: 25px auto 0;
  padding: 13px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.detail_wrap #top_cont {
  margin-bottom: 90px;
}

.detail_wrap #top_cont h3.ttl {
  text-align: center;
  color: #49297f;
  font-weight: 700;
  line-height: 1.7;
  font-size: 2.6rem;
  margin-bottom: 70px;
}

.detail_wrap #top_cont h3.ttl span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}

.detail_wrap #top_cont .h3p {
  text-align: center;
  font-size: 1.8rem;
  margin-top: -40px;
  margin-bottom: 35px;
}

.detail_wrap #top_cont .block_wrap {
  background: #f9f9f9;
  padding-top: 50px;
}

.detail_wrap #top_cont .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.detail_wrap #top_cont .block .img {
  width: 45.3%;
}

.detail_wrap #top_cont .block .img img {
  width: 100%;
  height: auto;
}

.detail_wrap #top_cont .block .txt_area {
  width: 50%;
}

.detail_wrap #top_cont .block .txt_area .txt {
  margin-bottom: 20px;
}

.detail_wrap #top_cont .block .txt_area .pr_area {
  background: #49297f;
  font-weight: 700;
  color: #fff;
  padding: 13px 20px;
}

.detail_wrap #top_cont .info {
  width: 100%;
  background: #f2eff6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #49297f;
  line-height: 1.75;
}

.detail_wrap #top_cont .info dt {
  width: 275px;
  text-align: center;
  font-size: 2.2rem;
}

.detail_wrap #top_cont .info dd {
  width: calc(100% - 275px);
  padding: 23px 40px 23px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.detail_wrap #top_cont .kome {
  color: #434343;
  font-size: 1.4rem;
  line-height: 1.71;
}

.detail_wrap .shop_info dl dt, .detail_wrap .shop_info dl dd {
  border-bottom: 1px solid #ece7f4;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 7px 0;
}

.detail_wrap .shop_info dl dt {
  color: #49297f;
  font-weight: 700;
  font-size: 2rem;
}

.detail_wrap .shop_info dl dt a {
  color: #49297f;
  text-decoration: underline;
}

.detail_wrap .shop_info dl dd .btn {
  margin-left: 7px;
  line-height: 1;
}

.detail_wrap .shop_info dl dd .btn a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: 80px;
  text-align: center;
  background: url(../img/ico_arrow04.png) no-repeat 13px center #49297f;
  background-size: 7px auto;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 20px;
  display: inline-block;
  padding: 6px 0 6px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.detail_wrap .shop_info dl .num {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #49297f;
  font-weight: 700;
  font-size: 1.6rem;
}

.detail_wrap .shop_info dl .num span {
  font-size: 1.3rem;
}

.detail_wrap .shop_info dl .num a {
  color: #49297f;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■kyodo_top_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#kyodo_top_wrap {
  /*membership_area*/
}

#kyodo_top_wrap #crescendo_area {
  background-position: center 30px;
  background-color: #f9f9f9;
  padding: 105px 0 40px;
}

#kyodo_top_wrap #crescendo_area .hd04 {
  text-align: center;
  margin-bottom: 35px;
}

#kyodo_top_wrap #crescendo_area .read_txt {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.77;
  font-size: 1.8rem;
}

#kyodo_top_wrap #crescendo_area .kome .kome {
  font-size: 1.4rem;
}

#kyodo_top_wrap #crescendo_area .price_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 70px;
}

#kyodo_top_wrap #crescendo_area .price_wrap > li {
  background: #fff;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1);
  padding: 52px 8%;
  box-sizing: border-box;
  width: 49.3%;
  padding: 42px 4%;
}

#kyodo_top_wrap #crescendo_area .price_wrap .name {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

#kyodo_top_wrap #crescendo_area .price_wrap .price {
  text-align: center;
  color: #d12a61;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

#kyodo_top_wrap #crescendo_area .price_wrap .price strong {
  font-size: 2.6rem;
  font-weight: 700;
}

#kyodo_top_wrap #crescendo_area .price_wrap .txt, #kyodo_top_wrap #crescendo_area .price_wrap .kome {
  padding: 0 20px;
}

#kyodo_top_wrap #crescendo_area .price_wrap .kome {
  color: #767676;
  font-size: 1.4rem;
  line-height: 1.71;
}

#kyodo_top_wrap #membership_area {
  position: relative;
  padding-top: 68px;
}

#kyodo_top_wrap #membership_area:after {
  content: "";
  width: 100%;
  height: 490px;
  background: #49297f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#kyodo_top_wrap #membership_area .read_txt {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ssc_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#ssc_wrap {
  /*benefits_area*/
  /*application_area*/
  /*shop_area*/
}

#ssc_wrap #top_cont .block_wrap {
  padding-bottom: 90px;
}

#ssc_wrap #top_cont ul.kome {
  margin: 14px 0 30px;
}

#ssc_wrap #top_cont .box {
  background: #fff;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1);
  padding: 52px 8%;
  box-sizing: border-box;
}

#ssc_wrap #top_cont .box .inenr {
  max-width: 700px;
  margin: 0 auto;
}

#ssc_wrap #top_cont .box .kome {
  color: #434343;
  font-size: 1.4rem;
}

#ssc_wrap #top_cont .box th, #ssc_wrap #top_cont .box td {
  border-bottom: 20px solid #fff;
  vertical-align: middle;
  line-height: 1.4;
}

#ssc_wrap #top_cont .box th {
  width: 125px;
  background: #d12a61;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  white-space: nowrap;
  padding: 5px 0;
}

#ssc_wrap #top_cont .box td.price {
  color: #d12a61;
  font-weight: 700;
  font-size: 2.6rem;
  padding: 0 15px;
  white-space: nowrap;
}

#ssc_wrap #top_cont .box td.price span {
  font-size: 1.8rem;
}

#ssc_wrap #top_cont .box .btn01 {
  margin-bottom: -100px;
}

#ssc_wrap #top_cont .box .btn01 a {
  width: 200px;
}

#ssc_wrap #top_cont .box .btn01 a:after {
  left: 0;
  top: -100%;
}

#ssc_wrap #top_cont .box .btn01 p {
  background-image: url(../img/ico_arrow11.png);
  background-size: 10px auto;
}

#ssc_wrap #top_cont .box .btn01 a:hover:after {
  top: 0;
}

#ssc_wrap #top_cont .box .btn01 a:hover p {
  background-image: url(../img/ico_arrow12.png);
}

#ssc_wrap #benefits_area {
  margin-top: -185px;
  position: relative;
  z-index: 1;
}

#ssc_wrap #benefits_area .box h4 {
  font-size: 2.6rem;
}

#ssc_wrap #benefits_area .box .list01 {
  padding: 0 35px;
}

#ssc_wrap #application_area {
  background: #49297f;
  padding: 220px 0 55px;
  margin-bottom: 90px;
  color: #fff;
  margin-top: -235px;
}

#ssc_wrap #application_area .read_txt {
  text-align: center;
  margin-bottom: 30px;
}

#ssc_wrap #shop_area .hd04 {
  text-align: center;
  margin-bottom: 53px;
}

#ssc_wrap #shop_area .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

#ssc_wrap #shop_area .list li {
  width: 45%;
  margin-bottom: 50px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ptna_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#ptna_wrap #top_cont .block .img {
  width: 36%;
}

#ptna_wrap #top_cont .block .txt_area {
  width: 59%;
}

#ptna_wrap #top_cont .block .btn01 {
  overflow: hidden;
}

#ptna_wrap #top_cont .block .btn01 li {
  float: left;
  margin-right: 13px;
}

#ptna_wrap #top_cont .block .btn01 li:last-of-type {
  margin-right: 0;
}

#ptna_wrap #top_cont .block .btn01 a {
  width: auto;
}

#ptna_wrap #top_cont .block .btn01 a p {
  padding: 15px 55px 15px 30px;
}

#ptna_wrap #info_area {
  background: #f9f9f9;
  padding: 55px 0 110px;
}

#ptna_wrap #info_area .ttl {
  text-align: center;
  color: #49297f;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 45px;
}

#ptna_wrap #info_area .block {
  background: #fff;
  max-width: 800px;
  margin: 0 auto 90px;
  padding: 35px 20px 60px;
}

#ptna_wrap #info_area .block:last-of-type {
  margin-bottom: 0;
}

#ptna_wrap #info_area .block dl {
  max-width: 450px;
  margin: 0 auto 30px;
}

#ptna_wrap #info_area .block dd.txt {
  font-size: 1.4rem;
}

#ptna_wrap #info_area .block dd.txt strong {
  font-weight: 700;
}

#ptna_wrap #info_area .block dd.txt .list01 {
  margin-top: 10px;
}

#ptna_wrap #info_area .btn01 {
  margin-bottom: -91px;
}

#ptna_wrap #info_area .btn01 a {
  font-size: 1.3rem;
}

#ptna_wrap #info_area .btn01 p {
  padding: 16px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■astc_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#astc_wrap {
  /*benefits_area*/
  /*info_area*/
  /*application_area*/
}

#astc_wrap #top_cont {
  margin-bottom: 0;
}

#astc_wrap #top_cont .block_wrap {
  padding-bottom: 115px;
}

#astc_wrap #top_cont .block .img span {
  display: block;
  background: #fff;
}

#astc_wrap #top_cont .block .img img {
  opacity: 0.8;
}

#astc_wrap #top_cont .block .txt_area .txt {
  margin-bottom: 0;
}

#astc_wrap #top_cont .block .txt_area .pr_area {
  margin-top: 20px;
}

#astc_wrap #benefits_area {
  margin-top: -95px;
}

#astc_wrap #benefits_area ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

#astc_wrap #benefits_area ol li {
  width: 49.5%;
  border: 1px solid #49297f;
  color: #49297f;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.4;
  padding: 13px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#astc_wrap #benefits_area ol .num {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 900;
  font-size: 2rem;
  width: 40px;
  position: relative;
}

#astc_wrap #benefits_area ol .num:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #49297f;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

#astc_wrap #benefits_area ol .txt {
  width: calc(100% - 55px);
}

#astc_wrap #info_area {
  margin-bottom: 72px;
}

#astc_wrap #info_area .hd04 {
  margin-bottom: 35px;
}

#astc_wrap #info_area .hd04 .in {
  display: block;
  font-weight: 700;
}

#astc_wrap #info_area dl {
  overflow: hidden;
  font-weight: 700;
  line-height: 1.5;
}

#astc_wrap #info_area dt, #astc_wrap #info_area dd {
  padding-bottom: 18px;
  margin-bottom: 16px;
}

#astc_wrap #info_area dt {
  float: left;
  clear: left;
  color: #49297f;
  background: url(../img/ico_mus.png) no-repeat left 3px;
  background-size: 15px auto;
  padding: 0 0 0 28px;
}

#astc_wrap #info_area dd {
  font-size: 1.4rem;
  color: #818181;
  border-bottom: 1px solid #ece7f4;
  padding-left: 240px;
  padding-top: 1px;
}

#astc_wrap #application_area {
  background: #49297f;
  padding: 55px 0;
  color: #fff;
}

#astc_wrap #application_area .read_txt {
  text-align: center;
  color: #fff;
}

#astc_wrap #application_area .sub_box {
  padding-top: 20px;
  padding-bottom: 40px;
}

#astc_wrap #application_area .sub_box dl {
  max-width: 450px;
  margin: 0 auto;
}

#astc_wrap #application_area .sub_box dl dt, #astc_wrap #application_area .sub_box dl .num {
  color: #fff;
}

#astc_wrap #application_area .sub_box dl dt a, #astc_wrap #application_area .sub_box dl .num a {
  color: #fff;
}

#astc_wrap #application_area .sub_box dl dt, #astc_wrap #application_area .sub_box dl dd {
  border-bottom-color: #755a9c;
}

#astc_wrap #application_area .sub_box dl dd a {
  color: #fff;
}

#astc_wrap #application_area .sub_box dl dd .btn a {
  color: #49297f;
  background-image: url(../img/ico_arrow03.png);
  background-color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■concours_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.concours_wrap #main_vs {
  background: url(../img/support/concours/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 20px;
  line-height: 1;
  margin-bottom: 25px;
}

.concours_wrap #main_vs .inner {
  width: 745px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.65);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 37px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.concours_wrap #main_vs h2 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 3rem;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.6);
}

.concours_wrap #main_vs h2:before, .concours_wrap #main_vs h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
}

.concours_wrap #main_vs h2:before {
  background: url(../img/support/concours/deco01.png) no-repeat center bottom;
  margin-bottom: 37px;
}

.concours_wrap #main_vs h2:after {
  background: url(../img/support/concours/deco02.png) no-repeat center top;
  margin-top: 37px;
}

.concours_wrap #main_vs h2 span {
  display: block;
  letter-spacing: 0.84em;
  font-size: 1.3rem;
  margin-top: 20px;
}

.concours_wrap #main_vs p {
  font-size: 1.4rem;
  line-height: 2.28;
  margin-top: 28px;
}

.concours_wrap #page_link {
  margin-bottom: 25px;
}

.concours_wrap #page_link ul {
  font-size: 0;
  letter-spacing: -.4em;
  line-height: 1;
  text-align: center;
}

.concours_wrap #page_link ul li {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: normal;
  border-right: 1px solid #997b5f;
  padding: 0 36px;
}

.concours_wrap #page_link ul li.active a {
  color: #997b5f;
  text-decoration: underline;
}

.concours_wrap #page_link ul li:nth-of-type(1) {
  border-left: 1px solid #997b5f;
}

.concours_wrap .concours_detail h3 {
  background: #f8f8f8;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 26px 20px;
  margin-bottom: 45px;
}

.concours_wrap .concours_detail #default {
  padding: 0;
}

.concours_wrap .concours_detail .fr_line {
  color: #49297f;
  border-color: #49297f !important;
}

.concours_wrap .concours_detail .sectionFrame {
  background-color: #fff;
}

.concours_wrap .concours_detail .h6_big.color_green span {
  font-size: 1.7rem !important;
}

.concours_wrap .concours_detail .h6_big.color_brown {
  font-size: 1.6rem !important;
}

.concours_wrap .results_btn {
  margin-top: 35px;
  margin-bottom: 60px;
}

.concours_wrap .results_btn a {
  width: 280px;
}

.concours_wrap .results_btn p {
  padding: 15px 0;
}

/* ━━━━━━━━━━━━
	concours_top_wrap
━━━━━━━━━━━━ */
#concours_top_wrap #main_vs {
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 120px;
}

#concours_top_wrap #main_vs .inner {
  padding-top: 52px;
  padding-bottom: 70px;
}

#concours_top_wrap .top_btn {
  margin: -82px auto 88px;
}

#concours_top_wrap .top_btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}

#concours_top_wrap .top_btn li {
  width: 32%;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(73, 40, 16, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(73, 40, 16, 0.3);
  text-align: center;
  background: #fff;
}

#concours_top_wrap .top_btn li a {
  border: 5px solid #997b5f;
  background: url(../img/ico_arrow06.png) no-repeat right 25px center #fff;
  background-size: 9px auto;
  font-size: 2rem;
  font-weight: 700;
  color: #997b5f;
  padding: 10px;
  display: block;
}

#concours_top_wrap .top_btn li a:hover {
  opacity: 0.6;
}

#concours_top_wrap .top_btn li a:before, #concours_top_wrap .top_btn li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 23px;
}

#concours_top_wrap .top_btn li a:before {
  background: url(../img/support/concours/deco03.png) no-repeat center bottom;
  margin-bottom: 25px;
}

#concours_top_wrap .top_btn li a:after {
  background: url(../img/support/concours/deco04.png) no-repeat center top;
  margin-top: 25px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■community_oenevent_wrap 吹奏楽部応援委員会
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#community_oenevent_wrap #main_vs {
  background: url(../img/support/community_oenevent/main.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 35px;
  height: 445px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#community_oenevent_wrap #main_vs .hd02 {
  margin-bottom: 0;
}

#community_oenevent_wrap #main_vs .hd02 .en {
  background-image: url(../img/support/community_oenevent/ttl_line.png);
}

#community_oenevent_wrap #main_vs .hd02 .ja {
  color: #003567;
  line-height: 1.5;
  font-size: 1.6rem;
}

#community_oenevent_wrap #main_cont {
  margin-top: -110px;
}

#community_oenevent_wrap #event_wrap {
  background: #fff;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1);
  padding: 52px 8%;
  box-sizing: border-box;
  margin-bottom: 130px;
}

#community_oenevent_wrap #event_wrap li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #bbaad6;
  font-size: 1.4rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#community_oenevent_wrap #event_wrap li:last-of-type {
  margin-bottom: 0;
}

#community_oenevent_wrap #event_wrap li .day {
  width: 155px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#community_oenevent_wrap #event_wrap li .place {
  width: 260px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#community_oenevent_wrap #event_wrap li .txt {
  width: calc(100% - 415px);
  font-size: 1.5rem;
}

#community_oenevent_wrap #catalog_wrap {
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 1;
  background: #55c4cf;
  padding: 48px 0;
  text-align: center;
  margin-bottom: 100px;
}

#community_oenevent_wrap #catalog_wrap .ttl {
  background: url(../img/support/community_oenevent/label.png) no-repeat center top;
  background-size: auto 55px;
  font-size: 2.2rem;
  height: 55px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -84px 0 31px;
}

#community_oenevent_wrap #catalog_wrap .txt {
  font-size: 3.2rem;
  margin-bottom: 30px;
}

#community_oenevent_wrap #catalog_wrap .btn {
  width: 295px;
  margin: 0 auto;
}

#community_oenevent_wrap #catalog_wrap .btn a {
  display: block;
  padding: 26px 0;
  color: #55c4cf;
  background: url(../img/support/community_oenevent/ico_arrow.png) no-repeat right 27px center #fff;
  background-size: 7px auto;
  border-radius: 30px;
}

#community_oenevent_wrap #catalog_wrap .img span {
  position: absolute;
  top: -74px;
  left: 50%;
}

#community_oenevent_wrap #catalog_wrap .img span.img01 {
  margin-left: -388px;
}

#community_oenevent_wrap #catalog_wrap .img span.img02 {
  margin-left: 199px;
}

#community_oenevent_wrap #faq_wrap {
  margin-bottom: 80px;
}

#community_oenevent_wrap #faq_wrap .block {
  margin-bottom: 35px;
}

#community_oenevent_wrap #faq_wrap .block:last-of-type {
  margin-bottom: 0;
}

#community_oenevent_wrap #faq_wrap .block .txt strong {
  font-weight: 700;
  font-size: 1.8rem;
  color: #55c4cf;
}

#community_oenevent_wrap #btn_wrap {
  margin-bottom: 70px;
}

#community_oenevent_wrap #btn_wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#community_oenevent_wrap #btn_wrap ul li {
  width: 48.5%;
  text-align: center;
}

#community_oenevent_wrap #btn_wrap ul li a {
  display: block;
  background: no-repeat center center;
  background-size: cover;
  padding: 64px 20px;
}

#community_oenevent_wrap #btn_wrap ul .box {
  max-width: 323px;
  margin: 0 auto;
  border: 4px solid #55c4cf;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 0 20px;
}

#community_oenevent_wrap #btn_wrap ul .box p {
  font-weight: 700;
  font-size: 2.6rem;
  color: #003567;
  line-height: 1.76;
  background: no-repeat center top;
  background-size: auto 33px;
  padding-top: 43px;
}

#community_oenevent_wrap #btn_wrap ul li.btn1 a {
  background-image: url(../img/support/community_oenevent/btn_img01.jpg);
}

#community_oenevent_wrap #btn_wrap ul li.btn1 a .box p {
  background-image: url(../img/support/community_oenevent/ico_01.png);
}

#community_oenevent_wrap #btn_wrap ul li.btn2 a {
  background-image: url(../img/support/community_oenevent/btn_img02.jpg);
}

#community_oenevent_wrap #btn_wrap ul li.btn2 a .box p {
  background-image: url(../img/support/community_oenevent/ico_02.png);
}

#community_oenevent_wrap #store_list {
  margin-bottom: 21px;
}

#community_oenevent_wrap #store_list h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #49297f;
  padding: 19px;
  margin-bottom: 45px;
}

#community_oenevent_wrap #group_wrap {
  text-align: center;
  margin-bottom: 32px;
}

#community_oenevent_wrap #group_wrap .ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  background: #55c4cf;
  padding: 15px;
  margin-bottom: 15px;
}

#community_oenevent_wrap #contact_wrap {
  background: #55c4cf;
  color: #fff;
  padding: 36px 20px 68px;
  margin-bottom: 105px;
}

#community_oenevent_wrap #contact_wrap .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 23px;
}

#community_oenevent_wrap #contact_wrap .box {
  background: rgba(255, 255, 255, 0.14);
  max-width: 675px;
  margin: 0 auto 28px;
  padding: 20px 110px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#community_oenevent_wrap #contact_wrap .box li {
  border-bottom: 1px solid #8ed0da;
  padding-bottom: 2px;
  margin-bottom: 2px;
  font-size: 1.5rem;
}

#community_oenevent_wrap #contact_wrap .box li a {
  color: #fff;
}

#community_oenevent_wrap #contact_wrap .box li:last-of-type {
  margin-bottom: 0;
}

#community_oenevent_wrap #contact_wrap .box li.num {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 6px 0;
}

#community_oenevent_wrap #contact_wrap .box li.num span {
  font-size: 1.6rem;
  margin-right: 5px;
}

#community_oenevent_wrap #contact_wrap .btn01 {
  margin-bottom: -104px;
}

#community_oenevent_wrap #contact_wrap .btn01 a {
  width: 293px;
  border-color: #55c4cf;
  color: #55c4cf;
}

#community_oenevent_wrap #contact_wrap .btn01 a:after {
  background: #55c4cf;
}

#community_oenevent_wrap #contact_wrap .btn01 p {
  background-image: url(../img/support/community_oenevent/ico_arrow.png);
}

#community_oenevent_wrap #contact_wrap .btn01 a:hover {
  color: #fff;
}

#community_oenevent_wrap #contact_wrap .btn01 a:hover p {
  background-image: url(../img/ico_arrow04.png);
}

@media screen and (max-width: 930px) {
  #community_oenevent_wrap #event_wrap li .place {
    width: calc(100% - 155px);
    padding-right: 0;
  }
  #community_oenevent_wrap #event_wrap li .txt {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■lesson-information 個人宅教室
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lesson_information_table .icon {
  line-height: 1;
  padding: 3px 0 0;
  font-size: 0;
}

.lesson_information_table .icon li {
  display: inline-block;
  font-size: 10px;
  background-color: #666;
  line-height: 1.1;
  padding: 3px;
  color: #fff;
  border-radius: 2px;
  margin: 0 2px 2px 0;
}

.lesson_information_table .icon .ptna {
  background-color: #EF346C;
}

.lesson_information_table .icon .jet {
  background-color: #258AEF;
}

.lesson_information_table .icon .crescendo {
  background-color: #F89AB9;
}

.lesson_information_table .icon .visit {
  background-color: #35BD6B;
}

.lesson_information_table .icon .presentation {
  background-color: #542b99;
}

.lesson_information_table .icon .grade {
  background-color: #F63;
}

/*# sourceMappingURL=../../maps/corporate/css/support.css.map */
