@charset "UTF-8";
@media screen and (min-width : 601px){

  /* mv */
  #main_box h2 p{
    color: #3C3C43;
  }

  .contents{
    margin: 0 auto;
    padding-top: 48px;
    width: 96%;
    max-width: 1120px;
  }
  .contents .wrapper{
    margin: 0 auto;
    max-width: 960px;
  }



  /* ページごとの設定 */
  /* --- index ---- */
  .memory_index #main_box h2.main_box_mainImg{
    background-image: url("/textbook_history/memory/images/mainImg_pc.jpg");
  }
  .memory_index .wrapper{
    margin: 0 auto 60px;
    max-width: none;
  }
  .memory_index #main_box h2.main_box_mainImg{
    height: 365px;
  }
  .memory_index .contents .lead{
    margin-bottom: 48px;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.55;
  }

  /* box-row */
  .memory_index .box-row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .memory_index .box{
    border-radius: 10px;
    width: 47.5%;
    min-width: 385px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .memory_index .box:nth-of-type(n+3){
    margin-top: 32px;
  }
  .memory_index .box-top{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    width: calc(100% - 20px);
    height: 57px;
    background-color: #B9CFE1;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
  }
  .memory_index .box-bottom{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 40px 20px;
    border-radius: 0 0 10px 10px;
  }
  .memory_index .box-bottom img{
    width: 94px;
    height: auto;
  }
  .memory_index .box-bottom .text{
    margin-left: 19px;
  }
  .memory_index .box-bottom .occupation{
    font-size: 1rem;
    line-height: 1.2;
    /* 20230908 削除  
    margin-bottom: 10px;
    */
  }
  .memory_index .box-bottom .name{
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .memory_index .box-bottom .name .small{
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400;
  }
  /* 20230908 追加 */  
  .memory_index .box-bottom .date{
    font-size: .8rem;
    line-height: 1.5;
  }
    

  /* --- subpage --- */
  .memory_subpage .wrapper{
    padding: 0 0 60px;
  }
  .memory_subpage #main_box h2.main_box_mainImg{
    background-image: url("/textbook_history/memory/images/mainImg_sub_pc.jpg");
  }
  .memory_subpage #main_box h2 p{
    font-size: 2.75rem;
    text-align: center;
  }
  .memory_subpage #main_box h2 .occupation{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .memory_subpage #main_box h2 .small{
    font-size: 1.5rem;
  }
  .memory_subpage h3{
    position: relative;
    margin-bottom: 32px;
    padding: 25px 0 25px 80px;
    margin-top: -25px;
    border-bottom: 2px solid #B9CFE1;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 700;
  }
  .memory_subpage h3:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .memory_subpage h3 span{
    font-size: 1.125rem;
  }
  .memory_subpage h3 span.nobreak{
    display: inline-block;
  }
  .memory_subpage .content_block:not(:first-of-type){
    margin-top: 40px;
  }
  .memory_subpage .content_block.row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .memory_subpage .content_block.row:nth-of-type(even){
    flex-direction: row-reverse;
  }
  .memory_subpage .content_block .text_block p{
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .memory_subpage .content_block p:not(:first-of-type):not(.top0){
    margin-top: 20px;
  }
  .memory_subpage .content_block .img_block{
    margin-left: 40px;
  }
  .memory_subpage .content_block.row:nth-of-type(even) .img_block{
    margin: 0 40px 0 0;
  }
  .memory_subpage .content_block .img_block img{
    width: 170px;
  }
  .memory_subpage .content_block .img_block p{
    margin-top: 10px;
    font-size: 0.75rem;
    text-align: center;
  }
  .memory_subpage .profile{
    position: relative;
    margin-top: 78px;
    padding: 42px 32px 32px;
    border-radius: 10px;
    border: 2px solid #B9CFE1;
  }
  .memory_subpage .profile h4{
    display: inline-block;
    position: absolute;
    top: -33px;
    left: 32px;
    padding: 20px;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .memory_subpage .profile_block{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .memory_subpage .profile .text_block{
    width: 50%;
    min-width: 372px;
  }
  .memory_subpage .profile .text_block h5{
    padding: 5px 0;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: -0.05em;
    font-weight: 700;
  }
  .memory_subpage .profile .text_block h5 .small{
    font-size: 0.875rem;
    font-weight: 400;
  }
  .memory_subpage .profile .text_block h5 .occupation{
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #3C3C43;
    font-size: 1.125rem;
    font-weight: 400;
  }
  .memory_subpage .profile .profile_text{
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 1.57;
  }
  .memory_subpage .profile .img_block{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
  }
  .memory_subpage .profile .img_block img{
    width: 43%;
    max-width: 184px;
  }
  .memory_subpage .profile .img_block img:first-of-type{
    margin-right: 23px;
  }


  /* box-row */
  .memory_subpage .subpage_link_area{
    /*padding: 40px 0 28px;*/
    padding: 40px 0 0 0;
    border-top: 2px solid #B9CFE1;
  }
  .memory_subpage .box-row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .memory_subpage .box{
    border-radius: 10px;
    width: 31.3%;
    min-width: 260px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .memory_subpage .box.current:hover{
    opacity: 1;
  }
  .memory_subpage .box:nth-of-type(n+4){
    margin-top: 23px;
  }
  .memory_subpage .box-top{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    padding: 5px;
    width: calc(100% - 10px);
    height: 46px;
    background-color: #B9CFE1;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.42;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
  .memory_subpage .box:nth-of-type(5) .box-top{
    font-size: 0.75rem;
  }
  .memory_subpage .box.current .box-top{
    background-color: #DDDDDD;
  }
  .memory_subpage .box-bottom-wrapper{
    display: flex;
    align-items: center;
    height: 109px;
  }
  .memory_subpage .box-bottom{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 40px 14px;
    border-radius: 0 0 10px 10px;
  }
  .memory_subpage .box-bottom img{
    width: 42px;
    height: auto;
  }
  .memory_subpage .box-bottom .text{
    margin-left: 19px;
  }
  .memory_subpage .box-bottom .occupation{
    font-size: 0.75rem;
    /* 20230908 削除 
    margin-bottom: 8px;
    */
  }
  .memory_subpage .box-bottom .name{
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .memory_subpage .box-bottom .name .small{
    font-size: 0.75rem;
    letter-spacing: 0;
    font-weight: 400;
  }
  /* 20230908 追加 */
  .memory_subpage .box-bottom .date{
    font-size: 0.6rem;
      line-height: 1.5;
  }
  /* 20230913 追加 */
  .memory_subpage .content_block .text_block p.date{
	  font-size: 1rem;
	  text-align: right;
	  color: gray;
  }
    
  .memory_subpage h3.icon_ttl01:after{
    background-image: url("/textbook_history/memory/images/icon_ttl01.png");
  }
  .memory_subpage h3.icon_ttl02:after{
    background-image: url("/textbook_history/memory/images/icon_ttl02.png");
  }
  .memory_subpage h3.icon_ttl03:after{
    background-image: url("/textbook_history/memory/images/icon_ttl03.png");
  }
  .memory_subpage h3.icon_ttl04:after{
    background-image: url("/textbook_history/memory/images/icon_ttl04.png");
  }
  .memory_subpage h3.icon_ttl05:after{
    background-image: url("/textbook_history/memory/images/icon_ttl05.png");
  }
  .memory_subpage h3.icon_ttl06:after{
    background-image: url("/textbook_history/memory/images/icon_ttl06.png");
  }

}@media screen and (max-width : 1024px) and (min-width : 601px){
  .memory_index .box,
  .memory_subpage .box{
    min-width: auto;
  }
  .memory_index .box-top,
  .memory_subpage .box-top{
    padding: 10px;
    height: 5.88vw;
    width: auto;
    text-align: center;
    font-size: 1.79vw;
    line-height: 1.2;
    letter-spacing: normal;
  }
  .memory_index .box:nth-of-type(5) .box-top,
  .memory_subpage .box:nth-of-type(5) .box-top{
    font-size: 1.67vw;
  }
  .memory_index .box-bottom,
  .memory_subpage .box-bottom-wrapper{
    padding: 1.43vw 3.57vw 1.79vw;
    height: auto;
  }
  .memory_subpage .box-bottom{
    padding: 0;
  }
  .memory_index .box-bottom .occupation,
  .memory_subpage .box-bottom .occupation{
    font-size: 1.43vw;
  }
  .memory_index .box-bottom .name,
  .memory_subpage .box-bottom .name{
    font-size: 2.14vw;
  }
  .memory_index .box-bottom .name .small,
  .memory_subpage .box-bottom .name .small{
    font-size: 1.43vw;
  }
  .memory_index .box-bottom img,
  .memory_subpage .box-bottom img{
    width: 8.39vw;
  }
  /* 20230908 追加 */
  .memory_index .box-bottom .date,
  .memory_subpage .box-bottom .date{
    font-size: 1.14vw;
      line-height: 1.5;
  }


  .memory_subpage .profile .img_block img{
    width: 43%;
  }

  .memory_subpage .box{
    width: 47.5%;
  }
  .memory_subpage .box:nth-of-type(n+4){
    margin-top: 0;
  }
  .memory_subpage .box:nth-of-type(n+3){
    margin-top: 32px;
  }

}@media screen and (max-width : 970px) and (min-width : 601px){
  .memory_subpage .profile_block{
    display: block;
  }
  .memory_subpage .profile .text_block h5{
    position: relative;
  }
  .memory_subpage .profile .text_block{
    width: 100%;
  }
  .memory_subpage .profile .text_block .profile_text:first-of-type{
    margin-top: 14px;
  }
  .memory_subpage .profile .img_block{
    margin-top: 30px;
    width: 100%;
    justify-content: center;
  }

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

  #main_box h2 p{
    color: #3C3C43;
  }

  /* ページごとの設定 */
  /* ---index--- */
  .memory_index #main_box h2.main_box_mainImg{
    height: 55.4vw;
    background-image: url("/textbook_history/memory/images/mainImg_sp.jpg");
  }
  .memory_index .wrapper{
    margin: 8.53vw 3.73vw;
  }
  .memory_index .contents .lead{
    margin-bottom: 8.53vw;
    font-size: 4.27vw;
    text-align: left;
    line-height: 1.5;
  }

  .memory_index .box{
    display: block;
    border-radius: 10px;
    width: 100%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .memory_index .box:not(:first-of-type):not(.top0){
    margin-top: 4.27vw;
  }
  .memory_index .box-top{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 19.2vw;
    background-color: #B9CFE1;
    font-size: 4.27vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .memory_index .box-bottom{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3.2vw 5.87vw 4vw;
    border-radius: 0 0 10px 10px;
  }
  .memory_index .box-bottom img{
    width: 19.33vw;
    height: auto;
  }
  .memory_index .box-bottom .text{
    margin-left: 4.53vw;
  }
  .memory_index .box-bottom .occupation{
    font-size: 3.47vw;
    /* 20230908 削除 
    margin-bottom: 2.57vw;
    */
  }
  .memory_index .box-bottom .name{
    font-size: 5.33vw;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .memory_index .box-bottom .name .small{
    font-size: 3.47vw;
    letter-spacing: 0;
    font-weight: 400;
  }
  /* 20230908 追加 */
  .memory_index .box-bottom .date{
    font-size: 2.78vw;
      line-height: 1.5;
  }

  /* --- subpage --- */
  .memory_subpage .contents{
    margin: 0 3.73vw;
    padding: 8vw 0 0;
  }
  .memory_subpage #main_box h2.main_box_mainImg{
    background-image: url("/textbook_history/memory/images/mainImg_sub_sp.jpg");
  }
  .memory_subpage #main_box h2 p{
    text-align: center;
  }
  .memory_subpage #main_box h2 .occupation{
    display: inline-block;
    margin-bottom: 3vw;
    font-size: 4.27vw;
  }
  .memory_subpage #main_box h2 .small{
    font-size: 4.27vw;
  }
  .memory_subpage #main_box h2 p.sub{
    margin-bottom: 4vw;
  }
  .memory_subpage h3{
    position: relative;
    margin-bottom: 6.4vw;
    padding-bottom: 2.13vw;
    border-bottom: 2px solid #B9CFE1;
    font-size: 5.33vw;
    font-weight: 700;
  }
  .memory_subpage h3 span{
    font-size: 3.73vw;
  }
  .memory_subpage h3 span.nobreak{
    display: inline-block;
  }
  .memory_subpage .content_block:not(:first-of-type):not(.top0){
    margin-top: 8.53vw;
  }
  .memory_subpage .content_block .text_block:not(:first-of-type):not(.top0){
    margin-top: 8.53vw;
  }
  .memory_subpage .content_block .text_block p{
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .memory_subpage .content_block p:not(:first-of-type):not(.top0){
    margin-top: 5.33vw;
  }
  .memory_subpage .content_block .img_block{
    margin-top: 8.53vw;
    text-align: center;
  }
  .memory_subpage .content_block .img_block img{
    width: 56.5vw;
  }
  .memory_subpage .content_block .img_block p{
    margin-top: 3.2vw;
    font-size: 3.73vw;
    text-align: center;
  }
  .memory_subpage .profile{
    position: relative;
    margin-top: 8.53vw;
    padding: 8.27vw 4.27vw 6.4vw;
    border-radius: 10px;
    border: 2px solid #B9CFE1;
  }
  .memory_subpage .profile h4{
    display: inline-block;
    position: absolute;
    top: -6vw;
    left: 3.73vw;
    padding: 3.2vw;
    background-color: #fff;
    font-size: 5.33vw;
    font-weight: 700;
  }
  .memory_subpage .profile .text_block h5{
    padding: 1vw 0;
    font-size: 4.27vw;
    line-height: 1.6;
    letter-spacing: -0.01em;
    font-weight: 700;
  }
  .memory_subpage .profile .text_block h5 .small{
    font-size: 3.2vw;
    font-weight: 400;
  }
  .memory_subpage .profile .text_block h5 .occupation{
    display: inline-block;
    margin-left: 2vw;
    padding-left: 2vw;
    border-left: 1px solid #3C3C43;
    font-size: 3.73vw;
    font-weight: 400;
  }
  .memory_subpage .profile .text_block .profile_text{
    margin-top: 4.4vw;
    font-size: 3.73vw;
    line-height: 1.77;
  }
  .memory_subpage .profile .img_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5.4vw;
  }
  .memory_subpage .profile .img_block img{
    width: 39.7vw;
  }


  /* subpage_link_area */
  .memory_subpage .subpage_link_area{
    margin-top: 10.67vw;
  }
  .memory_subpage .box{
    display: block;
    border-radius: 10px;
    width: 100%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .memory_subpage .box:not(:first-of-type):not(.top0){
    margin-top: 4.27vw;
  }
  .memory_subpage .box-top{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 14.93vw;
    background-color: #B9CFE1;
    font-size: 3.73vw;
    text-align: center;
    line-height: 1.42;
    font-weight: 700;
  }
  .memory_subpage .box.current .box-top{
    background-color: #DDDDDD;
  }
  .memory_subpage .box-bottom{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3.73vw 5.87vw 2.73vw;
    border-radius: 0 0 10px 10px;
  }
  .memory_subpage .box-bottom img{
    width: 17.2vw;
    height: auto;
  }
  .memory_subpage .box-bottom .text{
    margin-left: 5.33vw;
  }
  .memory_subpage .box-bottom .occupation{
    font-size: 3.2vw;
    /* 20230908 削除
    margin-bottom: 2vw;
    */
  }
  .memory_subpage .box-bottom .name{
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .memory_subpage .box-bottom .name .small{
    font-size: 3.2vw;
    letter-spacing: 0;
    font-weight: 400;
  }
  /* 20230908 追加 */
  .memory_subpage .box-bottom .date{
    font-size: 2.56vw;
    line-height: 1.5;
  }
  /* 20230913 追加 */
  .memory_subpage .content_block .text_block p.date{
	  font-size: 3.2vw;
	  text-align: right;
	  color: gray;
  }


}