@charset "utf-8";
/*=================================
style.css　レイアウト、パーツCSS
1: parts (title,list,table,etc)
2: icon
3: layout
4: contents
=================================*/

/* 1: parts (title,list,table,etc)
================================== */
/* ------margin classes------ */
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml1em {
  margin-left: 1em;
}
.mb1em,
.boxmb1em p {
  margin-bottom: 1em;
}
.mb1em:last-child,
.boxmb1em p:last-child {
  margin-bottom: 0;
}
.l-tume {
  margin-left: -1rem;
}
.mt1em {
  margin-top: 1em;
}


/* ------text classes------ */
.red {/*赤文字*/
  color: #E6001D;
}
.fB {/*太文字*/
  font-weight: bold;
}
.fS {/*小さいフォント*/
  font-size: 1.3rem;
}
.fSS {/*さらに小さいフォント*/
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .fS {/*小さいフォント*/
    font-size: 1.4rem;
  }
  .fSS {/*小さいフォント*/
    font-size: 1.3rem;
  }
}
.fI {/*イタリック*/
  font-style: italic;
}
.tC {
  text-align: center;
}
.tR {
  text-align: right;
}
.tL {
  text-align: left;
}
.vM {
  vertical-align: middle;
}
.tU {
  text-decoration: underline;
}
.tel,.tel:hover {
  color: #000;
  text-decoration: none;
}
a.linkB {/*リンク青*/
  color: #647dbc;
}
a.linkR {/*リンク赤*/
  color: rgba(147, 66, 66, .9);
}

/* ------title classes------ */
.ttlDesign1 {
  position: relative;
  margin: 32px 0 24px;
  padding-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #C5C5C5;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .ttlDesign1 {
    margin: 48px 0 32px;
    font-size: 2.4rem;
  }
}
.ttlDesign1:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 10rem;
  height: 1px;
  background: #0091DC;
}
.ttlDesign2 {
  margin: 32px 0 24px;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 2px solid #0091DC;
  line-height: 1.4;
}
.ttlSub {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .ttlSub {
    font-size: 1.6rem;
  }
}
.ttlDesign3 {
  margin: 24px 0 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
}

/* ------table classes------ */
.tableDesign1,
.tableDesign2,
.tableDesign3,
.tableDesign5 {
  width: 100%;
  text-align: left;
  word-break: break-all;
}
.tableDesign1 th,
.tableDesign1 td {
  padding: 16px 0;
  text-align: left;
  border-top: 1px solid #E6E6E6;
}
.tableDesign1 th {
  width: 8em;
}
.tableDesign1 tr:first-child th,
.tableDesign1 tr:first-child td {
  border-top: none;
  padding-top: 0;
}
.tableDesign1 tr:last-child th,
.tableDesign1 tr:last-child td {
  padding-bottom: 0;
}
.tableDesign2 th,
.tableDesign2 td {
  display: block;
  width: 100%;
  text-align: left;
}
.tableDesign2 th {
  padding-bottom: 8px;
  font-weight: bold;
}
.tableDesign2 td {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E6;
}
.tableDesign2 tr:last-child th,
.tableDesign2 tr:last-child td {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .tableDesign2 th,
  .tableDesign2 td {
    display: table-cell;
    width: auto;
    padding: 16px 0;
  }
  .tableDesign2 th {
    width: 17em;
    border-bottom: 1px solid #E6E6E6;
  }
  .tableDesign2 tr:last-child th {
    border-bottom: none;
  }
  .tableDesign2 tr:first-child th,
  .tableDesign2 tr:first-child td {
    padding-top: 0;
  }
}
.tableDesign_ml.tableDesign2 th {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .tableDesign_ml.tableDesign2 th {
    width: 9em;
  }
}
.tableDesign3 th,
.tableDesign3 td {
  padding: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
@media print, screen and (min-width: 768px) {
  .tableDesign3 th,
  .tableDesign3 td {
    padding: 16px;
  }
}
.tableDesign3 th {
  color: #FFF;
  background: #A1ABB6;
  border: 1px solid #A1ABB6;
}
.tableScroll {
  overflow: auto;
}
.tableScroll table {
  width: 600px;
}
@media print, screen and (min-width: 768px) {
  .tableScroll table {
    width: 100%;
  }
}
.tableDesign4 {
  text-align: left;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .tableDesign4 {
    font-size: 1.6rem;
  }
}
.tableDesign4 th,
.tableDesign4 td {
  padding: 4px 8px;
  border: 1px solid #E6E6E6;
}
@media print, screen and (min-width: 768px) {
  .tableDesign4 th,
  .tableDesign4 td {
    padding: 4px 16px;
  }
}
.tableDesign4 th {
  color: #FFF;
  background: #A1ABB6;
  border: 1px solid #A1ABB6;
}
.tableDesign4 tr:not(:last-child) th {
  border-bottom: 1px solid #FFF;
}

.tableDesign5 {
  text-align: left;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .tableDesign5 {
    font-size: 1.6rem;
  }
}
.tableDesign5 th,
.tableDesign5 td {
  padding: 4px 8px;
  border: 1px solid #E6E6E6;
}
@media print, screen and (min-width: 768px) {
  .tableDesign5 th,
  .tableDesign5 td {
    padding: 4px 16px;
  }
}
.tableDesign5 th {
  color: #FFF;
  background: #A1ABB6;
  border: 1px solid #FFF;
  vertical-align: middle;
}
.tableDesign5 tr:not(:last-child) th {
  border-bottom: 1px solid #FFF;
}
.tableDesign5 th {
  text-align: center;
}
.tableScroll {
  overflow: auto;
}
.tableScroll table {
  width: 600px;
}
@media print, screen and (min-width: 768px) {
  .tableScroll table {
    width: 100%;
  }
}

/* ------list classes------ */
.listDesign_arw > li {
  background: url(../img/cmn/icn_arwR.svg) left 8px no-repeat;
  background-size: 6px;
  margin-bottom: 8px;
  padding-left: 10px;
}
.listDesign_arw > li:last-child {
  margin-bottom: 0;
}
.list_circle li{
  position: relative;
  margin-left:14px;
  padding-left:2px;
}
.list_circle li::after{
  display: block;
  content: '';
  position: absolute;
  top: .3em;
  left: -1em;
  width: 12px;
  height: 12px;
  background-color: #666;
  border-radius: 100%;
}
.list_dot > li {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  padding-left: 20px;
}
.list_dot > li:before {
  position: absolute;
  top: 10px;
  left: 7px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid #A0A5B4;
  background: #FFF;
}
.list_dec > li {
  margin: 0.5em 0 1em 2em;
  list-style-type: decimal;
}
.list_dec > li:last-child {
  margin-bottom: 0;
}
ol.kakko > li,
ol.kakko2 > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left: 2em;
  margin-bottom: 8px;
  text-indent: -2em;
}
ol.kakko2 > li {
  margin-bottom: 0;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
ol.kakko > li:before {
  display: marker;
  content: "("counter(cnt) ") ";
}
ol.kakko2 > li:before {
  display: marker;
  content: counter(cnt) ") ";
}
ol.alpha li {
  list-style-type: lower-alpha;
  list-style-position: inside;
  margin-left: 1.5em;
  text-indent: -1em;
}
.list_page_anchor {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.list_page_anchor li {
  margin-right: 24px;
}
.list_page_anchor a {
  padding-left: 20px;
  background: url(../img/cmn/icn_arwBtm.svg) no-repeat left center;
  background-size: 14px;
}

/* ------box Design classes------ */
.boxDesign1 {
  padding: 24px;
  border: 1px solid #C5C5C5;
}

/* ------description list classes------ */
.dlDesign1 > dd {
  padding-left: 16px;
  border-left: 2px solid #49709A;
}
.dlDesign2 dt {
  font-weight: bold;
}
.dlDesign2 dd {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .dlDesign2 dt {
    float: left;
    margin-bottom: 8px;
  }
  .dlDesign2 dd {
    margin-left: 6em;
    margin-bottom: 16px;
  }
}


/* 2: icon
================================== */
.blank {
  background: url(../img/cmn/icn_blank.svg) right center no-repeat;
  background-size: 14px;
  margin-right: 8px;
  padding-right: 18px;
}
.blankWht {
  background: url(../img/cmn/icn_blankWht.svg) right center no-repeat;
  background-size: 14px;
  margin-right: 8px;
  padding-right: 18px;
}
.pdf {
  background: url(../img/cmn/icn_pdf.svg) right center no-repeat;
  background-size: contain;
  margin-right: 8px;
  padding-right: 24px;
}
.xls {
  background: url(../img/cmn/icn_xls.svg) right center no-repeat;
  background-size: contain;
  margin-right: 8px;
  padding-right: 18px;
}
.doc {
  background: url(../img/cmn/icn_doc.svg) right center no-repeat;
  background-size: contain;
  margin-right: 8px;
  padding-right: 18px;
}
.movie {
  background: url(../img/cmn/icn_movie.svg) right center no-repeat;
  background-size: 18px;
  margin-right: 8px;
  padding-right: 22px;
}
.more {
  position: relative;
  padding-right: 24px;
}
.more:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 16px;
  height: 6px;
  border-bottom: 1px solid #1F1F1F;
  border-right: 1px solid #1F1F1F;
  transform: skew(45deg);
}
@media print, screen and (min-width: 768px) {
  .more:after {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .more:hover:after {
    right: -8px;
    width: 24px;
    border-bottom: 1px solid #0091DC;
    border-right: 1px solid #0091DC;
  }
}
.ad {
  vertical-align: middle;
  line-height: 1;
}
.arwBtm {
  background: url(../img/cmn/icn_arwBtm.svg) left 8px no-repeat;
  background-size: 12px;
  padding-left: 16px;
}
.linkBtn a {
  display: inline-block;
  padding: 2px 8px;
  font-size: 1.4rem;
  color: #FFF;
  background: #0091DC;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .linkBtn a {
    transition: all .2s;
  }
  .linkBtn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.linkBtn span {
  color: #FFF;
}

/* 3: layout
================================== */
.mainContainer {
  position: relative;
  padding-top: 90px;
}
@media print, screen and (min-width: 768px) {
  .mainContainer {
    padding-top: 0;
  }
}
.inr {
  padding: 0 16px;
}
.inr:last-child,
.inr2:last-child {
  padding: 0 16px 80px;
}
@media print, screen and (min-width: 768px) {
  .inr {
    width: 100%;
    max-width: 1048px;
    min-width: 900px;
    min-height: 200px;
    padding: 0 24px;
    margin: 0 auto;
  }
  .inr:last-child {
    padding: 0 24px 80px;
  }
  .secTtl + .inr:last-child {
    padding: 40px 24px 80px;
  }
}
.inr2 {
  padding: 0 16px;
}
@media print, screen and (min-width: 768px) {
  .inr2 {
    width: 100%;
    max-width: 1248px;
    min-width: 900px;
    min-height: 200px;
    padding: 0 24px;
    margin: 0 auto;
  }
}
.sp_none {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}


/* 4: contents
================================== */
/* パンくず */
.pankuzu {
  background: #F4F6F7;
}
.pankuzu_inr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;/* Safari */
  flex-wrap: wrap;
  width: 100%;
  padding: 8px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .pankuzu_inr {
    width: 100%;
    max-width: 1048px;
    min-width: 900px;
    margin: 0 auto;
    padding: 8px 24px;
    font-size: 1.4rem;
  }
}
.pankuzu_inr li {
  position: relative;
  margin-right: 6px;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .pankuzu_inr li {
    margin-right: 8px;
    padding-right: 14px;
  }
}
.pankuzu_inr li:before {
  position: absolute;
  right: 0%;
  top: 38%;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pankuzu_inr li:last-child:before {
  content: none;
  margin-right: 0;
  padding-right: 0;
}
.pankuzu_inr li:last-child a {
  pointer-events: none;
  text-decoration: none;
  color: #333;
}


/* --------------------------------------------------
  トップページ
-------------------------------------------------- */
/* ------メインビジュアル------ */
.mainVisual img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .mainVisual {
    max-width: 1000px;
    margin: 0 auto;
  }
  .slider a img {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}
.mvpc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .mvpc {
    display: block;
  }
  .mvsp {
    display: none;
  }
}

/* ------新着情報------ */
.newsItem {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #C5C5C5;
  padding: 16px 0;
}
@media print, screen and (min-width: 768px) {
  .newsItem {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-bottom: 16px;
  }
  .newsItem:last-child {
    margin-bottom: 0;
  }
  .newsContent {
    width: calc(100% - 10em - 80px);
  }
  .newsSec.newsContent {
    width: 100%;
    max-width: 1048px;
    padding: 0 24px;
    margin: 0 auto;
  }
  .date {
    width: 7em;
  }
}
.tag {
  margin-left: 24px;
  padding: 4px 16px;
  background: #A1ABB6;
  color: #FFF;
  border-radius: 20px;
  font-size: 1.1rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .tag {
    width: 11em;
    text-align: center;
    margin-right: 24px;
    padding: 8px 16px;
  }
}
.newsTxt {
  width: 100%;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .newsTxt {
    width: calc(100% - 13em - 48px);
    margin: 0;
  }
  .event .newsTxt,
  .news .newsTxt {
    width: calc(100% - 8em);
  }
}
.tagclose {
  display: inline-block;
  margin-left: 1em;
  padding: 0 4px;
  font-size: 1rem;
  color: #FFF;
  background: #5A626A;
}

.tagclose2 {
  display: inline-block;
  margin-left: 1em;
  padding: 0 4px;
  font-size: 1rem;
  color: #5A626A;
  background: #E8DE13;
}


/* --------------------------------------------------
  下層共通
-------------------------------------------------- */
/* ------画像------ */
.img {
  text-align: center;
}
.img_800 {
  text-align: center;
}
.img img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.img_800 img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.floatimgR {
  margin: 0 auto 24px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .floatimgR {
    float: right;
    margin: 0 0 16px 24px;
  }
}

/* ------下層タイトル------ */
.secTtl {
  padding: 40px;
  text-align: center;
  background: url(../img/cmn/secMv.jpg) no-repeat center;
  background-size: cover;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
}

/* ------調査研究報告会------ */
.sympo .tableDesign3 th {
  width: 5em;
}
@media print, screen and (min-width: 768px) {
  .sympo .tableDesign3 th {
    width: 10em;
  }
}

/* ------目標検討チーム一覧------ */
.ttlMl {
  margin: 32px 0 24px;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 2px solid #0091DC;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .ttlMl {
    font-size: 2.1rem;
  }
}
.ttlMl span {
  display: block;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .ttlMl span {
    display: inline-block;
    font-size: 1.5rem;
  }
}
.mlTtlBox {
  position: relative;
  padding: 8px 40px 8px 16px;
  background: #F2F2F2;
}
.mlTtlBox_icn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mlTtlBox_icnimg {
  padding: 10px 0 0 5px;
}
.mlTtlBox h5 {
  margin-top:-55px;
  padding-top:55px;
}
@media print, screen and (min-width: 768px) {
  .mlTtlBox h5 {
    margin-top:0;
    padding-top:0;
  }
}
.mlTtlBox_ac {
  display: none;
  background:  #FFF;
}
@media print, screen and (min-width: 768px) {
  .mlTtlBox {
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
  }
  .mlTtlBox:hover {
    opacity: 0.7;
  }
}
.mlTtlBox:before,
.mlTtlBox:after {
  display: block;
  content: '';
  width: 2px;
  height: 20px;
  background: #0091DC;
  position: absolute;
  top: 21px;
  right: 25px;
}
.mlTtlBox:before{
  width: 20px;
  height: 2px;
  top: 30px;
  right: 16px;
}
.mlTtlBox:after,
.mlTtlBox:before {
  transition: all .4s;
}
.mlTtlBox.open_icnactive:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mlTtlBox.open_icnactive:before {
  opacity: 0;
}
.teamList li {
  margin-top: 24px;
  background: #f2f2f2;
}
@media print, screen and (min-width: 768px) {
  .teamList {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .teamList li {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  .teamList li:nth-child(3n) {
    margin-right: 0;
  }
}
.teamList .boxDesign1 {
  padding: 16px;
  font-size: 1.3rem;
}
.teamList dt {
  font-weight: bold;
}
.teamList dd:not(:last-child) {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #CCC;
}
.listDesign_ml {
  max-width: 800px;
  margin: 0 auto 24px;
  border-bottom: 1px solid #E6E6E6;
}
.listDesign_ml li a {
  display: block;
  padding: 4px 8px;
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .listDesign_ml li a {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .listDesign_ml li a:hover {
    background: #C5C5C5;
  }
}
.ttlLink {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.morelink {
  display: inline-block;
  padding: 4px 10px;
  font-size: 1.6rem;
  color: #FFF;
  background: #0091DC;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .morelink:hover {
    color: #FFF;
    opacity:  0.7;
  }
}
.presenterBox:not(:last-child) {
  margin-bottom: 32px;
}
.presenterImg {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .presenterBox {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .presenterBox .ttlDesign3 {
    margin-top: 0;
  }
  .presenterImg {
    margin-right: 24px;
  }
  .presenterTxt {
    width: calc(100% - 224px);
  }
}
