.refusal{
    margin: 3rem 0;
    font-size: 1.0rem;
}
.refusal h4 img{
    width: 20px;
    height: auto;
}
.refusal p{
    line-height: 2;
}
.refusal-inner{
    line-height: 1.4;
    font-size: 0.85rem;
}

/******************************/
/************************ mb **/
/******************************/
@media (max-width:600px){
main{
    font-size: 1.2rem;
}

/*****/
.stu_wk_area{
    padding-bottom: 3rem;
}
.stu_wk-title{
    font-size: 1.0rem;
    line-height: 2;
    margin-bottom: 1rem;
}
.stu_wk-title span{
    padding-left: 1rem;
    font-size: 0.85rem;
}
.stu_wk-inner{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    width: 90%;
    margin: 0 auto;
}
.stu_wk-item{
    position: relative;
    top: 0;
    left: 0;
}
.stu_wk-img img{
    width: 100%;
    height: auto;
}
.stu_wk-caption{
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30%;
    background: rgba(183, 65, 41,0.7);
    color: var(--baseWhite);
    font-size: 1.0rem;
}
.stu_wk-caption h3{
    font-size: 1.0rem;
    padding: 0.5rem;
}

    
}


/******************************/
/************************ pc **/
/******************************/
@media (min-width:600px){
main{
    padding-top: 3rem;
    letter-spacing: 2px;
}

/*****/
.stu_wk_area{
    padding-bottom: 3rem;
}
.stu_wk-title{
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 1rem;
}
.stu_wk-title span{
    padding-left: 2rem;
    font-size: 1.0rem;
}
.stu_wk-inner{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    width: 90%;
    margin: 0 auto;
}
.stu_wk-item{
    position: relative;
    top: 0;
    left: 0;
}
.stu_wk-img img{
    width: 100%;
    height: auto;
}
.stu_wk-caption{
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30%;
    background: rgba(183, 65, 41,0.7);
    color: var(--baseWhite);
    font-size: 1.2rem;
}
.stu_wk-caption h3{
    font-size: 1.0rem;
    padding: 0.5rem;
}

}
/** colorbox **/
#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
  margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}
/*****/