/*------------------------------*/
/* mainArea */
/*------------------------------*/
.mainArea {
    position: relative;
    height: 275px;
    margin: 0 -15px 0px;
    padding: 0 15px;
    background: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_main_pc png") no-repeat center bottom;
    background-color: #c6f8fd;
    background-size: contain;
}
/*g-breadcrumbs-p*/
.mainArea .g-breadcrumbs-p {
    position: absolute;
    top: 15px;
    left: 0;
    margin: 0;
    padding: 0 15px;
}
.mainArea .g-breadcrumbs-p ol {
    font-size: 10px;
    font-weight: normal;
}
.mainArea .g-breadcrumbs-p a {
    color: #000;
    text-decoration: underline;
}
.mainArea .g-breadcrumbs-p a:hover {
    text-decoration: none;
}

/*h1*/
.mainArea h1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 82px;
    padding: 0 20px;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/h1ttl_picyon png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 92px auto;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 960px) {
    /*h1*/
    .mainArea h1 {
        background-image: none;
    }
}
.mainArea h1>span:nth-child(1) {/*h1 01*/
    display: block;
    width: 215px;
    margin-bottom: 23px;
    max-height: 25px;
}
.mainArea h1>span:nth-child(2) {/*h1 02*/
    display: block;
    width: 400px;
    max-height: 98px;
}
.mainArea h1>span img {
    width: 100%;
    height: auto;
    display: block;
}

/*------------------------------*/
/* mainBtn */
/*------------------------------*/
.mainBtn {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
}
.mainBtn a {
    display: block;
    width: 24.3%;
    font-size: 19px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_link_inpage png") center bottom 10px no-repeat;
    background-color: #5bb431;
    background-size: 27px auto;
}
.mainBtn a:hover {
    background-color: #1f7f09;
    text-decoration: none;
}
.mainBtn a span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 182px;
    padding: 0px 10px 0px 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top 20px;
    background-size: 88px auto;
}

.mainBtn a:nth-child(1) span {/*btn 01*/
    padding-top: 30px;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_ico_book png");
}
.mainBtn a:nth-child(2) span {/*btn 02*/
    padding-top: 30px;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_ico_talk png");
}
.mainBtn a:nth-child(3) span {/*btn 03*/
    padding-top: 30px;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_ico_school png");
}
.mainBtn a:nth-child(4) {/*btn 04*/
    background-color: #0097e0;
}
.mainBtn a:nth-child(4):hover {
    background-color: #0059c5;
}





/*------------------------------*/
/* chap01 program */
/*------------------------------*/
#chap01 {
    margin-top: 120px;
}
/*h2*/
#chap01 h2 {
    font-size: 34px;
    font-weight: bold;
    color: #008e3d;
    text-align: center;
    background: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_ico_book_grn png") center top no-repeat;
    padding-top: 65px;
    background-size: 69px auto;
}
#chap01>div:first-of-type {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 50px 60px 50px 60px;
    position: relative;
}
/*table*/
#chap01 table {
    font-size: 16px;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
#chap01 table td,
#chap01 table th {
    padding: 10px 20px 10px 20px;
}
#chap01 table th {
    text-align: left;
    background-color: #5bb431;
    color: #fff;
    border: 1px #b3b3b3 solid;
    white-space: nowrap;
}
#chap01 table td {
    border: 1px #b3b3b3 solid;
}
#chap01 table td .g-alist {/*dl list*/
    margin-bottom: 0px;
}
#chap01 table td .g-alist dt,
#chap01 table td .g-alist dd{
    font-size: 14px;
    margin: 0;
}
/*phtArea*/
#chap01 .phtArea {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#chap01 .phtArea div {
    width: 32%;
}
#chap01 .phtArea div img {
    width: 100%;
    height: auto;
}





/*------------------------------*/
/* chap02 jugyou */
/*------------------------------*/
#chap02 {
    margin-top: 100px;
    border-bottom: 1px #808080 solid;
    padding-bottom: 0;
}
/*jugyoYousu*/
#chap02 .jugyoYousu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #808080 solid;
    padding: 15px 0px 15px 0px;
}

#chap02 .jugyoYousu>div:nth-child(1) {/*-----01 mark-----*/
    width: 117px;
    height: 117px;
    margin-right: 28px;
}
#chap02 .jugyoYousu>div:nth-child(1) img {
    width: 100%;
    height: auto;
}

#chap02 .jugyoYousu>div:nth-child(2) {/*-----02 text-----*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    margin-right: 20px;
}
#chap02 .jugyoYousu>div:nth-child(2) h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#chap02 .jugyoYousu>div:nth-child(3) {/*-----03 photo-----*/
    width: 292px;
}
#chap02 .jugyoYousu>div:nth-child(3) img {
    width: 100%;
    height: auto;
}


#chap02 .jugyoYousu .icoTime {/*icoTime*/
    background-color: #008e3d;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px 3px 10px;
    vertical-align: 6px;
    display: inline-block;
}
#chap02 .jugyoYousu .icoOption {/*icoOption*/
    background-color: #ef9d00;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px 3px 10px;
    vertical-align: 6px;
    display: inline-block;
}
#chap02 .jugyoYousu .linkBlank {/*linkBlank*/
    color: #5bb431;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/ico_link_blank png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 27px auto;
    padding: 3px 32px 3px 0px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
#chap02 .jugyoYousu .linkInpage {/*linkInpage*/
    color: #5bb431;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/ico_link_inpage png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 27px auto;
    padding: 3px 32px 3px 0px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}


/*------------------------------*/
/* chap03 shikake */
/*------------------------------*/
#chap03 {
    margin-top: 100px;
}

/*layout01*/
#chap03 .layout01 {
    display: flex;
    margin-top: 30px;
}
#chap03 .layout01 div {
    width: calc(100% / 3);
}
#chap03 .layout01 div:nth-child(1) {
    background:url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/dot_v svg") right top repeat-y;
    background-size: 1px auto;
    padding-right: 20px;
}
#chap03 .layout01 div:nth-child(2) {
    background:url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/dot_v svg") right top repeat-y;
    background-size: 1px auto;
    padding-right: 20px;
    padding-left: 20px;
}
#chap03 .layout01 div:nth-child(3) {
    padding-left: 20px;
}
#chap03 .layout01 div strong {/*text bold*/
    font-size: 17px;
}

/*layout02 photo*/
#chap03 .layout02 {
    margin-top: 15px;
}
#chap03 .layout02 img {
    width: 100%;
    height: auto;
}

/*layout03 kyozai*/
#chap03 .layout03 {
    margin-top: 30px;
}
#chap03 .layout03 ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#chap03 .layout03 ul li {
    width: 18%;
    margin: 15px 15px 15px 15px;
}
#chap03 .layout03 ul li img {
    width: 100%;
    height: auto;
    display: block;
}



/*------------------------------*/
/* chap04 moshikomiArea */
/*------------------------------*/
#chap04.moshikomiArea {
    background: none;
    margin-top: 0;
    padding-top: 100px;
    color: #000;
}
/*h3*/
#chap04.moshikomiArea h3 {
    border-bottom: 1px #000 solid;
}
/*a*/
#chap04.moshikomiArea a {
    color: #000;
}


/*------------------------------*/
/* chap05 voice */
/*------------------------------*/
#chap05 {
    padding-top: 120px;
    background-color: #e7f2cc;
    margin: 0px -15px 0px;
}
/*h2*/
#chap05 h2 {
    font-size: 34px;
    font-weight: bold;
    color: #008e3d;
    text-align: center;
    background: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_ico_talk_grn png") center top no-repeat;
    padding-top: 65px;
    background-size: 105px auto;
}
/*h3*/
#chap05 h3 {
    margin-top: 70px;
}
/*orangeTtl*/
#chap05 .orangeTtl {
    margin-top: 30px;
    text-align: center;
}
#chap05 .orangeTtl img {
    width: 45px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: -5px;
}
#chap05 #hatten {/*hatten*/
    position: relative;
    
}
#chap05 #hatten:before {
    content: '発展授業';
    font-size: 14px;
    position: absolute;
    top: -19px;
    left: 0;
}



#chap05 .orangeTtl small {
    font-size: 0.8em;
}
#chap05 .orangeTtl .icoOption {/*icoOption*/
    background-color: #ef9d00;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px 3px 10px;
    vertical-align: 6px;
    margin-left: 7px;
}


/*fukidashi*/
#chap05 .fukidashiArea {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 27px;/*fukidashi_parts*/
}
#chap05 .fukidashiArea div {
    width: 49%;
    border-radius: 10px;
    padding: 40px;
    background-color: #fff;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_ico_fukidashi_parts png");
    background-repeat: no-repeat;
    background-size: 37px auto;
    background-position: left 63px bottom 0px;
    position: relative;
}
#chap05 .fukidashiArea div:after {
    content: "";
    position: absolute;
    left:63px;
    bottom: -27px;
    width: 36px;
    height: 36px;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_ico_fukidashi_parts png");
    background-size: contain;
    background-repeat: no-repeat;
}
#chap05 .fukidashiArea div p strong {
    font-size: 1.06em;
}


/*------------------------------*/
/* chap06 school */
/*------------------------------*/
#chap06 {
    padding-top: 120px;
    margin: 0px -15px 0px;
}
/*h2*/
#chap06 h2 {
    font-size: 34px;
    font-weight: bold;
    color: #008e3d;
    text-align: center;
    background: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_ico_school_grn png") center top no-repeat;
    padding-top: 70px;
    background-size: 73px auto;
}
/*schoolListTtl*/
#chap06 #schoolList {
    width:100%;
    font-size:16px;
    border-collapse:collapse;
}
#chap06 #schoolList th {
    padding:15px;
    color:#fff;
    background-color:#5bb431;
    border:1px #b3b3b3 solid;
    text-align: left;
}
#chap06 #schoolList td {
    padding:15px;
    border:1px #b3b3b3 solid;
    background-color: #fff;
}
#chap06 #schoolList td.gakunen {
    text-align:center;
}
#chap06 #schoolList td.syucho {
    text-align:center;
    padding-top: 0px;
    padding-bottom: 0px;
}
#chap06 #schoolList td.syucho img {
    width: 30px;
    height: auto;
}



/*------------------------------*/
/* Button backToTopPage */
/*------------------------------*/

#backToTopPage {
    padding-left: 75px;
    padding-right: 105px;
}



/*=========================================================================================
	for tablet start
=========================================================================================*/
@media only screen and (max-width: 768px) {
    
/*------------------------------*/
/* mainArea */
/*------------------------------*/
.mainArea {
    height: 225px;
}
/*h1*/
.mainArea h1 {
    margin-top: 32px;
}
 
/*------------------------------*/
/* mainBtn */
/*------------------------------*/
.mainBtn a {
    font-size: 16px;
}
.mainBtn a span {
    height: 160px;
}

    
}
/*=========================================================================================
	for tablet end
=========================================================================================*/












/*=========================================================================================
	for smart phone start
=========================================================================================*/
@media only screen and (max-width: 480px) {
    
    
/*------------------------------*/
/* mainArea */
/*------------------------------*/
.mainArea {
    height: 260px;
    margin: 0 -15px 0px;
    padding: 0 15px;
    background: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/program_main_sp png") no-repeat center bottom;
    background-color: #c6f8fd;
    background-size: cover;
}
/*h1*/
.mainArea h1 {
    margin-top: 36px;
    padding: 0;
    width: 100%;
}
.mainArea h1>span:nth-child(1) {/*h1 01*/
    width: 69vw;
    margin-bottom: 15px;
}
.mainArea h1>span:nth-child(2) {/*h1 02*/
    width: 79vw;
}
.mainArea h1>span img {
    width: 100%;
    height: auto;
    display: block;
}
    
 
/*------------------------------*/
/* mainBtn */
/*------------------------------*/
.mainBtn {
    margin-top: -10px;
    flex-wrap: wrap;
}
.mainBtn a {
    width: 49%;
    font-size: 16px;
    line-height: 1.4;
    background-size: 20px auto;
    margin-bottom: 2%;
}
.mainBtn a span {
    height: 40vw;
    padding: 0px 10px 0px 10px;
    position: relative;
    background-position: center top 5vw;
    background-size: 70px auto;
}



    

/*------------------------------*/
/* chap01 program */
/*------------------------------*/
#chap01 {
    margin-top: 70px;
}
/*h2*/
#chap01 h2 {
    font-size: 28px;
    padding-top: 60px;
    background-size: 58px auto;
}
#chap01>div:first-of-type {
    margin-top: 20px;
    padding: 30px 20px 10px 20px;
}
/*table*/
#chap01 table {
    font-size: 13px;
    margin-top: 20px;
}
#chap01 table td,
#chap01 table th {
    padding: 10px 20px 10px 20px;
}
#chap01 table th {
}
#chap01 table td {
}
#chap01 table td .g-alist {/*dl list*/
    margin-bottom: 0px;
}
#chap01 table td .g-alist dt,
#chap01 table td .g-alist dd{
    font-size: 13px;
    margin: 0;
}
/*phtArea*/
#chap01 .phtArea {
    display: block;
    justify-content: space-between;
    margin-top: 30px;
}
#chap01 .phtArea div {
    width: 100%;
    margin-bottom: 5px;
}
#chap01 .phtArea div img {
}

    
/*------------------------------*/
/* chap02 jugyou */
/*------------------------------*/
#chap02 {
    margin-top: 50px;
}
/*jugyoYousu*/
#chap02 .jugyoYousu {
    justify-content:flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    padding: 29px 0px 12px 0px;
}

#chap02 .jugyoYousu>div:nth-child(1) {/*01 mark*/
    width: 20vw;
    height: 20vw;
    margin-right: 5vw;
}

#chap02 .jugyoYousu>div:nth-child(2) {/*02 text*/
    max-width:inherit;
    width: 65vw;
    margin-right: 0;
}
#chap02 .jugyoYousu>div:nth-child(2) h3 {
    font-size: 18px;
    min-height: 20vw;
    margin-bottom: 11px;
    line-height: 27px;
}
#chap02 .jugyoYousu>div:nth-child(2) .g-p {
    margin-left: -25vw;
    padding-right: -25vw;
}

#chap02 .jugyoYousu>div:nth-child(3) {/*03 photo*/
    width: 100%;
    margin-top: 10px;
    flex-grow: 1;
}
#chap02 .jugyoYousu>div:nth-child(3) img {
    display: block;
}
    
#chap02 .jugyoYousu .icoTime {/*icoTime*/
    display: inline-block;
    margin-top: 5px;
}
    
#chap02 .jugyoYousu .linkBlank {/*linkBlank*/
    background-size: 22px auto;
    padding: 3px 27px 3px 0px;
}
#chap02 .jugyoYousu .linkInpage {/*linkInpage*/
    color: #5bb431;
    background-size: 22px auto;
    padding: 3px 27px 3px 0px;
}
    
    
#chap02 .jugyoYousu .jugyoTxt {/*jugyoTxt*/
    margin-bottom: 5px;
        
}
  
/*------------------------------*/
/* chap03 shikake */
/*------------------------------*/
#chap03 {
    margin-top: 80px;
}

/*layout01 shikake*/
#chap03 .layout01 {
    display: block;
    margin-top: 40px;
}
#chap03 .layout01 div {
    width: 100%;
}
#chap03 .layout01 div:nth-child(1) {
    background:url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/dot_h svg") left bottom repeat-x;
    background-size: auto 1px;
    padding-right: 0px;
    padding-bottom: 30px;
}
#chap03 .layout01 div:nth-child(2) {
    background:url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/dot_h svg") left bottom repeat-x;
    background-size: auto 1px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#chap03 .layout01 div:nth-child(3) {
    padding-left: 0px;
    padding-top: 30px;
}
#chap03 .layout01 div strong {/*text bold*/
    font-size: 17px;
    text-align: center;
    display: block;
}

/*layout02 photo*/
#chap03 .layout02 {
    margin-top: 30px;
}

/*layout03 kyozai*/
#chap03 .layout03 {
    margin-top: 30px;
}
#chap03 .layout03 ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
#chap03 .layout03 ul li {
    width: 47%;
    margin: 0px 0px 15px 0px;
}
#chap03 .layout03 ul li img {
    width: 100%;
    height: auto;
    display: block;
}


/*------------------------------*/
/* chap04 moshikomiArea */
/*------------------------------*/
#chap04.moshikomiArea {
    padding-top: 70px;
}

    
/*------------------------------*/
/* chap05 voice */
/*------------------------------*/
#chap05 {
    padding-top: 90px;
}
/*h2*/
#chap05 h2 {
    font-size: 28px;
    padding-top: 60px;
    background-size: 88px auto;
}
/*h3*/
#chap05 h3 {
}
/*orangeTtl*/
#chap05 .orangeTtl {
    margin-top: 25px;
}
#chap05 .orangeTtl img {
    width: 36px;
}

/*fukidashi*/
#chap05 .fukidashiArea {
    display: block;
}
#chap05 .fukidashiArea div {
    width: 100%;
    padding: 30px;
}
#chap05 .fukidashiArea div:first-child {/*fukidashi first*/
    margin-bottom: 40px;
}
#chap05 .orangeTtl .icoOption {/*icoOption*/
    margin-top: 10px;
}
    
#chap05 #hatten {/*hatten*/
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
#chap05 #hatten:before {
    display: none;
}

#chap05 .orangeTtl .icoOption {/*icoOption*/
    margin-left: 0px;
}

    
    
/*------------------------------*/
/* chap06 school */
/*------------------------------*/
#chap06 {
    padding-top: 90px;
}
/*h2*/
#chap06 h2 {
    font-size: 28px;
    padding-top: 60px;
    background-size: 61px auto;
}
/*schoolListTtl*/
#chap06 #schoolList {
    font-size:12px;
}
#chap06 #schoolList th {
    padding:6px;
}
#chap06 #schoolList td {
    padding:6px;
}
#chap06 #schoolList td.gakunen {
}
#chap06 #schoolList td.syucho {
}
#chap06 #schoolList td.syucho img {
    width: 20px;
}
    
/*------------------------------*/
/* Button backToTopPage */
/*------------------------------*/

#backToTopPage {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
    
    
    
    
}
/*=========================================================================================
	for smart phone end
=========================================================================================*/
