@charset "utf-8";
/*****************************************
  index.css（LP01用）
******************************************/

/*--------------------------*/
/*大枠設定
/*--------------------------*/
body#pagetop{
  color:#333;
}
@media screen and (max-width: 740px) {
  body#pagetop{font-size: 14px;}
}
div#container,
#main .content{
  width: 100%;
}
div#container{
  overflow: hidden;
}

/*--------------------------*/
/*ページトップボタンまわり
/*--------------------------*/
#headContent,
#footer .footerIn{margin:0;}
.freeHead{
  padding-top: 60px;
}
/*@media only screen and (min-width : 740px) and (max-width : 1136px) {
  .boxPageTop .pagetop.stop {bottom: -100px;}
}*/
@media screen and (max-width: 740px) {
  .freeHead{padding-top: 0;}
  .boxPageTop .pagetop.stop {bottom: 200px;}
}

/*--------------------------*/
/*コンテンツ
/*--------------------------*/
.contents_box {
  margin: 2em auto 4em;
}
.txt_contents {
  box-sizing: border-box;
  letter-spacing: -0.01em;
  line-height: 1.5;
  margin: auto;
  max-width: 1000px;
  padding: 0 1em;
  text-align:justify;
  word-break:break-all;
  word-wrap:break-word;
}
/*注釈文*/
.annotation{
  font-size: 14px;
}
.annotation._centering{
  text-align: center;
}
.annotation._notice {
  padding-left: 1em;
}
/*画像拡縮*/
.v_img{
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 740px) {
  .txt_contents {
    padding: 1em 1em 0;
  }
}

/*--------------------------*/
/*ページ内ナビ
/*--------------------------*/
#ul_contentsNav {
  background-color: #E8EDF1;
  font-size: 0;
  max-width: 1000px;
  margin: 0 auto 20px;
  position: relative;
}
/*背景灰色全表示*/
#ul_contentsNav:after {
  content: "";
  display: block;
  padding: 0 500%;
  margin: 0 -500%;
  height: 100%;
  background: #E8EDF1;
  position: absolute;
  top: 0;
  z-index: 0;
}
#ul_contentsNav li{
  width: 50%;
  width: calc(100% / 2);
  font-size: 20px;
  display: inline-block;
  z-index: 10;
  position: relative;
  vertical-align: middle;
}
#ul_contentsNav li a{
  color: #333;
  display: block;
  letter-spacing: -0.01em;
  line-height: 1.4;
  position: relative;
  padding: 1em 0;
  text-align: center;
}
#ul_contentsNav li a span {
  display: block;
}
/*三角*/
#ul_contentsNav li a:before {
  border-style: solid;
  border-width: 0.75em 0.4em 0 0.4em;
  border-color: #CC0033 transparent transparent transparent;
  content: "";
  height: 0;
  margin-right: 0.3em;
  display: inline-block;
  width: 0;
}

h3.anchor01{
    display: block;
    padding-top: 35px;/*140px*/
    margin-top: -35px;
}

h3.anchor02{
    display: block;
    padding-top: 30px;/*140px*/
    margin-top: -30px;
}

h3.anchor03{
    display: block;
    /*padding-top: 135px;
    margin-top: -135px;*/
}

@media screen and (max-width: 980px){
  #ul_contentsNav li {font-size: calc(1rem + ((1vw - 7.4px) * 1.5385));}
}
@media screen and (max-width: 740px){
  #ul_contentsNav { display: none; }
}


/*--------------------------*/
/*各部キービジュ
/*--------------------------*/
.kv{
  position:relative;
}
/*キービジュテキスト*/
.kv_ttl {
  color: #333;
  font-size: 32px;
  height: 1em;
  line-height: 1;
  text-shadow: 1px 1px 5px #fff,-1px -1px 5px #fff,-1px 1px 5px #fff,1px -1px 5px #fff;
  text-align: center;
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;margin: auto;
}
@media screen and (max-width: 980px){
  .kv_ttl {
    font-size: calc(1rem + ((1vw - 3.2px) * 2.3529));
  }
}



/*--------------------------*/
/*角丸長方形・赤
/*--------------------------*/
.main_ttl {
  font-size: 28px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  letter-spacing: -0.05em;
  margin: 0 0 1em 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.main_ttl::before {
  content: "";
  display: inline-block;
  background: #CC0033;
  width: 10px;
  border-radius: 3px;
  height: 1em;
  margin-right: 10px;
  margin-left: -20px;
  margin-bottom: -0.1em;
}
.main_ttl span {
  display: inline-block;
}
@media screen and (max-width: 740px) {
  .main_ttl {font-size: 20px;}
}



/*--------------------------*/
/*赤丸タイトル
/*任意の位置改行化
/*--------------------------*/
.sub_ttl {
  font-size: 24px;
  font-weight: normal;
  margin: 4em 0 4px;
  line-height: 1.5;
  display: table;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
/*赤丸*/
.sub_ttl::before {
  background: #CC0033;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.6em;
  vertical-align: middle;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
  width: 0.6em;
}
/*注釈*/
/*.sub_ttl._caution:after{
  content:"※日程は変更になる場合があります。";
  display:inline-block;
  font-size: 0.6em;
}*/
/*テキスト改行*/
.sub_ttl > * {
  display: table-cell;
  vertical-align: top;
}
/*項番*/
.sub_ttl .em_num {
  width: 3.5em;
}
.sub_ttl span{
  display: inline-block;
}
@media screen and (max-width: 740px) {
  .sub_ttl{font-size: 18px;}
  .sub_ttl._caution:after{display: block;}
}



/*--------------------------*/
/*メリットとは
/*--------------------------*/
#dl_merit{}
#dl_merit dd{
  margin: 1em 0;
}

/*--------------------------*/
/*短期集中講習
/*--------------------------*/
/*アンカーリンクジャンプ先調整*/
#curriculum{
       position: relative;
       top: -130px;
       display: block;
    }

#dl_curriculum {
  margin: 2em 0 0;
  overflow: hidden;
}
/*黒枠*/
#dl_curriculum dt {
  color: #fff;
  width: 80px;
  background: #436D93;
  text-align: center;
  float: left;
  display: table;
  padding: 1em;
  box-sizing: border-box;
}
#dl_curriculum dt span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: -2px;
}
#dl_curriculum dt em {
  font-size: 22px;
/*  display: block;
  line-height: 1;*/
}
#dl_curriculum dd {
  background: #efefef;
  margin-bottom: 24px;
  margin-left: 80px;
  padding: 16px 1em;
}

/*4日目*/
#dl_curriculum.honban dd .ttl{
    padding-bottom: 0;
}

@media screen and (max-width:740px){
/*4日目高さ調整*/
#dl_curriculum.honban dd {
      height: 53px;
      line-height: 53px;
}
}

#dl_curriculum dd .ttl {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 740px) {
  #dl_curriculum dt {width: 60px;}
  #dl_curriculum dt span {vertical-align: top;}
  #dl_curriculum dt em {font-size: 24px;}

  #dl_curriculum dd {margin-left: 60px;}
  #dl_curriculum dd .ttl {font-size: 18px;}
}


/*--------------------------*/
/*スケジュール
/*--------------------------*/
.sched_box {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 20px;
}
.sched_box * {
  box-sizing: border-box;
}
.tbl_box {
  justify-content: space-between;
  width: 50%;
  padding: 20px 15px;
}
.tbl_box h4 {
  font-size: 16px;
  text-align: center;
  width: 100%;
  padding-bottom: 1em;
}
.tbl_box p.tbl_ttl {
  width: 100%;
  text-align: center;
  border: 1px solid #333;
  padding: 10px 12px;
}
.tbl_box dl {
  display: flex;
  flex-direction: row;
}
.tbl_box dt {
  flex: 0 0 5.5em;
  text-align: center;
  /**/
  display: flex;
  align-items: center;
  background-color: #efefef;
  border: 1px solid #333;
  border-width: 0 1px 1px;
  padding: 10px 12px;
}
.tbl_box dd {
  flex: 1 1 auto;
  /**/
  display: flex;
  flex-flow: column wrap;
  border-right: 1px solid #333;
}
.tbl_box dd span {
  border-bottom: 1px solid #333;
  padding: 10px 12px;
}
@media screen and (max-width: 740px){
  .sched_box {
    flex-flow: column wrap;
  }
  .tbl_box {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 360px){
  .tbl_box {
    padding: 20px 0;
  }
}


/* 旧設定
#table_schedule {
  width: 100%;
  border-spacing: 0;
  table-layout:fixed;
}
#table_schedule th {
  background: #333;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  padding: 0.5em;
  line-height: 1.5;
  text-align: center;
}

#table_schedule td {
  text-align: center;
  font-size: 16px;
  color: #444;
  padding: 0.6em;
}
*/
/*各部カラー設定
#table_schedule tr:nth-child(2n) {background: #fff;}
#table_schedule tr:nth-child(2n+1){background:#E8EDF1;}
#table_schedule tr > *:nth-child(2n){
  border-width: 0 1px;
  border-style: solid;
}
#table_schedule th:nth-child(2n) {border-color: #fff;}
#table_schedule td:nth-child(2n) {border-color: #333;}
#table_schedule tr:last-child td { border-bottom: 2px solid #E8EDF1; }

@media screen and (max-width: 740px) {
  #table_schedule th {font-size: 18px;}
  #table_schedule td {font-size: 16px;}
}
*/
@media screen and (max-width: 480px) {
  /*強制改行
  #table_schedule span{display: block;}*/
}




/* 開催スケジュール */
.schedule_frame {

  max-width: 968px;
  width: 100%;
  margin: auto;
  -webkit-overflow-scrolling:touch;
  border: 3px solid #333333;
  box-sizing: border-box;
  display: none;

}
.schedule_frame iframe {
  width: 100%;
  border: none;
  height: 825px;
}
@media screen and (max-width: 789px) {
  .schedule_frame iframe {
    height: 725px;
  }
}
@media screen and (max-width: 740px) {
  .schedule_frame {
    height: 280px;
    overflow: scroll;
    -ms-overflow-style:none;/* スクロールバー非表示(IE) */
      overflow: -moz-scrollbars-none;/* スクロールバー非表示(Firefox) */
  }
  .schedule_frame iframe {
    height: 100%;
  }
  /* 外側スクロールバー非表示（Chrome,Safari用） */
  .schedule_frame::-webkit-scrollbar {
    display: none;
  }
}





/*--------------------------*/
/*かけあわせ検索
/*--------------------------*/
.search_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
}
#info_searchCheckBox {
  background: #E8EDF1;
  padding: 4em 0;
}
#info_searchCheckBox #_searchForm {
  max-width: 500px;
  margin: auto;
  padding: 0 0.5em;
  box-sizing: border-box;
}
#info_searchCheckBox table {
  width: 100%;
}
#info_searchCheckBox table tr > * {
  display: block;
  margin: 0 0 1.5em;
  position: relative;
  width: 100%;
}
/*タイトル*/
#info_searchCheckBox table th {
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
}
/*form要素*/
#info_searchCheckBox table td > * {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  height: 3em;
  font-size: 16px;
  padding-left: 16px;
}
/*都道府県*/
#info_searchCheckBox table td select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  text-indent: -2px;
}
/*セレクトボックス矢印三角*/
.prefectureCriteria::after {
  content: "";
  display: block;
  border-width: 15px 8px 0px 8px;
  border-style: solid;
  width: 0;
  height: 0;
  border-color: #CC0033 transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #info_searchCheckBox table td select{
    text-indent:0;
  }
}
_::-webkit-full-page-media, _:future,
:root #info_searchCheckBox table td select{
  text-indent:0;
}
#info_searchCheckBox table td select:after{
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-width: 1px;
  border-style: solid;
  border-color: red red transparent;
}
/*検索ボタン*/
/**/
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
#info_searchCheckBox .actionform{
  margin:1em 0 0;
}
#info_searchCheckBox .actionform input {
  background: #CC0033;
  border: 0 none transparent;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 24px;
  line-height: 1;
  padding: 1em;
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin: auto;
}
#info_searchCheckBox .actionform input:hover,
#info_searchCheckBox .actionform input:active {
  background-color: #fff;
  color: #CC0033 !important;
  box-shadow:inset 0px 0px 0px 2px #CC0033;
}
@media screen and (max-width: 740px) {
  .search_ttl {
   font-size: 20px;
  }
  #info_searchCheckBox table tr > * {margin: 0 0 1em;}
  /*タイトル*/
  #info_searchCheckBox table th {
    margin-top: 1em;
    text-align: center;
  }
  /*ボタン*/
  #info_searchCheckBox .actionform input{font-size: 18px;}
}



/*フッターナビメニュー*/
.pagelinkBox{display: none;}
@media screen and (max-width: 740px) {
  .pagelinkBox{display: block;}

  /* 202009 */
  #footer .footerIn {
    padding-bottom: 90px;
  }
}


/*20200310修正*/
.txt_box ul li {
    border: solid 1px #14172d;
}
.txt_box ul li:first-child {
    background: #436D93;
    color: #ffffff;
    padding: 14px;
    font-weight: bold;
    font-size: 18px;
}
.txt_box ul li:last-child {
    background: #E0E9EE;
    padding: 18px;
}

.honban {
    margin-top: 14px !important;
}
.honban dt {
    background: #CC0033 !important;
}
.kousyuu_img {
    background: #EFEFEF;
    padding: 10px;
    font-size: 20px;
}
.yajirushi {
    text-align: center;
}
.yajirushi img {
    display: inline-block;
    max-width: 60px;
    width: 100%;
}
.moushikomi {
  margin: 140px auto 0;
    text-align: center;
}
@media screen and (max-width:670px){
  .moushikomi {
    margin: 60px auto 0;
  }
}
.moushikomi img {
    display: inline-block;
    max-width: 480px;
    width: 100%;
}
.moushikomi img:hover {
    opacity: 0.7;
}
/*---------------------------*/
.kousyuu_img {
    width: 460px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    font-size: 24px;
    padding: 0 0 0 20px;
}
.kousyuu_img::before {
    background: #CC0033;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 0.6em;
    vertical-align: middle;
    position: absolute;
    top: 0.5em;
    left: 0;
    margin: auto;
    width: 0.6em;
}
.curriculum_box {
    width: 454px;
    margin: 0 auto;
}
.curriculum_box h4 {
    font-size: 16px;
    margin: 0.5em 0;
    padding: 0.5em;
    text-align: center;
    background: #EFEFEF;
}
.curriculum_box p {
    font-size: 20px;
/*    text-indent: 3em;*/
    font-weight: bold;
    text-align: center;
}
.txt_contents {
    padding: 1em;
}
.sub_ttl {
    margin: 4em auto 4px;
    display: block;
    width: 454px;
}
.annotation._notice {
    text-align: center;
    padding-left: 3em;
}
.sched_box {
    display: block;
    margin: 20px auto 0;
    width: 484px;
}
.tbl_box {
    width: 100%;
}
.tbl_box dd span {
    text-align: center;
}
@media screen and (max-width: 740px) {
  .kousyuu_img {
    font-size: 18px;
  }
  #footer .footerIn {
    padding-bottom: 0px;
  }
  .boxPageTop .pagetop {
    bottom: 45px;
  }
  .boxPageTop .pagetop.stop {
    bottom: 110px;
  }
}
@media screen and (max-width: 620px){
  .annotation._notice {
    padding-left: 0;
  }
}
@media screen and (max-width: 540px){
  .kousyuu_img {
    width: 100%;
  }
  .curriculum_box {
    width: 100%;
  }
    .sub_ttl {
    width: 100%;
  }
  .sched_box {
    width: 100%;
  }
}
/*---------------------------*/
/*CopyrightとPowered byの色変更*/
#footer .copyRight {
    color: #000;
}

/*2021年度開催スケジュール非表示後の調整*/
.annotation._notice {
    padding-left: 0;
    margin: 4em auto 4px;
}