@charset "utf-8";

/* CSS Document */
a#output_csv::before {
  clear: both;
  display: block;
  margin-top: 0.5em;
}

table {
  border-collapse: collapse;
  /* セルの線を重ねる */
  table-layout: auto;
  width: 100%;
}

th,
td {
  padding: 5px 10px;
  /* 余白指定 */
}

td.width5 {
  width: 3%;
  background-color: #8b6ac510;
  /* 背景色指定 */
  border: solid 1px #525457;
  text-align: center;
}

td.width15 {
  width: 15%;
  background-color: #6ac57200;
  /* 背景色指定 */
  border: solid 1px #525457;
}

td.width20 {
  width: 20%;
  background-color: #8a8a8a36;
  /* 背景色指定 */
  border: solid 1px #525457;
}

td.width30 {
  width: 30%;
  background-color: #6ac57209;
  /* 背景色指定 */
  border: solid 1px #525457;
}

td.width35 {
  width: 35%;
  background-color: rgba(241, 241, 186, 0.479);
  /* 背景色指定 */
  border: solid 1px #525457;
  color: #96826F;
}

td.width40 {
  width: 40%;
  background-color: #fbf8fff8;
  /* 背景色指定 */
  border: solid 1px #525457;
}

td.width45 {
  width: 45%;
  background-color: #6ac57210;
  /* 背景色指定 */
  border: solid 1px #525457;
}

td.width50 {
  width: 50%;
  background-color: #6ac57210;
  /* 背景色指定 */
  border: solid 1px #525457;
}

td.width60 {
  width: 60%;
  background-color: #6ac57210;
  /* 背景色指定 */
  border: solid 1px #525457;
}

td.width95 {
  width: 95%;
  background-color: #fcfcec;
  /* 背景色指定 */
  border: solid 1px #525457;
  color: #96826F;
  padding-left: 1em;
}


td.width5-t {
  width: 3%;
  background-color: #cccccc10;
  border: solid 1px #808080;
  text-align: center;
  padding: 2px 0px;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}

td.width20-t {
  width: 20%;
  background-color: #cccccc10;
  border: solid 1px #808080;
  text-align: center;
  padding: 2px 3px;
  font-size: 0.8em;
  letter-spacing: 0.2em;
}

td.width35-t {
  width: 35%;
  background-color: #cccccc10;
  border: solid 1px #808080;
  text-align: center;
  padding: 2px 10px;
  font-size: 0.8em;
  letter-spacing: 0.2em;
}

td.width40-t {
  width: 40%;
  background-color: #cccccc10;
  border: solid 1px #808080;
  text-align: center;
  padding: 2px 10px;
  font-size: 0.8em;
  letter-spacing: 0.2em;
}

td.width95-t {
  width: 95%;
  background-color: #cccccc10;
  border: solid 1px #808080;
  text-align: center;
  padding: 2px 10px;
  font-size: 0.8em;
  letter-spacing: 0.2em;
}


/*
/* th {
/*    background-color: #9BCFF8;  /* 背景色指定 */
/*    color:  #fff;               /* 文字色指定 */
/*    font-weight:  normal;       /* 文字の太さ指定 */
/*    position:  relative;        /* 位置指定 */
/*    z-index: 10;                /* 重なり調整 */
/*}
 
/*td {
/*    background-color:  #EEF6FD; /* 背景色指定 */
/*    padding-left: 25px;         /* 余白指定 */
/*}

/*a {
/*    text-decoration:none; 
/*}
*/
/*th::after {
/*    content:'';                 /* 空の要素を作る */
/*   position:  absolute;        /* 位置指定 */
/*   height: 24px;               /* 高さ指定 */
/*    width: 24px;                /* 幅指定 */
/*    background-color: #2196F3;  /* 背景色指定 */
/*    transform:  rotate(45deg);  /* 要素を回転 */
/*    top: 5px;                   /* 位置指定 */
/*    right: -12px;               /* 位置指定 */
/*    z-index:  -1;               /* 重なり調整 */
/*}
*/

/* tr {
  border-bottom: solid #fff; */
/* 線指定 */
/* } */

/*　from --- https://note.spiqa.design/select-angle/ */

select {
  position: relative;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrap {
  position: relative;
  width: 100%;
  line-height: 1.1em;
}

.select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #07124E;
  border-left: 2px solid #07124E;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

.kakusu {
  display: none;
}

.kakusu2 {
  display: none;
}

.kakusu3 {
  display: none;
}


.btn-radius-solid {
  border: 1.5px solid #A7A7A7;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  font-size: 0.8em;
  color: #566AAB;
}

.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

label {
  font-size: 0.9em;
}

t0[onclick="sagasu(this.textContent)"] {
  color: #000B60;
  cursor: pointer;
  font-weight: 600;
}

t0[onclick="sagasu(this.textContent)"]:hover {
  color: #003460;
  font-weight: 600;
  background-color: #E4EDF8;
}

t1[onclick="sagasu2(this.textContent)"] {
  color: #3b3b3b;
  cursor: pointer;
  font-weight: 500;
  background-color: #8871ac10;
}

t1[onclick="sagasu2(this.textContent)"]:hover {
  color: #003460;
  font-weight: 600;
  background-color: #f6f9ff;
}

t1[onclick="sagasu3(this.textContent)"] {
  color: #3b3b3b;
  cursor: pointer;
  font-weight: 500;
  background-color: #ac719a10;
}

t1[onclick="sagasu3(this.textContent)"]:hover {
  color: #003460;
  font-weight: 600;
  background-color: #fff6fc;
}

h4.product {
  position: relative;
  border: solid 1px #A5AAB0;
  border-radius: 7px;
  /* CSS3草案 */
  -webkit-border-radius: 7px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px;
  /* Firefox用 */
  background: #FFFFFF;
  line-height: 1.4;
  padding: 1em 1.5em;
  margin: 2em 0 0.5em;
  font-size: 1.1em;
}

h4.product:after {
  /*タブ*/
  position: absolute;
  font-weight: 700;
  content: 'product / service';
  background: #A5AAB0;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 7px 3px 7px;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 2px 3px;
}

h4.task:after {
  /*タブ*/
  position: absolute;
  font-weight: 700;
  content: '課　題';
  background: #A5AAB0;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 7px 3px 7px;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 0px 3px;
}

h4.task {
  position: relative;
  border: solid 1px #A5AAB0;
  border-radius: 7px;
  /* CSS3草案 */
  -webkit-border-radius: 7px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px;
  /* Firefox用 */
  background: #FFFFFF;
  line-height: 1.4;
  padding: 1em 1.5em;
  margin: 2em 0 0.5em;
  font-size: 1.1em;
  color: #1D1D1D;
}

h1.line {
  color: #666666;
  /*文字色*/
  border-bottom: solid 2px #406da4;
  /*下線*/
  padding: 0.2em 0;
  margin: 0.5em 0;
  font-size: 1.8em;
}

.heading-31 {
  position: relative;
  padding: .3em 0 .2em 1em;
  border-bottom: 3px solid #797097;
  color: #333333;
}

.heading-31::before {
  position: absolute;
  top: 0;
  left: .3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #797097;
  content: '';
}

.heading-31::after {
  position: absolute;
  transform: rotate(15deg);
  top: .6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #797097;
  content: '';
}

.heading-41 {
  display: flex;
  align-items: center;
  padding: .5em .7em;
  background-color: #e6e6e6;
  color: #373344;
  font-weight: 600;
  font-size: 1.1em;
}

.heading-41::before {
  display: inline-block;
  width: 8px;
  height: 1.1em;
  margin-right: .5em;
  background-color: #5e5775;
  content: '';
}

.yubi {
  cursor : pointer;
}

.input-box2 {
  width: 100%;
  line-height: 1em;
}