@charset "UTF-8";

.img_incont {
  margin-bottom: 2em;
  width: 100%;
  height: auto;
}
.right {
  margin-top: -0.3em;
}
.right .colmun {
  flex-direction: column;
  row-gap: 1em;
}
.right .colmun ul {
  width: 100%;
}
.right .colmun li {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.right .colmun li:not(:first-child) {
  margin-top: 1em;
}
.right .colmun li a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-height: 4em;
  background-color: #fff;
  border-radius: 9px;
  padding: 1em 3.5em 1em 2em;
  position: relative;
  font-size: 16px;
  transition: var(--transition);
}
.right .colmun li a:not([href$=".pdf"])::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gradation-horizontal);
  margin-top: -16px;
  transition: var(--transition);
}
.right .colmun li a:not([href$=".pdf"])::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  display: block;
  width: 13px;
  height: 9px;
  background-image: url(/../common/img/icon/icon_link_arrow.png);
  background-size: 13px 9px;
  background-repeat: no-repeat;
  background-position: 0;
  transform: translate(0, -4px);
  z-index: 2;
}
.right .colmun li a:hover {
  background-color: #dee9f3;
}
.right .colmun li a:hover:not([href$=".pdf"])::before {
  scale: .8;
}

table {
  border-top: 1px dotted #ccc;
  margin-top: 2em;
}
th {
  width: 40%;
  background-color: #fff;
  text-align: left;
  font-weight: normal;
}
th, td {
  padding: 1em;
}
td ul {
  list-style-type: disc;
  margin-left: 1em;
}


.section__inner h3:not(:first-child) {
  margin-top: 2em;
}

/* 絞り込み */

.instructions {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2em 0;
  margin: 2em 0;
  font-size: 15px;
}
.instructions ol {
  margin-left: 1em;
}
.instructions ol li {
  text-indent: -3em;
  padding-left: 2em;
}
.instructions strong {
  font-weight: 500;
}
.instructions ol li .blue {
  color: #3366cc;
}
.instructions ol li .green {
  color: #00a7a8;
}
.bl_selectBlock_check + .bl_selectBlock_ttl {
  margin-top: .5em;
}

.search-box__wrap {
  padding: 2em 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
/*
#report .filter .list {
  display: flex;
  justify-content: flex-start;
  align-items: strech;
  gap: 32px;
  background-color: var(--bg__color__light);
  padding: 5% 3%;
}
#report .filter .list_item {
  width: calc(calc(100% - 64px) / 3);
  margin: 0;
}
#report .filter .disnone {
  width: 100%;
  text-align: center;
}
*/
.search-box_label {
  font-weight: bold;
}
.is-hide {
  display: none;
}
.list {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list_item {
  margin-bottom: 1em;
}
.list_item span {
  font-size: 14px;
  color: #666;
}
.search-box input[type=checkbox],
.search-box input[type=radio],
.search-box2 input[type=checkbox],
.search-box2 input[type=radio] {
  display: none;
}
.search-box input[type=checkbox]:checked + label,
.search-box input[type=radio]:checked + label,
.search-box2 input[type=checkbox]:checked + label,
.search-box2 input[type=radio]:checked + label {
  background: var(--gradation-horizontal);
  color: #fff;
}
.search-box label,
.search-box2 label,
.list_item .tag {
  padding: 8px 10px;
  background: #dee9f3;
  border-radius: 100px;
  transition: all 0.2s;
  font-size: 14px;
  display: inline-block;
}
.search-box label:hover,
.search-box2 label:hover {
  background: #dfdfdf;
  cursor: pointer;
}
.list_item .bottom {
  padding: 1.5em;
  display: flex;
  flex-direction: column;
}
.list_item a,
.list_item a:hover,
.list_item a:visited {
  color: var(--font__color);
}
.list_item a h1 {
  transition: all .5s ease;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Arial, sans-serif;
  /*font-family: 'Roboto', 'YakuHanJP', 'Noto Sans JP', sans-serif;*/
  text-indent: -.5em;
  height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_item a:hover h1 {
  color: var(--key__color);
}
.list_item .tag {
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin: 16px 8px 0 0;
  background-color: var(--key__color);
  color: var(--bg__color);
}
.list_item .date {
  font-size: 14px;
}
.list_item h1 {
  margin-top: 8px;
  line-height: 1.7;
}
.list_item a .thumb {
  overflow: hidden;
}
.list_item a .thumb img {
  transform: scale(1);
  transition: all .5s ease;
}
.list_item a:hover .thumb img {
  transform: scale(1.1);
}


#interview .interview__list {
  margin-top: 64px;
  padding-bottom: 96px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #009fa8 50%, #009fa8 100%);
}
#interview .interview__list .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
#interview .interview__list .inner li {
  width: calc(calc(100% - 128px) / 5);
  position: relative;
}
#interview .interview__list .inner li .thumb {
  overflow: hidden;
}
#interview .interview__list .inner li a .thumb img {
  transition: all .5s ease;
}
#interview .interview__list .inner li a:hover .thumb img {
  transform: scale(1.1);
}
#interview .interview__list .inner li .info {
  position: absolute;
  left: 0;
  bottom: 10%;
}
#interview .interview__list .inner li .info span {
  display: block;
  width: fit-content;
  background-color: var(--bg__color);
  line-height: 1;
}
#interview .interview__list .inner li .info span:not(:first-child) {
  margin-top: 8px;
}
#interview .interview__list .inner li .info span.name {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 16px;
  min-width: 70px;
}
#interview .interview__list .inner li .info span.affiliation {
  font-size: 13px;
  padding: 5px 16px;
}


/* aside */
aside h1 {
  line-height: 1.5;
}
aside .flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid var(--key__color);
}
aside .flexbox .left,
aside .flexbox .right {
  width: calc(50% - 32px);
}
aside .flexbox .left {
  padding-left: calc(5% - 3px);
}
aside .flexbox .right {
  position: relative;
}
aside .flexbox .right img {
  width: 100%;
  height: auto;
}
aside .flexbox .right .label {
  position: absolute;
  left: 0;
  bottom: 64px;
  font-size: 24px;
  /*font-weight: 600;*/
  width: 50%;
  padding: 5px 0;
  text-align: center;
  color: var(--key__color);
  background-color: var(--bg__color);
}





input{
  display: none;
}
.select-wrap {
  margin-bottom: 1em;
  padding: 2em 2em 1em;
  background-color: #f6f6f6;
}
.select-wrap > p {
  font-weight: 500;
  margin-bottom: 1em;
}
.bl_3daysSearchBlock {
  margin-top: 2em;
}
.bl_3daysSearchBlock_ttl_sub{
  font-size: 16px;
  color: #3366cc;
  letter-spacing: 0.2em;
}
.el_searchResult{
  text-align: center;
  color: #3366cc;
}
.js_target{
  display: none;
}
.js_target.js_selected{
  display: block;
}
.bl_selectBlock label{
  display: inline;
}
.bl_selectBlock input{
}
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #3366cc;
}
.bl_selectBlock_check.green label .el_checkbox {
  border: 1px solid #00a7a8;
}
.bl_selectBlock_check label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after{
  background-color: #3366cc;
}
.bl_selectBlock_check.green input[type=checkbox]:checked + label .el_checkbox:after{
  background-color: #00a7a8;
}
.bl_selectBlock_check label .el_radiobox{
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #3366cc;
	border-radius: 10px;
}
.bl_selectBlock_check label .el_radiobox:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
	border-radius: 10px;
}
.bl_selectBlock_check input[type=radio]:checked + label .el_radiobox:after{
  background-color: #3366cc;
}
.el_searchResult{
  margin-bottom: 20px;
}
.bl_selectBlock{
  border: 1px solid #3366cc;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 15px;
  letter-spacing: 0.1em;
  border-radius: 10px;
}
.bl_selectBlock.green {
  border: 1px solid #00a7a8;
}
.bl_selectBlock_wrapper_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: block;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  border-top: 1px dashed #ccc;
  padding-top: 1em;
}
.bl_selectBlock_check label{
  cursor: pointer;
}
.bl_selectBlock_ttl{
  width: 185px;
  color: #3366cc;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.bl_selectBlock_ttl.green {
  color: #00a7a8;
}
@media screen and (max-width: 765px){
  .bl_selectBlock_ttl{
    width: 100%;
    margin-bottom: 20px;
  }
}
.bl_selectBlock_content{
  width: calc(100% - 185px);
  padding-bottom: 1em;
}
@media screen and (max-width: 765px){
  .bl_selectBlock_content{
    width: 100%;
  }
}
.bl_searchResultBlock{
  font-size: 14px;
}
.bl_searchResultBlock_item{
  box-sizing: border-box;
}
.bl_selectBlock_check{
  display: inline-block;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 0;
}
.bl_selectBlock_check:last-child{
  margin-right: 0;
}
.bl_selectBlock_release{
  text-align: center;
  color: #fff;
  background-color: #bdbdbd;
  padding: 15px 0;
  transition: all .5s ease;
}
.bl_selectBlock_release:hover {
  background-color: #3366cc;
}
.js_release{
  cursor: pointer;
}
.list_item span.js_checked_tag {
  display: inline-block;
  font-size: 12px;
  background-color: #3366cc;
  color: #fff;
  padding: 0 1em;
  border-radius: 100vh;
  margin-right: .5em;
}






@media screen and (max-width: 768px) {
  th, td {
    display: block;
    width: 100%;
  }
  th {
    background-color: #f5f5f5;
  }
  .right {
    margin-top: 0;
  }
  .bl_selectBlock {
    padding: 15px;
  }
  .right .colmun li a {
    padding: 15px 40px 15px 15px;
    background: url(/common/img/icon/icon_link_pdf.png) center right 15px no-repeat;
    background-size: 24px;
  }
}