@charset "Shift_JIS";

/*======================================================================================================================
========================================================================================================================

report.css

�C���f�b�N�X�y�[�W��p�X�^�C��

========================================================================================================================
======================================================================================================================*/

/* �j���[�X�G���A�w��
-------------------------------------------------------------------------------------------------------- */
.news_area {
  margin: 0px;
  padding: 1px 0px 1px 0px; /* �{�b�N�X���̃t���[�g�̏�ɕs���R�ȋ�s���o����IE�p�n�b�N */
}
.news_area .date {
  width: 80px;
  font-weight: bold;
  color: #979485;
  float: left;
}
.news_area .news {
  margin: 0px 0px 5px 0px;
  width: 500px;
  color: #979485;
  float: right;
}

.news_area .dotline {
  padding: 0px 0px 5px 0px; /* margin����IE�ł������ȋ�s���o���� */
  background: url(../report/img/dotline.gif) repeat-x;
  clear: both;
}

/* ���X�|���V�u�Ή� 
-------------------------------------------------------------------------------------------------------- */
#main {
  max-width: 100%;
  float: none;
}

.w290 {
  display: flex;
  justify-content: space-between;
  float: auto;
  width: 100%;
  margin-bottom: 20px;
}

.w160 {
  width: calc(100% - 140px);
}

/* ����
-------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 540px) {
  .sec01_container {
    flex-direction: column;
    margin-bottom: 0rem;
  }
}

.figure_container {
  width: 250px;
  min-width: 250px;
  height: 220px;
  margin: 0 0 30px 20px;
}
@media screen and (max-width: 540px) {
  .figure_container {
    width: 100%;
    min-width: inherit;
    max-width: 250px;
    height: 220px;
    margin: 20px auto 50px auto;
  }
}
.figure_container figcaption {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sec01_img01 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.is-textRight {
  text-align: right;
}
.is-textCenter {
  text-align: center;
}
.is-black {
  color: #333333;
}

.is-nonDecoration {
  text-decoration: none;
}

.is-block {
  display: block;
}

.is-inlineBlock {
  display: inline-block;
}

.is-bold {
  font-weight: bold;
}
.is-indentionBottom {
  margin-bottom: 1rem;
}
.is-tri {
  position: relative;
}

.is-tri::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #fd9b1c;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.sp_mb50 {
  margin-bottom: 50px !important;
}

.is-emptyMass {
  padding-left: 0.7rem;
}
.img_container source,
.img_container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.is-nowrap {
  white-space: nowrap;
}
.is-red {
  color: red;
}
.is-textRight {
  text-align: right;
}
.sp_none {
  display: none;
}
/* info_220511_table
-------------------------------------------------------------------------------------------------------- */
.info_220511_table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
}
.info_220511_table th,
.info_220511_table td {
  border: 1px solid #333333;
  padding: 5px;
}
.info_220511_table .td_title {
  background-color: #eeeeee;
}
.info_220511_table .td_45 {
  width: 45%;
}
.info_220511_table .td_15 {
  width: 15%;
}
.info_220511_table .sponsored {
  display: block;
  text-align: left;
  font-size: 10px;
  padding-left: 2rem;
  text-indent: -2rem;
}
.info_220511_table .center {
  text-align: center;
}
.info__contact__grid {
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  padding: 10px 0;
}
/* info_220621_ishikawa
-------------------------------------------------------------------------------------------------------- */
.info__seminar01__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.info__seminar01__table__th {
  background-color: #eeeeee;
  width: 25%;
  border: 1px solid #333333;
  padding: 5px;
}
.info__seminar01__table__td {
  width: 75%;
  border: 1px solid #333333;
  padding: 5px;
}
.info__seminar01__innerTable__th {
  vertical-align: top;
  font-weight: 400;
}
.info__seminar01__innerTable__td {
  vertical-align: top;
  padding-left: 1.5rem;
  text-indent: -1.2em;
}
/* info_consortium_220630
-------------------------------------------------------------------------------------------------------- */
.is-disc {
  position: relative;
  padding-left: 1em;
}
.is-disc::before {
  content: '\02022';
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  font-weight: bold;
}

@media screen and (min-width: 583px) {
  .is-pc-none {
    display: none;
  }
}
.is-left {
  margin-left: -65px;
}
@media screen and (min-width: 583px) {
  .is-left {
    margin-left: 0;
  }
}
/* info_consortium_220725
-------------------------------------------------------------------------------------------------------- */
.is-indent02 {
  margin-left: 4rem;
}
.is-indent03 {
  margin-left: 3.5rem;
}
.is-indent__li {
  margin-left: 0.5rem;
}
.is-h2__small {
  font-size: 12px;
}
.w100__sp {
  width: 100% !important;
}
.is-inline {
  display: inline;
}
.is-underline {
  text-decoration: underline;
}
.b20__sp {
  margin-bottom: 20px !important;
}
.w320_aspect {
  width: 320px !important;
  max-width: 100%;
  margin: auto;
}
