.content-main.for_other {
    width: 780px;
    margin: 0 auto;
}

.for_bnr_list{
    padding-left: 20px;
    margin-left: 20px;
}

.for_bnr_item {
    width: 300px;
    margin-top: 20px;
}

.for_box {
    padding-top: 20px;
}

.for h2 {
    font-size: 25px;
    color: #1F2C5C;
    margin-top: 20px;
    margin-bottom: 20px;
}

.for-sectioninner p {
    margin-bottom: 10px;
}

.for-for-ttl {
    background-color: #e6e6e6;
    font-size: 17px;
    padding-left: 10px;
    
}

.for-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content:space-between;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.for-flex-item {
    width: 226px;
    border: 1px solid #1F2C5C;
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
    color: #1F2C5C;
    box-shadow: 3px 3px 0px 0px #e0e0e0;
}
.for-flex-item:hover {
    transform: translate3d(3px, 3px, 0);
    transition: all 0.2s ease;
    box-shadow: none;
}
.for-flex-item a:hover{
    text-decoration: none;
}

._pharm_bg {
    background: rgba(83,148,38,0.2);
}

._dent_bg {
    background-color: rgba(125,112,162,0.2);
}

._nss_bg {
    background-color: rgba(201,97,144,0.2);
}

._fukushi_bg {
    background-color: rgba(206,123,0,0.2);
}

._shinri_bg {
    background-color: rgba(17,153,124,0.2);
}

._rigaku_bg {
    background-color: rgba(202,104,90,0.2);
}

._sagyo_bg {
    background-color: rgba(168,142,0,0.2);
}

._gen_bg {
    background-color: rgba(0,139,169,0.2);
}

._eisei_bg {
    background-color: rgb(217,243,243);
}

._medtech_bg {
    background-color: rgba(0,98,146,0.2);
}

.for-flex._flex_start {
    justify-content: flex-start;
}

._flex_start .for-flex-item {
    /* margin-right: 20px; */
    margin-right: 17px;
}

.for-flex-item-inner {
    position: relative;
    height: 72px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.for-flex-item-inner a{
    padding: 27px 0;
    width: 224px;
    color: inherit;
}

.for-flex-item-txt {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
}

.for-flex-item-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 12px;
}

.syo_box .common_kome {
  margin-bottom: 10px;
}

.kokushi_box .algin_r {
    text-align: right;
}

.kokushi-tbl {
    border-collapse: separate;
    width: 100%;
    font-size: 14px;
}

.kokushi-tbl th {
    background-color: #e6e6e6;
    border: #fff 1px solid;
    padding: 5px;
}

.kokushi-tbl td {
    border: #e6e6e6 1px solid;
    padding: 5px;
}

.red_border_box {
    border: #ff0000 1px solid;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.red_border_box p {
    color: #ff0000;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
    font-weight: bold;
}

.kokushi_box table {
    border-collapse:collapse;
}

.kokushi_box th , .kokushi_box td {
    border: #e6e6e6 1px solid;
    padding: 0 10px;
    font-weight: normal;
}

.kokushi_box td {
    text-align: right;
}

.kokushi_box .red {
    color: #ff0000;
}

.kokushi_box .algin_r {
    text-align: right;
}

.men_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    line-height: 2;
}

.men_box .algin_r {
    text-align: right;
}

.sp_br {
    display: none;
}

@media screen and (max-width: 800px) {
    .sp_br {
        display: block;
    }

   .content-main.for_other {
        width: 100%;
        margin: 0 auto;
    }
    .souryou th {
        width: 15%;
    }
}

.shienshitsu ol.common_list ul.common_list {
    margin-bottom: 0px;
}

.shienshitsu p.common_kome {
    margin-bottom: 0px;
}

.general-soudan .common_list li {
    padding-bottom: 15px;
}

.general-soudan .common_tbl {
    width: 50%;
}
.general-soudan .mbnone {
    margin-bottom: 0px;
}

@media screen and (max-width: 800px) {
    .general-soudan .common_tbl {
        width: 100%;
    }
}

/* 行事予定 */
.for-gyouji-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.for-gyouji-flex table {
  width: 90%;
  margin: auto;
}
.for-gyouji-flex table th,
.for-gyouji-flex table td.day {
  white-space: nowrap;
  width: 50px;
  text-align: right;
}
.for-gyouji-flex-item._col1 {
  width: 100%;
}
.for-gyouji-flex-item._col2 {
  width: 50%;
}
@media screen and (max-width: 800px) {
    .for-gyouji-flex-item._col2 {
      margin-bottom: 10px;
      width: 100%;
    }
    .for-gyouji-flex table {
      width: 100%;
    }
}
