<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (min-width : 601px){

  /* -------------------------------------------------------------------------------------------
  *
  * 教授用資料詳細
  *
  * ----------------------------------------------------------------------------------------- */

  #detail{
    margin: 48px 0 64px 0;
  }

  #detail h2{
    margin: 0 0 32px 0;
  }

  #detail h2 .icon{
    display: inline-block;
    vertical-align: top;
    width: 1.125rem;
    height: 1.625rem;
    margin: 0.3125rem 0.9375rem 0 0.6875rem;
  }

  #detail h2 .ttl{
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .left_column,
  .right_column{
    display: inline-block;
    vertical-align: top;
  }
  .left_column{
    width: 39%;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .right_column{
    width: 60%;
    padding: 0 40px 0 0;
    box-sizing: border-box;
  }

  .left_column .img{
    text-align: center;
  }
  .left_column .img img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    border: 1px solid #C0C0C0;
  }

  .author_area{
    font-size: 0;
  }


  .label, .author, .page, .published{
    color: #707070;
    font-size: 1rem;
  }

  .label{
    width: 4.25rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .label::after{
    content: ':';
    display: block;
    position: absolute;
    top: -0.0625rem; bottom: 0; right: 0.5rem;
  }

  .author, .page, .published{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 4.5rem);
  }


  .lh_1_1{
    line-height: 1.1;
  }

  .description{
    font-size: 1rem;
    margin: 1rem 0 0 0;
  }

  .description h3 {
    font-size: 1rem;
    font-weight: 700;
  }

  .description ul {
    margin: 1em 0;
    list-style-type: circle
  }
  .description ul li{
    list-style-type: circle
  }

  .description ol {
    margin: 1em 0;
    list-style-type: decimal
  }
  .description ol li{
    list-style-type: decimal
  }

  .description li {
    margin-left: 1em
  }

  .description dl {
    margin: 1em 0;
  }

  .description dl dt {
    font-weight: 700;
  }

  .description .desc_dt_span{
    display: inline-block;
    vertical-align: top;
  }
  .description .desc_dt_span:nth-of-type(1){
    width: 2.5rem;
  }
  .description .desc_dt_span:nth-of-type(2){
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }

  .description dl dd {
    margin: 0 0 0 2.5rem;
  }



  .download{
    padding: 22px 0 0 0;
  }

  .download_btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }

  .file_wrap:nth-of-type(n+2){
    margin: 22px 0 0 0;
  }

  .icon_file_area{
    display: inline-block;
    vertical-align: middle;
  }

  .file_size{
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9375rem;
    font-family: 'Noto Sans', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Verdana, "メイリオ", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
    text-decoration: underline;
  }

  .file_description{
    margin: 12px 0 0 0;
    color: #707070;
    font-size: 0.8125rem;
    font-family: 'Noto Sans', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Verdana, "メイリオ", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  }



  .btn_area{
    padding-top: 65px;
    text-align: center;
  }
  a.btn_back{
    display: inline-block;
    position: relative;
    padding: 8px 0 8px 24px;
    margin: 0 8px;
    border: 1px solid #AF8F68;
    border-radius: 40px;
    width: 213px;
    font-size: 1rem;
    font-weight: bold;
    color: #AF8F68;
  }
  .btn_back:first-of-type:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-54%);
    width: 20px;
    height: 20px;
    background-image: url(../../common/images/icon_top.png);
    background-repeat: no-repeat;
    background-size: contain;
  }



}@media screen and (max-width : 600px){


  /* -------------------------------------------------------------------------------------------
  *
  * 教授用資料詳細
  *
  * ----------------------------------------------------------------------------------------- */

  #detail{
    margin: 1.5rem 0 3.75rem 0;
  }

  #detail h2{
    margin: 0 0 32px 0;
  }

  #detail h2 .icon{
    display: inline-block;
    vertical-align: top;
    width: 0.8125rem;
    height: 1.125rem;
    margin: 0.3125rem 0.625rem 0 0.3125rem;
  }

  #detail h2 .ttl{
    display: inline-block;
    vertical-align: top;
    font-size: 1.25rem;
    font-weight: 700;
    width: -webkit-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
  }

  .left_column,
  .right_column{
  }
  .left_column{
    box-sizing: border-box;
  }
  .right_column{
    margin: 1.75rem 0 0 0;
  }

  .left_column .img{
    text-align: center;
  }
  .left_column .img img{
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 200px;
    border: 1px solid #C0C0C0;
  }


  .label, .author, .page, .published{
    /*color: #707070;*/
    font-size: 1rem;
  }
  .label{
    width: 4.25rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .label::after{
    content: ':';
    display: block;
    position: absolute;
    top: -0.0625rem; bottom: 0; right: 0.5rem;
  }

  .author, .page, .published{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 4.5rem);
  }

  .lh_1_1{
    line-height: 1.1;
  }

  .description{
    font-size: 1rem;
    margin: 1rem 0 0 0;
  }

  .description h3 {
    font-size: 1rem;
    font-weight: 700;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #C0C0C0;
  }

  .description ul {
    margin: 1em 0;
    list-style-type: circle
  }
  .description ul li{
    list-style-type: circle
  }

  .description ol {
    margin: 1em 0;
    list-style-type: decimal
  }
  .description ol li{
    list-style-type: decimal
  }

  .description li {
    margin-left: 1em
  }

  .description dl {
    margin: 1em 0;
  }

  .description dl dt {
    font-weight: 700;
  }

  .description .desc_dt_span{
    display: inline-block;
    vertical-align: top;
  }
  .description .desc_dt_span:nth-of-type(1){
    width: 2.5rem;
  }
  .description .desc_dt_span:nth-of-type(2){
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }

  .description dl dd {
    margin: 0 0 0 2.5rem;
  }


  .download{
    padding: 22px 0 0 0;
  }

  .download_btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }

  .file_wrap:nth-of-type(n+2){
    margin: 22px 0 0 0;
  }

  .icon_file_area{
    display: inline-block;
    vertical-align: middle;
  }

  .file_size{
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9375rem;
    font-family: 'Noto Sans', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Verdana, "メイリオ", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
    text-decoration: underline;
  }

  .file_description{
    margin: 12px 0 0 0;
    color: #707070;
    font-size: 0.75rem;
    font-family: 'Noto Sans', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Verdana, "メイリオ", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  }



  .btn_area{
    padding-top: 65px;
    text-align: center;
  }
  a.btn_back{
    display: inline-block;
    position: relative;
    padding: 8px 0 8px 24px;
    margin: 0 8px;
    border: 1px solid #AF8F68;
    border-radius: 40px;
    width: 213px;
    font-size: 1rem;
    font-weight: bold;
    color: #AF8F68;
  }
  .btn_back:first-of-type:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-54%);
    width: 20px;
    height: 20px;
    background-image: url(../../common/images/icon_top.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

}

/* 個別調整部分 */
@media screen and (min-width: 601px) and (max-width: 1024px){
}


/* 旧SE等調整部分 */
@media screen and (max-width: 359px){
}
</pre></body></html>