@charset "UTF-8";
/*-------------------------------------------------------
トップページ
-------------------------------------------------------*/
.txt_lead {
  background: #ffecec;
  padding: 30px 0 1px;
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.txt_lead p {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: bold;
}
.txt_lead p span.txtBL {
  font-weight: bold;
}

h3.ttl {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: bold;
}

#introduction .mb30 strong {
  font-weight: bold;
  font-size: 1.15em;
}
#introduction .mb30 .drw {
  display: block;
  font-size: 0.9em;
  margin-top: 10px;
}
#introduction .img {
  width: 420px;
  float: left;
  margin-right: 60px;
  margin-top: 50px;
}
#introduction .txt {
  float: left;
  width: 450px;
}
#introduction .txt2 h3 {
  margin: 0 auto 40px;
  border-top: 3px dotted #22b1e0;
  width: 650px;
}
#introduction .txt2 h3 div {
  /*	display: block;*/
  padding: 10px 0 10px;
  border-bottom: 3px dotted #22b1e0;
  font-weight: bold;
  font-size: 1.15em;
  position: relative;
}
#introduction .txt2 .bg_img {
  height: 684px;
  background: url(../img/index/img_intro02.jpg) no-repeat center 50px;
}
#introduction .bgLB {
  background: #e8f7fc;
  padding: 30px 0;
  position: relative;
  margin-bottom: 30px;
}
#introduction .bgLB .triangle {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: 30px solid #e8f7fc;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
#introduction .bgLB h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

#introduction .bgPK {
  background: #fef4f4;
  padding: 30px 0;
  position: relative;
  margin-bottom: 30px;
}
#introduction .bgPK .triangle {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: 30px solid #fef4f4;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
#introduction .bgPK h4 {
  font-size: 20px;
  margin-bottom: 20px;
}



section .bdr_boxGY {
  border: 5px solid #e6e6e6;
  position: relative;
  box-sizing: border-box;
  padding: 55px;
}

.icn_top {
  width: 113px;
  height: 47px;
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/index/bg_circle.png) no-repeat center top;
  text-align: center;
  padding-top: 25px;
  box-sizing: border-box;
}

section .ttl28 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
section .ttl28 .txt_bdr {
  font-weight: bold !important;
}
section h3 .txt_bdr {
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
section h3.ttl28 {
  border-bottom: 3px dotted #f0788f;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
section .ttl20 {
  font-size: 20px;
  margin-bottom: 40px;
}
section#about .bdr_boxGY, section#voice .bdr_boxGY, section#college .bdr_boxGY, section#faq .bdr_boxGY {
  padding: 0;
}
section#about .bg_img2 {
  padding: 55px;
}

.kaiyu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 4em;
}

.kaiyu01, .kaiyu03 {
  width: 47%;
  position: relative;
}

.kaiyu01 a, .kaiyu03 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  background-color: #e8f0f9;
  color: #4c85b7;
  font-weight: bold;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  line-height: 1.4; /* 縦のバランス調整 */
}

.kaiyu01 a:hover, .kaiyu03 a:hover {
  background-color: #d0e5f7;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.arrow {
  margin-right: 10px; /* 左側の矢印と文字との間隔 */
}

.kaiyu03 a .arrow {
  margin-left: 10px; /* 右側の矢印と文字との間隔 */
}

td.type04 {
    width: 18%;
}

/*chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  section h3 .txt_bdr {
    font-weight: bold;
  }
}
.tag_area {
  margin: 60px 0 0;
}
.tag_area li {
  border: 1px solid #EC8598;
  background: url(../img/common/bg_transWH.png) repeat left top;
  border-radius: 10px;
  padding: 40px 50px 20px;
  position: relative;
  margin-bottom: 50px;
}
.tag_area h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.tag_area .icn_ribbon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  top: -20px;
}
.tag_area p {
  margin-bottom: 15px;
}

/*-----howto-----*/
#howto .bdr_box li {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
#howto .bdr_box li dl dt {
  height: 70px;
  background: url(../img/index/icn_medal.png) no-repeat left center;
  padding-left: 64px;
  padding-top: 20px;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}
#howto .bdr_box li dl dd {
  width: 600px;
  line-height: 2;
  padding-left: 20px;
}
#howto .bdr_box li.bdr_pk {
    background: url(../img/index/bg_howto01.jpg) no-repeat right bottom;
    border: 3px solid #ea6b83;
    height: 481px;
}
#howto .bdr_box li.bdr_pk dl dt {
  color: #ea6b83;
}
#howto .bdr_box li.bdr_or {
  background: url(../img/index/bg_howto02.jpg) no-repeat right top;
  border: 3px solid #f17b24;
  height: 390px;
}
#howto .bdr_box li.bdr_or dl dt {
  color: #f17b24;
}
#howto .bdr_box li.bdr_pu {
  background: url(../img/index/bg_howto03.jpg) no-repeat right top;
  border: 3px solid #a174cf;
  height: 400px;
}
#howto .bdr_box li.bdr_pu dl dt {
  color: #a174cf;
  padding-top: 2px;
}

/*----curriculum-----*/
#curriculum .box_gr h4, #curriculum .box_bl h4 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
}
#curriculum .box_gr h4 {
  background: #95bb39;
}
#curriculum .box {
  padding: 25px 30px;
}
#curriculum table tr th, #curriculum table tr td {
  vertical-align: middle;
}
#curriculum table tr th {
  width: 230px;
  font-size: 20px;
  padding-right: 30px;
  line-height: 1.4;
  padding: 10px 0;
  text-align: left;
  font-weight: bold;
}
#curriculum table tr td {
  padding-left: 30px;
}
#curriculum .box_gr table tr th {
  border-right: 2px dotted #95bb39;
  color: #95bb39;
}
#curriculum .box_gr .box {
  border-right: 1px solid #95bb39;
  border-left: 1px solid #95bb39;
  border-bottom: 1px solid #95bb39;
}
#curriculum .box_bl {
  margin-bottom: 70px;
}
#curriculum .box_bl h4 {
  background: #3ab7bf;
}
#curriculum .box_bl table tr th {
  border-right: 2px dotted #3ab7bf;
  color: #3ab7bf;
}
#curriculum .box_bl .box {
  border-right: 1px solid #3ab7bf;
  border-left: 1px solid #3ab7bf;
  border-bottom: 1px solid #3ab7bf;
}
#curriculum .detail {
  padding: 35px 55px 15px;
  margin-bottom: 60px;
}
#curriculum .detail h4 {
  font-size: 28px;
  height: 70px;
  padding-left: 80px;
  padding-top: 5px;
  text-align: center;
  margin-bottom: 20px;
}
#curriculum .detail h4 + p {
  margin-bottom: 20px;
}
#curriculum .detail ul li {
  width: 330px;
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
}
#curriculum .detail ul li p {
  font-size: 14px;
  margin-top: 15px;
}
#curriculum .detail.bdr_gr {
  border: 5px solid #95bb39;
}
#curriculum .detail.bdr_gr h4 {
  color: #95bb39;
  background: url(../img/common/logo_pttp_s.png) no-repeat 30% center;
  background-size: 70px 56px;
}
#curriculum .detail.bdr_bl {
  border: 5px solid #3ab7bf;
}
#curriculum .detail.bdr_bl h4 {
  color: #3ab7bf;
  background: url(../img/common/logo_pttp_s.png) no-repeat 20% center;
  background-size: 70px;
}
/*----abm-----*/

#curriculum .detail.bdr_pink {
  border: 5px solid #EC8598;
}
#curriculum .detail.bdr_pink h4 {
  color: #EC8598;
  background: url(../img/index/abm.png) no-repeat 30% center;
  background-size: 70px ;
}
#curriculum .detail.bdr_pink2 {
  border: 5px solid #EC8598;
}
#curriculum .detail.bdr_pink2 h4 {
  color: #EC8598;
  background: url(../img/index/abm.png) no-repeat 20% center;
  background-size: 70px;
}



/*----voice-----*/
section#voice {
  margin-bottom: 70px;
}
section#voice .bg_img2 {
  padding: 50px 50px ;
}
section#voice .bg_img2 h3 {
  margin: 0 2.5px 40px;
}

#voice ul li {
  background: url(../img/index/bg_voice_li_bot.png) no-repeat center bottom;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
#voice ul li > dl dt {
  font-size: 22px;
  line-height: 1.4;
  font-weight: solid;
  padding: 30px 20px 20px 100px;
}
#voice ul li.item01 > dl dt {
  background: url(../img/index/icn_voice01-abm.png), url(../img/index/bg_voice_li.png);
  background-repeat: no-repeat;
  background-position: 20px 20px, center top;
}
#voice ul li.item02 > dl dt {
  background: url(../img/index/icn_voice02-abm.png), url(../img/index/bg_voice_li.png);
  background-repeat: no-repeat;
  background-position: 20px 20px, center top;
}
#voice ul li.item03 > dl dt {
  background: url(../img/index/icn_voice03-abm.png), url(../img/index/bg_voice_li.png);
  background-repeat: no-repeat;
  background-position: 20px 20px, center top;
}
#voice ul li.item04 > dl dt {
  background: url(../img/index/icn_voice04-abm.png), url(../img/index/bg_voice_li.png);
  background-repeat: no-repeat;
  background-position: 20px 20px, center top;
}
#voice ul li.item05 > dl dt {
  background: url(../img/index/icn_voice05-abm.png), url(../img/index/bg_voice_li.png);
  background-repeat: no-repeat;
  background-position: 20px 20px, center top;
}
#voice ul li dd {
  padding: 0 40px;
  background-image: url(../img/index/bg_voice_li_mid.png);
  background-repeat: repeat-y;
  background-position: center top;
}
#voice ul li dd > p {
  box-sizing: border-box;
}
#voice ul li dd .name {
  text-align: right;
  font-size: 15px;
  padding: 0;
  color: #f35b98;
}
#voice ul li dd .name strong {
  background: url(../img/index/icn_nunny.png) no-repeat left top;
  padding-left: 30px;
  height: 25px;
  display: inline-block;
}
#voice ul li dl dd .img {
  float: right;
  width: 120px;
}
#voice ul li dd .img p {
  font-size: 12px;
  color: #f35b98;
  height: 25px;
  padding-top: 4px;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
  text-align: center;
}
#voice ul li dd .img p:before {
  position: absolute;
  top: 0;
  left: 15px;
  background: url(../img/index/icn_nunny.png) no-repeat left top;
  height: 25px;
  width: 18px;
  content: '';
  margin-right: 25px;
  display: block;
}

/*----talent-----*/
#talent h3 {
  color: #f35b98;
  border-bottom: 3px dotted #f35b98;
}
#talent ul {
  border-top: 1px solid #e6e6e6;
}
#talent ul li {
  width: 50%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  text-align: center;
  padding: 25px 0;
}
#talent ul li:nth-child(even) {
  border-left: 0;
}
#talent ul li dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  height: 50px;
  line-height: 1.4;
  padding-top: 10px;
  box-sizing: border-box;
}
#talent ul li dl dt span {
  font-size: 16px;
}
#talent ul li dl dd {
  font-size: 13px;
}
#talent ul li dl dd p {
  margin-top: 20px;
}
#talent ul li dl dd a {
  color: #f35b98;
}

/*----talent-----*/
section#college .bg_img2 {
  background: url(../img/index/bg_college.jpg) no-repeat right bottom;
  padding: 50px 50px 485px;
}

#college table {
  width: 100%;
  border: 1px solid #22b1e0;
  margin-top: 40px;
}
#college table tr th, #college table tr td {
  width: 50%;
}
#college table tr th {
  vertical-align: middle;
  text-align: center;
  height: 220px;
  background: #fff;
  border-bottom: 1px solid #22b1e0;
  border-right: 1px solid #22b1e0;
}
#college table tr td {
  padding: 20px 25px;
  background: url(../img/common/bg_transBL.png) repeat left top;
  border-right: 1px solid #22b1e0;
  color: #fff;
}
#college table tr td ul li {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}

/*----spread-----*/
#spread .bdr {
  margin: 0 auto 40px;
  border-bottom: 3px dotted #f0788f;
  padding-bottom: 30px;
}
#spread h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#spread .bdr_boxGY > ul {
  margin-top: 30px;
}
#spread .bdr_boxGY > ul li {
  width: 390px;
  float: left;
}
#spread .bdr_boxGY ul dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#spread .bdr_boxGY ul dl dd ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px;
}
#spread .bdr_boxGY ul dl dd ul li:last-child {
  margin-bottom: 0;
}
#spread .bdr_boxGY ul dl dd ul li:before {
  color: #eb8497;
  content: '\f111';
  width: .6em;
  height: .6em;
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
}
#spread .bdr_boxGY ul dl dd ul.icn_pk li:before {
  color: #eb8497;
}
#spread .bdr_boxGY ul dl dd ul.icn_bl li:before {
  color: #0056c0;
}
#spread .bdr_boxGY ul dl dd ul.icn_yr li:before {
  color: #ff9933;
}


/*----follow-----*/
#follow ul li {
  width: 256px;
  float: left;
  margin-right: 35px;
}
#follow ul li dl dt {
  font-size: 19px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: bold;
}

/*----faq-----*/
section#faq {
  margin-bottom: 70px;
}
section#faq .bg_img2 {
  background: url(../img/index/bg_faq.jpg) no-repeat right bottom;
  padding: 50px 50px 120px;
}

#acMenu dt {
  display: block;
  width: 100%;
  height: auto;
  border-top: #EC8598 1px dotted;
  cursor: pointer;
  padding: 20px 15px;
  background: url(../img/index/icn_open.png) no-repeat 97% center;
  font-size: 20px;
  color: #555;
}
#acMenu dt.active {
  background: url(../img/index/icn_close.png) no-repeat 97% center;
}
#acMenu dt.bdr_btm {
  border-bottom: #EC8598 1px dotted;
}
#acMenu dt.active.bdr_btm {
  border-bottom: 0;
}
#acMenu dt.active.bdr_btm + dd {
  border-bottom: #22b1e0 1px dotted;
}
#acMenu span {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  margin-right: 10px;
  float: left;
  font-size: 16px;
}
#acMenu dt span.icn_q {
  background: #EC8598;
}
#acMenu dd {
  background: #ffecec;
  width: 100%;
  height: auto;
  display: none;
  padding: 20px 15px;
}
#acMenu dd span.icn_a {
  background: #f35b98;
}
#acMenu dd p {
  padding: 0 0 1em;
}
#acMenu dd p:last-child {
  padding-bottom: 0;
}
#acMenu dd p a {
  color: #0e5ba2;
}
#acMenu dd p a:link, #acMenu dd p a:visited {
  text-decoration: underline;
}
#acMenu dd p a:hover, #acMenu dd p a:active {
  text-decoration: none;
}

/*----------outline----------*/
#outline table.tbl_frame {
  border-top: 1px solid #e6e6e6;
  width: 100%;
}
#outline table tr th {
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
}
#outline table tr td {
  border-bottom: 1px solid #e6e6e6;
}
#outline table tr td a {
  color: #0e5ba2;
}
#outline table tr td a:link, #outline table tr td a:visited {
  text-decoration: none;
}
#outline table tr td a:active, #outline table tr td a:hover {
  text-decoration: underline;
}
#outline table tr td a.btn {
  color: #fff;
}
#outline table tr th.bg_gy {
  background: #f3f3f3;
  width: 170px;
  padding: 25px 30px;
  text-align: left;
}
#outline table tr td {
  padding: 25px 0 25px 50px;
}
#outline table tr td.txt_bl, #outline table tr td a.txt_bl {
  color: #0e5ba2;
}

#apply table tr td.txt_bl, #apply table tr td a.txt_bl {
  color: #0e5ba2;
}

#outline table.schedule th {
  font-weight: bold;
  text-align: center;
}
#outline table td.pd50 {
  padding: 40px 0 40px 50px;
}
#outline table.schedule {
  border-top: 1px solid #e6e6e6;
  width: 100%;
}
#outline table.schedule th {
  vertical-align: middle;
  font-weight: bold;
  padding: 15px 0 15px;
  width: 120px;
}
#outline table .no_bdr {
  border-bottom: 0;
}
#outline table.schedule td {
  padding: 15px 30px 15px;
  line-height: 1.4;
}

.table_top01 table {
  border-top: 1px solid #e6e6e6;
  width: 100%;
}
.table_top01 table td {
  padding: 15px 30px 15px !important;
  line-height: 1.4;
  background-color: #fff;
}
.table_top01 table td.type01 {
  vertical-align: middle;
  font-weight: bold;
  padding: 15px 0 15px !important;
  width: 120px !important;
}
.table_top01 table td.type01 p {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}
.table_top01 table td.type02 {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.table_top01 table td.type02 .status {
  color: #fff;
  padding: 5px;
  font-size: 12px;
  line-height: 1.4em;
  width: 90px;
  display: inline-block;
  height: 25px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 5px;
  background: #35A738;
}
.table_top01 table td.type02 .status.closed {
  background: #F14949;
  text-shadow: -1px -1px #B60C2A;
}
.table_top01 table td.type03 {
  /*width: 300px;*/
  padding-left: 60px;
  padding-right: 0;
  box-sizing: border-box;
}
/*.table_top01 table td.type04 .btn01 {
  width: 170px;
  height: 43px;
  padding: 12px;
  font-size: 14px;
  text-align: center;
  color: #333;
  border-radius: 6px;
  display: block;
  background: #FFDB50;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(186, 86, 70, 0.7);
  -moz-box-shadow: 0px 2px 0px 0px rgba(186, 86, 70, 0.7);
  box-shadow: 0px 2px 0px 0px #CFA806;
  border: 1px solid #ffaa22;
  text-shadow: 0px 1px 0px #ffee66;
}
*/
.table_top01 table td.type04 .btn01:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.table_top01 table td.type04 .btn01 a {
  font-weight: bold;
  color: #333 !important;
}
.table_top01 table td.type04 .btn01.col01 {
  background: #FA9F74;
  text-shadow: -1px -1px #DC8F60;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(179, 99, 51, 0.7);
  -moz-box-shadow: 0px 2px 0px 0px rgba(179, 99, 51, 0.7);
  box-shadow: 0px 2px 0px 0px rgba(179, 99, 51, 0.7);
  text-shadow: 0px 1px 0px #FBC8B0;
  border: 1px solid #F56D2C;
}
.table_top01 table td.type04 .btn01.col02 {
  background: #dadada;
  text-shadow: none;
  color: #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
  border: none;
  display: block;
}
.table_top01 table td.type04 .btn01.col02:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.table_top01 table td.even {
  background-color: #f3f3f3;
}
.table_top01#closed_lesson_list:before {
  content: "すでに受付終了した講座";
  text-align: center;
  display: block;
  font-size: 18px;
  color: #626262;
  margin: 80px 0 15px;
  font-weight: bold;
}

.icn {
  color: #fff;
  padding: 5px;
  font-size: 12px;
  width: 90px;
  height: 25px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 5px;
}

.icn_accept {
  background: #95bb39;
}

.icn_full {
  background: #f22f2f;
}

p.date {
  font-size: 14px;
}

.btn, a.btn {
  width: 170px;
  height: 40px;
  padding: 12px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  display: block;
}

.btn_apply {
  background: #ff6600;
}

.btn_wait {
  background: #0e5ba2;
}

.btn_over {
  background: #b4b4b4;
}

#outline table.schedule td.venue, #apply table.schedule td.venue {
  width: 300px;
  padding-left: 60px;
  padding-right: 0;
  box-sizing: border-box;
}

#outline table.schedule .bg_gy th, #outline table.schedule .bg_gy td {
  background: #f3f3f3;
}
#outline .table_top01 table {
  width: auto;
}
#outline .table_top01 .type02 {
  text-align: left;
  font-size: 16px;
}
#outline .table_top01 .type02 .status {
  margin-right: 20px;
}
#outline .table_top01 .type02 br {
  display: none;
}
/*#outline .table_top01 .type03, #outline .table_top01 .type04, #outline .table_top01#closed_lesson_list {
  display: none;
}*/

#apply table.schedule .bg_gy th, #apply table.schedule .bg_gy td {
  background: #f3f3f3;
}

#outline tr.place table {
  width: 96%;
}
#outline tr.place table tr td .txt_s {
  font-size: 14px;
}
#outline tr.place table th {
  vertical-align: top;
  padding: 15px 10px 0 0;
  width: 130px;
  text-align: left;
  font-weight: bold;
}
#outline table tr.place td.pd25 {
  padding: 10px 0px 20px 50px;
}
#outline tr.place table tr td {
  padding: 15px 0 15px 0px;
  line-height: 1.4;
}
#outline tr table.price {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: 96%;
}
#outline tr table.price tr th {
  width: 80%;
  padding: 20px 30px;
}
#outline table td.pd40 {
  padding: 40px 0 10px 50px;
}
#outline tr table.price tr td {
  padding: 20px 0px 20px 30px;
}
#outline tr table.price tr td.bg_bl {
  background: #e8f7fc;
}
#outline tr table.caution tr td {
  padding: 10px 0;
  border: 0;
}

/*---------apply------------*/
section#apply {
  margin-bottom: 70px;
}
section#apply .bdr_boxGY {
  border: 5px solid #ff6600;
}
section#apply h3.ttl28 {
  border-bottom: 3px dotted #ff6600;
}

#apply table.schedule {
  width: 88%;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 70px;
}
#apply table tr.bdr_top th, #apply table tr.bdr_top td {
  border-top: 1px solid #e6e6e6;
}
#apply table.schedule th {
  vertical-align: middle;
  font-weight: bold;
  padding: 15px 0px;
  width: 120px;
  font-weight: bold;
  text-align: center;
}
#apply table.schedule .no_bdr {
  border-bottom: 0px none;
}
#apply table.schedule tr th {
  vertical-align: top;
  border-bottom: 1px solid #E6E6E6;
  font-size: 18px;
}
#apply table.schedule td {
  padding: 15px 30px;
  line-height: 1.4;
}
#apply table tr td {
  padding: 25px 0px 25px 50px;
  border-bottom: 1px solid #E6E6E6;
}
#apply .icn_top {
  background: transparent url("../img/index/bg_circle_or.png") no-repeat scroll center top;
}
#apply .icn_top img {
  margin-left: 15px;
}
#apply h3.ttl18 {
  text-align: center;
  font-size: 18px;
  color: #626262;
  margin-bottom: 15px;
  font-weight: bold;
}

/*---------contact------------*/
#contact .inner {
  padding: 35px 35px 30px;
  border: 1px solid #e6e6e6;
}
#contact .inner .ttl20 {
  font-size: 20px;
  margin-bottom: 40px;
}

.ombre {
  margin-top: -8px;
}

#contact .inner .tel, #contact .inner .mail {
  float: left;
  width: 50%;
  text-align: center;
}
#contact .inner .tel .txtBL, #contact .inner .mail .txtBL {
  font-size: 18px;
  font-weight: bold;
}
#contact .inner .tel {
  border-right: 3px dotted #22b1e0;
  box-sizing: border-box;
}
#contact .inner .tel .icn_tel {
  background: url(../img/common/icn_tel.png) no-repeat left center;
  font-size: 40px;
  background-size: 35px;
  font-weight: bold;
  width: 300px;
  padding-left: 40px;
  margin: 0 auto;
}
#contact .inner .mail .btn_mail {
  background: #63a531;
  width: 250px;
  height: 70px;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
}
#contact .inner .mail .btn_mail a {
  display: block;
  color: #d5e4cc;
  font-size: 17px;
  padding-top: 20px;
  padding-left: 20px;
  background: url(../img/common/icn_contact.png) no-repeat 25% 27px;
  margin-top: 15px;
}

/*chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #contact .inner .tel .icn_tel {
    font-size: 32px;
    width: 310px;
    padding-left: 35px;
  }
}

/* 瀧沢追加 */
		.spBox {
			overflow: hidden;
		}
		.spHalf {
			width: 50%;
			float: left;
		}
		a.btn {
			display: block;
			border: 3px solid #CCC;
			width: 93%;
			margin: 0; 
			height: auto;
			text-align: left;
			padding: 20px 0 20px 95px;
			line-height: 1.5;
			font-weight: bold;
			font-size:1.05rem;
		}
		a.btn:hover {
			opacity: 0.6;
		}
		a.abm {
			background: url(../img/index/abm.png) no-repeat 8px 0;
			background-size: 85px;
			color: #EB8497;
			margin-left: 7%;
			border-color: #EC8598;
			background-color: #FFF1F4;
		}
		a.it1 {
			color: #0057BE;
			font-size: 1.1rem;
			padding: 12px 0 16px 110px;
			background: url(../img/index/it1.png) no-repeat 13px 0;
			border-color: #0057BE;
			background-color: #FFF;
			background-size: 85px;
		}
		
		a.akm {
			color: #ff9933;
			font-size: 1.1rem;
			padding: 12px 0 16px 110px;
			background: url(../img/index/akm.png) no-repeat 13px 0;
			border-color: #ff9933;
			background-color: #FFF;
			background-size: 85px;
		}

/*相互割引用のデザイン　２級終了54,000円引き*/		
			#sougo{
		border:2px solid #ccc;
		border-radius:5px;
		padding:0 1em;
		background-color:#fdfef1;
		padding:1em;
		margin-top:2em;
	}
		
	#sougo p strong.waribiki{
		color:#d00e0e;
		font-size:1.6em;
		
	}
		
	#sougo p span.it2{
		color:#22b1e0;
		background:#e1f3fa;
		padding:0.3em 0 0.3em 0.6em;
		border:1px #e1f3fa solid;
		border-radius:5px;
	}
	
	#course_description #sougo p{
		margin:1em 0 0 0;
	}
	
	#course_description #sougo hr{
		margin:0;
	}
	
	#sougo a.it2more {
    display: block;
    width: 300px;
    margin: 15px auto;
    background: black;
    text-align: center;
    padding: 5px 0;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(136,136,136,0.4);
    color: #666;
    text-decoration: none;
    border: 1px solid #D6D6D6;
    position: relative;
}

#sougo table{
	background-color:#fff;
}

#sougo table tr th, #sougo table tr td{
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding: 7px;
    text-align: left;
}

#sougo table{
    width: 100%;
    margin: 40px 0px 0px 0px;
    border-top: 1px solid #CCC;
    /* border-left: 1px solid #CCC; */
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
}

#sougo table thead{
	background-color:#E6EAFF;
}

#sougo table tbody tr td:nth-of-type(3){
	font-weight:bold;
	font-size:1.4em;
}

#course_description #sougo p.zei{
	text-align:right;
	margin:0;
	color:#666;
}
	


/* hc追加 */
.tbl_frame p.alert.alert-info {
    display:  none !important;
}
.tbl_frame table span.status {
    display: none !important;
}

table.tbl_frame .table_top01 table tr th {
    border: 1px solid #CCC !important;
}
table.tbl_frame .table_top01 table tr td {
    padding: 12px !important;
    font-size: 12px !important; 
    border: 1px solid #CCC !important;   
}

table.tbl_frame .table_top01 table {

    width: 60% !important;
    background-color: #000 !important;
}
				#curr {
						margin:30px 0;
					}
					#curr table {
						width: 100%;
						margin:10px 0 30px;
						border: 1px solid #CCC;
					}
					#curriculum table tr th, #curriculum table tr td {
						font-size:16px;
						padding: 10px;
						line-height:1.8;
						border: 1px solid #CCC;
					}
					#curr h4 {
						background-color: #22B1E0;
						color: white;
						padding: 8px;
						border-radius: 4px;
						font-size: 24px;
					}
					#curr h4.it1 {
						background-color: #003399;
						margin-top: 80px;
					}
					#curr h5 {
						margin-top: 30px;
						margin-bottom: 0;
					}
					.spanDanger {
						color: #ED5759;
					}
					.tag_area h5 {
    font-size: 24px;
}