@charset "utf-8";
/* CSS Document */
#content {
  word-break: break-all;
}
/* decimal
------------------------------------------------------------- */
ol.decimal {
  list-style-type: decimal;
}
ol.decimal li {
  margin-left: 2em;
}
/* disc
------------------------------------------------------------- */
ul.disc li {
  position: relative;
  padding-left: 1em;
  padding-top: 0;
  padding-bottom: 0;
}
ul.disc li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.ofi.cont {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
/* fbox
============================================================================================================ */
.fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 993px) {
  .fbox.f_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fbox.f_sp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .fbox.f_pc {
    display: block;
  }
  .fbox.f_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.col_2 {
  justify-content: space-between;
}
.col_2 > * {
  width: 48%;
}
.col_2 > * + * {
  margin-left: 4%;
}
@media screen and (max-width: 992px) {
  .f_pc.col_2 > * {
    width: auto;
  }
  .f_pc.col_2 > * + * {
    margin-left: auto;
    margin-top: 5%;
  }
}
.item_sb {
  justify-content: space-around;
}
.item_center {
  align-items: center;
}
.action_fbox .text_box {
  width: 60%;
}
.action_fbox .img {
  width: 35%;
  margin-left: 5%;
}
.action_fbox .img img {
  width: 100%;
}
.renkei .action_fbox .img .cont {
  height: 300px;
}
.action_fbox .img_l {
  width: 20%;
  margin-right: 5%;
}
.action_fbox .img_l img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .action_fbox .text_box {
    width: 100%;
  }
  .action_fbox .img {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
     .action_fbox .img_l {
    width: 45%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
/*border box*/
.border_box {
  border: solid 1px #1FAD34;
  padding: 2vw;
}
@media screen and (max-width: 992px) {
  .border_box {
    padding: 5vw;
  }
}
/*textArea margin*/
.textArea_mt {
  margin: 3em auto;
}
.gree_color {
  color: #1FAD34;
}
/*大学との連携
--------------------------------------------------------*/
.renkei img {
  width: 100%;
}
.renkei_fbox {
  justify-content: space-between;
  flex-wrap: wrap;
}
.renkei_fbox li {
  width: 32%;
  margin-bottom: 10px;
}
.renkei_fbox.col_2 {
  justify-content: flex-start;
}
.renkei_fbox.col_2 li {
  margin-right: 2%;
}
@media screen and (max-width: 992px) {
  .renkei_fbox li {
    width: 46%;
  }
}
/*archive*/
.archive_list {}
.archive_list li {
  position: relative;
}
.archive_list li + li {
  margin-top: 5%;
}
.archive_list li a:hover img {
  opacity: 0.8 !important;
}
.archive_list li .img img {
  width: 100%;
  height: 250px;
}
.archive_list li .text_box {
  width: 300px;
  padding: 30px 10px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-0%, -50%);
  -moz-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  -o-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}
.archive_list.rever_flex li:nth-child(odd) .text_box {
  right: 5%;
  left: auto;
}
@media screen and (max-width: 992px) {
  .archive_list li .img img {
    height: 30vw;
  }
  .archive_list li .text_box {
    width: 280px;
    padding: 2vw 2vw;
  }
}
@media screen and (max-width:480px) {
  .archive_list li + li {
    margin-top: 15%;
  }
  .archive_list li .img img {
    height: auto;
  }
  .archive_list li .text_box {
    position: static;
    width: auto;
    padding: 2vw 2vw;
    top: auto;
    left: auto;
    -webkit-transform: translate(-0%, -0%);
    -moz-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -5%);
    -o-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
  }
  .archive_list.rever_flex li:nth-child(odd) .text_box {
    right: auto;
    left: auto;
  }
}
/*nenshi*/
.nenshi_table.callenderTable img {
  max-width: 100%;
  height: 100px;
}
.nenshi_table tr > th {
  width: 40%;
}
.nenshi_table tr > td {
  width: 90%;
}
.nenshi_table tr a:hover {}
.nenshi_table tr a:hover img {
  opacity: 0.7 !important;
}
/*資料編*/
.nenshi_table .tr_2col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /*   justify-content: center;*/
}
.nenshi_table .tr_2col_flex .shiryo_parent {
  width: 36%;
}
.nenshi_table .tr_2col_flex > * {
  margin-right: 5%;
}
.nenshi_table .tr_2col_flex > * img {
  border: solid 1px #DBDBDB;
}
.nenshi_table .tr_2col_flex .shiryo_img {
  margin-right: 5%;
}
.nenshi_table .tr_2col_flex .shiryo_text {
  width: 36%;
  margin-left: 2%;
}
@media screen and (max-width:992px) {
  .nenshi_table .tr_2col_flex {}
  .nenshi_table .tr_2col_flex .shiryo_parent {
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10%;
  }
  .nenshi_table .tr_2col_flex .shiryo_img {
    width: 30%;
    margin-left: 0;
    margin-top: 10%;
  }
  .nenshi_table .tr_2col_flex > * {
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .nenshi_table .tr_2col_flex .shiryo_text {
    width: 65%;
    margin-left: 5%;
    margin-top: 10%;
  }
}
/*archive_70*/
.archive_70 {
  /*border:solid 1px #000;*/
  padding: 1rem 1rem 0 1rem;
}
.archive_70 .text_box {
  font-size: 24px;
  text-decoration: underline !important;
}
.archive_70 .img {
  width: 90%;
}
.archive_70 img {
  width: 100%;
  text-align: center;
}
@media screen and (max-width:480px) {
  .archive_70 .text_box {
    font-size: 16px;
    text-align: center;
  }
}
.float_section {
  margin-bottom: 2rem;
}
.float_section .img img {
  height: 140px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}
@media screen and (max-width:480px) {
  .float_section .img img {
    height: 100px;
  }
}
/* ミドラボ */
.midolab img {
  max-width: 100%;
  height: auto;
}
.midolab_banner img {
  width: 560px;
  max-width: 100%;
}
.about-midolab {
  display: flex;
  justify-content: space-between;
}
.about_midolab_text {
  width: 60%;
}
.about_midolab_img {
  width: 30%;
}
.midolab_prvideo_img img {
  width: 160px;
}
/*midolab_youtube
-------------------------------------------------*/
@media screen and (max-width: 992px) {
.midolab_youtube iframe {
 width: 100%;
	height: 53vw;
}
}



/*midolab_book
-------------------------------------------------*/
.midolab_book {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  gap: 2%;
}
.midolab_book > * {
  margin-bottom: 1rem;
}
.midolab_book_img {
  width: 200px;
}
.tokyokogei_logo {
  width: 300px;
}
.midolab_logo {
  width: 60px;
  vertical-align: bottom;
}
@media screen and (max-width:609px) {
  .about-midolab {
    display: block;
  }
  .about_midolab_text {
    width: 100%;
  }
  .about_midolab_img {
    width: 100%;
  }
  .midolab_book {
    display: block;
  }
  .midolab_book_img {
    width: 100%;
  }
}
.midolab_manga_explanation {
  display: flex;
}
.midolab_manga_explanation .midolab_manga_box:nth-child(1) {
  margin-right: 5%;
}
.midolab_manga_box {
  width: 30%;
  margin-top: 1%;
}
.midolab_manga_box img {
  width: 100%;
}
@media screen and (max-width:480px) {
  .midolab_manga_explanation {
    display: block;
  }
  .midolab_manga_box {
    width: auto;
  }
  .midolab_manga_explanation .midolab_manga_box:nth-child(1) {
    margin-right: auto;
  }
}
.midolab_manga_icon {
  width: 50%;
  margin-top: 1%;
}
.midolab_manga_icon img {
  width: 100%;
}
.downloadLink {
    margin: 0 auto;
    padding-top: 5%;
}
.downloadlink_g a {
    display: block;
    background: #1fad34;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    padding: 0.75em 1em;
    box-shadow: 2px 2px #BFBFBF;
    box-sizing: border-box;
    transition: all .3s;
}
.downloadlink_o a {
    display: block;
    background: #f2922e;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    padding: 0.75em 1em;
    box-shadow: 2px 2px #BFBFBF;
    box-sizing: border-box;
    transition: all .3s;
}
.checkbox_style input[type="checkbox" ] {
    width: 16px !important;
    display: inline !important;
}

.checkbox_inner{
    display: none;
}
.checkbox_inner.active{
    display: block;
}
.checkbox_inner textarea{
    width: 100%;
    min-height: 180px;
    max-height: 300px;
    resize: vertical;
}
.checkbox_table_title{
    padding: 20px 25px;
        background-color: #1FAD34;
    color: #fff;
    text-align: left;
}

@media screen and (max-width:480px) {
    .checkbox_table_title{
        padding: 1em;
    }
}

/*refpacメニュー
-----------------------------------*/
.fbox_refpac {
  display: flex;
  align-items: center;  
}
@media screen and (max-width:480px) {
  .s_mt40 {
    margin-top: 30px;
  }
}
.fbox_refpac li:nth-child(3) a{
     margin-right: 3px;
}
.fbox_refpac li.gleen_box a,.fbox_refpac li.orange_box a{
    border-right: solid 1px #fff;
}
.fbox_refpac li a{
    border-right: solid 1px #000000;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none!important;
}
@media screen and (max-width: 1000px) {
    .fbox_refpac li a{
    padding: 10px 10px;
    }
}

@media screen and (max-width: 680px) {
  .fbox_refpac {
    display: block;
  } 
    .fbox_refpac li {
     margin-bottom: 10px;
    }
    .fbox_refpac li:nth-child(-n+3) {
     margin-bottom: 15px;
    }
    .fbox_refpac li a{
        border-right: none;
        border-left: solid 1px #000000;
    }
    .fbox_refpac li.gleen_box a,.fbox_refpac li.orange_box a{
    border-left: solid 1px #fff;
}
    }
.gleen_box a{
  background-color: #1fad34;
    color: #fff !important;
  padding: 10px 40px;  
    display: block;
    width: 130px;
}
.orange_box a{
  background-color: #f2922e;
  color: #fff !important;
  padding: 10px 40px; 
    display: block;
    width: 130px;
    margin: 10px auto;
}
@media screen and (max-width: 1200px) {
    .orange_box a{
    width: 80px;
    }
}
@media screen and (max-width: 680px) {
    .orange_box a{
    width: 130px;
    display: inline;
    }
    
}
/*
.contact_box a{
  background-color: #f2922e;
  color: #fff !important;
  padding: 10px 40px; 
    display: block;
    margin: 10px auto;
}
*/
.refpac_contact {
  text-align: center;
  align-items: center;
     
}
.contact_text{
    font-weight: bold;
    font-size: 1.0rem;
}
.contact_tel{
    color: red;
    font-size: 2.5rem;
    font-weight: bold;
}
@media screen and (max-width: 992px) {
	.refpac_contact  a{
		display: block!important;

	}
}
.contact_title_faq {
	 font-weight: bold;
    font-size: 1.8rem;   
}
.contact_text_faq {
    font-weight: bold;
    font-size: 1.6rem;
	margin-top: 0.5em;
    display: inline-block;
    text-align: left;
}
/*contactTable v_top
-------------------------------*/
.v_top{
    vertical-align: top;
}

.tac{
   text-align: center;
}

.pii_box{
    height: 330px;
    border: 1px solid;
    overflow-y: scroll;
    padding: 1em;
}
/*レフパック用ボタン
-------------------------------*/
.refpacBtn {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0px;
    background: #367f4c;
    color : #fff;
    padding: 1em 2em;
    margin: 0 15px;
    border: none;
    -webkit-box-shadow: 2px 2px #BFBFBF;
    -moz-box-shadow: 2px 2px #BFBFBF;
    -ms-box-shadow: 2px 2px #BFBFBF;
    box-shadow: 2px 2px #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.refpacBtn:hover {
    background: #FF8F33;
    cursor: pointer;
}
.refpacBtn[disabled] {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0px;
    background: #888;
    color : #fff;
    padding: 1em 2em;
    border: none;
    -webkit-box-shadow: 2px 2px #BFBFBF;
    -moz-box-shadow: 2px 2px #BFBFBF;
    -ms-box-shadow: 2px 2px #BFBFBF;
    box-shadow: 2px 2px #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.refpacBtn[disabled] :hover {
    cursor: pointer;
}

/*孤立死ページtable
------------------------------------------------------------*/
/*table_共通パーツ
-------------------------------------------------*/
.table-wrap {
  overflow-x: auto;
    margin-top: 1em;
}
.table-wrap + .table-wrap {
    margin-top: 5em;
}
/* スクロールバー全体を対象にする */
.table-wrap::-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
  height: 10px; /* スクロールバーの高さ */
}
/* スクロールバーの背景部分をカスタマイズ */
.table-wrap::-webkit-scrollbar-track {
  background: #E1E1E1; /* スクロールバーの背景色 */
  border-radius: 5px;
}
/* スクロールバーの操作部分をカスタマイズ */
.table-wrap::-webkit-scrollbar-thumb {
  background: #A6A6A6; /* スクロールバーの操作部分の背景色 */
  border-radius: 5px;
}
/*協定締結一覧
-------------------------------------------------*/
.kyotei_table {
  width: auto;
  border-collapse: collapse;
  white-space: nowrap;
  color: #000;
}
.kyotei_table th, .kyotei_table td {
  border: solid 1px #000;
  padding: 0.5em 1em;
}
.kyotei_table th {
  background: #e2efda;
  font-weight: bold;
}
.kyotei_table td:last-child {
  background: #ddebf7;
  text-align: center;
}
/*refpac
-------------------------------------------------*/
.refpac_table {
  width: auto;
  border-collapse: collapse;
  white-space: nowrap;
  color: #000;
}
.refpac_table th, .refpac_table td {
  border: solid 1px #000;
  padding: 0.5em 2em;
  text-align: center;
}
.refpac_table th {
  background: #e2efda;
}
/*安否確認集計結果
-------------------------------------------------*/
.anpi_table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  color: #000;
}
.anpi_table th, .anpi_table td {
  border: solid 1px #000;
  padding: 0.5em 1em;
  text-align: center;
}
.anpi_table th {
  background: #e2efda;
}
.anpi_table tr td:first-child {
  background: #fff2cc;
}
.anpi_table tr:nth-child(1) td {
  background: #fff;
  border: none;
}
.anpi_table tr:nth-child(2) td {
  background: #fff;
  border: none;
}
.anpi_table tr:nth-child(3) td {
  background: #fff;
  border: none;
}
.anpi_table tr:last-child {
  border-right: solid 2px red;
  border-left: solid 2px red;
}
.anpi_table tr:nth-last-child(-n + 2) th, .anpi_table tr:nth-last-child(-n + 2) td {
  border-bottom: 2px solid red;
}
.anpi_table tr:last-child th, .anpi_table tr:last-child td {
  font-weight: bold;
  border-top: solid 2px red;
}
/*通報区分
-------------------------------------------------*/
.tuho_table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  color: #000;
}
.tuho_table th, .tuho_table td {
  border: solid 1px #000;
  padding: 0.5em 1em;
  text-align: center;
}
.tuho_table th {
  background: #e2efda;
  letter-spacing: 0.5em;
}
.v_rl span{
  writing-mode: vertical-rl;
}
.tuho_table tr.v_rl th{
  vertical-align: middle;
  text-align: center;
  padding: 0.5em 0;
}
.tuho_table tr:nth-child(n+2) td:first-child{
  background: #fff2cc;
}
.tuho_table tr:nth-last-child(-n + 3) {
  background: #a2d8f0!important;
}
.tuho_table tr:nth-last-child(-n + 3) td:first-child{
  background: #a2d8f0;
}
.tuho_table td:last-child {
  background: #a2d8f0;
}
.tuho_table .b_y{
  background: #fff2cc!important;
}
.tuho_table .b_b{
  background: #a2d8f0!important;
}
@media screen and (max-width: 768px) {
  .v_rl span {
    writing-mode: vertical-rl;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}