@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap'); */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----pc,sp表示切替---- */
.sp{
	display: block !important;
}
.pc{
	display: none !important;
}
@media (min-width: 740px){
	.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
 }
 .txt_c{
  display: block !important;
  text-align: center !important;
 }
.contentsInr{
  padding: 0;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: ヒラギノ角ゴ ProN W3、メイリオ、Meiryo、MS UI Gothic、
  Tahoma、Lucida Grande、ヒラギノ丸ゴ Pro W4、sans-serif;
}

@media (min-width: 740px){
  .contentsInr {
    width: 100%;
}
}
.pageTtl{
  margin-bottom: 0;
}


 /* ----sec---- */   
.sec{
  padding: 0 0 50px;
}

.inner{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec_mv{
position: relative;
}

.sec_mv::after{
  content: "提供：JR九州";
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.4rem;
  color: #ffffff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.secTop{
  padding: 30px 0 10px;
  background-image: linear-gradient(90deg, rgba(190, 154, 84, 1), rgba(200, 154, 84, 1) 40%, rgba(165, 125, 70, 1) 67%, rgba(190, 154, 84, 1) 90%);
}

.secTop_list{
  display: block;
}
.secTop_list p {
  display: inline-block;
  background: #fff;
  color: #144678;
  border-radius: 5px;
  padding: 2px 10px;
  font-weight: bold;
  position: relative;
  margin-right: 20px;
  margin-bottom: 5px;
}
.secTop_list p:after {
  content: "+";
 position: absolute;
 top: 50%;
 right: -15px;
 transform: translateY(-50%);
}
.secTop_list p:last-child:after {
  content: none;
  margin-right: 0;
}
@media (min-width: 740px){
  .secTop_list{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.secTop_ttl .txtList{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.secTop_ttl .txtList li{
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 0 0 33px !important;
}
@media (min-width: 740px){
  .secTop_ttl .txtList li{
    font-size: 2.2rem;
  }
}
.secTop_ttl .txtList li:before{
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  top: 50%;
    transform: translateY(-80%);
    left: 0;
}
@media (min-width: 740px){
  .secTop_ttl .txtList li:before{
    transform: translateY(-50%);
  }
}
.secTop_ttl .txtList li:first-child:before{
  content: "1";
  background: #144678;
}
.secTop_ttl .txtList li:nth-child(2):before{
  content: "2";
  background: #CA5F8A;
}
.secTop_img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.tabs_parent > li.current:after {
  content: none;
}
.tabs_parent > li.current {
  background: none;
}
.tabs_parent > li{
  background: none;
}
.secTop_tap .tabs_parent > li > a{
  display: block;
  min-height: 133px;
  padding: 5px 10px;
  background: #fff;
  border: 3px solid #AF8D4B;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  color: #AF8D4B;
  text-align: left;
}
@media (min-width: 740px){
  .secTop_tap .tabs_parent > li > a{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    min-height: auto;
  }
  .secTop_tap .tabs_parent > li > a dl{
    margin-bottom: 0;
  }
}
.secTop_tap .tabs_parent > li > a dl{
  text-align: center;
  margin-bottom: 5px;
}
.secTop_tap .tabs_parent > li > a dl dt {
  color: #AF8D4B;
}
.secTop_tap .tabs_parent > li > a dl dd {
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin: 0 auto;
  background: #AF8D4B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.secTop_tap.tab_course_01 .tabs_parent > li.current > a dl dt {
  color: #144678;
}
.secTop_tap.tab_course_01 .tabs_parent > li.current > a dl dd {
  background: #144678;
}
.secTop_tap.tab_course_02 .tabs_parent > li.current > a dl dt {
  color: #CA5F8A;
}
.secTop_tap.tab_course_02 .tabs_parent > li.current > a dl dd {
  background: #CA5F8A;
}
.tabs_parent > li > a > span:after{
  content: none;
}

#course01 .sec01{
  background: #144678;
  padding: 30px 0;
}
#course01 .sec01 .sec01_ttl .ttlLv1 {
padding: 0;
margin: 0 0 5px 0;
border-bottom: 0;
text-align: center;
}
#course01 .sec01 .sec01_ttl .ttlLv1:after {
  content: none;
}
#course01 .sec01 .sec01_ttl .ttlLv1 .heading{
  color: #fff;
  /* font-family: 'Noto Serif JP', serif; */
}
#course01 .sec01 .sec01_txt{
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 1.7rem;
}
@media (min-width: 740px){
  #course01 .sec01 .sec01_txt{
    font-size: 1.9rem;
  }
}
#course01 .sec03 {
  background: #E9EFFB;
}

@media (min-width: 740px){
  #course01 .sec03_inner{
    padding: 0 20px;
  }
}
#course01 .sec03_list{
  display: flex;
  gap: 10px;
}
@media (min-width: 740px){
  #course01 .sec03_list{
    align-items: center;
  }
}
#course01 .sec03_list > div {
  width: auto;
}
#course01 .sec03_list::before,#course01 .sec03_list::after{
  content: none;
}
#course01 .sec03_list .sec03_list_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 740px){
  #course01 .sec03_list .sec03_list_ttl{
    width: 95px;
    min-width: 95px;
    height: 95px;
  }
}
#course01 .sec03_list .sec03_list_ttl .ttlLv4{
  margin-bottom: 0;
  padding-top: 0;
}
#course01 .sec03_list .sec03_list_ttl .ttlLv4 .heading{
  text-align: center;
  font-size:  1.4rem;
  font-weight: bold;
  color: #144678;
}
@media (min-width: 740px){
  #course01 .sec03_list .sec03_list_ttl .ttlLv4 .heading{
    font-size:  1.8rem;
  }
}
#course01 .sec04 .sec04_ttl .ttlLv2 {
  padding: 10px 20px;
  margin: 20px 0 5px 0;
  border-bottom: 0;
  background: #5A87C8;
  border-radius: 50px;
  }
  #course01 .sec04 .sec04_ttl .ttlLv2:after {
    content: none;
  }
  #course01 .sec04 .sec04_ttl .ttlLv2 .heading{
    color: #fff;
    padding-left: 0;
    border-left: 0;
  }
  #course01 .sec04 .sec04_txt p strong{
    color: #144678;
  }
  #course01 .sec05{
    background: #FDF2A7;
  }
  #course01 .sec05 .sec05_inner{
    padding: 0 20px;
  }
  #course01 .sec05 .sec05_list .txtList li{
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0 0 0 55px !important;
    margin-bottom: 20px;
  }
  #course01 .sec05 .sec05_list .txtList li strong{
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
  }
  #course01 .sec05 .sec05_list .txtList li span{
    font-size: 1.2rem;
  }
  @media (min-width: 740px){
    #course01 .sec05 .sec05_list .txtList li{
      font-size: 1.8rem;
    }
    #course01 .sec05 .sec05_list .txtList li strong{
      font-size: 2.9rem;
      color: #333333;
    }
    #course01 .sec05 .sec05_list .txtList li span{
      font-size: 1.6rem;
    }
    #course01 .sec05 .sec05_list .txtList li:first-child{
      margin-bottom: 60px;
    }
  }
  #course01 .sec05 .sec05_list .txtList li:before{
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.9rem;
    /* font-family: 'Noto Serif JP', serif; */
    font-weight: bold;
    color: #AF8D4B;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
  }
  @media (min-width: 740px){
    #course01 .sec05 .sec05_list .txtList li{
      padding: 0 0 0 75px !important;
    }
    #course01 .sec05 .sec05_list .txtList li:before{
      width: 65px;
    min-width: 65px;
    height: 65px;
    font-size: 3.9rem;
    }
    }
  #course01 .sec05 .sec05_list .txtList li:first-child{
    margin-bottom: 30px;
  }
  #course01 .sec05 .sec05_list .txtList li:first-child:before{
    content: "1";
  }
  #course01 .sec05 .sec05_list .txtList li:nth-child(2):before{
    content: "2";
  }
  #course01 .sec05 .sec05_list .txtList li:nth-child(3):before{
    content: "3";
  }
  
  #course01 .ctm_tableColor_set.table_typeA th{background-color:#F5F5F5;color:#333;} 

  #course01 .ctm_tableColor_set.table_typeA td{background-color: #fff;} 

#course01 .sec06_btn a{
  display: block !important;
}
#course01 .sec06_table table{
  width: auto;
}
#course01 .sec06_table table tbody tr{
  border-bottom: 1px solid #333;
}
#course01 .sec06_table table tbody tr:first-child th {
  background: #999999;
  color: #fff;
  text-align: center; 
  padding: 10px;
  border-bottom: 0;
}
#course01 .sec06_table table tbody tr:first-child th:last-child {
border-right: 0;
}
#course01 .sec06_table table tbody tr th:first-child, #course01 .sec06_table table tbody tr th:nth-child(2) {
  text-align: center;
  width: 8%;
  min-width: 65px;
  border-right: 4px solid #fff;
  padding: 10px 5px;
}
#course01 .sec06_table table tbody tr:first-child th {
  border-right: 4px solid #fff;
}
#course01 .sec06_table table tbody tr th, #course01 .sec06_table table tbody tr td{
  font-weight: normal;
  padding: 10px;
}
@media (min-width: 740px){
  #course01 .sec06_table table tbody tr th, #course01 .sec06_table table tbody tr td{
    padding: 20px;
  }
}
#course01 .sec06_table table tbody tr th, #course01 .sec06_table table tbody tr td img{
  width: 26px;
}
.ctm_tableColor_set.table_typeA th{
  background: #EFEFEF;
  color: #333333;
}
#course01 .table_typeA table tr th {
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #707070;
}
#course01 .sec06_table table tbody tr th {
  background: #EFEFEF;
}
#course01 .ctm_tableColor_set.table_typeA td{
  background: #fff;
}
#course01 .sec06_table table tbody tr td {
  width: 71%;
  min-width: 450px;
  background: #fff;
}
#course01 .table_typeA table tr td{
  border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #707070;
}
#course01 .sec06_table table tbody tr td strong{
  color: #445FA5;
  font-weight: bold;
}
.sec07_img {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
}


/* course02 */


#course02 .sec01{
  background: #CA5F8A;
  padding: 30px 0;
}
#course02 .sec01 .sec01_ttl .ttlLv1 {
padding: 0;
margin: 0 0 5px 0;
border-bottom: 0;
text-align: center;
}
#course02 .sec01 .sec01_ttl .ttlLv1:after {
  content: none;
}
#course02 .sec01 .sec01_ttl .ttlLv1 .heading{
  color: #fff;
  /* font-family: 'Noto Serif JP', serif; */
}
#course02 .sec01 .sec01_txt{
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 1.7rem;
}
@media (min-width: 740px){
  #course02 .sec01 .sec01_txt{
    font-size: 1.9rem;
  }
}

#course02 .sec03{
  background: #FDF2A7;
}

#course02 .sec03 .sec03_list .txtList li{
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0 0 0 55px !important;
}
#course02 .sec03 .sec03_list .txtList li strong{
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
}
#course02 .sec03 .sec03_list .txtList li span{
  font-size: 1.2rem;
}
@media (min-width: 740px){
  #course02 .sec03 .sec03_inner{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #course02 .sec03 .sec03_list .txtList li{
    font-size: 1.8rem;
  }
  #course02 .sec03 .sec03_list .txtList li strong{
    font-size: 2.9rem;
    color: #333333;
  }
  #course02 .sec03 .sec03_list .txtList li span{
    font-size: 1.6rem;
  }
}
#course02 .sec03 .sec03_list .txtList li:before{
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.9rem;
  /* font-family: 'Noto Serif JP', serif; */
  font-weight: bold;
  color: #AF8D4B;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
}
#course02 .sec03_col .colWrap .col:nth-child(2){
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 740px){
  #course02 .sec03 .sec03_list .txtList li{
    padding: 0 0 0 75px !important;
  }
  #course02 .sec03 .sec03_list .txtList li:before{
    width: 65px;
  min-width: 65px;
  height: 65px;
  font-size: 3.9rem;
  }
  #course02 .sec03_col .colWrap {
    align-items: center;
  }
  #course02 .sec03_col .colWrap .col:first-child{
    width: calc(70% - 15px);
  }
  #course02 .sec03_col .colWrap .col:nth-child(2){
    width: calc(30% - 15px);
    margin: 0;
  }
}
#course02 .sec03 .sec03_list.list_01 .txtList li:before{
  content: "1";
}
#course02 .sec03 .sec03_list.list_02 .txtList li:before{
  content: "2";
}
#course02 .sec03 .sec03_list.list_03 .txtList li:before{
  content: "3";
}

#course02 .sec04 .sec04_ttl .ttlLv2 {
  padding: 13px 0;
  margin: 20px 0 5px 0;
  background: #CA5F8A;
  border-radius: 9px;
  }
  #course02 .sec04 .sec04_ttl .ttlLv2:after {
    content: none;
  }
  #course02 .sec04 .sec04_ttl .ttlLv2 .heading{
    color: #fff;
    display: block;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.9rem;
    border-bottom: 1px solid #fff;
    padding: 0 20px 10px;
    border-left: 0;
  }
  @media (min-width: 740px){
    #course02 .sec04 .sec04_ttl .ttlLv2 .heading{
      font-size: 2.3rem;
    }
  }
  #course02 .sec04_col{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  #course02 .sec04_col.aem-Grid::before,.sec04_col.aem-Grid::after{
    display: none;
    content: none;
  }
  
  #course02 .sec04_col > div{
    width: calc(50% - 2.5px);
  }
  #course02 .sec04_link{
    width: 80%;
    margin: 0 auto;
  }
  @media (min-width: 740px){
    #course02 .sec04_link{
      width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  #course02 .sec04_link.aem-Grid::before,.sec04_link.aem-Grid::after{
    display: none;
    content: none;
  }
  #course02 .sec04_link > div{
    width: calc(50% - 10px);
  }
  #course02 .sec04_txt{
    min-height: 84px;
  }
  #course02 .sec04_icon{
    margin-top: 40%;
  }
  }
#course02 .sec04_omotenasi .sec04_omotenasi_ttl .ttlLv2 {
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: 0;
  }
  #course02 .sec04_omotenasi .sec04_omotenasi_ttl .ttlLv2:after {
    content: none;
  }
  #course02 .sec04_omotenasi .sec04_omotenasi_ttl .ttlLv2 .heading{
    color: #AF8D4B;
    display: block;
    text-align: center;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.9rem;
    border-bottom: 0;
    padding: 0;
    border-left: 0;
  }
  @media (min-width: 740px){
    #course02 .sec04_omotenasi .sec04_omotenasi_ttl .ttlLv2 .heading{
      font-size: 2.3rem;
    }
  }
  #course02 .sec04_omotenasi .sec04_omotenasi_ttlSub{
    text-align: center;
  }
  #course02 .sec04_omotenasi .sec04_omotenasi_ttlSub > p{
    display: inline-block;
    background: #AF8D4B;
    border-radius: 22px;
    padding: 5px 25px;
    color: #fff;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.8rem;
  }
  @media (min-width: 740px){
    #course02 .sec04_omotenasi .sec04_omotenasi_ttlSub > p{
      font-size: 2rem;
    }
  }
/*終了対応*/
.entryEnd {
    color: #cc0000;
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
    border: 2px solid #cc0000;
}
/*240208更新*/
.fnt-bl p strong{
  color: #144678;
}
.secTop_tap .tabs_parent > li > a{
  min-height: 160px;
}
@media (min-width: 740px){
  .secTop_tap .tabs_parent > li > a{
    min-height: auto;
  }
}

/*240425更新*/
.entryEndTxt{
    color: #afafaf;
}

/*250804更新*/
.sec-07__sub-ttl{
  padding: 0 10px;
  border-left: 3px solid #e5e5e5;
}
.sec07_img__wrap{
  border: 1px solid #ddd;
  padding: 15px;
}