@charset "UTF-8";


table {
  border-collapse: collapse;
  border: 1px solid black;
}
table td {
 border-bottom: 1px dashed gray;
 border-left:1px solid gray;
 white-space: pre-wrap;
}
table th {
  border: 1px solid black;
  text-align:center;
  font-weight: 400;
}

.head{
  margin          : 0px;
  padding         : 10px;
  background      : #250d00;
  font-size       : 24pt;
  color           : #fbfaf5;
  width: 100%;
}
.body{
  margin          : 3px;
  font-family     : "Meiryo UI", "MS UI Gothic", sans-serif;
  background      : #ffffff;
  width: 100%;
}


.frame01{
  border-radius   : 0.6em;
  background      : #fbfaf5;
  color           : #250d00;
  font-size       : 14pt;
  border          : 4px outset #250d00;
}
.frame02{
  border-radius   : 0.6em;
  background      : #fbfaf5;
  color           : #800080;
  font-size       : 12pt;
  border          : 4px outset #800080;
  width: 100%;
}
.r_text{
  text-align      :end;
  color           : #fbfaf5;
}
.r_text_b{
  text-align      :right;
}
.l12{
  font-size       : 12pt;
  border          : 1px outset #250d00;
}
.r12{
  font-size       : 12pt;
  border          : 1px outset #250d00;
  text-align      :end;
}
.comm1{
  font-size       : 12pt;
  color           : #250d00;
  border          : 4px outset #250d00;
  padding         : 2px;
  text-decoration : none;
  border-radius: 5px 5px 0 0;
}
.comm2{
  font-size       : 12pt;
  color           : #a22041;
  border          : 2px outset #c97586;
  padding         : 2px 5px;
  text-decoration : none;
  border-radius: 5px;
}
.comm3{
  font-size       : 12pt;
  color           : #19448e;
  text-decoration : none;
  border-radius: 5px 5px 0 0;
}
.comm4{
  font-size       : 12pt;
  color           : #8b0000;
  text-decoration : none;
  border-radius: 5px 5px 0 0;
}
.comm5{
  font-size       : 12pt;
  color           : #302833;
  text-decoration : none;
  cursor          : pointer;
}
.redfont{
  color           : red;
}
.line01{
  font-size:14pt;
  background:#4b0082;
  color:#ffffff;
  padding:2px;
}
.line02{
  font-size:12pt;
  color:#203744;
  padding:2px 2px 5px;
  background: repeating-linear-gradient(
    0deg,     /* 角度の指定 */
    #f8f4e6,      /* 色A ... 開始 */
    #f8f4e6 3px,  /* 色A ... 終了 */
    #d7a98c 3px,      /* 色B ... 開始 */
    #d7a98c 6px   /* 色B ... 終了 */
  );
}
.line03{
  background:#ede4cd;
  padding:1px 3px 2px;
}
.line04{
  font-size:14pt;
  background:#a22041;
  color:#ffffff;
  padding:2px;
  margin-top:2px;
}
.line05{
  background:#ede4cd;
  margin    : 0;
}
.box01{
  padding:15px;
  margin:10px;
  background:#e6e6fa;
  text-align:left;
  line-height:140%;
}
.box02{
  border:solid #4b0082 1px;
  margin:10px;
  border-radius: 15px;
  padding:5px;
}
.box03{
  margin : 0;
  padding : 0;
}
.box05{
  display: grid;
  grid-template-columns: 300px 400px;
　grid-auto-rows: 300px;
  column-gap: 5px;
  margin : 10px;
}
.back01{
  background:#eaf4fc;
}
.back02{
  background:#fdeff2;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #800080;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #800080;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}
.tab-label {
    margin-bottom: 1rem;
    border-radius: 0;
}
.tab-label:not(:last-of-type) {
    margin-right: 0;
}
.tab-label {
    background: #fff;
    color: #800080;
    border: 2px solid;
    border-left: 0;
}
label#tab04 {
    border-left: 2px solid #800080;
    border-radius: 15px 0 0 15px;
}
label#tab06 {
    border-radius: 0 15px 15px 0;
}
.tab-switch:checked+.tab-label+.tab-content {
    text-align: center;
}
.tab-switch:checked+.tab-label {
    background: #800080;
    color: #fff;
    border-color: #800080;
}


table#basic01 {
  border : 1px #000000 solid;
}


@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
div.box05{
  display: grid;
  grid-template-columns: 100px 1fr;
　grid-auto-rows: 300px;
  column-gap: 5px;
  margin : 5px;
}
p.p01{
  background-color: rgba(255, 255, 255, 0.562);
  margin : 2px 5px;
  padding : 4px;
}
p.line04{
  font-size:14pt;
  background:#a22041;
  color:#ffffff;
  padding:2px;
  margin-top:2px;
  margin-bottom:2px;
}

}

.checkstyle01 {
  background-color: #c2a8cc;
  background-image:
    linear-gradient(45deg,
      rgba(233, 219, 239, 1) 25%, rgba(233, 219, 239, 1) 25%,
      transparent 25%, transparent 100%),
    linear-gradient(-135deg,
      rgba(233, 219, 239, 1) 25%, rgba(233, 219, 239, 1) 25%,
      transparent 25%, transparent 100%),
    linear-gradient(-135deg,
      rgba(194, 168, 204, 1) 25%, rgba(194, 168, 204, 1) 25%,
      transparent 25%, transparent 100%),
    linear-gradient(45deg,
      rgba(194, 168, 204, 1) 25%, rgba(194, 168, 204, 1) 25%,
      transparent 25%, transparent 100%),
    linear-gradient(45deg,
      rgba(233, 219, 239, 1) 0%,
      rgba(233, 219, 239, 1) 6%, transparent 6%,
      transparent 11%, rgba(233, 219, 239, 1) 11%,
      rgba(233, 219, 239, 1) 17%, transparent 17%,
      transparent 22%, rgba(233, 219, 239, 1) 22%,
      rgba(233, 219, 239, 1) 28%, transparent 28%,
      transparent 33%, rgba(233, 219, 239, 1) 33%,
      rgba(233, 219, 239, 1) 39%, transparent 39%,
      transparent 44%, rgba(233, 219, 239, 1) 44%,
      rgba(233, 219, 239, 1) 50%, transparent 50%,
      transparent 55%, rgba(233, 219, 239, 1) 55%,
      rgba(233, 219, 239, 1) 61%, transparent 61%,
      transparent 66%, rgba(233, 219, 239, 1) 66%,
      rgba(233, 219, 239, 1) 72%, transparent 72%,
      transparent 77%, rgba(233, 219, 239, 1) 77%,
      rgba(233, 219, 239, 1) 83%, transparent 83%,
      transparent 88%, rgba(233, 219, 239, 1) 88%,
      rgba(233, 219, 239, 1) 94%, transparent 94%,
      transparent 100%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px, 0 0, 20px 20px, 0 0;
}