@charset "UTF-8";

button{
    color: #333;
    padding: 5px 7px;
}

#step1-heading1 {
    text-align:center;
}

.p-content{
    max-width: 1000px;
    margin: 0 auto 30px;
    padding: 0 25px;
}

#step1-content {
    padding-top: 3px !important;
}

#step1-content .p-content {
     padding: 0 7%;
}

#step1-content .p-content > ul {
     font-size: large;
     margin-bottom: 20px;
}

#step1-content .p-content > table {
     font-size: 20px;
     font-weight: bold;
     line-height: 25px;
}

#step1-content .p-content table th {
    vertical-align: super;
    padding-right: 10px;
    white-space: nowrap;
}

#step1-content .p-content table td {
    border: unset;
}

@media (max-width: 736px) {
    #step1-content .p-content {
        margin-bottom: 15px;
        line-height: 150%;
    }

    #step1-content .p-content > table {
        font-size: 13px !important;
        line-height: 150%;
    }

    #step1-content .pageHeading__inner {
        margin-bottom: 10px;
    }

    #step1-content .pageHeading__inner > .c-page-point {
        margin-bottom: 15px;
    }

    #step1-content .p-content > ul {
       margin-bottom: 10px;
       font-size: 1.2em;
    }
}

.c-lead{
    font-size: 18px;
}
.c-lead span{
    font-size: 24px;
    color: red;
}
.c-text{
    margin-bottom: 10px;
}

.u-iconRequired{
    display: inline-block;
    margin-left: 8px;
    padding: 5px 8px 3px;
    background: #ff3333;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    min-width: 44px;
}
.u-iconOptional{
    display: inline-block;
    margin-left: 8px;
    padding: 5px 8px 3px;
    background: #777;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.u-nomargin{
    margin: 0 !important;
}

.p-formBtn{
    margin-top: 10px;
}
.btn2--back a {
    color:#000000;
    text-decoration: none;
    caret-color:transparent;
    display: block;
    width: 100%; 
    height: 100%; 
    padding: 10px 40px; 
    display: block; 
    width: 100%; 
    height: 100%; 
    padding: 17px 40px;
}

.btn2--back:has(a) {
    padding: 0;
}
.btn2--back a:hover {
    text-decoration: none;
    border:none;
}
.btn2--back{
    border: 1px solid #d3d3d3;
    background: #fff;
    position: relative; 
    width: 230px;    
}
.btn2--back:hover{
    border: 1px solid #d3d3d3;
    opacity: 0.6;
}
.inputToggle--right{
    margin-left: 10px !important;
}
.inputToggle--left{
    margin-right: 10px !important;
}

.school-item:nth-child(n + 2) {
    margin-top: 70px;
}
.school-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.school-lead{
    font-size: 20px;
    font-weight: bold;
}
.school-close{
    position: relative;
    border: none;
    background-color: #fff;
    cursor: pointer;
}
.school-close::before{
    position: absolute;
    content: "";
    top: 45%;
    left: -15px;
    width: 16px;
    height: 2px;
    background-color: #ff7300;
}
.school-add{
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.school-add-text{
    position: relative;
    border: none;
    background-color: #fff;
    cursor: pointer;
}
.school-add-text::before{
    position: absolute;
    content: "";
    top: 45%;
    left: -15px;
    width: 16px;
    height: 2px;
    background-color: #ff7300;
}
.school-add-text::after{
    position: absolute;
    content: "";
    top: 26%;
    left: -8px;
    width: 2px;
    height: 16px;
    background-color: #ff7300;
}


div.arrow {
    position:relative;
    width: 20px;
    height: 1px;
    top: 4px;
    background-color:#333;
    margin-top:9px;
}
div.arrow:before {
    content:'';
    position:absolute;
    display:inline-block;
    top:-4px;
    left:-4px;
    border:4px solid transparent;
    border-right:5px solid #333;
}
div.arrow:after {
    content:'';
    position:absolute;
    display:inline-block;
    top:-4px;
    right:-4px;
    border:4px solid transparent;
    border-left:5px solid #333;
}

.p-compBtn{
    background: none;
    border: none;
    font-weight: bold;
    padding: 0;
}
.p-compBtn span{
    text-decoration: underline;
}
.p-compBtn span:hover{
    text-decoration: none;
}

/* カラム */
.p-col2{
    display: flex;
}
.p-col2__right p{
    margin: 20px 0 0 10px;
}

.p-col2Harf{
    display: flex;
    flex-wrap: wrap;
}
.p-col2Harf__box{
    width: calc(100% / 3);
    margin-bottom: 10px;
}

.p-col3{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.p-col3__box{
    width: 32%;
    margin-bottom: 10px;
}
.p-col3__box--arrow{
    width: 10%;
}
.p-colSP{
    display: flex;
    flex-wrap: wrap;
}
.p-colSP__box{
    margin: 0 30px 10px 0;
}


/* テキストボックス */
.c-textarea{
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    min-height: 150px;
    padding: 10px 15px;
    resize: none;
}
.c-textareaCount{
    text-align: right;
}

/* チェックボックス */
.c-checkboxinput{
    display: none;
}
input[type="checkbox"] + .c-checkboxIcon{
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
input[type="checkbox"]:checked + .c-checkboxIcon{
    position: relative;
    border-color: #008cff;
    background-color: #008cff;
}
input[type="checkbox"]:checked + .c-checkboxIcon:after {
    font-family: "FontAwesome";
    font-size: 1.2rem;
    color: #fff;
    content: '\f00c';
    position: absolute;
    top: -1px;
    left: 2px;
}

/* ボタン */
.p-buttonCol2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-buttonCol2__item{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border: 1px solid;
    border-radius: 5px;
    width: calc(100% / 2 - 10px);
    padding: 10px;
    color: #333;
    background-color: #fff;
    min-height: 260px;
}

.p-buttonCol2__lead{
    margin-bottom: 5px;
    margin: 0 auto;
}
.p-buttonCol2__item figure{
    margin: 0 auto;
}
.p-buttonCol2__item img{
    width: 60px;
    margin-bottom: 10px !important;
}
.p-buttonCol2__text{
    width: 60%;
    margin: 0 auto;
    font-size: 12px; 
}
.u-heightRow3{
    height: calc(100% / 3);
}

/* ツール選択 */
.p-textAdd__box{
    width: 400px;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 5px 10px;
}
.p-textAdd__btn{
    margin-left: 10px !important;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
    cursor:pointer;
    color:#ffffff;    
    background-color: #ff7300;
}

.p-textAdd__btn:hover:not([disabled]){
    opacity:0.8;
}
.p-textAdd__btn:disabled{
    background-color: #d3d3d3;
}
.p-tool{
    padding-bottom: 20px;
    border-bottom: 1px solid #888;
}


.p-tool ul{
    display: flex;
    flex-wrap: wrap;
}
.p-tool__box{
    border: 1px solid #888;
    border-radius: 5px;
    padding: 10px;
    min-height: 93px;
}
.p-tool__tag{
    border: 1px solid #888;
    border-radius: 5px;
    padding: 4px 10px 4px 1px;
    margin: 0 3px 5px 0;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor:pointer;
}

.p-tool__tag:hover {
    border: 1px solid #111;
}


.p-tool__delete{
    border: none;
    background-color: #fff;
    line-height: 1;
    font-size: 18px;
    margin: 0;
    cursor:pointer;
}

.p-tool__delete:hover{
    font-weight:bold;
}

.p-tool__period{
    padding-left: 5px;
}
/* アコーディオン */
.p-acc__inner{
    display: none;
    padding: 20px 15px;
}
.p-acc__text{
    padding: 15px 15px 15px 0;
    font-weight: 600;
    background: #fff;
    position: relative;
}
.p-acc__text::before{
    content: "＋";
    position: absolute;
    right: 20px;
}
.p-acc__text.active::before{
    content: "－";
}
.p-acc__h4{
    margin: 25px 0 10px;
}
.p-acc__h4:first-child{
    margin-top: 0;
}
.p-acc__inner .userForm__sideBlock{
    flex-wrap: wrap;
}
.p-acc--select{
    border-bottom: 1px solid #888;
}
.p-acc--select .p-acc__text{
    font-size: 16px;
    padding-left: 10px;
}
.p-acc--select .p-acc__inner{
    padding: 0;
}
.p-acc--select button{
    width: 100%;
    margin: 0;
    padding: 10px 30px;
    border: none;
    border-top: 1px solid #888;
    background-color: #fff;
    text-align: left;
}

.p-acc--select button:hover{
    opacity:0.8;
    font-weight:bold;
    background-color: #eee;

}

/* モーダル */
.p-modalOpen a{
    text-decoration: underline;
    color: #333;
}
.p-modalOpen a:hover{
    text-decoration: none;
    color: #333;
    border: none;
}

.p-modal__overray {
    position: fixed;
    width: 100%;
    height: 100%;
    background: grey;
    opacity: 0.6;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}
.p-modal__inner {
    width: 40%;
    min-height: 30%;
    border: 1px solid #000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 40px;
    z-index: 20;
}
.p-modal__lead{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.p-modal__inner span{
    font-size: 16px;
    margin-right: 10px;
}
.p-modal__button{
    margin-top: 40px;
    text-align: center;
}
.p-modal__button button{
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
}
.p-modal__confirm{
    border: none;
    margin-left: 10px;
    background-color: #ff7300;
    font-weight: bold;
    color: #fff;
}

.p-modal__confirm:hover:not([disabled]){
    opacity:0.8;
}

.p-modal__confirm:disabled{
    background-color:#d3d3d3;
}


.p-modal__colse{
    border: 1px solid #d3d3d3;
    background: #fff;
}

.p-modal__colse:hover{
    opacity:0.6;
}

/* 学年早見表 */
.p-yeartable {
    width:100%;
}
.p-yeartable, td {
    border:1px #000000 solid;
}
.dateItem {
    padding:10px;
    width:50%;
    text-align:center;
}
.label {
    padding:10px;
    width:30%;
}
#birthdate {
    margin:10px;
}
.p-modal--yeartable{
    display: none;
}
.p-modal--yeartable .p-modal__inner{
    width: 60%;
}
.ui-dialog .p-modal__inner {
    width: 72%;
    min-height: initial;
    top: initial;
}
.p-modal--yeartable .p-modal__colse{
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    display: block;
    font-size: 30px;
}

.p-modal {
    display:none;
}

.p-modal.js-open{
    display:block;
}


.p-modal .p-modal__colse{
    cursor: pointer;
}

.p-modal__colseWrap .p-modal__colse{
    border-color: transparent;
    position: absolute;
    font-size: 30px;
    right: 30px;
    top: 10px;
}

.portfolio-loader {
    display:none;
}

.pdf_area_disp_none {
    display:none;
}

.pdf_area_disp {
    display:block;
}

.videoDurationBlock {
    display:none;
}

.userForm .userForm__block .userForm__col1{
    padding-right: 20px !important;
}

/* utility */
.u-mgn10{
    margin-bottom: 10px;
}
.u-mgn20{
    margin-bottom: 20px;
}

.tooltip { /* 補足説明するテキストのスタイル */
    position: relative;
    cursor: pointer;
    padding: 0 5px;
    font-size: 16px;
    user-select: none;
}

.tooltip img {
    margin-bottom: 3px !important;
    width: 20px;
}

.description_top { /* ツールチップのスタイル */
    width: 200px; /* 横幅 */
    position: absolute;
    left: 0;
    top: 0; /* Y軸の位置 */
    margin-bottom: 8px; /* テキストとの距離 */
    padding: 8px;
    border-radius: 10px; /* 角の丸み */
    background-color: #666;
    font-size: 12px;
    text-align: center;
    color: #fff;
    visibility: hidden; /* ツールチップを非表示に */
    opacity: 0; /* 不透明度を0％に */
    z-index: 1;
    transition: 0.2s all; /* マウスオーバー時のアニメーション速度 */
    user-select: none;
}

.tooltip_display {
    top: 110%; /* Y軸の位置 */
    visibility: visible; /* ツールチップを表示 */
    opacity: 1; /* 不透明度を100％に */
}

.tooltip--02 .description_top {
    width: 270px; /* 横幅 */
    text-align: left;
    transform: translateX(0);
}

.tooltip_base {
    padding: 8px;
    text-align: right;
    position: absolute;
    right: -2.5%;
    user-select: none;
}



/* SP */
@media screen and (max-width:736px) {
    .u-pcOnly{
        display: none;
    }
    .inputToggle--right,
    .inputToggle--left{
        font-size: 12px;
    }
    .inputToggle--left input[type="radio"] + .radioIcon,
    .inputToggle--right input[type="radio"] + .radioIcon{
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }
    .p-col2Harf{
        display: block;
    }
    .p-col2Harf__box{
        width: 100%;
    }
    .p-col3__box{
        width: 45%;
    }
    .p-col3__box--arrow{
        width: 10%;
    }
    .p-colSP__box{
        width: 23%;
    }
    .p-buttonCol2__text{
        width: 100%;
        min-height: 59px;
        font-size: 10px;
    }
    .p-buttonCol2__item{
        padding: 10px 5px;
    }
    .p-textAdd__box{
        width: 75%;
    }
    .p-modal__inner{
        width: 90%;
        padding: 20px 30px;
    }
    .p-modal--yeartable .p-modal__inner{
        width: 90%;
    }
    .ui-dialog .p-modal__inner {
        width: 90%;
        min-height: initial;
        top: initial;
    }
    .description_top { /* ツールチップのスタイル */
        transform: translateX(-45%);
        font-size: 12px;
    }
    .tooltip_base {
        position: absolute;
        right: 25%;
    }
    .tooltip--02 .description_top {
        transform: translateX(-20%);
    }
    .userForm .userForm__block .userForm__col1 {
        padding-right: 0px !important;
    }
    .userForm .userForm__block .userForm__col2 .column2 .column2__right p{
        padding-top: 0 !important;
    }
    
}
@media screen and (max-width:432px) { 
    .p-buttonCol2__lead{
        min-height: 78px;
    }
}

@media screen and (min-width:737px) { 
    .u-spOnly{
        display: none;
    }
}
@media (max-width: 607px) {
    .selectBox {
        max-width: 100%; 
    }

    .selectBox select {
        width: 100%; 
    }
}
