@charset "utf-8";

html{
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    text-align: center;	
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0;
}

ul {
  list-style: none;
}

.title {
    height: auto;
    /* max-height: 100%; */
    /* height: 5.6vh; */
    text-align: center;
    margin-bottom:5px;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    /*background-color: #e74c3c;*/
    animation: bg-color 10s infinite;
    -webkit-animation: bg-color 10s infinite;
    font-size: 18px; 
    color: #ffffff;
    display:block;	
    border-radius:15px;
    box-shadow:2px 2px 2px #555;
    /* font-size: 2vw; */

}

main {
	width: 980px;
	display: inline-block;
	vertical-align: top;
  margin: 0 auto;
  overflow: hidden;
}
 
aside {
	width: calc(30% - 26px);
	display: inline-block;
	margin-left: 20px;
	box-sizing: border-box;
	border: solid 1px;
}
 
p {
	line-height: 2;
	width: 60%;
	display: inline-block;
	padding-right: 10px;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0;

}



table {
	width: 99%;
	border-collapse: collapse;
  margin-bottom:5px;

}

table.menu {
  width: 350px;
	border-collapse: collapse;
  margin-bottom:5px;
  margin-left: auto;
  margin-right: auto;

}

table.ippan {
  /* width: 700px; */
	border-collapse: collapse;
  margin-bottom:5px;
  margin-left: auto;
  margin-right: auto;

}




table.zyuuyou {
  /* width: 1120px; */
	border-collapse: collapse;
  margin-bottom:5px;
  margin-left: auto;
  margin-right: auto;

}
 
th,td {
  position: -webkit-sticky; /* safari用 */
  position: sticky;
  text-align: left;
	border: solid 1px;
	padding: 10px;
}

th.thmemo {
    width: 200px;        
}

th.thmenu {
  font-size: 14px;
  border-color:#F7F7F7;
  width: 250px;
  border-width: 3px;

}

th.thtantou {
  width: 100px;        
}


th.thcenter {
  text-align: center;
}

td.tdcenter {
  text-align: center;
}

th.thheader {
  text-align: center;
  /* background: #2c94e9; */
  background: #0175d5;
  font-size: 16px;
  box-shadow:2px 2px 2px #555;
  color: #ffffff;
  border-color: #000;
  height: 20px;
}

th.thheader2 {
  text-align: center;
  /* background: #2c94e9; */
  background: #0175d5;
  font-size: 16px;
  box-shadow:2px 2px 2px #555;
  color: #ffffff;
  border-color: #000;
  height: 20px;
}

th.thlist {
  background: #df9228;
  text-align: center;;
  color: #fff;
  border-color:#fff;
  border-width: 3px;
}

th.thlist2 {
  background: #FCAF17;
  text-align: center;;
  color: #fff;
  border-color:#fff;
  border-width: 3px;
}






th.thleft {
  text-align: left;
  /* background: #2c94e9; */
  background: #EE7948;
  font-size: 18px;
  color: #ffffff;
  border-color:#F7F7F7;
  width: 380px;
  border-width: 3px;
}

th.thleft2 {
  text-align: left;
  /* background: #2c94e9; */
  background: #FCAF17;
  font-size: 18px;
  color: #ffffff;
  border-color:#F7F7F7;
  width: 410px; 
  border-width: 3px;
}

/* 上下左右すべての線を非表示 */
td.tdnone { 
  border-style:none; 
}

	 /* ボタンの色 */
     .btn-gradient-3d-simple {
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        border-radius: 4px;
        color: #ffffff;
        background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        border-bottom: solid 3px #5e7fca;
        font-weight: bolder;
      }
  
       /* ボタンの色押したとき */
      .btn-gradient-3d-simple:active {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        border-bottom: none;
      }
      
       /* ボタンの色マウスが重なったとき */
      .btn-gradient-3d-simple:hover {
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        border-radius: 4px;
        color: #ffffff;
        background-image: linear-gradient(#67FD84 0%, #67FD84 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        border-bottom: solid 3px #5e7fca;
        font-weight: bolder;
      }

	 /* ボタンの色 */
     .btn-gradient-simple {
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        border-radius: 4px;
        color: #ffffff;

        background-image: linear-gradient(#3155A6 0%, #3155A6 100%);


        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        width: 120px;
        border-bottom: solid 3px #5e7fca;
        font-weight: bolder;
      }
  
       /* ボタンの色押したとき */
      .btn-gradient-simple:active {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        border-bottom: none;
      }
      
       /* ボタンの色マウスが重なったとき */
      .btn-gradient-simple:hover {
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        border-radius: 4px;
        color: #ffffff;
        background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        border-bottom: solid 3px #5e7fca;
        font-weight: bolder;
      }

      .formbutton {
        display: inline-block;
        outline: 0;
        border: 0;
        cursor: pointer;
        will-change: box-shadow,transform;
        background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
        box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
        padding: 0 32px;
        border-radius: 6px;
        color: #fff;
        height: 48px;
        font-size: 18px;
        text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
        transition: box-shadow 0.15s ease,transform 0.15s ease;
        text-decoration: none;
        margin: 7px;
      }

        .formbutton:hover {
            box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0;
            transform: translateY(-2px);
        }
        .formbutton:active{
            box-shadow: inset 0px 3px 7px #3c4fe0;
            transform: translateY(2px);
        }

        .menubutton {
          display: inline-block;
          outline: 0;
          border: 0;
          cursor: pointer;
          will-change: box-shadow,transform;
          background: #EE7948;
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
          border-bottom: solid 3px #c58668;
          padding: 0 24px;
          border-radius: 4px;
          color: #fff;
          height: 32px;
          font-size: 16px;
          text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
          transition: box-shadow 0.15s ease,transform 0.15s ease;
          text-decoration: none;
          margin: 0 7px 0;
        }
  
          .menubutton:hover {
              box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
              transform: translateY(-2px);
          }
          .menubutton:active{
              box-shadow: inset 0px 3px 7px #c58668;
              transform: translateY(2px);
          }
          
       
          
          .nobutton {
            display: inline-block;
            outline: 0;
            border: 0;
            cursor: pointer;
            will-change: box-shadow,transform;
            background: radial-gradient( 100% 100% at 100% 0%, #e052a0 0%, #f15c41 100% );
            box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
            padding: 0 10px;
            border-radius: 4px;
            color: #fff;
            height: 32px;
            font-size: 16px;
            text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
            transition: box-shadow 0.15s ease,transform 0.15s ease;
            text-decoration: none;
          }
    
            .nobutton:hover {
                box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #cc3d23;
                transform: translateY(-2px);
            }
            .nobutton:active{
                box-shadow: inset 0px 3px 7px #cc3d23;
                transform: translateY(2px);
            }

/* h1 {
  padding: 0.5rem 1rem;
  color: #fff;
  background: #015dac;
  background-image: radial-gradient(#0175d5 13%, transparent 13%), radial-gradient(#0175d5 13%, transparent 13%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
  margin: 0 0 5px 0;
} */

h2{
  font-family: 'Vidaloka', serif;
  text-align:center;
  /* font-weight:normal; */
  font-weight: bolder; 
  color:#fff;
  padding: 0.5rem 1rem;
  background: #015dac;
  background-image: radial-gradient(#0175d5 13%, transparent 13%), radial-gradient(#0175d5 13%, transparent 13%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
  margin: 0 0 5px 0;
  display:block;
  font-size:32px;
  line-height:36px;
}
  .maintitle{
    display:block;
    margin: 0 5px;
  

  }

  .maintitle a {
    color: #fff;
    font-weight:  bold;
    font-size: 20px;
  }



/* .logo {
  padding: 1rem 1rem;
  color: #fff;
  background: #015dac;
  background-image: radial-gradient(#0175d5 13%, transparent 13%), radial-gradient(#0175d5 13%, transparent 13%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
  margin: 0 0 10px 0;
  font-size: 1.3rem;
} */

.searchmenu {
  /* 下側に余白を作る */
  padding-bottom: 1rem;
  display: inline-block;
}

.searchselect {
  background: #df9228;
  text-align: center;;
  color: #fff;
  border-color:#fff;
  border-width: 5px;
  padding: 5px;
}

.order {
  background: #df9228;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold; 
  
}

#main_visual {
  /* width: 980px; */
  /* height: 440px; */
  display: block;
  margin-left: auto;
  margin-right: auto 
}


.keyword {
  font-size: 16px;
}


Select {
  font-size: 16px;
}


.searchmenu select{
  border: 1px solid;
  font-size: 16px;
}

.inputbox {
  font-size: 16px;
}



#searchmenu ul {
  width: 100%;
  /* padding: 0; */
  margin: 12px auto;
}

#searchmenu li {
  display: inline-block;
  margin: 1px;
}
#global_navi {
  width: 980px;
  clear: both;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;

}

#global_navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#global_navi ul li {
  width: 195px;
  height: 40px;
  float: left;
  margin-right: 1px;
  /* text-align: center; */
  vertical-align: middle;
}

#global_navi ul a {
  display: block;
  padding: 7px;
  background-color: #6699cc;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s linear;
}

#global_navi ul li.current a {
  background-color: #0000FF;

}

#global_navi ul li a:hover {
  background-color: #1E90FF;
}

.footer {
  display:block;
  justify-content: center;
  align-items: center;


}

/* 最下部に常に表示 */
.footer #footer_menu{
  background-color: #efefef;
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  
}

.footer #footer_menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer #footer_menu li {
  display: inline;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}

footer {
  display:block;
  justify-content: center;
  align-items: center;


}

/* 最下部に常に表示 */
footer #footer_menu{
  background-color: #efefef;
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  
}

footer #footer_menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer #footer_menu li {
  display: inline;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}


footer #footer_nav{
  background-color: #efefef;
  padding: 10px 0;
  width: 0 auto;
}

footer #footer_nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer #footer_nav li {
  display: inline;
  border-left: solid 1px #aaa;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}

footer small {
  display: block;
  padding: 8px 0;
  color: #000;
}

label + input[type="radio"],
label + label {
    margin-left: 2em;
}



input[type="radio"]{
  transform:scale(1.5);
}

.error{
  color: #fff;
  background-color: red;
  box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #cc3d23;
  font-size: 16px;
  font-weight:  bold;
  padding: 5px 10px;
}

/*無効行用 added by umi 211109*/
.error2{
  color: #fff;
  background-color: lightgray;
  /* font-size: 18px; */
  /* border: solid 1px #000; */
    
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #fff;
}

.logo {
  font-size: 24px;
}
.menu-btn {
  position: fixed;
  top: 5px;
  right: 5px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #EE7948;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 70%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  /* background-color: red; */
  background-color: #df9228;
  transition: all 0.5s;/*アニメーション設定*/
  text-align: left
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

.paging {
	list-style: none;
	/* margin: 0; */
	/* padding: 0; */
}

.paging li {
    display: inline-block;
	  margin-left: 20px;
	/* padding-left: 20px; */
  vertical-align: middle;
}

.paging li a {
    /* color: #fff;
		padding: 5px;
		border: 3px solid #b7a077;
		border-radius: 5px;
		text-decoration: none;
		display: inline;
		line-height: 5.0; */
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    will-change: box-shadow,transform;
    background: #EE7948;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
    height: 32px;
    font-size: 16px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    transition: box-shadow 0.15s ease,transform 0.15s ease;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    text-decoration: none;
    vertical-align: middle;
    /* 上下中央寄せ */
    line-height: 2; 

}
	
.paging	li a:hover{
  transform: translateY(-2px);
}

#main_style img {
  width: 200px;



}



a {
  /* color: #000; */
  text-decoration: none;

}

.container {
  max-width: 980px;
  padding: 0 25px;
  margin: 0 auto;
}

/* ヘッダー_b */
.header_b {
  background-color: #df9228;
}
.header_b > .container {
  height: 75px;
  display: flex;
  align-items: center;
  max-width: none;
}

/* ロゴエリア_b */
.area_logo_header_b .logo {
  display: block;
}
.area_logo_header_b .logo img {
  height: 75px;
  vertical-align: bottom;
}

/* ナビゲーション */
.area_nav_header_b {
  margin-left: auto;
}

/* ヘッドナブヘッダー */
.head_nav_header_b {
  margin: 0 0 -10px;
}

/* リストナビ_サブ */
.list_nav_sub_header_b {
  display: flex;
  align-items: center;
  justify-content: flex-end;

}
.list_nav_sub_header_b > li + li {
  margin-left : 20px;
}
.list_nav_sub_header_b  {
  font: 300 13px/1em 'noto sans japanese',sans-serif;
  color: #fff;
  font-weight:  bold;
  
}

.list_nav_sub_header_b a {
  color: #fff;
  font-weight:  bold;
}

.list_nav_header_b a {
  font: 500 14px/1em 'noto sans japanese',sans-serif;
  color: #fff;
  font-weight:  bold;
}

/* リストナビ */
.list_nav_header_b {
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
}
.list_nav_header_b > li {
  border-left: 1px solid #ccc;

}
.list_nav_header_b a {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 15px;

}
.list_nav_header_b a:hover {
  background: #EE7948;
}

.list_nav_sub_header_b a:hover {
  background: #EE7948;
}

/* table.main_img {
  border-color:#fff;
} */

li.current {
  background: #EE7948;

}

td.ippan {
  background: #EE7948;
  align-items: center;
  text-align: center;
  width: 240px;
  border-color:#fff;
  border-width: 5px;
  
}

td.ippan img {
  vertical-align: bottom;


}

td.zyuuyou {
  background: #FCAF17;
  align-items: center;
  text-align: center;
  width: 240px;
  border-color:#fff;
  border-width: 5px;
}

td.zyuuyou img {
  vertical-align: bottom;

}

th.thmain {
  background: #df9228;
  text-align: center;;
  color: #fff;
  border-color:#fff;
  border-width: 5px;
}


th.thvisual {
  /* background: #F7F7F7; */
  text-align: center;
  color: #fff;
  border-color:#fff;
  border-width: 5px;
  background-image: url(../jpg/main_visual.jpg);
  background-size: 100% 100%;
}




td.tdmain {
  text-align: center;;
  border-color:#fff;
}

td.ippancaption {
  background: #EE7948;
  color: #fff;
  border-color:#fff;
  border-width: 5px;
  font-weight:  bold;
}

td.zyuuyoucaption {
  background: #FCAF17;
  color: #fff;
  border-color:#fff;
  border-width: 5px;
  font-weight:  bold;
}

.logoutbutton {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow,transform;
  background: #EE7948;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  padding: 2px 5px;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  transition: box-shadow 0.15s ease,transform 0.15s ease;
  text-decoration: none;
}

  .logoutbutton:hover {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
      transform: translateY(-2px);
  }
  .logoutbutton:active{
      box-shadow: inset 0px 3px 7px #EE7948;
      transform: translateY(2px);
  }

 
/* ラジオボタン01 */
input[type=radio] {
  display: none;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio01::after {
  background: #df9228;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
input[type=radio]:checked + .radio01::after {
  opacity: 1;
}

/* テーブル部分(厳密にはテーブルではない)の大きさを指定 */
/* .table_wrap {
  height: 750px;

} */

.table_wrap td {
  border-color:#F7F7F7;
  border-width: 3px;
  /* background-color: #F7F7F7; */
}



/* 一覧画面の水平指定① */
.table_list table {
  display: block;
  overflow-x: scroll;
  overflow-y: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.table_list table td {
  border-color:#F7F7F7;
  border-width: 3px;
  white-space: normal;
}


.list_ul li.nodate {
  vertical-align: top;
}

.table_list table th.ippan_list {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #EE7948;
  color: #fff;


 }

 .table_list table th.ippan_list_date {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #EE7948;
  color: #fff;


 }

 .table_list table th.zyuuyou_list {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #FCAF17;
  color: #fff;


 }

 .table_list table th.zyuuyou_list_date {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #FCAF17;
  color: #fff;


 }

 .table_list table td.list_date {
  background-color: #df9228;
  color: #fff;
  z-index:1;

 }
 /* リストの日付を固定 */
 .table_list table .lockcaption {
  position: sticky;
  top: 0;
  z-index:1;

 }

.list_caption {
  height: 30px;


}

.list_column {
  height: 30px;
  color: 000;
  border-color:#F7F7F7;
  text-align: center;

}

.tdtop {
  vertical-align: top;

}

.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  
}
 
.description_top { /* ツールチップのスタイル */
  width: 370px; /* 横幅 */
  position: absolute;
  text-align: left;

  /* ツールチップを調整 220519 Updated by Takahashi */
  transform: translateY(30%);
  left: 90%; 

  /* 上記に移行 220519 deleted by Takahashi */
  /* left: 70%;   
  bottom: 80%;   Y軸の位置
  transform: translateY(110%); */

  margin-bottom: 8px; /* テキストとの距離 */
  padding: 5px 5px 5px 10px;
  border-radius: 10px; /* 角の丸み */
  background-color: #2E8B57;
  border-left: 1px solid #2E8B57;
  border-top: 1px solid #2E8B57;
  border-bottom: 1px solid #2E8B57;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  
  /* 文字を少し小さく 220519 Updated by Takahashi */
  font-size: 0.75em; 
  /* font-size: 0.8em;　上記に移行 220519 deleted by Takahashi */

  color: #fff;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 3;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */

}

.description_top p {
  width: 370px; /* 横幅 */
}

.description_top p.leftmargin {
  margin-left: 15px;

}

 
.tooltip:hover .description_top { /* マウスオーバー時のスタイル */
  /* bottom: 100%; Y軸の位置  220519 deleted by Takahashi */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
  padding: 5px 5px 5px 10px;
  z-index: 2;
  

}

.description_top2 { /* ツールチップのスタイル */
  width: 450px; /* 横幅 */
  position: absolute;
  text-align: left;

  /* ツールチップを調整 220519 Updated by Takahashi */
  transform: translateY(30%);
  left: 101%; 

  /* 上記に移行 220519 deleted by Takahashi */
  /* left: 110%;   
  bottom: 110%;  Y軸の位置
  transform: translateY(110%); */
  
  
  margin-bottom: 8px; /* テキストとの距離 */
  padding: 5px 5px 5px 10px;
  border-radius: 10px; /* 角の丸み */
  background-color: #2E8B57;
  border-left: 1px solid #2E8B57;
  border-top: 1px solid #2E8B57;
  border-bottom: 1px solid #2E8B57;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;

  /* 文字を少し小さく 220519 Updated by Takahashi */
  font-size: 0.75em; 
  /* font-size: 0.8em;　上記に移行 220519 deleted by Takahashi */

  color: #fff;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
  white-space: normal;
}

.description_top2 p {
  width: 450px; /* 横幅 */
}

.description_top2 p.leftmargin  {
  margin: 0 15px;
}
 
.tooltip:hover .description_top2 { /* マウスオーバー時のスタイル */
  /* bottom: 100%; Y軸の位置  220519 deleted by Takahashi */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
  padding: 5px 5px 5px 10px;

}

  /* 管理ポイント 220519 add Takahashi */
.kanri {
  font-size: 16px;
}

  /* 管理ポイント 220519 add Takahashi */
.kanricaption {
  width: 200px;
}

/* 管理ポイント 220519 add Takahashi */
.kanrizyuuyoucaption {
  width: 140px;
}
  
/*　最小値736pxから最大値768pxまでを指定できる 　*/
@media screen and (min-width:736px) and (max-width:768px) {
  .hamburger-menu {
    display:none;
 }
  
  .tdippan {
    display:none;
  }

  .tdzyuuyou {
    display:none;
  }

  /* 重要のメニューを無くす */
  .labelmini_menu {
    display:none;
  }
}

/*画面サイズ 735pxまで適用*/
@media screen and (max-width:735px) {
	/* ここにスマホ版だけの記述 */
	main {
		width: 100%;
    height: auto;
	}

  .maintitle{
    margin: 0 3px;
  }

  .maintitle a {
    font-size: 1rem;
  }

  .list_nav_header_b a {
    padding: 0 3px;
    font-size: 14px;
  
  }

  table {
    width: 100%;
	}

  table.ippan {
    width: 100%;
  }

  table.zyuuyou {
    width: 100%;
  }

	.table_wrap {
		width: 100%;
	}

  .img {
    width: 100%;
    margin-left: auto;
    margin-right: auto 
  }

  header, #global_navi {
    width: 100%;
  }

  #global_navi ul li {
    width: 20%;
    padding: 0.5px;
    margin: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  #global_navi ul li a {
    margin: 0;
  }


  #main_visual {
    display: none;
    margin: 0 auto;
  }

  #searchmenu li {
    justify-content: center;
    text-align: left;
  }

  #searchmenu ul {
    margin: 8px 0;
  }

  th.thleft2 {
    width: 40%;  
  }

  #main_style img {
    width: 180px;
  
  }
}

/*画面サイズ 667px以上から適用*/
@media screen and (min-width:667px) {
  .hamburger-menu {
    display:none;
 }
  
  .tdippan {
    display:none;
  }

  .tdzyuuyou {
    display:none;
  }

  /* 重要のメニューを無くす */
  .labelmini_menu {
    display:none;
  }
}

/*画面サイズ 664pxまで適用*/
@media screen and (max-width:664px) {
	/* ここにスマホ版だけの記述 */
  .thheader {
    display: none;
  }

  .thvisual {
    display: none;
  }

  /* 客先指定の画像を非表示に 220531 Added by Takahashi */
  .thvisual2 {
    display: none;
  }

  .thlist2 {
    display: none;
  }

  .thleft {
    display: none;
  }

  /* 管理ポイントの表題を非表示 220519 add Takahashi */
  .kanricaption {
    display: none;
  }

  /* 管理ポイントの表題を非表示 220519 add Takahashi */
  .kanrizyuuyoucaption {
    display: none;
  }


  .thleft2 {
    display: none;
  }

  .thmenu {
    display: none;
  }

  #global_navi {
    display: none;
  }

  th {
    text-align: center;
  }

  td {
    text-align: center;
  }

  .list td {
      display: block;
      text-align: center;

  }

  /* テーブルの説明文字 */
  td::before {
    content: attr(data-label);/* 画面1rem以下で td を表示する */
    font-size: 1rem;/*項目のサイズ 0.875から1に変更 211206 updated by takahashi*/
    color: #666;
    display:block;
    margin-bottom: 0.25em;
    text-align: left;

  }

  table.list td::before {

    margin-bottom: 0.25em;
  }

  .tdnaiyou {
    background: #df9228;
    color: #fff;
  }

  /* テーブルの説明文字 */
  .tdnaiyou::before {/*画面1rem以下で td を表示する*/
    content: attr(data-label);
    font-size: 1rem;/*項目のサイズ 0.875から1に変更 211206 updated by takahashi*/
    color: #fff;
    display:block;
    margin-bottom: 0.25em;
    text-align: left;
  }

  h2{
    font-size:24px;
    line-height:24px;
    letter-spacing: 1px;
  }

  #main_style img {
    width: 160px;
  
  }

  .list_nav_sub_header_b {
    display:none;
  }

  .body_nav_header_b {
    display:none;
  }

  th.thbiko {
    display:none;
  }

  td.tdbiko {
    display:none;
  }

  table.daily_list {
    font-size: 14px;
  }

  .menu-content li {
    color: #fff;
  }

  .logoutbutton {
    background: #EE7948;

  }

  .maintitle a {
    font-size: 20px;
  }


  .tdippan {
    background: #EE7948;
    color: #fff;
    width: 100%;
 
  }

  .tdippan::before {/*画面1rem以下で td を表示する*/
    content: attr(data-label);
    color: #fff;
    font-size: 1.25rem;
  }

  .tdzyuuyou {
    background: #FCAF17;
    color: #fff;
    width: 100%; 
  }

  .tdzyuuyou::before {/*画面1rem以下で td を表示する*/
    content: attr(data-label);
    color: #fff;
    font-size: 1.25rem;
  }

  #searchmenu ul {
    margin: 8px auto;
    align-items: left;
    justify-content: flex-end;
  }
  
  #searchmenu {
    align-items: left;
    justify-content: flex-end;
  }

  .table_list table th.ippan_list {
    
      font-size: 12px;
      text-align: left;
  
}

   .table_list table th.zyuuyou_list {
    
    font-size: 12px;
    text-align: left;

 }


  .description_top2 {
    display: none;
  }

  /* 重要のメニューを無くす */
  .label_menu {
    display:none;
  }

  /* スマホでフォームのタイトルを表示しない */
  .formtitle {
    display: none;
    color: #fff;
  }
}