body {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-family:"ヒラギノ角ゴシック体","MS Pゴシック","メイリオ",sans-serif;
}

#header {
  box-sizing: border-box;
  background: #ccc;
  height: 50px;
}
#main {
  box-sizing: border-box;
  margin-left: 260px;
  padding: 20px 40px;
}
#sub {
  box-sizing: border-box;
  top: 0px;
  height: 100%;
  width: 260px;
  position: fixed;
  overflow: auto;
  background: #3F0E40;
  padding: 20px;
}

a {
  text-decoration:none; 
  color:#FFFFFF;
} 

.a2 {
  text-decoration:none; 
  color:#1166aa;
  font-size: 10pt;
} 



#table1 tr td{
  padding: 8px 0px;
}

#table1 tr:hover td {
  background-color: #f0F0F0;
}

table1.sample td a {
  display: block;       /* リンクをブロックレベル化して表示 */
  padding: 0.6em 1em;   /* 内側の余白量を上下に0.6文字分＆左右に1文字分にする */
}

#table0 tr td {
  margin: 0px;
  padding: 0px 0px;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
}



.bu2{
  border: 0px solid transparent;
  padding: 4px 0px;
  background: #3F0E40;
  color: #FFF;
  cursor: pointer;
  font-size: 12pt;
  font-weight: bold;
}
.bu2:hover{
  border: 0px solid #3F0E40;
  background: #5F0E60;
  color: #FFF;
}

.bu3{
  border: 2px solid transparent;
  padding: 1px 8px;
  background: #3F0E40;
  color: #FFF;
  font-size: 11pt;
  cursor: pointer;
}
.bu3:hover{
  border: 2px solid #3F0E40;
  background: #5F0E60;
  color: #FFF;
}

.bu3b{
  border: 2px solid transparent;
  padding: 1px 8px;
  background: #1164A3;
  color: #FFF;
  cursor: pointer;
  font-size: 11pt;
}
.bu3b:hover{
  border: 2px solid #3F0E40;
  background: #5F0E60;
  color: #FFF;
}

.bu3w{
  border: 2px solid transparent;
  padding: 1px 8px;
  background: #ffffff;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-size: 12pt;
}
.bu3w:hover{
  border: 2px solid #ffffff;
  background: #e6e6e6;
  color: rgb(0, 0, 0);
}

.bu20{
  border: 2px solid transparent;
  padding: 1px 8px;
  background: #3F0E40;
  color: #FFF;
  cursor: pointer;
  font-size: 20pt;
  font-weight: bold;
}
.bu20:hover{
  border: 2px solid #3F0E40;
  background: #5F0E60;
  color: #FFF;
}

.box2 {
  margin: 0em;
  padding: 0.2em 0.2em;
  width: auto;
  color: #222222; /* 文字色 */
  background-color: #f7f7f7; /* 背景色 */
  border: 1px solid #ccc; /* 枠線 */
 }



 
.tooltip1{
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.tooltip1 p{
  margin:0;
  padding:0;
}
.description1 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 100px;
}
.description1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
}
.tooltip1:hover .description1{
  display: inline-block;
  top: -70px;
  left: -30px;
}



.tooltip1{
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.tooltip1 p{
  margin:0;
  padding:0;
}
.description1 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 100px;
}
.description1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
}
.tooltip1:hover .description1{
  display: inline-block;
  top: -70px;
  left: -30px;
}



.tooltip5{
  position: relative;
  cursor: pointer;
  display:  inline-block;
}
.tooltip5 img{
  width: 20px;
}
.description5 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 100px;
}

.description5:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
}
.tooltip5:hover .description5{
  display: inline-block;
  top: -75px;
  left: -50px;
}


/*form*/
.Form {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {

  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  display: flex;
}
.Form-Item-Label {
  width: 20%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-left: 4px;
  padding-left: 10px;
  padding-right: 1px;
  height: 28px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 10px;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 4px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
  display: block;
  letter-spacing: 0.05em;
  background: #5F0E60;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #9d739e;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/* submit*/
form .btns{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 6px 25px;
	color: #3F0E40;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #793b7a;
	cursor: pointer;
	transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
} 
form .btns:hover{
    color: #ffffff;
    background-color: #5F0E60;
}