@charset "UTF-8";
/* -------------------------------------------------------------------
 format
------------------------------------------------------------------- */
/* ブラウザの初期設定解除 */
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd, li,
table, th, td,
form, select, option, input address,
pre, strong, em, iframe {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

/* 直接コンテンツが入る要素にfont-sizeを指定 */
p, th, td,
dt, dd, li,
select, textarea, input {
  font-size: small;
  /*\*/ /*/ font-size:x-small; /* MacIE */
  line-height: 140%;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none; /* リンク設定の破線を消す */
}

ul li {
  list-style-type: none;
}

table, tr, th, td {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
  line-height: 130%;
}

.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 1px;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

body img {
  max-width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------
 common
------------------------------------------------------------------- */
body {
  text-align: center;
}

#contents {
  max-width: 800px;
  margin: 0px auto;
  text-align: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 815px) {
  #contents {
    border-left: none;
    border-right: none;
  }
}

#contents .section {
  margin-bottom: 40px;
}

#contents .section .title_blue01 {
  margin-bottom: 20px;
  background-color: #35C1DF;
  border-left: 4px solid #333;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 815px) {
  #contents .section .title_blue01 {
    display: block;
    font-size: 22px;
  }
}

#contents .section .title_blue01 .sub {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  padding: 15px 10px;
  margin-right: 10px;
  display: block;
}
@media screen and (max-width: 815px) {
  #contents .section .title_blue01 .sub {
    margin-right: 0;
    padding: 3px 5px;
  }
}

#contents .section .title_blue01 .txt {
  display: block;
}
@media screen and (max-width: 815px) {
  #contents .section .title_blue01 .txt {
    padding: 8px 5px 5px;
  }
}

#contents .section .title_blue02 {
  margin-bottom: 20px;
  background-color: #35C1DF;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
@media screen and (max-width: 815px) {
  #contents .section .title_blue02 {
    display: block;
    text-align: center;
  }
}

#contents .section .title_blue02 .small {
  font-size: 14px;
  display: block;
}

#contents .section_inner {
  margin: 0px 20px 0px;
}

#contents .section_txt {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

#contents .f_l {
  float: left;
}

#contents .f_r {
  float: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: #F00;
}

.hide {
  display: none;
}

.ttl_font {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}

.sublead {
  border: 2px solid #32caec;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 815px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 815px) {
  .sp {
    display: block;
  }
}

/* -------------------------------------------------------------------
 header
------------------------------------------------------------------- */
#header {
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
}

a[href*="tel:"] {
  cursor: default;
}

/* -------------------------------------------------------------------
 title
------------------------------------------------------------------- */
#title {
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
}

#title .title_head .box {
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 10px;
}
@media screen and (max-width: 815px) {
  #title .title_head .box {
    padding-bottom: 15px;
  }
}

#title .title_head .box .inner {
  display: flex;
  align-items: center;
  width: 100%;
}

#title .title_head .box .now {
  font-weight: bold;
  display: block;
  border-bottom: 2px dotted #333;
  transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  margin-right: 15px;
}

#title .title_head .box .monthly_num {
  color: #FF0000;
  font-weight: bold;
}
@media screen and (max-width: 815px) {
  #title .title_head .box .monthly_num {
    line-height: 1;
  }
}

#title .title_head .box .monthly_num .num {
  font-size: 22px;
}
@media screen and (max-width: 815px) {
  #title .title_head .box .monthly_num .num {
    font-size: 18px;
  }
}

#title .title_head .box .txt {
  margin-left: auto;
  font-size: 18px;
}
@media screen and (max-width: 815px) {
  #title .title_head .box .txt {
    display: none;
  }
}

#title .main {
  background: linear-gradient(#32caec, #1D62F0);
  padding: 10px;
}
@media screen and (max-width: 815px) {
  #title .main {
    display: block;
    padding: 1px 0 2px;
  }
}

#title .main .box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 815px) {
  #title .main .box {
    display: block;
  }
}

#title .main .box h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 815px) {
  #title .main .box h2 {
    font-size: 22px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#title .main .box .support_tag {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 5px 5px;
  margin-right: 10px;
}
@media screen and (max-width: 815px) {
  #title .main .box .support_tag {
    margin: 0 2px;
    padding: 8px 10px 5px;
    font-size: 12px;
  }
}

#title #title_bg {
  height: 421px;
  background: url(../images/title_bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 815px) {
  #title #title_bg {
    height: 51.66vw;
  }
}
#title #title_bg .title_choice {
  position: absolute;
  top: 36px;
  left: 14px;
}
@media screen and (max-width: 815px) {
  #title #title_bg .title_choice {
    top: 4.42vw;
    left: 1.72vw;
    width: 28.96vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #title #title_bg .title_choice {
    top: 1.6vw;
    left: 1.72vw;
    width: 40vw;
    height: auto;
  }
}

/* -------------------------------------------------------------------
 btn_area
------------------------------------------------------------------- */
.btn_area {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 815px) {
  .btn_area ul {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
}

.btn_area ul li {
  float: left;
}
@media screen and (max-width: 815px) {
  .btn_area ul li {
    float: none;
  }
}

.btn_area ul li.btn_shiryou {
  margin-right: 10px;
}

.btn_area ul li.btn_shiryou span {
  font-size: 11px;
}

.btn_area ul li.btn_cou {
  margin-top: 9px;
}
@media screen and (max-width: 815px) {
  .btn_area ul li.btn_cou {
    margin-top: 4;
  }
}

.btn_area .con_tel {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 815px) {
  .btn_area .con_tel {
    display: block;
  }
}

.btn_area .con_tel .con_tel_txt {
  background: linear-gradient(#32caec, #1D62F0);
  padding: 0.8rem 2rem;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-right: 1rem;
  border-radius: 4px;
}
@media screen and (max-width: 815px) {
  .btn_area .con_tel .con_tel_txt {
    margin-bottom: 15px;
    padding: 5px;
    font-size: 14px;
    margin-right: 0;
    text-align: center;
  }
}

.btn_area .con_tel .con_tel_num {
  font-weight: bold;
}
@media screen and (max-width: 815px) {
  .btn_area .con_tel .con_tel_num {
    text-align: center;
  }
}

.btn_area .con_tel .con_tel_num .tel,
.btn_area .con_tel .con_tel_num .time {
  display: block;
}

.btn_area .con_tel .con_tel_num .tel {
  font-size: 28px;
  margin-bottom: 8px;
}

.btn_area .con_tel .con_tel_num .tel a {
  color: #000;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* -------------------------------------------------------------------
 top_news
------------------------------------------------------------------- */
.top_news h2 {
  margin-bottom: 20px;
  color: #AF0008;
  border-bottom: 2px solid #AF0008;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: flex;
}
@media screen and (max-width: 815px) {
  .top_news h2 {
    display: block;
  }
}
.top_news h2 p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 815px) {
  .top_news h2 p {
    font-size: 20px;
  }
}
.top_news h2 .small {
  font-size: 20px;
  align-items: center;
}
@media screen and (max-width: 815px) {
  .top_news h2 .small {
    font-size: 16px;
  }
}
.top_news h2 .news_icon {
  display: flex;
  align-items: center;
  background-color: #AF0008;
  color: #fff;
  padding: 3px 6px 2px;
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
}
@media screen and (max-width: 815px) {
  .top_news h2 .news_icon {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.top_news .inner {
  margin: 0 20px;
}

.top_news .lead {
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.top_news .lead span {
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 815px) {
  .top_news .lead span {
    margin-top: 5px;
  }
}

/* -------------------------------------------------------------------
 kyufu
------------------------------------------------------------------- */
#kyufu {
  margin-bottom: 30px;
}

#kyufu img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#kyufu .section_txt {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  #kyufu .section_txt {
    font-size: 1.4rem;
  }
}

#kyufu .lead {
  font-size: 26px;
}
@media screen and (max-width: 815px) {
  #kyufu .lead {
    font-size: 20px;
  }
}
#kyufu .lead span {
  font-size: 34px;
  color: #AF0008;
}
@media screen and (max-width: 815px) {
  #kyufu .lead span {
    font-size: 20px;
    display: inline;
  }
}

#kyufu_flow {
  max-width: 760px;
  margin: 0 auto 40px;
}

#kyufu_flow h3 {
  background-color: #AF0008;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px 5px;
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (max-width: 815px) {
  #kyufu_flow .kyufu_inner {
    margin: 0 20px;
  }
}

#kyufu_flow .read {
  font-size: 16px;
}

#kyufu_flow .kcckyufu_pic img {
  width: 100%;
  height: auto;
}

#kyufu_flow .section_txt {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  #kyufu_flow .section_txt {
    font-size: 1.4rem;
  }
}

/* -------------------------------------------------------------------
 news02
------------------------------------------------------------------- */
#news02 {
  margin-bottom: 40px;
}

#news02 .lead {
  font-size: 22px;
}
@media screen and (max-width: 815px) {
  #news02 .lead {
    font-size: 20px;
  }
}
#news02 .lead span {
  font-size: 26px;
  color: #AF0008;
}
@media screen and (max-width: 815px) {
  #news02 .lead span {
    font-size: 20px;
    display: inline;
  }
}

#news02 .group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
}

#news02 .group .or {
  font-size: 22px;
  font-weight: bold;
  margin: 100px 20px 0;
}
@media screen and (max-width: 815px) {
  #news02 .group .or {
    font-size: 2.7vw;
    margin: 12.27vw 2.45vw 0;
  }
}

#news02 .group .box {
  text-align: center;
}

#news02 .group .box img {
  max-width: 100%;
}

#news02 .group .box .cap {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 815px) {
  #news02 .group .box .cap {
    font-size: 14px;
  }
}

#news02 .sublead {
  border: 2px solid #32caec;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 815px) {
  #news02 .sublead {
    font-size: 16px;
  }
}

/* -------------------------------------------------------------------
 graduate
------------------------------------------------------------------- */
#graduate h3 {
  margin-bottom: 30px;
  text-align: center;
  justify-content: center;
}

#graduate h3 .big {
  font-size: 26px;
  margin-left: 10px;
}
@media screen and (max-width: 815px) {
  #graduate h3 .big {
    display: block;
  }
}

#graduate #grad_member {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

#graduate #grad_member li {
  margin: 0 10px;
}
@media screen and (max-width: 815px) {
  #graduate #grad_member li {
    width: 20%;
  }
  #graduate #grad_member li img {
    width: 100%;
    height: auto;
  }
}

#graduate #grad_member li.last_item {
  margin-right: 0px;
}

#graduate #grad_member li.on {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

/* -------------------------------------------------------------------
 what
------------------------------------------------------------------- */
#what .section_txt {
  margin-bottom: 20px;
}

#what .what_info {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 815px) {
  #what .what_info {
    display: block;
  }
}

@media screen and (max-width: 815px) {
  #what .img_box {
    text-align: center;
    margin-bottom: 20px;
  }
}

#what .what_list_bgb {
  width: 500px;
  padding-top: 12px;
  background-color: #fff9e1;
  border: 1px solid #999;
  border-radius: 6px;
}
@media screen and (max-width: 815px) {
  #what .what_list_bgb {
    width: 100%;
  }
}

#what .what_list_bgt_inner {
  padding: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 815px) {
  #what .what_list_bgt_inner {
    display: block;
  }
}

#what .what_list_bgb ul {
  margin: 0 10px;
}
@media screen and (max-width: 815px) {
  #what .what_list_bgb ul {
    margin: 0;
  }
}

#what .what_list_bgb ul li {
  padding-left: 15px;
  font-size: 12px;
  line-height: 160%;
}
#what .what_list_bgb ul li::before {
  content: "●";
  color: #fd8755;
  margin-right: 2px;
}

#what .what_info h4 {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  color: #FC7338;
  margin: 0 1px;
  font-weight: bold;
  padding: 5px 0;
}

/* -------------------------------------------------------------------
 successful
------------------------------------------------------------------- */
#successful dl.successful_nomal {
  width: 240px;
  float: left;
  margin-right: 19px;
}

#successful dl.successful_nomal dt,
#successful dl.seido dt,
#successful dl.successful_long dt {
  margin-bottom: 10px;
}

#successful dl.successful_nomal .successful_pic {
  margin-bottom: 10px;
}

#successful dl.seido {
  width: 216px;
  _width: 236px;
  padding: 10px;
  float: left;
  border: 2px solid #FDA580;
}

#successful dl.seido dd p {
  margin-bottom: 10px;
}

#successful dl.seido dd p .logo {
  float: right;
}

#successful dl.successful_long {
  margin-top: 15px;
}

#successful .successful_box dt {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: bold;
}

#successful .successful_box dt .point {
  color: #35C1DF;
}

#successful .successful_box dt .small {
  font-size: 16px;
}

#successful .successful_box .flexbox {
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 815px) {
  #successful .successful_box .flexbox {
    display: block;
  }
}

#successful .successful_box .flexbox .img {
  margin-right: 1rem;
  width: 240px;
  flex: none;
}
@media screen and (max-width: 815px) {
  #successful .successful_box .flexbox .img {
    margin: 0 auto 20px;
  }
}

#successful .successful_box .flexbox .img img {
  width: 100%;
  height: auto;
  flex: none;
}

/* -------------------------------------------------------------------
 learns
------------------------------------------------------------------- */
#learns img {
  max-width: 100%;
}

#learns .group {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 815px) {
  #learns .group {
    display: block;
  }
}

#learns .group:last-child {
  border-bottom: none;
}

#learns .group .txt {
  width: 60%;
  margin-right: 5%;
}
@media screen and (max-width: 815px) {
  #learns .group .txt {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#learns .group .txt h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #35C1DF;
}

#learns .group .txt h4 span {
  color: #000;
  font-size: 14px;
}

#learns .group .ph {
  width: 35%;
}
@media screen and (max-width: 815px) {
  #learns .group .ph {
    width: auto;
    text-align: center;
  }
}

/* -------------------------------------------------------------------
 strong
------------------------------------------------------------------- */
#strong {
  margin-bottom: 25px;
}

#strong img {
  max-width: 100%;
}

#strong h3 {
  margin-bottom: 20px;
}

#strong .group {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 815px) {
  #strong .group {
    display: block;
  }
}

#strong .group:last-child {
  border-bottom: none;
}

#strong .group .txt {
  width: 60%;
  margin-right: 5%;
}
@media screen and (max-width: 815px) {
  #strong .group .txt {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#strong .group .txt h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #35C1DF;
}

#strong .group .txt h4 .num_txt > span {
  color: #000;
  font-size: 14px;
}

#strong .group .ph {
  width: 35%;
}
@media screen and (max-width: 815px) {
  #strong .group .ph {
    width: auto;
    text-align: center;
  }
}

#strong .group .txt h4 {
  display: flex;
  align-items: center;
}

#strong .group .txt h4 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
  flex: none;
  color: #35C1DF;
  margin-right: 15px;
}

#strong .group .txt h4 .num span {
  display: block;
}

/* -------------------------------------------------------------------
 news
------------------------------------------------------------------- */
.news {
  margin: 0 20px 10px;
  background: url(../images/news_txt.jpg) no-repeat top center;
  background-size: contain;
  padding: 46px 23px 20px 23px;
  position: relative;
}

.news .news_icon {
  line-height: 1;
  display: inline-block;
  background-color: #32caec;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 23px;
  padding: 8px 10px 5px;
}

.news h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.news p {
  font-size: 16px;
  line-height: 1.6;
}

.news .note {
  font-size: 12px;
  margin-top: 1rem;
}

.news .group {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 815px) {
  .news .group {
    display: block;
  }
}

.news .group .pic {
  margin-left: 2rem;
  flex: none;
}
@media screen and (max-width: 815px) {
  .news .group .pic {
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.news.topics01 .group .pic {
  width: 185px;
}
@media screen and (max-width: 815px) {
  .news.topics01 .group .pic {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.news.topics01 .group .pic img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

/* -------------------------------------------------------------------
 cda_results
------------------------------------------------------------------- */
#cda_results {
  margin-bottom: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

#cda_results h3 {
  margin-bottom: 20px;
}

#cda_results .results_read {
  margin-bottom: 20px;
}

#cda_results .results_list {
  border: 1px solid #ddd;
  padding: 15px;
}

.open-box {
  position: relative;
}

input[type=checkbox].on-off {
  position: absolute;
  top: 50%;
  display: block;
  opacity: 0;
}

.open-label {
  margin: 0 1.5em;
  padding: 0.8em;
  display: block;
  color: #fff;
  text-align: center;
  background: #32caec;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 815px) {
  .open-label {
    display: none;
  }
}

.open-label:active {
  box-shadow: 0 0 0 0;
}

.open-label:hover {
  background: -webkit-linear-gradient(bottom, #fff4e0 1%, #32caec 80%);
  background: #32caec;
}

.open-label::after {
  content: "もっと見る";
}

.on-off:checked ~ .open-label::after {
  content: "閉じる";
}

/*開閉エリア*/
.open {
  height: 120px;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  font-size: 11px;
  color: #666;
  line-height: 160%;
}
@media screen and (min-width: 815px) {
  .open {
    height: auto;
  }
}
.open h4 {
  font-size: 11px;
  color: #666;
  font-weight: bold;
}

.on-off:checked ~ .open {
  height: auto;
}

/*開閉エリアにぼかしを乗せる*/
.open::before {
  content: "";
  background: linear-gradient(to bottom, transparent, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 815px) {
  .open::before {
    display: none;
  }
}

/*開いたらぼかしを消す*/
.on-off:checked ~ .open::before {
  background: none;
  z-index: -1;
}

#cda_results .results_list .results_list_last {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #666;
}

#cda_results .cda_results_pic {
  margin-bottom: 20px;
}

/* -------------------------------------------------------------------
 course
------------------------------------------------------------------- */
@media screen and (max-width: 815px) {
  #course .course_wrap {
    overflow-x: scroll;
  }
}

#course table {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 815px) {
  #course table {
    width: 800px;
  }
}

#course table th,
#course table td {
  border: 1px dotted #999;
  padding: 7px;
  font-size: 12px;
  line-height: 140%;
}

#course table th {
  text-align: left;
  width: 260px;
  font-weight: bold;
  color: #000;
}

#course table th.th_color {
  background-color: #E5E5E5;
}

#course table td.td_color {
  background-color: #FFF9E1;
}

#course table td.icon {
  width: 126px;
}

#course table td.icon ul li {
  float: left;
}

#course table td.icon ul li.m_r {
  margin-right: 3px;
}

#course table .tag {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  position: relative;
}

#course table .tag .tag_box {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: flex-end;
}

#course table .tag .tag_box span {
  display: block;
  background-color: #1D62F0;
  color: #fff;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  margin-left: 5px;
}

.mental {
  font-size: 11px;
  margin-bottom: 10px;
}

.btn_live {
  margin-bottom: 40px;
}

.btn_live a {
  width: 250px;
  height: 34px;
  background: url(../images/btn_live.gif) no-repeat;
  text-indent: -9999px;
  display: block;
}

.btn_live a:hover {
  background: url(../images/btn_live_ov.gif) no-repeat;
}

.arrow {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 815px) {
  .arrow {
    font-size: 16px;
  }
}

.arrow strong {
  color: rgb(255, 72, 0);
  font-weight: bold;
}

/* -------------------------------------------------------------------
 校舎案内
------------------------------------------------------------------- */
#school_box {
  border: 1px solid #CCC;
  padding: 20px;
  margin: 0 20px;
}

#school_box h3 {
  background-color: #eee;
  text-align: center;
  padding: 7px 0 5px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 815px) {
  #school_box h3 {
    margin-bottom: 20px;
  }
}

#school_box ul {
  margin-bottom: 40px;
  display: flex;
  font-size: 0;
}
@media screen and (max-width: 815px) {
  #school_box ul {
    display: block;
    margin-bottom: 0;
  }
}

#school_box ul li {
  width: 230px;
  margin-right: 14px;
}
@media screen and (max-width: 815px) {
  #school_box ul li {
    width: auto;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

#school_box ul:last-child {
  margin-right: 0;
}
@media screen and (max-width: 815px) {
  #school_box ul:last-child li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}

#school_box .school_l {
  width: 454px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
@media screen and (max-width: 815px) {
  #school_box .school_l {
    width: auto;
    padding-right: 0;
    border-right: none;
  }
}

#school_box .school_l .group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 815px) {
  #school_box .school_l .group {
    display: block;
  }
}

#school_box .school_l .school_inner {
  margin-right: 20px;
}

#school_box .school_name {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 1.6;
}

#school_box .ph {
  text-align: center;
}
@media screen and (max-width: 815px) {
  #school_box .ph {
    display: none;
  }
}

#school_box .ph img {
  width: 100%;
  height: auto;
}

#school_box .school_load {
  font-size: 11px;
  margin: 5px 0;
}
@media screen and (max-width: 815px) {
  #school_box .school_load {
    font-size: 14px;
  }
}

#school_box .school_load span {
  color: #ff0000;
}

#school_box .school_l .school_inner,
#school_box .school_l .school_inner_sub {
  width: 100%;
}

#school_box .school_l .school_inner_sub .tel_txt {
  display: block;
  text-align: center;
  background-color: #999;
  color: #fff;
  padding: 5px 0 3px;
  margin-top: 8px;
  margin-bottom: 5px;
}
@media screen and (max-width: 815px) {
  #school_box .school_l .school_inner_sub .tel_txt {
    display: none;
  }
}

#school_box .school_l .school_inner_sub .school_tel {
  font-size: 22px;
  color: #FC7238;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  line-height: 1;
}

#school_box .school_l .school_inner_sub .school_tel span {
  display: block;
}

#school_box .school_l .school_inner_sub .school_tel a.tel_num {
  display: block;
  margin-left: 5px;
  padding-top: 3px;
  border: none;
  color: #FC7238;
}

#school_box .school_s .school_tel {
  font-size: 22px;
  color: #4CAB0A;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  line-height: 1;
}

#school_box .school_s .school_tel span {
  display: block;
}

#school_box .school_s .school_tel a.tel_num {
  display: block;
  margin-left: 5px;
  padding-top: 3px;
  border: none;
  color: #4CAB0A;
}

#school_box .school_add {
  font-size: 14px;
}

#school_box .new_icon {
  position: relative;
  display: block;
}
@media screen and (max-width: 815px) {
  #school_box .new_icon {
    display: flex;
    align-items: center;
  }
}

#school_box .new_icon::before {
  content: "NEW";
  background-color: #3DB8D7;
  color: #fff;
  padding: 1px 5px 0;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -20px;
}
@media screen and (max-width: 815px) {
  #school_box .new_icon::before {
    position: static;
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-top: -6px;
  }
}

/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
.foot_nav {
  margin: 20px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.foot_nav a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  margin-left: 20px;
  display: block;
}
@media screen and (max-width: 815px) {
  .foot_nav a {
    font-size: 11px;
  }
}

.foot_nav a:hover {
  text-decoration: none;
  color: #666;
}

#footer {
  margin-top: 20px;
  padding: 10px 20px;
}
#footer p {
  text-align: right;
}
@media screen and (max-width: 815px) {
  #footer p {
    font-size: 10px;
  }
}