@charset "utf-8";
/* CSS Document */
    body {display: block !important;}
    @media screen and (min-width:768px) {
      .sp-only {display: none !important;}
    }
    @media screen and (max-width:767px) {
      .pc-only {display: none !important;}
      .pane-main {padding-top: 143px;}
    }
.detail_title h1 {
    font-size: 30px;
    /* color: #FC7852; */
    font-weight: bold;
    margin: 0;
    padding: 0;
    z-index: 2;
    border-bottom: none;
}

.detail_title .page_inner2 {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail_title {
    background-color: #F7F7F3;
    height: 200px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.mainArea {
    font-size: 16px;
}

.mainArea p {
    line-height: 200%;
    margin: 0 0 1.5em;
}

p.small {
    font-size: 12px;
}

.detailbox .marker {
    background: linear-gradient(transparent 60%, #FFFF99 60%);
    font-weight: bold;
    color: #010101;
}

.detailbox .image {
    text-align: center;
    margin-bottom: 20px;
}

.speaker {
    /* background: #F7F7F3; */
    padding: 40px 0px;
}

.speaker_ph img {
    width: 160px;
    height: auto;
    border-radius: 50%;
}

.page_inner {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.speakerbox {
    display: flex;
    justify-content: space-between;
    border: solid 3px #FC7852;
    border-radius: 30px;
    padding: 10px;
}

.speaker_ph {
    width: 150px;
}

.speaker_txt {
    width: 830px;
    line-height: 200%;
    margin-left: 30px;
}

.bold {
    font-weight: bold;
}

.page_inner {
    width: 800px;
    margin: 0 auto;
    position: relative;
}


.l_toc {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    font-weight: bold;
    border: 1px solid #f3f5f6;
    box-shadow: 0px 5px 20px rgb(27 82 165 / 10%);
    padding: 40px;
    border-radius: 30px;
}


.l_toc p.mokuji {
    font-weight: bold;
    text-align: center;
}


.l_toc ol {
    padding-left: 0;
    list-style: none;
    counter-reset: section;
    padding: 20px;
}

.l_toc li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
}
.l_toc a {
    text-decoration: none;
}

.page_inner .cwrap {
    margin-bottom: 50px;
}

.detailbox h2 {
    padding: 1em;
    color: #010101;
    background: #FEF6DD;
    border-bottom: solid 3px #FC7852;
    margin-bottom: 20px;
}


.cln01_img {
    text-align: center;
    margin-bottom: 20px;
}

.detailbox h3 {
    border-left: solid 3px #FC7852;
    background: #f3f5f6;
    padding: 0.5em;
    color: #010101;
    margin-top: 30px;
    margin-bottom: 10px;
}

.detailbox table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    margin: 0 auto;
}

.detailbox table th {
    border: 1px solid #CCC;
    padding: 10px;
    background: #f3f5f6;
            text-align: left;
}

.detailbox table td {
    border: 1px solid #CCC;
    padding: 10px;
}


.detailbox .special {
    padding: 20px 0px;
}

.detailbox .specialbox {
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    padding: 20px;
    background: #CCEDDA;
}

.detailbox .special_ph {
    width: 150px;
}

.detailbox .special_txt a {
    font-size: 14px;
    text-decoration: none;
}

#wrapper .detailbox .special_ph img {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 50%;
}

.detailbox .special_txt {
    width: 830px;
    line-height: 200%;
    margin-left: 30px;
}

.detailbox .special_txt p {
    font-weight: bold;
}

.detailbox .special_txt p span {
    color: #e1534f;
}



.detailbox h4 {
    border-bottom: 1px dashed #514e4d;
    font-size: 16px;
}

.box27 {
    position: relative;
    margin: 4em 0;
    padding: 0.5em 1em;
    border: solid 3px #00a641;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    background: #00a641;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0;
    padding: 0;
}
.course {
    background: #CCEDDA;
    padding: 30px 0;
}
.kyouzaibox {
    text-align: center;
}

.kyouzaibox h2 {
    font-size: 38px;
    /* font-weight: 500; */
    line-height: 1.3;
    margin-bottom: 1.5em;
    letter-spacing: 0.05em;
    border-bottom: none;
}
.kyouzaibox .btnbox {
    display: flex;
    text-align: center;
}
a.page_btn_big_register {
    background: rgb(255, 71, 71);
    background: linear-gradient(90deg, rgba(255, 77, 77, 1) 0%, rgba(255, 38, 38, 1) 100%);
    color: #FFFFFF;
    display: block;
    vertical-align: middle;
    /* width: 400px; */
    max-width: 320px;
    min-width: 320px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
}
a.page_btn_big_register span.lnr {
    position: absolute;
    right: 20px;
    top: 35%;
}
.lnr-chevron-right:before {
    content: "\e876";
}
a.page_btn_base {
    background: rgb(162, 146, 108);
    background: linear-gradient(90deg, rgba(162, 146, 108, 1) 0%, rgba(167, 128, 101, 1) 100%);
    color: #FFFFFF;
    display: block;
    vertical-align: middle;
    /* width: 400px; */
    max-width: 320px;
    min-width: 320px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    margin-right: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
}
a.page_btn_base span.lnr {
    position: absolute;
    right: 20px;
    top: 35%;
}
.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.column {
    background: #F0EDDB;
    text-align: center;
}

.column .page_inner {
    width: 1000px;
    padding: 40px 0px;
}
.column h1 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: none;
}
.column li {
margin-bottom: 10px;
text-align: left;
width: 47%;
box-sizing: border-box;
padding-left: 2em;
text-indent: -1.5em;
font-size: 14px;
}
.column li::before {
font-family: "Font Awesome 5 Free";
content: "\f138";
  font-weight: 900;
  margin-right: 7px;
  padding: 1.5px 0px;
  color: #BEB065;
  font-size: 14px;
}
.column li a {
color: #333333;
text-decoration: none;
}


.column ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 100px;

}

  
#columnInner ul {
width: 100%;
    box-sizing: border-box;
}
    
    
  #columnInner li {
    list-style: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.0em;
    padding: 0 0 10px 30px;
    position: relative;
    box-sizing: border-box;
}



#columnInner li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    margin-right: 7px;
    padding: 1.5px 0px;
    color: #BEB065;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}  
    













@media screen and (max-width:767px) {



.detail_title .page_inner2 {
width: 100%;
}

    .page_inner {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .kyouzaibox .btnbox {
        display: block;
        text-align: none;
    }




    .course div:last-of-type {
        padding-bottom: 0;
    }



a.page_btn_big_register, .course_btn_el, .course_btn_oe {
        width: 90%;
        margin: 0 auto;
    }


    .speakerbox {
        display: block;
    }

    .speaker_ph {
        width: 150px;
        margin: 0 auto;
        margin-bottom: 20px;
    }


    .speaker_txt {
        width: 100%;
        line-height: 200%;
        margin-left: 0px;
    }




.detailbox .specialbox {
        display: block;
    }

.detailbox .special_ph {
        width: 150px;
        margin: 0 auto;
        margin-bottom: 20px;
    }


.detailbox .special_txt {
        width: 100%;
        line-height: 160%;
        margin-left: 0;
    }




.detailbox table {
        width: 100%;
    }


.page_inner h1 {
        font-size: 20px;
    }


.column .page_inner {
        width: 90%;
    }

    .column ul {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
    
    
    .column li {
width: 100%;
}
    
    
#columnInner ul {
width: 100%;
    box-sizing: border-box;
}
    
    
  #columnInner li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0em;
    padding: 0 0 10px 20px;
    position: relative;
    box-sizing: border-box;
}



#columnInner li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    margin-right: 7px;
    padding: 1.5px 0px;
    color: #BEB065;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}  
    
    
    
    
    
    
    
    
    
    
    
}






/*2024.8.9追記*/
ol.ollist {
margin-bottom: 1.5em;
}

ol.ollist li {
list-style: decimal;
  list-style-position: inside;
}

.mainArea td p,.mainArea th p {
    margin: 0 0 0 0;
}










/*2024.11.6追記*/
ul.ullist {
margin-bottom: 1.5em;
}

ul.ullist li {
list-style: disc;
  list-style-position: outside;
  margin: 0.5em 0 0px 2.6em;
  padding: 0 0 0 0;
}








