@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202601-kousokubus{background: url("../../../img/outing/202601-kousokubus/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.l_main .kousokubus_202601_is_blue {
    color: #005DB0;
}
.kousokubus_202601_blueborder_Box {
    display: inline-block;
    color: #005DB0;
    border: 2px solid #005DB0;
    padding: 5px 10px;
    border-radius: 8px;
}
.textindent-202601 {
    text-indent: 6.4em !important;
}
.textindent-202601_2 {
    text-indent: 6.5em !important;
}
.textindent-202601_3 {
    text-indent: 7.7em !important;
}
.textindent-202601_4 {
    text-indent: 5.6em !important;
}
.kousokubus_202601_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #005DB0;
    background-color: #f7f7f7;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/