@charset "UTF-8";
/* ===============================================

    ■ 命名規則 BEM + MCSS

    block     block
    element   block_element
    modifier  block_element.__modifier

    ※状態を表すものはprefixをつける is-, has-, not-...

=============================================== */

/* font-size
----------------------------------------*/
#gNavi ul li a { font-size: 0.6rem; line-height: 0.9rem; -ms-writing-mode: tb-rl; writing-mode: vertical-rl;}
#gNavi ul li a i { font-size: 1.0rem; line-height: 1.2rem;}
#gNavi ul li a span { font-size: 0.9rem;}

.balloon_item a { font-size: 1.0rem; line-height: 1rem;}

.lity-inner .title { font-size: 1.8rem; line-height: 2.2rem;}
.lity-inner .subTitle { font-size: 1.2rem; line-height: 1.4rem;}
.lity-inner .learnList dt { font-size: 1.2rem; line-height: 1.4rem; font-weight: bold;}
.lity-inner .learnList dd li { font-size: 0.8rem; line-height: 1.2rem; font-weight: bold;}
.lity-inner .learnList i { font-size: 2.2rem;}
.lity-inner .learnList span { font-size: 0.8rem;}
.lity-inner .detail th { font-size: 0.8rem;}
.lity-inner .detail td { font-size: 0.7rem;}

#consultant .consultantName .contents { font-size: 0.8rem; line-height: 0.8rem;}
#consultant .consultantName .affiliation { font-size: 0.6rem; line-height: 0.6rem;}
#consultant .consultantName .post { font-size: 0.7rem; line-height: 0.7rem;}
#consultant .consultantName .name { font-size: 1.2rem; line-height: 1.2rem;}

#guests .guestsName .company,
.lity-content .guestsName .company { font-size: 0.9rem; line-height: 1.2rem;}
#guests .guestsName .company.small { font-size: 0.85rem;}
#guests .guestsName .post,
.lity-content .guestsName .post { font-size: 0.7rem; line-height: 0.7rem;}
#guests .guestsName .name,
.lity-content .guestsName .name { font-size: 1.2rem; line-height: 1.2rem;}
#guests .guestsProfile,
.lity-content .guestsProfile {  font-size: 0.8rem; line-height: 1.2rem;}

.earlyDiscount { font-size: 0.7rem; line-height: 0.7rem;}

#application .applicationList .applicationList__def strong { font-size: 1.2rem; line-height: 1.4rem;}

#faq .faqList .faqList_term { }
#faq .faqList .faqList__def { }

@media screen and (max-width: 768px) {
    #gNavi ul li a{ font-size: 2.8rem; line-height: 3rem; writing-mode: inherit;}
    #intro h3 { font-size: 3.0rem;}
    #intro h3 span { font-size: 3.4rem; font-weight: bold;}
    .guestsList .guestsList_item a .guestsList_txt { font-size: 2.0rem; line-height: 2.2rem;}

    .balloon_item a { font-size: 2.0rem; line-height: 2.4rem;}

    .lity-inner .title { font-size: 2.0rem; line-height: 2.0rem;}
    .lity-inner .subTitle { font-size: 1.8rem; line-height: 1.8rem;}
    /* .lity-inner p, .lity-inner th, .lity-inner td { font-size: 1.4rem; line-height: 1.8rem;} */
    .lity-inner .learnList dt { font-size: 1.6rem; line-height: 1.8rem;}
    .lity-inner .learnList dd li { font-size: 1.4rem; line-height: 1.6rem;}
    .lity-inner .learnList i { font-size: 4rem;}
    .lity-inner .learnList span { font-size: 1.4rem;}
    .lity-inner .detail th { font-size: 1.6rem;}
    .lity-inner .detail td { font-size: 1.4rem;}
    .lity-inner .description p { font-size: 1.2rem; line-height: 2.2rem;}

    #consultant .consultantName .contents { font-size: 2.0rem; line-height: 2.0rem;}
    #consultant .consultantName .affiliation { font-size: 1.4rem; line-height: 2.0rem;}
    #consultant .consultantName .post { font-size: 1.4rem; line-height: 1.4rem;}
    #consultant .consultantName .name { font-size: 2.2rem; line-height: 2.6rem;}

    #guests .guestsName .company,
    .lity-content .guestsName .company { font-size: 1.8rem; line-height: 2.2rem;}
    #guests .guestsName .company.small { font-size: 1.6rem; line-height: 2.2rem;}
    #guests .guestsName .post,
    .lity-content .guestsName .post { font-size: 1.4rem; line-height: 1.4rem;}
    #guests .guestsName .name,
    .lity-content .guestsName .name { font-size: 2.4rem; line-height: 2.8rem;}
    #guests .guestsProfile,
    .lity-content .guestsProfile { font-size: 1.6rem; line-height: 2.6rem;}

    .btn.__conversion, .mktoButton { font-size: 2.4rem;}

    #application .applicationList .applicationList__def strong { font-size: 2.2rem; line-height: 2.4rem;}

    #faq .faqList .faqList_term { font-size: 2.2rem; line-height: 2.4rem;}
    #faq .faqList .faqList__def { }

    .earlyDiscount { font-size: 1.2rem; line-height: 1.2rem;}
}


/* status
----------------------------------------*/
.is-closed {display: none !important;}


/* main
----------------------------------------*/
@media screen and (min-width: 769px){
    main {
        padding-bottom: 100px;
    }     
}
.section {
    
}
.inner { padding: 100px 0; position: relative;}
@media screen and (max-width: 768px){
    .inner { padding: 6rem 0; position: relative;}
}
h2, h3 {
    text-align: center;
}
#theme h2, #theme h3,
#contents h2, #contents h3,
#guests h2, #guests h3,
#download h2, #download h3 {
    color: #00416a;
    text-align: center;
}
.bg-stripe {
    background-image: linear-gradient(
        -45deg,
        #fff 25%,
        #eee 49.7%,
        #eee 50%,
        #fff 50%,
        #fff 75%,
        #eee 99.7%,
        #eee
    );
    background-size: 10px 10px;
    background-attachment: fixed;
}
@media screen and (max-width: 768px){
    .bg-stripe {
        background-size: 5px 5px;
    }
}

.defs {
    display: none;
}

h2 { margin-bottom: 60px;}
h3 { margin-bottom: 40px;}

@media screen and (max-width: 768px) {
    h2 { margin-bottom: 3rem;}
    h3 { margin-bottom: 2rem;}        
}

.lineTitle {
    position: relative;
}
.leftLine, .rightLine {
    width: 80px;
    height: 1px;
    margin: auto;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
}
.lineTitle.__white .leftLine,
.lineTitle.__white .rightLine {
    border-top: 1px solid #fff;
}
.lineTitle.__black .leftLine,
.lineTitle.__black .rightLine {
    border-top: 1px solid #444;
}
.lineTitle.__navy .leftLine,
.lineTitle.__navy .rightLine {
    border-top: 1px solid #00416a;
}
.lineTitle.__orange .leftLine,
.lineTitle.__orange .rightLine {
    border-top: 1px solid #F4C01C;
}
.leftLine { left: 0;}
.rightLine { right: 0;}

@media screen and (max-width: 768px) {
    .leftLine, .rightLine {
        width: 5rem;
    }
    #intro .leftLine, #intro .rightLine {
        width: 1.5rem;
    }
}

.section h2 img { margin: 0 auto}

.txtBox strong,
.__underline {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.txtBox strong:after,
.__underline:after {
    width: 100%;
    height: 10px;
    margin: auto;
    background: #F4C01C;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    content: '';
    z-index: -1;
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
    .txtBox strong:after, .__underline:after {
        height: 1.5rem;
        bottom: -0.1rem;
    }
}

.btn {
    display: block;
}
.btn.__navy {
    background-color: #00416a;
    color: #fff;
    box-shadow: 0 3px 0 #007a90;
}
.btn.__orange,
.mktoButton {
    background-color: #FED23D;
    color: #000;
    box-shadow: 0 3px 0 #f7ba59;
}
.btn.__conversion,
.mktoButton {
    position: relative;
    border-radius: 4px;
    line-height: 52px;
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
  }
  .btn.__navy:hover {
    top: -4px;
    box-shadow: 0 7px 0 #007a90;
    transition: none;
  }
  .btn.__orange:hover,
  .mktoButton:hover {
    top: -4px;
    box-shadow: 0 7px 0 #f7ba59;
    transition: none;
  }
  .btn.__conversion:active,
  .mktoButton:active {
    top: 3px;
    box-shadow: none;
  }
  .btn.__conversion:focus,
  .mktoButton:focus {
      outline: none;
  }
  .btn.__gray,
  .mktoButton {
      background-color: #676767;
      color: #fff;
      box-shadow: 0 3px 0 #bcb6b6;
  }




#intro {
    color: #ffffff;
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
    url(./../../../../img/consulting/seminar/fccf/bg_intro01.jpg);
    background-size: cover;
}
#intro h3,
#intro span,
#intro p {
    color: #ffffff;
}
#intro h3 span {
    position: relative;
    display: inline-block;
    text-align: center;
}
#intro h3 span:after {
    width: 100%;
    height: 15px;
    margin: auto;
    background: #F4C01C;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    display: inline-block;
    content:'';
    z-index: -1;
    opacity: 0.8;
}
.menuList{
	overflow:hidden;
	padding:50px 0;
	text-align:center;
	font-size:0;
}
.menuList li{
	display:inline-block;
	vertical-align:top;
	margin:0 4px;
}

@media screen and (max-width: 768px){
    #intro {
        background: linear-gradient( 135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
        url(/assets/fccf/images/bg_intro01.jpg) no-repeat right bottom cover;
        }
    .menuList{
        padding: 2rem 0;
    }
    .menuList li{
        width: 45%;
        margin:0 4px;
    }
}

.videoWrapper {
    
}
.videoInner {
    position: relative;
    padding-top: 60%;
}
.videoInner  iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 769px) {
    .videoWrapper {
        bottom: 40px;
    }
}    
@media screen and (max-width: 768px) {
    .videoWrapper {
        width: 90%;
        margin: auto;
        bottom: 2rem;
    }
}    



/* theme
----------------------------------------*/
#theme:after {
    width: 100%;
    height: 150px;
    background: url(/assets/fccf/images/bg_theme.gif) top center repeat-x;
    content: "";
    display: block;
    transform: scale(1, -1);
    position: absolute;
    bottom: -10px;
}
#theme {
    position: relative;
    background: url(/assets/fccf/images/bg_theme.gif) top center repeat-x;
}

#theme table tr th:nth-child(1),
#theme table tr td:nth-child(1) {
    width: 200px;
}
#theme table tr th:nth-child(2),
#theme table tr td:nth-child(2) {
    max-width: 350px;
}
#theme table tr th {
    font-weight: bold;
}
#theme table tr th,
#theme table tr td {
    padding: 10px 20px;
    vertical-align: middle;
}
#theme table thead th {
    color: #0d7cc0;
    background: #e1e9f6;
}
#theme table thead th:first-child {
        background: #9db7e0;
}
#theme table tbody th {
    color: #fff;
}
#theme table tbody tr:nth-child(odd) th {
    background: #aec5e6;
}
#theme table tbody tr:nth-child(even) th {
    background: #9db7e0;
}
#theme table tbody tr:nth-child(even) td {
    background: #e1e9f6;
}

@media screen and (max-width: 768px){
    #theme {
        padding-bottom: 12rem;
    }
    #theme .tableWrap {
        margin-bottom: 4rem;
        overflow-x: scroll;
    }
    #theme table {
        min-width: 150vw;
    }
    #theme table thead tr th {
        padding: 0;
    }
    #theme table thead tr th:nth-child(n+3) {
        width: 19rem;
    }
    #theme table tr th:nth-child(1),
    #theme table tr td:nth-child(1) {
        width: 27rem;
    }
    #theme table tr th:nth-child(2),
    #theme table tr td:nth-child(2) {
        width: 40.5rem;
    }
    #theme table tr th {
        font-weight: bold;
    }
    #theme table tr th,
    #theme table tr td {
        padding: 1rem;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
    }

}

/* consultant
----------------------------------------*/
#consultant {
    color: #fff;
    background: #000;
    position: relative;
}

#consultant h2 {

}
#consultant .guestsList {
    margin-bottom: 60px;
}
#consultant .guestsList .guestsList_item a {
    pointer-events: none;
}
#consultant .fadeImg {
    margin: 0 auto;
    position: absolute;
      top: 0;
      left: 0;
      right: 0;
    z-index: 0;
}
#consultant .consultantName {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
#consultant .consultantName .contents {
    min-height: 0.7rem;
    margin-bottom: 10px;
    color: #fff;
    margin-bottom: 5px;
}
#consultant .consultantName .affiliation {
    min-height: 0.7rem;
    color: #fff;
    margin-bottom: 5px;
}
#consultant .consultantName .post {
    color: #fff;
    margin-bottom: 5px;
}
#consultant .consultantName .name {
    color: #fff;
    margin-bottom: 5px;
}
#consultant .guestsList .guestsList_item .guestList_img {
    margin-bottom: 20px;
    border-radius: 50%;
}


/* guests
----------------------------------------*/
#guests {
}
#guests .inner {
    text-align: center;
    position: relative;
    z-index: 10;
}
#guests h2,
#guests h3,
#guests .capture,
#guests h2 {
    width: 100%;
    margin: 30px auto 80px;
}
#guests h3 {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.guestsList_item .guestsImg {
    margin-bottom: 20px;
}
.guestsList_item .logo {
    margin-bottom:10px;
}
.guestsName {
    margin-bottom: 20px;
}
.guestsName .company {
    margin-bottom: 5px;
}
.guestsName .post {
    margin-bottom: 5px;
}
.guestsName .name {

}
.guestsProfile {
    text-align: left;
}

.guests01 {
}

.guests01,
.guests02,
.guests03 {
    padding: 0;
    background-size: cover;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.guests01:before,
.guests02:before,
.guests03:before{
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 0;
}
.guestsList .guestsList_item a {
}
.guestsList .guestsList_item a:hover .guestsList_txt {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.guestsLity .title {
    margin-bottom: 40px;
}

@media screen and (min-width: 769px){
    #guests .inner {
        padding: 40px 0;
    }
}
@media screen and (max-width: 768px){
    #guests {
        position: relative;
    }
    #guests .inner {

    }
    #guests h2 {
        margin: 0 auto 4rem;
    }
    #guests .imgArea {
        margin-bottom: 2rem;
    }
    #guests h3 {
        margin-bottom: 2rem;
    }

    .guestsLity .title {
        margin-bottom: 4rem;
    }
    .guests03 .guestsList  {
        margin-bottom: 1rem;
    }
    .guestsList .guestsList_item a {
        padding: 3rem 0 10rem;
    }
    #guests .fadeImg {
        width: 100%;
    } 
    .guestsList .guestsList_item a {
        background-size: 40%;
        background-position: 50% 75%;
    }
}




/* accordion */
.accBody:after {
    position: relative;
}
.accBody li {
    height: 0;
    padding: 0 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
input:checked + label + .accBody:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

input:checked ~ .accBody li {
    height: inherit;
    padding: 10px;
    opacity: 1;
}
input:checked ~ .accBody:before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
@media screen and (max-width: 768px){    
    .accBody {
        margin: 0;
        padding: 0;
        background :#f4f4f4;
        list-style: none;
    }
    
    .accBody:after {
        position: relative;
    }
    .accBody li {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    input:checked + label + .accBody {
        position: relative;
    }
    input:checked + label + .accBody:after {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    input:checked ~ .accBody li {
        opacity: 1;
        box-sizing: border-box;
    }
    input:checked ~ .accBody:before {
        content: '';
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
    }
}



.lity-inner {
    padding: 50px;
    background: #fff;
    border-radius: 20px;
}

.guestsList .guestsList_item .guestList_img,
.guestsList .guestsList_item a:hover .guestList_img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


@media screen and (min-width: 769px){
    #guests h2 {
        width: 100%;
        margin: 30px auto 80px;
    }
    .guestsList {

    }
    .guestsList .guestsList_item {

    }
    .guestsList .guestsList_item a:hover,
    .guestsList .guestsList_item button:hover {
        color: #333;
        opacity: 0.7;
        transition: all 0.4s;
    }
    .guestsList .guestsList_item a:hover .guestList_img img {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }
    #guests .guestList_img {
        margin-bottom: 10px;
    }
    .lity-inner {
        width: 740px;
    }
    .lity-inner .txtArea {
        position: relative;
    }
    .lity-inner h4 {
        margin-bottom: 40px;
    }
    #guests .fadeImg {
        width: 600px;
    }
    .lity-inner .guestsImg,
    .lity-inner .logo2 {
        width: 275px;
        margin: 0 auto 20px;
    }
    .lity-inner .logo {
        width: 211px;
        margin: 0 auto 20px;
    }
    .lity-inner img {
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .guestsList .guestsList_item .guestList_img,
    .guestsList .guestsList_item a:hover .guestList_img {
        margin-bottom: 1rem;
    }
    .guestsList .guestsList_item .logo {
        margin-bottom: 1rem;
    }
    .lity-inner {
        width: 96%;
        margin: auto;
        padding: 2rem;
        overflow: scroll;
    }
    .lity-inner .title {
        padding-bottom: 0.5rem;
        margin-bottom: 2rem;
        display: inline-block;
    }
    .lity-inner .discription {
        margin-bottom: 2rem;
    }
    .lity-inner h4 {
        text-align: center;
        margin-bottom: 1rem;
    }
    .lity-inner .learnList i {
        width: 8rem;
        min-height: 8rem;
        margin : 0 auto 1rem;
    }
    .lity-inner .leftArea,
    .lity-inner .purpose {
        margin-bottom: 2rem;
    }    
    .lity-inner .leftArea p {
        text-align: left;
    }
    .lity-inner .logo {
        width: 100%;
    }
    .lity-inner .guestsImg {
        width: 60%;
        margin: 0 auto 1rem;
    }
    .lity-inner .column2 .guestsImg {
        width: 100%;
    }
    .lity-inner .guestsImg img,
    .lity-inner .logo2 img {
        width: 100%;
    }
}

/* voice
----------------------------------------*/

#contents {
}
#contents .pointList {

}
#contents .pointList li:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#contents .img {
    width: 275px;
    margin: 0 auto 20px;
}
#contents .txt {
    text-align: center;
    color: #00005f;
    font-weight: bold;
}
@media screen and (max-width: 768px){
    #contents {
        margin-bottom: 0;
    }
    #contents .pointList {
        border: none;
    }
    #contents .pointList li {
        margin-bottom: 4rem;
        border: none;
    }
    #contents .img {
        width: 60%;
        margin: 0 auto 1rem;
    }
    #contents .pointList li:nth-child(2) {
        border: none;
    }
}
    
/* voice
----------------------------------------*/
#voice {
    padding: 0 0 60px;
    background: url(/assets/online/images/bg_voice.jpg) no-repeat top center;
    background-size: cover;
}
#voice h2 span {
    padding: 5px 200px;
    background:#00416a;
    color: #fff;
    display: inline-block;
}
#voice .voiceList:first-child li {
    border-top: 1px solid #c8c8c8;
}
#voice .voiceList li {
    padding: 40px 0;
    border-bottom: 1px dotted #c8c8c8;
}
#voice .voiceList li:after {
    content: "";
    display: block;
    clear: both;
}
#voice .imgArea {
    width: 116px;
    float: left;
}
#voice .imgArea .img {
    margin-bottom: 10px;
}
#voice .imgArea .name {
    text-align: center;
}
#voice .txtArea {
    width: 350px;
    font-weight: bold;
    float: right;
}

@media screen and (max-width: 768px){
    #voice {
        padding: 0 0 60px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
        background: none;
        background-image: linear-gradient(
            -45deg,
            #fff 25%,
            #eee 49.7%,
            #eee 50%,
            #fff 50%,
            #fff 75%,
            #eee 99.7%,
            #eee
        );
        background-size: 5px 5px;
        background-attachment: fixed;
        }
    #voice h2 span {
        padding: 1rem 2rem;
        background:#00416a;
        color: #fff;
        display: inline-block;
    }
    #voice .voiceList li:first-child {
        border-top: none;
        border-bottom: none;
    }
    #voice .voiceList li {
        padding: 40px 0;
        border-bottom: 1px solid #c8c8c8;
    }
    #voice .voiceList li:after {
        content: "";
        display: block;
        clear: both;
    }
    #voice .imgArea {
        width: 40%;
        float: left;
    }
    #voice .imgArea .img {
        width: 70%;
        margin: 0 auto 1rem;
    }
    #voice .txtArea {
        width: 60%;
    }
}



/* application お申込み概要
----------------------------------------*/
#application {
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
    url(/assets/gsp/images/bg_application.jpg);
    background-size: cover;
    color: #ffffff;
}
#application h2 {
    color: #ffffff;

}
#application .applicationList {
    
}
#application .applicationList .applicationList_term {
    font-weight: bold;
    color: #000000;
    background: #ffffff;
}
#application .applicationList .applicationList__def {
    color: #ffffff;
}
#application .applicationList .applicationList__def strong {
    
}


@media screen and (min-width:769px) {
    #application .applicationList {
        width: 100%;
        margin-bottom: 10px;
        display: table;
    }
    #application .applicationList .applicationList_term {
        width: 30%;
        padding: 1rem;
        display: table-cell;
    }
    #application .applicationList .applicationList__def {
        width: 70%;
        padding: 1rem;
        display: table-cell;
    }
    #application .applicationList .applicationList__def strong {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px) {
    #application {
        background-position: center;
    }
    #application .applicationList {
        margin-bottom: 2rem;
    }
    #application .applicationList .applicationList_term {
        padding: 1rem 0;
        color: #ffffff;
        border-bottom: 1px solid #fff;
        background: inherit;
    }
    #application .applicationList .applicationList__def {
        padding: 1rem 0;

    }
    #application .applicationList .applicationList__def strong {

    }
}


/* #faq よくあるご質問
----------------------------------------*/
#faq {
}
#faq .inner {

}
#faq .faqList {
    margin-bottom: 4rem;
}
#faq .faqList .faqList_item {
    border-bottom: 1px solid #ccc;
}
#faq input[type='checkbox'] {
    display: none;
}
.faqList_term {
    padding: 0.5rem 3rem;
    display: block;
    position: relative;
}
.faqList_term:before {
    width: 1.6rem;
    height: 1.6rem;
    margin: auto;
    font-size: 1.6rem;
    color: #00416a;
    content: "Q";
    display: block;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
}
.faqList_term:after {
    width: 1.4rem;
    height: 1.4rem;
    margin: auto;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 1.4rem;
    box-sizing: border-box;
    content: "\f067";
    display: block;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
}
#faq input:checked ~ .faqList_term:after {
    content: "\f068";
}
.faqList__def {
    position: relative;
}
#faq input:checked ~ .faqList__def:before {
    width: 1.6rem;
    height: 1.6rem;
    margin: auto;
    font-size: 1.6rem;
    color: #00416a;
    content: "A";
    display: block;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    right: inherit;
}
#faq .accBody {
    padding: 0 0 0 2rem;
}
#faq input:checked ~ .accBody {
    padding: 0 0 0 2rem;
    background: #efeeef;
}
#faq .accBody li {
    padding: 0 1rem 0;
}
#faq input:checked ~ .accBody li {
    line-height: 1.4rem;
    padding: 0.5rem 1rem;
}

@media screen and (max-width:768px) {
    #faq .faqList {
        margin-bottom: 4rem;
    }
    .faqList_term {
        padding: 1rem 4rem 1rem 5rem;
    }
    .faqList_term:before {
        width: 3rem;
        height: 3rem;
        font-size: 3rem;
        left: 1rem;
    }
    .faqList_term:after {
        width: 3rem;
        height: 3rem;
        font-size: 3rem;
        right: 1rem;
    }
    #faq input:checked ~ .faqList__def:before {
        width: 3rem;
        height: 3rem;
        font-size: 3rem;
        left: 1rem;
    }
    #faq input:checked ~ .accBody {
        padding: 1rem 1rem 1rem 4rem;
    }
    #faq .accBody li {
        line-height: 0;
        padding: 0 1rem 0;
    }
    #faq input:checked ~ .accBody li {
        line-height: 2rem;
        padding: 0 1rem 1rem;
    }
}

.img_download {
    width: 230px;
    margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
    .img_download {
        width: 40%;
        margin: 0 auto 2rem;
    }
}


/* curriculum
----------------------------------------*/
#curriculum table{
    width: 100%;
    border-collapse: collapse;
  }
  
  #curriculum table tr{
    background-color: #4b77b7;
  }
  
  #curriculum table tr:last-child *{
    border-bottom: none;
  }
  
  #curriculum table th, #curriculum table td{
    text-align: center;
    border: solid 2px #fff;
    color: white;
    padding: 10px 5px;
  }
  #curriculum table tbody th {
      min-width: 60px;
  }


/* contact
----------------------------------------*/
.section.bg_gray {
    background: #eee;
}

#entry {

}

#contact .formList_item dt {
    font-weight   : 700;
    vertical-align: middle
}

#contact h2 {
    margin: 0 auto 40px
}


.fixBtn {
    width: 100%;
    padding-top: 5px;
    background: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
}
.fixBtnInner {
    position: relative;
}
.shiny-btn:hover:after {
    display: none;
}
.fixBtnInner .shiny-btn:hover {
    overflow: inherit;
}
.fixBtn .btn {
    padding: 1rem 0 0.5rem;
    line-height: inherit;
    text-align: center;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}
.fixBtn ul {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.fixBtn .wpDL {
    border-radius: 0;
}
.fixBtn .entry {
    border-radius: 0;
}
.earlyDiscount {
    display: block;
    margin: auto;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
    .fixBtn .btn {
        padding: 2.4rem 0 0.5rem;
    }
    .earlyDiscount {
        top: 0.5rem;
    }
}

.mktoForm {
    
}
body #mktoForm_1290 {
    width: 100% !important;
    padding: 0;
    font-size: inherit !important;
}
body .mktoFormCol,
body .mktoForm .mktoFieldWrap {
    width: 100% !important;
}
body .mktoForm .mktoLabel {
    text-align: center;
}
body .mktoAsterix {
    font-size: 0;
    position: relative;
}
body .mktoAsterix:after {
    width: 2rem;
    height: 1.2rem;
    margin: auto;
    background: #ff0000;
    color: #ffffff;
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '必須';
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
}

body .mktoField[type="radio"] {
    display: none; }
      
    body .mktoField[type="radio"] + label {
      margin: 0 5px 5px 0;
      padding: 0.7rem 1rem 0.7rem 2rem;
      border-radius: 50px;
      color: #000;
      background: #fff;
      position: relative;
    }
    body .mktoField[type="radio"] + label::before {
      margin: auto 0 !important;
      font-family: "Font Awesome 5 Free" !important;
      content: '\f111' !important;
      font-weight: 400;
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      left: 0.5rem;
      top: 0;
      bottom: 0;
    }
    body .mktoField[type="radio"]:checked + label {
        color: #fff;
        background: #00416a;
    }  
    body .mktoField[type="radio"]:checked + label::before {
      content: '\f192' !important;
      font-weight: 400;
      color: #ffffff !important;
    }

  body .mktoField[type="checkbox"] {
    display: none; }
    body .mktoField[type="checkbox"] + label {
      margin: 0 5px 5px 0;
      padding: 0.7rem 1rem 0.7rem 2rem;
      border-radius: 50px;
      color: #000;
      background: #fff;
      display: inline-block;
      position: relative;
    }
    body .mktoField[type="checkbox"]:checked + label {
      color: #fff;
      background: #00416a;
      box-sizing: border-box;
    }
    body .mktoField[type="checkbox"] + label::before {
      margin: auto 0 !important;
      padding-right: 10px;
      font-family: "Font Awesome 5 Free" !important;
      content: '\f0c8' !important;
      font-weight: 400;
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      left: 0.5rem;
      top: 0;
      bottom: 0;
    }
    body .mktoField[type="checkbox"]:checked + label::before {
        content: '\f14a' !important;
        font-weight: 900;
        color: #fff !important;
    }
    .mktoForm input.mktoField.mktoInvalid, .mktoForm select.mktoField.mktoInvalid, .mktoForm textarea.mktoField.mktoInvalid, .mktoForm div.mktoLogicalField.mktoInvalid {
        border: none !important;
    }
    body .mktoForm .mktoError .mktoErrorMsg {
     background: #ff0000;
     text-shadow: none;
     box-shadow: none;
     border: none;
  }
  body .mktoForm .mktoError .mktoErrorArrow {
      border: none;
      background: #ff0000;
  }
  body .mktoField[type="radio"] + label {
    display: inline-block !important;
  }
  

  body .mktoField[type="text"],
  body .mktoField[type="email"],
  body .mktoField[type="tel"],
  body .mktoField[type="email"],
  body select.mktoField,
  body textarea.mktoField {
    padding: 10px;
    background: #ffffff;
    border: none;
  }
  body .mktoField[type="text"]::placeholder,
  body .mktoField[type="email"]::placeholder,
  body .mktoField[type="tel"]::placeholder,
  body .mktoField[type="email"]::placeholder,
  body select.mktoField::placeholder,
  body textarea.mktoField::placeholder {
      color: #ccc;
  }
  body .mktoHtmlText,
  body .mktoButtonRow {

  }
  body .mktoButtonWrap {

  }
  .policy-link {
      text-align: center !important;
  }
  .policy-link img {
      width: 150px;
      margin: 0 auto;
  }

@media screen and (min-width:769px) {
    body #mktoForm_1290 {
        font-size: inherit !important;
    }
    body .mktoFormCol,
    body .mktoForm .mktoFieldWrap {
        margin-bottom: 10px !important;
    }
    #contact h3 {
        margin-bottom: 0;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .mktoOffset {
        display: none;
    }
    #contact_free {
        min-height: 130px !important;
        resize: vertical !important;
    }
    body .mktoField[type="radio"] + label::before,
    body .mktoField[type="checkbox"] + label::before {
        width: 0.5rem !important;
        height: 0.5rem !important;
        padding: 0 0 10px 0 !important;
        font-size: 1rem !important;
        line-height: 1rem !important;
        left: 0.7rem;
    }
    body .mktoRadioList,
    .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
        width: 77% !important;
        padding: 0 !important;
        float: right !important;
    }    
    body .mktoForm .mktoLabel {
        width: 20% !important;
        line-height: 50px;
        padding: 0;
        font-weight: bold;
    }

    body .mktoField[type="text"],
    body .mktoField[type="email"],
    body .mktoField[type="tel"],
    body .mktoField[type="email"],
    body select.mktoField,
    body textarea.mktoField {
        width: 77% !important;
        padding: 13px 10px !important;
        float: right !important;
    }
    body .mktoHtmlText,
    body .mktoButtonRow {
        width: 100% !important;
    }
    body .mktoButtonWrap {
        margin: auto !important;
    }
    body .mktoAsterix {
        height: 50px;
    }
    body .mktoAsterix:after {

    }
  
}

@media screen and (max-width:768px) {
    #contact h3 {
        margin-bottom: 0;
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    body .mktoForm .mktoRadioList > label,
    body .mktoForm .mktoCheckboxList > label,
    body .mktoField[type="radio"] + label {
        margin: 0 1rem 1rem 0 !important;
        padding: 2rem 2rem 2rem 3.5rem;
      }
    body .mktoField[type="radio"] + label::before,
    body .mktoField[type="checkbox"] + label::before {
        width: 2rem !important;
        height: 1rem !important;
        padding: 0 0 1rem 0 !important;
        font-size: 2rem !important;
        line-height: 2rem !important;
        left: 1rem;
    }
    body .mktoForm .mktoLabel {
      margin: 0 !important;
      padding: 1rem;
    }
    .mktoHtmlText {
        width: 100% !important;
    }
    .mktoForm .mktoGutter {
        display: none;
    }
    body textarea.mktoField {
        min-height: 7rem;
    }
    body .mktoField.mktoTextField,
    body .mktoField.__textarea {
        padding: 2rem
    }
    #contact_free {
        
    }

    body .mktoAsterix:after {
        width: 4rem;
        height: 2.2rem;
        right: 5px;
        bottom: 0;
    }
    body .mktoField[type="text"],
    body .mktoField[type="email"],
    body .mktoField[type="tel"],
    body .mktoField[type="email"],
    body textarea.mktoField {
      width: 100% !important;
      padding: 3rem 1rem !important;
    }
    body select.mktoField {
        width: 100% !important;
        padding: 1.5rem 1rem !important;
      }

    body .mktoForm textarea.mktoField,
    body textarea.mktoField {
        width: 100%;
    }
    body .mktoField[type="radio"] + label::before {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 100%;
    }
    body .mktoForm .mktoFieldWrap {
        float: inherit;
        margin-bottom: 1.5rem;
    }
    body .mktoForm .mktoRequiredField label.mktoLabel,
    body .mktoForm .mktoLabel {
        width: 100% !important;
        text-align: left;
        font-weight: bold;
        background: inherit;
        display: block;
        float: inherit;
    }
    body .mktoForm .mktoRadioList, body .mktoForm .mktoCheckboxList {
        width: 100% !important;
        padding: 0;
        float: inherit;
        clear: both;
    }
    .mktoFormRow:nth-child(9) .mktoFormCol {
        width: 50%;
        float: left;
    }
    body .mktoAsterix {
        width: 100%;
        height: 0;
    }
    body .mktoAsterix:after {
        font-size: 1.4rem;
    }
    #LblCity,
    #LblCity .mktoAsterix,
    #LblLastName,
    #LblLastName .mktoAsterix {
        display: none;
    }
    .mktoForm .mktoOffset {
        display: none;
    }
    .mktoButtonWrap {
        margin: 0 auto !important;
    }
}
      

@media screen and (min-width:769px) {
    #contact h2 {
        width: 532px
    }

    #contact .formList_item {
        width        : 100%;
        display      : table;
        margin-bottom: 20px
    }

    #contact .formList_item dd,
    #contact .formList_item dt {
        display: table-cell
    }

    #contact .formList_item dt {
        width        : 200px;
        padding-right: 40px;
        text-align   : right
    }
}

@media screen and (max-width:768px) {
    #contact h2 {
        width: 40%
    }

    #contact .formList {
        margin: 0 auto 5%
    }

    #contact .formList_item {
        margin-bottom: 2rem
    }

    #contact .formList_item dt {
        margin-bottom: 1rem
    }
    .mktoButtonRow {
        display: block !important;
    }
    body #contact button {
        margin : 0 auto;
    }
}
@media screen and (max-width:480px) {
    body .mktoField.mktoTextField,
    body .mktoField.__textarea {
        width: 100%;
    }
    body #contact_free {
        min-height: 30rem;
    }
}

#mktoForm_1314 {
    width: 100% !important;
}
#sendMail h3 {
    text-align: center;
}
#sendMail .mktoForm input[type=text],
#sendMail .mktoForm input[type=url],
#sendMail .mktoForm input[type=email],
#sendMail .mktoForm input[type=tel],
#sendMail .mktoForm input[type=number],
#sendMail .mktoForm input[type=date],
#sendMail .mktoForm textarea.mktoField,
#sendMail .mktoForm select.mktoField {
    border: 2px solid #666;
}
#sendMail #remarks {
    min-height: 20rem;
}
#sendMail .mktoButtonRow .mktoNative {
    margin: 0 !important;
}

#footer {
    margin-bottom: 0;
}



/* lity モーダルウィンドウ
----------------------------------------*/
.lity-inner {
    text-align: center;
}
.lity-inner .title {
    text-align: center;
    display: inline-block;
}
.lity-inner .leftArea {

}
.lity-inner .description {
  margin-bottom: 20px;
  text-align: left;
}
.lity-inner h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
.lity-inner h5 {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}
.lity-inner .learnList {
    width: 100%;
    margin-bottom: 40px;
}
.lity-inner .learnList dt {
    text-align: center;
    margin-bottom: 10px;
    color: #00416a;
}
.lity-inner .learnList dd li {
    padding: 10px 0;
    color: #00416a;
}
.lity-inner .learnList i {
    width: 4.5rem;
    min-height: 4.5rem;
    margin : 0 auto 20px;
    background: #00416a;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lity-inner .learnList span {
    display: block;
}

.lity-inner .rightArea {

}
.lity-inner .detail {
    width: 100%;
    border-top: 1px solid #999;
}
.lity-inner .detail tr {
    border-bottom: 1px solid #999;
}
.lity-inner .detail th,
.lity-inner .detail td {
    padding: 10px 20px;
    vertical-align: middle;
}
.lity-inner .detail th {
    font-weight: bold;
    background: #f0f0f0;
}
.lity-inner .detail td {
    
}
    
@media screen and (min-width:769px) {
    body .lity-close,
    body .lity-close:hover, body .lity-close:focus, body .lity-close:active, body .lity-close:visited {
        width: 4rem;
        height: 4rem;
        font-size: 4rem;
        position: absolute;
            top: -60px;
            right: -60px;
    }    
}
@media screen and (max-width: 768px) {
    body .lity-close,
    body .lity-close:hover, body .lity-close:focus, body .lity-close:active, body .lity-close:visited {
        width: 5rem;
        height: 5rem;
        font-size: 8rem;
    }
    .lity-inner .description {
        margin-bottom: 4rem;
    }
    .lity-inner .detail {
        margin-bottom: 4rem;
    }
    .lity-inner .learnList {
        margin: 0 auto 4rem;
    }
    .lity-inner .learnList dd li {
        margin-bottom: 0;
    }
    .lity-inner .learnList i {
        width: 100%;
        height: 10rem;
    }
    
}
