#office .wrapper {
    font-family: 'Yu Gothic UI', 'Segoe UI', SegoeUI, 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    max-width: 980px;
    margin: 0 auto 100px;
    text-align: left;
    color: #505050;
    background: #fff;
}
@media screen and (max-width: 750px) {
  #office .wrapper {
    padding: 0;
    font-size: 3.75vw;
  }
}
#office img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
}
@media screen and (max-width: 750px) {
  #office img {
  }
}
#office sup {
    font-size: 10px;
    vertical-align: super;
}
#office a {
    color: #000;
    text-decoration: none;
}
#office a:hover {
    text-decoration: none;
    opacity: .8;
}
@media screen and (max-width: 750px) {
  #office .pc {
    display: none;
  }
}
#office .sp {
  display: none;
}
@media screen and (max-width: 750px) {
  #office .sp {
    display: block;
  }
}
#office .fwb {
    font-weight: bold;
}
#office .fc_red {
    color: #ff0000;
}
#office .note {
    font-size: 10px;
    margin: 10px 0 0;
}
#office .link_txt {
    color: #d63b01;
    text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #office .link_txt{
    color: #0078d4;
  }
}
#office .h_section {
    background: #058475;
    color:  #fff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}
@media screen and (max-width: 750px) {
  #office .h_section{
    font-size: 4.5vw;
  }
}
#office .section_body {
    padding: 30px 30px 40px;
}
@media screen and (max-width: 750px) {
  #office .section_body {
    padding: 20px 10px 20px;
  }
}
#office .list_mark {
    display: table;
}
#office .list_mark li {
    display: table-row;
    page-break-inside: avoid;
}
#office .list_mark_h {
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
  padding-right: 0.5em;
}
#office .list_mark_b {
  display: table-cell;
  vertical-align: top;
}
#office .hero {
    margin: 0 0 10px;
}
@media screen and (max-width: 750px) {
    #office .hero {
        margin: 0;
    }
}
#office .term_date {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin: 0 0 20px;
}
#office .term_date_fs {
    font-size: 60%;
}
#office .term_date2 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 20px;
}
#office .term_txt {
    text-align: center;
    font-size: 21px;
}
@media screen and (max-width: 750px) {
  #office .term_date {
    text-align: center;
    font-size: 5.73vw;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #office .term_date_fs {
    font-size: 60%;
  }
  #office .term_date2 {
      font-size: 4vw;
      margin: 0 0 20px;
  }
  #office .term_txt {
    text-align: center;
    font-size: 3.6vw;
  }  
}

#office .products_box_wrap {
    padding: 20px 0;
}
#office .products_box:not(:first-child) {
    margin: 80px 0 0;
}
#office .products_box_head {
    border: 1px solid #d63b01;
    color: #d63b01;
    text-align: center;
    padding: 10px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 20px;
}
#office .products_box_blcok {
    display: flex;
    align-items: center;
    max-width: 660px;
    margin: 0 auto;
}
#office .products_box_c1 {
    max-width: 290px;
    margin: 0 50px 0 0;
}
#office .products_box_c2 {
    flex: 1;
}
#office .products_box_title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
}
#office .products_box_label {
    border: 1px solid #d63b01;
    padding: 5px 10px;
    color: #d63b01;
    display: inline-block;
    font-size: 23px;
    line-height: 1.0;
    margin: 0 0 0 10px;
}
#office .products_box_btn {
    margin: 30px 0 0;
    max-width: 225px;
}
@media screen and (max-width: 750px) {
    #office .products_box_wrap {
        padding: 10px;
    }
    #office .products_box:not(:first-child) {
        margin: 30px 0 0;
    }
    #office .products_box_head {
        font-size: 4.5vw;
        margin: 0 0 10px;
    }
    #office .products_box_blcok {
        max-width: none;
        justify-content: space-between;
        padding: 0 10px;
    }
    #office .products_box_c1 {
        max-width: 43.939%;
        margin: 0 15px 0 0;
    }
    #office .products_box_c2 {
        flex: 1;
    }
    #office .products_box_title {
        font-size: 4.9vw;
    }
    #office .products_box_label {
        padding: 5px 5px;
        font-size: 4vw;
        margin: 0 0 0 10px;
    }
    #office .products_box_btn {
        margin: 30px 0 0;
        max-width: 225px;
    }
}
#office .btn_link {
    position: relative;
    display: block;
    background: #0078d4;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding: 10px 50px 10px 20px;
    min-height: 40px;
    box-sizing: border-box;
}
#office .btn_link:after {
    content: '';
    display: block;
    width: 31px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    background: url('../images/ico_link_arw.png') no-repeat 50% 50%;
    background-size: 100% auto;
}
@media screen and (max-width: 750px) {
    #office .btn_link {
        font-size: 3.2vw;
    }
}
#office .products_app_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
}
#office .download_box {
    display: flex;
    align-items: center;
}
#office .download_box_link {
    font-weight: bold;
}
#office .ico_download {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: 0.2em;
}
#office .download_box_pdf {
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
}


@media screen and (max-width: 750px) {
    #office .download_box {
        display: block;
        text-align: center;
    }
    #office .download_box_link {
        display: inline-block;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
    }
    #office .download_box_link_a {
        color: #fff;
        display: block;
        vertical-align: middle;
        background: #006ed6;
        padding: 5px 5px 5px 10px;
    }
    #office .ico_download {
        background: #fff;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 0 0 10px;
        padding: 2px;
        box-sizing: border-box;
        font-size: 0;
        vertical-align: middle;
    }
    #office .download_box_pdf {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0 0;
        font-size: 12px;
    }
    #office .ico_pdf {
        width: 35px;
    }
}


#office .apply_notice {
    padding: 20px;
    border: 1px solid #d63b01;
    color: #d63b01;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px;
}
@media screen and (max-width: 750px) {
    #office .apply_notice {
        font-size: 3.7vw;
        padding: 10px;
        margin: 0 0 30px;
    }
}
#office .apply_box {
    display: flex;
    justify-content: space-between;
}
#office .apply_box:not(:first-child) {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #000;
}
#office .apply_box_cl1 {
    width: 470px;
}
#office .apply_box_cl2 {
    width: 430px;
}
#office .apply_box_title {
    font-size: 23px;
    font-weight: bold;
}
#office .apply_box_bl:not(:last-child) {
    margin: 0 0 20px;
}
#office .apply_box01_figure {
    position: relative;
}
#office .apply_box01_figure_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
}
#office .apply_box03_figure {
    margin: 20px 0 0;
}
#office .apply_box03_figure_title {
    margin: 0 0 10px;
}
@media screen and (max-width: 750px) {
    #office .apply_box_wrap {
        padding: 0 10px;
    }
    #office .apply_box {
        display: block;
    }
    #office .apply_box:not(:first-child) {
        margin: 20px 0 0;
        padding: 20px 0 0;
        border-top: 1px solid #000;
    }
    #office .apply_box_cl1 {
        width: auto;
    }
    #office .apply_box_cl2 {
        width: auto;
        font-size: 3.7vw;
    }
    #office .apply_box_title {
        font-size: 4.5vw;
        font-weight: bold;
        margin: 0 0 15px;
    }
    #office .apply_box_bl:not(:last-child) {
        margin: 0 0 20px;
    }
    #office .apply_box01_figure {
        position: relative;
    }
    #office .apply_box01_figure_img img {
        width: 100%;
    }
    #office .apply_box01_figure_txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
    }
    #office .apply_box03_figure {
        margin: 20px 0 0;
    }
    #office .apply_box03_figure  img {
        width: 100%;
    }
    #office .apply_box03_figure_title {
        margin: 0 0 10px;
        font-size: 12px;
    }
}
#office .contact_txt_wrap {
    text-align: center;
    margin: 0 0 30px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.8;
}
#office .contact_txt {
    margin: 0 0 10px;
}
#office .contact_note {
    font-size: 10px;
}
#office .precautions_list {
    font-size: 14px;
}
#office .precautions_list > li:not(:last-child) {
    margin: 0 0 5px;
}
@media screen and (max-width: 750px) {
    #office .contact_txt_wrap {
        font-size: 4.5vw;
    }
    #office .contact_note {
        font-size: 2.6vw;
    }
    #office .precautions_list {
        font-size: 2.6vw;
    }
    #office .precautions_list > li:not(:last-child) {
        margin: 0;
    }
}