/*------------------------------*/
/* mainArea */
/*------------------------------*/
.mainArea {
    position: relative;
    min-height: 650px;
    margin: 0 -15px 20px;
    padding: 0 15px;
    background: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/ind_main png") no-repeat center top, url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/ind_main_bg png") no-repeat center top;
    background-color: #f2f3e5;
    background-size: 1366px auto, auto auto;
}
/*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: 75px;
    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 bottom;
    background-size: 103px auto;
    height: auto;
}
@media only screen and (max-width: 960px) {
    /*h1*/
    .mainArea h1 {
        background-image: none;
    }
}

.mainArea h1 span {
    display: block;
}
.mainArea h1 span img {
    width: 100%;
    height: auto;
    display: block;
}
.mainArea h1 span:nth-child(1) {/*title 01*/
    margin-bottom: 23px;
    max-width: 338px;
    max-height: 38px;
}
.mainArea h1 span:nth-child(2) {/*title 02*/
    max-width: 676px;
    max-height: 164px;
}
/*mainSubttl*/
.mainSubttl {
    font-size: 25px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center;
    margin-top: 43px;
    line-height: 1.2;
}
/*mainBtn*/
.mainBtn {
    display: table;
    justify-content: space-between;
    width: 100%;
    max-width: 844px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-spacing: 10px;
}
.mainBtn li {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1.2;
    color: #008e3d;
    height: 80px;
    border-radius: 10px;
    width: 30%;
    display: table-cell;
    text-align: center;
    vertical-align: middle!important;
    white-space: nowrap;
    font-weight: bold;
}
.mainBtn li small {
    font-size: 70%;
}


/*mainLead*/
.mainLead {
    text-align: center;
}



/*------------------------------*/
/* chap01 program */
/*------------------------------*/
#chap01 {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 65px;
    padding: 50px 60px 50px 60px;
    position: relative;
}
/*picyon*/
#chap01>p:first-child {
    position: absolute;
    left: calc(50% - 80px);
    top: -65px;
}
/*picyon*/
#chap01>p:first-child img {
    width: 160px;
    height: auto;
}
/*h2*/
#chap01 h2 {
    font-size: 34px;
    font-weight: bold;
    color: #008e3d;
    text-align: center;
}
/*h3*/
#chap01 h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
/*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.jugyo {
    background-color: #fdf0d9;
}
#chap01 table td.jugyo .jugyoTtl{
    color: #ef9d00;
    font-weight: bold;
}
#chap01 table td.jugyo .jugyoOption{
    background-color: #ef9d00;
    color: #fff;
    font-size: 14px;
    padding: 2px 5px 2px 5px;
    margin-bottom: 5px;
    display: inline-block;
}
/*link*/
#chap01 .link {
    margin-top: 20px;
}
#chap01 .link a {
    color: #5bb431;
    font-size: 16px;
    font-weight: bold;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/ico_link png");
    background-repeat: no-repeat;
    background-size: 27px auto;
    background-position: right center;
    padding-right: 32px;
    padding-top: 5px;
    padding-bottom: 3px;
    display: inline-block;
}
#chap01 .link a:hover {
    color: #1f7f09;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/ico_link_ovr png");
}

/*------------------------------*/
/* chap02 jugyou */
/*------------------------------*/
#chap02 {
    margin-top: 100px;
    border-bottom: 2px #5bb431 solid;
    padding-bottom: 0;
}
/*jugyoYousu*/
#chap02 .jugyoYousu {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px #5bb431 solid;
    padding: 20px 0px 20px 0px;
}

#chap02 .jugyoYousu>div:nth-child(1) {/*-----01 mark-----*/
    width: 117px;
    height: 117px;
    margin-right: 23px;
}
#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: 420px;
    margin-right: 15px;
    line-height: 1.375;
}
#chap02 .jugyoYousu>div:nth-child(2) h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 7px;
}

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

#chap02 .jugyoYousu.sankaku {/*-----sankaku-----*/
}

#chap02 .jugyoYousu .icoOption {
    background-color: #ef9d00;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    margin-bottom: 5px;
}
#chap02 .jugyoYousu .g-p {
    line-height: 1.375;
}

/*------------------------------*/
/* chap03 message */
/*------------------------------*/
#chap03 {
    margin-top: 100px;
}
#chap03>div {
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 50px 40px 60px;
}
#chap03>div h3 {
    background-color: #ef9d00;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 3px 15px 3px 15px;
    display: inline-block;
    margin-bottom: 30px;
}

#chap03>div>div {/*-----photo name & text-----*/
    display: flex;
    align-items: flex-start;
}
#chap03>div>div>div:nth-child(1) {/*-----photo name-----*/
    width: 147px;
    margin-right: 30px;
}
#chap03>div>div>div:nth-child(2) {/*-----text-----*/
    width: auto;
    max-width: 680px;
}
#chap03>div>div>div:nth-child(2) h4 {
    font-size: 17px;
    color: #008e3d;
    font-weight: bold;
}


/*------------------------------*/
/* chap04 graf */
/*------------------------------*/
#chap04 {
    margin-top: 50px;
    display: flex;
}
/*h3*/
#chap04 h3 {
    display: flex;
    justify-content: center;
}
#chap04 h3 span {
    font-size: 20px;
    color: #008e3d;
    font-weight: bold;
    background-image: url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/ico_fukidashi png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 42px auto;
    display: inline-block;
    padding: 3px 50px 0px 0px;
    margin-bottom: 22px;
}

/*g-p*/
#chap04 .g-p {
    min-height: 5em;
    padding-left: 20px;
    padding-right: 20px;
}
/*graf*/
#chap04 .graf {
    text-align: center;
}

/*graf 01*/
#chap04>div:nth-child(1) {
    width: calc(100% / 3);
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    justify-content: center;
}
/*graf 02-03*/
#chap04>div:nth-child(2) {
    width: calc(100% / 3 * 2);
    border-right: 1px #999 solid;
}
#chap04>div:nth-child(2)>div {
    display: flex;
}
#chap04>div:nth-child(2)>div>div:nth-child(1) {/*graf02*/
    width: 50%;
    box-sizing: border-box;
    background:url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/dot_v svg") right top repeat-y;
    background-size: 1px auto;
}
#chap04>div:nth-child(2)>div>div:nth-child(2) {/*graf03*/
    width: 50%;
    box-sizing: border-box;
}


/*------------------------------*/
/* chap05 link */
/*------------------------------*/
#chap05 {
    margin-top: 100px;
    text-align: center;
}





/*=========================================================================================
	for tablet start
=========================================================================================*/
@media only screen and (max-width: 768px) {
    
    
/*------------------------------*/
/* mainArea */
/*------------------------------*/
.mainArea {
    min-height: 650px;
    background-size: contain;
    background-position: center bottom;
    background-color: #c0f3f8;
}
/*h1*/
.mainArea h1 {
    margin-top: 35px;
    height: auto;
}
/*mainSubttl*/
.mainSubttl {
    font-size: 20px;
    margin-top: 30px;
}
/*mainBtn*/
.mainBtn {
}
.mainBtn li {
    font-size: 18px;
    height: 90px;
}
  
/*------------------------------*/
/* chap01 */
/*------------------------------*/
/*h3*/
#chap01 h3 {
    text-align: left;
}
#chap01 h3 br {
    display: none;
}
   
    
}
/*=========================================================================================
	for tablet end
=========================================================================================*/












/*=========================================================================================
	for smart phone start
=========================================================================================*/
@media only screen and (max-width: 480px) {
    
    
/*------------------------------*/
/* mainArea */
/*------------------------------*/
.mainArea {
    min-height: 440px;
    background-size: contain;
    background-position: center bottom;
}
/*h1*/
.mainArea h1 {
    margin-top: 35px;
}
.mainArea h1 span:nth-child(1) {/*title 01*/
    margin-bottom: 15px;
    width: 64vw;
}
.mainArea h1 span:nth-child(2) {/*title 02*/
    width: 90vw;
}
/*mainSubttl*/
.mainSubttl {
    font-size: 16px;
    margin-top: 30px;
}
/*mainBtn*/
.mainBtn {
}
.mainBtn li {
    font-size: 15px;
    height: 90px;
}
    
/*mainLead*/
.mainLead {
    text-align: left;
}
    
    
/*------------------------------*/
/* chap01 program */
/*------------------------------*/
#chap01 {
    margin-top: 40px;
    padding: 50px 20px 20px 20px;
}
/*picyon*/
#chap01>p:first-child {
    left: calc(50% - 50px);
    top: -45px;
    width: 100px;
}
#chap01>p:first-child img {
    width: 100%;
    height: auto;
}
/*h2*/
#chap01 h2 {
    font-size: 28px;
}
/*h3*/
#chap01 h3 {
    font-size: 16px;
    margin-top: 15px;
}
/*table*/
#chap01 table {
    font-size: 13px;
    margin-top: 20px;
}
#chap01 table td,
#chap01 table th {
    padding: 5px 10px 5px 10px;
}
#chap01 table td.jugyo{
    white-space: nowrap;
}
#chap01 table td.jugyo .jugyoOption{
    font-size: 11px;
}
/*link*/
#chap01 .link {
    margin-top: 20px;
}
#chap01 .link a {
    font-size: 14px;
    background-size: 16px auto;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 3px;
    display: inline;
}

    
/*------------------------------*/
/* chap02 jugyou */
/*------------------------------*/
#chap02 {
    margin-top: 70px;
}
/*jugyoYousu*/
#chap02 .jugyoYousu {
    justify-content:flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
}

#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;
}

#chap02 .jugyoYousu>div:nth-child(3) {/*03 photo*/
    width: 100%;
    margin-top: 15px;
    flex-grow: 1;
}
#chap02 .jugyoYousu>div:nth-child(3) img {
}
    
  
/*------------------------------*/
/* chap03 message */
/*------------------------------*/
#chap03 {
    margin-top: 70px;
}
#chap03>div {
    padding: 0px 15px 10px 15px;
}
#chap03>div h3 {
    font-size: 16px;
    padding: 5px 10px 3px 10px;
    margin-bottom: 20px;
}

#chap03>div>div {/*-----photo name & text-----*/
    flex-direction: column;
}
#chap03>div>div>div:nth-child(1) {/*-----photo name-----*/
    width: 100%;
    margin-right: 0px;
    display: flex;
    align-items: center;
}
#chap03>div>div>div:nth-child(1)>p:first-child {/*-----photo-----*/
    margin-right: 20px;
}
    
    
#chap03>div>div>div:nth-child(2) {/*-----text-----*/
    width: auto;
    margin-top: 15px;
}
#chap03>div>div>div:nth-child(2) h4 {
    font-size: 17px;
    color: #008e3d;
    font-weight: bold;
}


/*------------------------------*/
/* chap04 graf */
/*------------------------------*/
#chap04 {
    margin-top: 50px;
    display:inherit;
}
/*h3*/
#chap04 h3 span {
    font-size: 20px;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 18px;
}

/*g-p*/
#chap04 .g-p {
    min-height: inherit;
    padding-left: 0px;
    padding-right: 0px;
}
/*graf*/
#chap04 .graf {
    text-align: center;
}

/*graf 01*/
#chap04>div:nth-child(1) {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px #999 solid;
}
/*graf 02-03*/
#chap04>div:nth-child(2) {
    width: 100%;
    border-right: 0px;
    margin-top: 50px;
}
#chap04>div:nth-child(2)>div {
    display: inherit;
}
#chap04>div:nth-child(2)>div>div:nth-child(1) {/*graf02*/
    width: 100%;
    background:url("/-/media/Project/Daikin/daikin_co_jp/csr/edu/images/2021/dot_h svg") left bottom repeat-x;
    background-size: auto 1px;
}
#chap04>div:nth-child(2)>div>div:nth-child(2) {/*graf03*/
    width: 100%;
    margin-top: 25px;
}


/*------------------------------*/
/* chap05 link */
/*------------------------------*/
#chap05 {
    margin-top: 50px;
}


    
    
    
}
/*=========================================================================================
	for smart phone end
=========================================================================================*/
