@charset "UTF-8";


/* プログラムページ ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
#program .day1 {
    margin-top: 0.5rem;
    border: 1.5px solid var(--main-color);
}

#program .day2 {
    margin-top: 3rem;
    border: 1.5px solid var(--main-color);
}

#program .sec01 {
    margin-top: 2rem;
}

#program .sec01 h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2%;
    margin-top: 0;
}

#program .sec01 h2 span {
    font-size: 0.9rem;
}

#program .bla_ore {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.3rem;
    color: var(--text-white);
}

#program .bla_ore div:nth-child(1) {
    padding: 1rem 2%;
    background: var(--background-color);
    width: 50%;
}

#program .bla_ore div:nth-child(2) {
    position: relative;
    padding: 1rem 2%;
    background: var(--sab-color);
    width: 50%;
    text-align: center;
}

#program .bla_ore div:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 64px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 51px solid var(--sab-color);
}

#program .bla_ore span {
    padding: 0 0.5rem;
    margin-right: 0.5rem;
    background: var(--text-white);
    color: var(--text-color);
}

.fs1 {
	font-size: 1rem !important;
}

/* 企業名等入力欄 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#program .sec01 p {
    margin: 0;
}

.multiple {
    display: grid;
    width: 100%;
}

.input,
.input1 {
    display: grid;
    grid-template-columns: 73% 100px 116px;
    justify-content: space-between;
    position: relative;
    width: 100%;
	align-items: end;
}

.input div:nth-child(1),
.input1 div:nth-child(1) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.input div:nth-child(1) p,
.input1 div:nth-child(1) p {
    font-size: 1.3rem;
}

.input div:nth-child(1) p:nth-child(1),
.input1 div:nth-child(1) p:nth-child(1) {
    font-weight: bold;
    font-size: 1.5rem;
}

.input div:nth-child(1) p:nth-child(2),
.input1 div:nth-child(1) p:nth-child(2) {
    color: var(--sab-color);
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 0.7rem;
    line-height: 1.9rem;
}

.input div:nth-child(1) p:nth-child(2) span,
.input1 div:nth-child(1) p:nth-child(2) span {
    /* [disabled]margin: 0 40%; */
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.input div:nth-child(1) p:nth-child(3),
.input1 div:nth-child(1) p:nth-child(7) {
    /*position: absolute;*/
    bottom: 1rem;
    right: 280px;
    text-align: right;
	/*    right: 130px;*/
}
.input1 div:nth-child(1) p:nth-child(n+3):nth-child(-n+6) {
    font-size: 1rem;
    text-indent: -1.2rem;
    padding-left: 5%;
}
.input1 div:nth-child(1) p:nth-child(3) .namba {
    text-indent: 1em;
    padding-left: 1rem;
}
.input .rectangular,
.input1 .rectangular {
  background: #C9C9CA;
    border-radius: 15px;
    width: 100px;
    height: 100px;
    margin: 1rem 1rem 1rem auto;
}
.input .kaisharogo,
.input1 .kaisharogo {
    height: 100px;
    align-content: center;
	margin-bottom: 1em;
}
    .input .kaisharogo img, .input1 .kaisharogo img {
    width: 100px;
    }
.session4 {
    display: flex;
    border-bottom: 2px solid var(--main-color);
}

.day2 .input {
    border-bottom: 4px dotted var(--main-color);
    width: 100%;
    height: auto;
}

.day2 .input:last-child, .day2 .input1:last-child {
    border-bottom: 0px;
}

.day2 label {
    text-align: center;
    writing-mode: vertical-rl;
    letter-spacing: 0.5em;
    background: #E7E8F3;
}

.day2 {
    margin-bottom: 2rem;
}

.program_chushaku {
    margin-top: -2rem;
    margin-bottom: 2rem;
    text-align: right;
    font-size: 0.8rem;
}

/* レスポンシブ対応 指定（959px以下） */
@media (max-width:959px) {

    #program .sec01 h2 {
        font-size: 1rem;
    }

    #program .bla_ore {
        flex-direction: column;
    }

    #program .bla_ore div:nth-child(1),
    #program .bla_ore div:nth-child(2) {
        width: 100%;
    }

    #program .bla_ore div:nth-child(2)::before {
        display: none;
    }

    .input div:nth-child(1), .input1 div:nth-child(1) {
        padding-left: 2%;
    }

    .input, .input1 {
        display: block;
    }

    .input div:nth-child(1) p:nth-child(3), .input1 div:nth-child(1) p:nth-child(7) {
        left: 1rem;
        bottom: 0;

    position: absolute;
    text-align: right;
    right: 130px;
	font-size: 17px;
    }

    .session4 .input div:nth-child(1) p:nth-child(3), .session4 .input1 div:nth-child(1) p:nth-child(7) {
        bottom: 1rem;
    }

    .input .rectangular, .input1 .rectangular {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    }

    .input .rectangular img, .input1 .rectangular img {
    width: 60px;
    }

    .input .kaisharogo, .input1 .kaisharogo {
    text-align: right;
    margin: 0px 1rem 0px 0px;
    height: auto;
}

    .input .kaisharogo img, .input1 .kaisharogo img {
    width: 60px;
    }

}
