/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
    background: #f2f4f9;
    font-size: 16px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* --- 全体の背景・テキスト --- */
body {
  margin: 0;
  padding: 0;
  color: #000000; /* 全体の文字色 */
  }
  
  /* --- コンテナ --- */
  #container {
  width: 100%; /* ページの幅 */
  margin: 0 auto; /* センタリング */
  padding-top: 1em;
  }
  
  /* --- ヘッダ --- */
  #header {
  width: 100%;
  position: relative;
  margin-top: 66px;
  }
  
  /* --- ナビゲーション --- */
  #nav {
  float: left;
  width: 16%; /* サイドバーの幅 */
  background: white;
  
  }
  
  /* --- メインカラム --- */
  #content {
  float: left;
  width: 100%;  /* メインカラムの幅 */
  }
  
  /* --- フッタ --- */
  #footer {
  clear: left; /* フロートのクリア */
  width: 100%;
  }


/* --- 全体のリンクテキスト --- */
a:link { color: #1e50a2; }
a:visited { color: #895b8a; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

.indexbg {
  width: 100%;
  height: 100vh;
  z-index:-1;
  display:block;
  position: relative;
  background-image: url(../image/west1prbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% top;
  background-attachment: fixed;

}

.indexbg2 {
  width: 100%;
  height: 100vh;
  z-index:-1;
  display:block;
  position: relative;
  background-image: url(../image/indexbg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% top;
  background-attachment: fixed;

}

.layout {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrap{
  overflow:visible;/
  }

/* ==== Background === */

#wrap {

}

@media print {
  body {
      zoom: 0.59;
      width: 1380px;
      -webkit-print-color-adjust: exact;
  }
}

/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  
  @page {
      size: A4;
      margin: 8mm;
  }

  body {
      zoom: 1.4;
      width: 1380px;
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

/* ==== Header === */

.header_bg1 {
  background: #1c3177;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header_bg3 {
  background: #7f96c2;
  width: 100%;
  height: 7px;
}

.header_bg {
  background: #fff;
  width: 100%;
  height: 60px;
}

.header_contents {
  width: 100%;
  max-width: 1380px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_contents h1 {
  font-size: 20px;
  margin: 0 0 0 40px;
  align-items: right;
}

.header_nav_lists {
  display: flex;

}

.header_nav_lists li {
  margin: 0 40px 0 0;
}

.header_nav_lists li a:hover {
   background: #a9a9a9;
   text-decoration: none;

}

.nav_link {
  font-size: 1em;
  text-decoration: none;
  color: #f0fff0;
}


.box-header {
  padding: 10px 0 10px 10px;

}

.tog-menubox *{
	font-size: 18px;
}
.tog-menubox li{
	font-size: 16px;
}

.input-hidden{
	display: none;
}

.tog-switch{
  cursor: pointer;
	position: absolute;
	right: 3%;
	z-index: 10000;
  top: 44px;
	width: 4em;
	height: 4em;
}

#tog-1:checked ~ .tog-switch{
	position: fixed;
}

.tog-switch-line1, .tog-switch-line1:before, .tog-switch-line1:after{
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 60%;
	left: 50%;
	transition: .3s;
	content: "";
}
.tog-switch-line1{
		transform: translate(-50%, -50%);
}
.tog-switch-line1:before{
	transform: translate(-50%, -300%);
}
.tog-switch-line1:after{
	transform: translate(-50%, 200%);
}

#tog-1:checked ~ .tog-switch .tog-switch-line1{
	width: 0;
}
#tog-1:checked ~ .tog-switch .tog-switch-line1:before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#tog-1:checked ~ .tog-switch .tog-switch-line1:after{
	transform: rotate(-45deg) translate(-40%, -325%);
}

.tog-menuwrap{
	position: fixed;
	height: 440px;
	background: #898989;
	padding: 2em 1em 2em;
	z-index: 9999;
	transition: .3s;
	overflow-y: scroll;
	top: 0;
	left: 100%;
	width: 70%;
}
.tog-menulist{
	margin-right: 3%;
	padding-left: 5% !important;
	list-style: none;
}
.tog-menulist li a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: .5em 0;
}


#tog-1:checked ~ .tog-menuwrap{
	left: 30%;
}

#tog-1:checked ~ .tog-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}

.tog-menubox{
		display: none;
	}

.home {
  width:20px;
  height:20px;
  display:block;
  position: relative;
}

.home:before {
  content:'';
  height:0px;
  width:0px;
  display:block;
  position:absolute;
  top:0px; left:0px;
  border:12px solid transparent;
  border-bottom-color:#fff;
  border-top:0}

.home:after {
  content:'';
  height:5px;
  width:4px;
  display:block;
  position:absolute;
  top:7px;
  left:5px;
  border:5px #fff solid;
  border-top-width:7px;
  border-bottom:0;}


/* ==== Content === */

#con {
/*      background-color: #FDFFE6;*/
    background-color: white;
}
#main {
/*  background-color: #FDFFE6;*/
    background-color: white;
    width: 84%;
    padding:20px 20px 20px 10px;
    float: right;
}
/* ol,ul */
#main ol, #main ul {
    padding: 3px 0px 3px 18px;
}
#main ul {
    list-style-type: disc;
}
#main ol li, #main ul li {
    padding: 5px 0px;
}
/* table */
#main table {
    margin: 10px 0px;
}
td.header {
    padding: 20px 30px;
    font-size: large;
    font-weight: normal;
}
table.header {
    border-spacing: 0px;
}

#main table th, #main table td {
    padding: 5px;
}

.pic_frame {
      display: flex;
      text-align: left;
      justify-content: space-between;
      width: 100%;

    }

.pic_frame_lists li {
    list-style: none;
}

#main2 {
/*  background-color: #FDFFE6;*/
    background-color: white;
    width: 100%;
    padding: 20px 70px 0 70px;
}

/* ol,ul */
#main2 ol, #main2 ul {
    padding: 3px 0px 3px 18px;
}
#main2 ul {
    list-style-type: disc;
}
#main2 ol li, #main2 ul li {
    padding: 5px 0px;
}
/* table */
#main2 table {
    margin: 10px 0px;
}
td.header {
    padding: 20px 30px;
    font-size: large;
    font-weight: normal;
}
table.header {
    border-spacing: 0px;
}

#main2 table th, #main2 table td {
    padding: 5px;
}

/* ==== Footer === */
#ft {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background: #f2f4f9;
    color:#1c3177;
    text-decoration: none;
    width: 100%;

}


/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/

h1 {
  font-size: 1.6em;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #1c3177;
}
h2 {
    margin: 0;
    font-size: 1.1em;
    font-weight: 700;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #1c3177;
}

h3 {
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: inline;
}

h4 {
    font-size: 1.2em;
    color:#474a4d;
}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
    margin: 0.7em 0 0.4em;
    padding: 0;
    background: none;
    border: none;
}

h5.square {
  position: relative;
  display: block;
  font-size: 1em;
  padding: 0.2em 0 0.2em 1.2em;
}

h5.square::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: #000;
  content: "";
}

h6 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  color: #ff0000;
  font-size: 1.1em;
}

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
.i_list li{
    list-style-type:none;
    margin:0 0 0 -25px;
    border-bottom:#CCCCCC dotted 2px;
    background: url(../images/i_list_bg.jpg) 0 10px no-repeat;
    padding-left:20px!important;
}
/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    height: 40px;
    padding: 12px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}

.table-list {
    border-top: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
}
.table-list td {
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    vertical-align: top;
    vertical-align:middle;
}
.table-list th {
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    background-color: #F2F2F2;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}
.th-green{
    background:#E2EFD9!important;
}
.th-blue{
    background:#D9E2F3!important;
}
.th-red{
    background:#F4D7D8!important;
}
.th-orange{
    background:#F5F1D6!important;
}


/* nakai added */

p {
  margin: 0 0 1em 0;
}

.float-box ul li {
  float: right;
  margin-right: 1em;
  margin-bottom: 0.5em;
  vertical-align: baseline;
}
.float-clear ul li {
  overflow: hidden;
}

.target{
  float:right;
  margin-bottom: 0.5em;
  width:100px;
  height:100px;
}

.hdgr {
  border-radius: 5px;
  padding: 1em 1em;
  font-weight: bold;
  box-shadow: 0px 2px 3px #777;
  background: linear-gradient(#eee,#f5f5f5);
  margin: 0 auto;
}

.hdgr2 {
  background-color: #7f96c2; 
  color: #f8f8ff;
  text-decoration: none;
  text-align: center;
  vertical-align: center;
  padding: 0.1em 0.3em;
  white-space: nowrap;
  display: inline-block;
}

.hdgr2 a {
  text-decoration:none;
  color: #f8f8ff;
}

.hdgr2 a:hover {
  text-decoration:none;
  color: #dbebc4;
}

.hdgr3 {
  background-color: #1c3177; 
  color: #f8f8ff;
  text-decoration: none;
  text-align: center;
  vertical-align: center;
  padding: 0.1em 0.3em;
  white-space: nowrap;
  display: inline-block;
}

.hdgr3 a {
  text-decoration:none;
  color: #f8f8ff;
}

.hdgr3 a:hover {
  text-decoration:none;
  color: #dbebc4;
}

.hdgr5 {
  padding: 0.2em 0.3em;
  font-weight: bold;
  font-size: 14pt;
  color: #696969;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border-left: solid 4px #c0c0c0;
}

.hdgr5 a {
  text-decoration:none;
  color: #696969;
}

.span2 {
  background: linear-gradient(rgba(0, 0, 0, 0) 80%, #87d7ff 30%);
}

.span3 {
   padding:15px 10px;
   display:block;
   text-align:justify;
   font-weight: bold;
   color:#708090 ;
   background-color:rgba(254,255,255,0.5);
}

.arrow {
     position:relative;
     height:16px;
     width:16px;
     background-color:#697b91;
}

.arrow::before {
     position:absolute;
     content:"";
     border:solid 16px transparent;
     border-left:solid 16px #697b91;
     top:-8px;
     left:12px;
}

.hdgr6 {
  border-radius: 5px;
  padding: 1em 1em;
  font-weight: normal;
  box-shadow: 0px 2px 2px #777;
  background-color: #fff799;
}

.side-title {
  height: 38px;
  padding: 5px 0 10px 20px;
  display: block;
  width: 170px;
  color: #696969;
  font-weight: bold;
  font-size: 14pt;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.btn-sticky {
  list-style-type: none;
  display: inline-block;
  padding: 0.1em 0.2em;
  background: #ffffff;
  margin-bottom: 0.3em;
  height: 48px;
  width: 160px;
  font-weight: bold;
  z-index: 9999;
}

.btn-sticky ul {
 display: none;
 box-shadow: none;
 box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
}

.btn-sticky li {
   text-decoration: none;
   list-style: none;
   color: #696969;

}

.btn-sticky li a {
   text-decoration: none;
   color: #696969;
   box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
   border-left: solid 4px #1c3177;/*左線*/
}
.btn-sticky li a:hover {
   background: #dbdbdb;
   text-decoration: none;
   color: #696969;
  }

.actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #000000;
}
.actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.actab label {
	font-weight: bold;
	line-height: 2.8;
	position: relative;
	display: block;
	padding: 0 3em 0em 2em;
    text-indent: -1em;
    cursor: pointer;
	margin: 0 0 1px 0;
	background: #fff799;
}

.actab label a {
    text-decoration: none;
    color: inherit;
}

.actab .actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
  text-align: justify;
	background: #ffffff;
}
.actab .actab-content p {
	margin: 1em;
}

.actab input:checked ~ .actab-content {
	max-height: 20em;
}

.actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.actab input[type=checkbox] + label::after {
	content: '+';
}
.actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

.thumbnail-box {
  display: block;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px dotted navy;
  text-decoration: none;
}
.thumbnail-box:hover {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  text-decoration: none;
  color: #16AAC9;
}
.thumbnail-box-img {
  float: left;
  margin-top: 1em;
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  overflow: visible;
}
.thumbnail-box-img:hover {
transform: scale(1.7,1.7);
transition-duration: 0.5s;
}
.thumbnail-box-title{
  display: block;
  overflow: hidden;
  margin-top: 1em;
  color: black;
}
.thumbnail-box-title:hover {
  display: block;
  overflow: hidden;
  color: #16AAC9;
}

.item-list {
  width: 1300px;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 280px);
  column-gap: 26px;
  row-gap: 30px;
  justify-content: center;
}

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;

}

.item-list dd {
  line-height: 20px;
  margin-top: 10px;
  text-align: justify;
}


.item-list .detail-area {
  text-align: center;
  margin-top: 40px;
}

.item-list .detail {
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
  line-height: 18px;
  border-radius: 18px;
  border: 2px solid #1c3177;
  font-size: 12px;
  font-weight: bold;
  color: #1c3177;
  text-align: center;
  margin-top: 20px;
}

.item-list .detail:hover {
  background-color: #dcdcdc;
}

.item-list li {
  position: relative;
}

.item-list li a {
  text-decoration: none;
  color: inherit;
}

.item-list li a:hover {
  color: #1e50a2;
}

.item-list .item-label {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.1em 0.3em;
  color:#696969;
  background-color:powderblue;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}

.item-list .item-label2 {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.1em 0.3em;
  color:#696969;
  background-color:moccasin;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}

.item-list2 {
  width: 980px;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  column-gap: 40px;
  row-gap: 40px;
  justify-content: center;
}

.item-list2 dl {
  margin-top: 20px;
}

.item-list2 dt {
  font-weight: bold;

}

.item-list2 dd {
  line-height: 20px;
  margin-top: 10px;
  text-align: justify;
}

.item-list2 .detail-area {
  text-align: center;
  margin-top: 40px;
}

.item-list2 .detail {
  background-color: #edc669;
  display: inline-block;
  min-width: 80px;
  line-height: 18px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #696969;
  text-align: center;
  margin-top: 20px;
}

.item-list2 .detail:hover {
  background-color: #dcdcdc;
}

.item-list2 li {
  position: relative;
}

.item-list2 li a {
  text-decoration: none;
  color: inherit;
}

.item-list2 li a:hover {
  color: #1e50a2;
}

.item-list2 .item-label {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.1em 0.3em;
  color:#696969;
  background-color:powderblue;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}

.item-list2 .item-label2 {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.1em 0.3em;
  color:#696969;
  background-color:moccasin;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}

@media screen and (max-width:1240px){
	#nav{
		display:none !important;

	}

 .layout{
    max-width: 100%;

 }

  #header {
     width: 100%;

   }
  #content{
    width: 100%;

  }

  #main {
      width: 100%;
  }

  #main2 {
    width: 100%;
    padding: 20px 20px 0 20px;
  }

  .header_nav_lists {
    display: none;

  }

  .tog-menubox{
  		display: flex;
  	}

    .item-list {
      width: 1080px;
      max-width: 90%;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, 280px);
      column-gap: 40px;
      row-gap: 40px;
      justify-content: center;
    }
    
    .item-list dl {
      margin-top: 20px;
    }
    
    .item-list dt {
      font-weight: bold;
    }
    
    .item-list dd {
      line-height: 20px;
  margin-top: 10px;
  text-align: justify;
    }
    
    .item-list .detail {
      font-weight: bold;
      margin-top: 15px;
    }
    
    .item-list li {
      position: relative;
    }
    
    .item-list .item-label {
      position: absolute;
      top: 0;
      left: calc(100% + 4px);
      white-space: nowrap;
      transform-origin: top left;
      transform: rotate(90deg);
    }
    .item-list .item-label2 {
      position: absolute;
      top: 0;
      left: calc(100% + 4px);
      white-space: nowrap;
      transform-origin: top left;
      transform: rotate(90deg);

}

.item-list2 {
  width: 900px;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  column-gap: 50px;
  row-gap: 40px;
  justify-content: center;
}

.item-list2 dl {
  margin-top: 20px;
}

.item-list2 dt {
  font-weight: bold;
}

.item-list2 dd {
  line-height: 20px;
margin-top: 10px;
text-align: justify;
}

.item-list2 .detail {
  font-weight: bold;
  margin-top: 15px;
}

.item-list2 li {
  position: relative;
}

.item-list2 .item-label {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}
.item-list2 .item-label2 {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);

}

.scroll{
  overflow: auto;

  }
  .scroll::-webkit-scrollbar{
   height: 5px;
  }
  .scroll::-webkit-scrollbar-track{
   background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
   background: #BCBCBC;
  }

@media screen and (max-width:500px){
  .target{
    float: none;
    display: block;

  }

  .item-list {
    width: 900px;
    max-width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 280px);
    column-gap: 50px;
    row-gap: 40px;
    justify-content: center;
  }
  
  .item-list dl {
    margin-top: 20px;
  }
  
  .item-list dt {
    font-weight: bold;
  }
  
  .item-list dd {
    line-height: 20px;
  margin-top: 10px;
  text-align: justify;
  }
  
  .item-list .detail {
    font-weight: bold;
    margin-top: 15px;
  }
  
  .item-list li {
    position: relative;
  }
  
  .item-list .item-label {
    position: absolute;
    top: 0;
    left: calc(100% + 4px);
    white-space: nowrap;
    transform-origin: top left;
    transform: rotate(90deg);
  }
  .item-list .item-label2 {
    position: absolute;
    top: 0;
    left: calc(100% + 4px);
    font-weight: bold;
    white-space: nowrap;
    transform-origin: top left;
    transform: rotate(90deg);
}

.item-list2 {
  width: 900px;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  column-gap: 50px;
  row-gap: 40px;
  justify-content: center;
}

.item-list2 dl {
  margin-top: 20px;
}

.item-list2 dt {
  font-weight: bold;
}

.item-list2 dd {
  line-height: 20px;
margin-top: 10px;
text-align: justify;
}

.item-list2 .detail {
  font-weight: bold;
  margin-top: 15px;
}

.item-list2 li {
  position: relative;
}

.item-list2 .item-label {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}
.item-list2 .item-label2 {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  font-weight: bold;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);


}

   .pic_frame {
         display: block;
         text-align: left;

       }



       .scroll{
       overflow: auto;

       }
       .scroll::-webkit-scrollbar{
        height: 5px;
       }
       .scroll::-webkit-scrollbar-track{
        background: #F1F1F1;
       }
       .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
       }
      }