@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.no-gutters {
  margin:0;
  padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}

/* footer */
footer {
	padding: 1.5rem 0;
	color: #000;
	background-color: #fff;
	text-align:center;
	line-height:175%;
}

footer .copyright {
	color: #fff;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.jumbotron.special {
  position: relative;
/*  min-height: 530px;*/
  margin-bottom: 0;
  overflow: hidden;
  background-color: #add8ff;
  background-image: url("../../img/dummy.jpg");
  background-repeat: no-repeat;
  background-position: 60% center;
/*  background-size: 70%;*/
}

.jumbotron.special .outline {
  position: relative;
}

.jumbotron.special .copy {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .jumbotron.special .copy {
    font-size: 2.5rem;
  }
}

.jumbotron.special .download {
  margin: 1rem auto 0.5rem;
}

.jumbotron.special .basedon {
  margin: 0.5rem auto;
  color: #7b8a8b;
}

.warn_mid {
	color:#cc0000;
	font-weight:bold;
	font-size:130%;
}

.deadlink {
	display: block;
	padding: 0.5rem 1rem;
	color: #6c757d;
} 

.back_def {
	background:#FFEBEB;
}

.back_pnlA {
	background:#F7FBFF;
}

.back_pnlB {
	background:#FEFEEE;
}

/*�v���O����*/
p.lecturer {
	margin-left:12px;
}

.lec_title {
	font-size:90%;
}

p.lec_idx {
	font-size:95%;
	margin-left:5px;
	margin-bottom:5px;
	color:#0D6CA6;
/*	font-weight:bold;*/
}

p.lec_contents {
	font-size:85%;
}

.shadow_head {
	text-shadow:1px 1px 3px #000000;
}


/* video */
.video-container {
/*	position: relative; */
	position: relative;
	overflow-x: hidden;
}

.video-sidebar {
	padding-top: 30px;
	position: absolute;
	top: 0;
/*	left: 0;*/
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3); 
}

video {
	width: 100%;
}


.jumbotron {
	background: url(../../img/header.png);
	background-size: cover;
	background-position: center 10%;
}

.jumbotron-extend {
    height: 100vh;
    min-height: 350px;
    margin-bottom: 60px;
/*    background: url(../img/main.jpg) no-repeat center center;*/
    background-size: cover;
}
.jumbotron-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
    padding-right: 30px;
}
.site-name {
    margin-bottom: 60px;
    margin-left: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
/*    font-family: 'Playfair Display', serif; */
}
.btn-black {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-family: 'Avenir', serif;
}
.btn-black:hover {
    background-color: #fff;
    color: #000;
}
.sns-button {
    position: absolute;
    bottom: 32px;
    left: 46px;
}

@media (max-width: 767px) { /* SP */
    .jumbotron-extend {
        height: 300px;
        min-height: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .jumbotron-container {
        top: 0;
        transform: translateY(0);
    }
    .site-name {
        margin-bottom: 40px;
/*		display: none;*/
		font-size:90%;
    }
    .btn-black {
        margin-bottom: 20px;
    }
    .sns-button {
        position: static;
    }
}


.idx_title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
}

.idx_title::before {
	position: relative;
	top: 5px;
	right: 5px;
	content: url(../../img/logo_ch1.png);
}

.main_title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
}

 /*
.title_icon {
	display: inline-block;
	margin-right: 15px;
	width: 50px;
	height: 47px;
	background: url(../../img/logo_ch1.png) no-repeat;
}
*/
/* contents */
.contents_back {
	position: relative;
	overflow: hidden;
/*	margin: 10% 0;*/
	padding: 80px 0;
}
.contents_back:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 3% -10% 0;
	background: #FFFDFA;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -1;
}
.contents_back.reverse:before {
	margin: 2% -10% 0;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.contents_back.double:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 3% -10% 0;
	background: rgb(223,229,238);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -2;
}
.contents_back_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
/*	max-width: 640px;*/
	height: 100%;
	margin: 0 auto;
	padding: 100px 10px 120px;
/*	color: #fff;*/
/*	text-align: center;*/
}
.contents_back_inner h1 {
	margin-bottom: 40px;
	font-size: 40px;
}
.contents_back_inner p {
	margin-top: 20px;
	font-size: 18px;
	text-align: left;
}
.contents_back_inner p a {
	color: #fff;
/*	border-bottom: 1px solid #999;*/
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contents_back_inner p a:hover {
	color: #666;
	border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
	.contents_back:before,
	.contents_back.double:after {
		height: 90%;
	}
	.contents_back_inner {
		padding: 20px 10px 120px;
	}
}

.mid {
	font-size:95%;
}



.btn-actor {
  color: #fff;
  background-color: #5f7dac;
  border-color: #5f7dac;
}

.btn-actor:hover {
  color: #fff;
  background-color: #425778;
  border-color: #5f7dac;
}

.btn-actor:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-actor.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-actor:not(:disabled):not(.disabled):active, .btn-actor:not(:disabled):not(.disabled).active,
.show > .btn-actor.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-actor:not(:disabled):not(.disabled):active:focus, .btn-actor:not(:disabled):not(.disabled).active:focus,
.show > .btn-actor.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


.bg-tbl-title {
	background:#BFCBDD;
}

.bg-tbl-title-light {
	background:#EBEFF4;
}

.bg-outline{
	padding:2em;
	border-top:solid 8px #224400;
	background:url(../../img/africa_back.png) center no-repeat;
/*	background:#F3FCE7;*/
}

/* チェックボックスラベルブランク対策 */
.custom-control-label {
	vertical-align: top;
}


.title_col {
	color:#c55a11;
}

.main_frm {
	border-bottom:solid 8px #224400;
}

.lead-container {
    position: relative;
    z-index: 2;
    background: #FDFCEA;
        background-position-x: 0%;
        background-position-y: 0%;
        background-image: none;
        background-size: auto;
    padding: 2rem;
    margin: 2rem;
/*    border: 1px solid rgba(34,68,0,0.1);*/
    border-radius: 12px;
    box-shadow: 3px 3px 3px rgba(161, 161, 161, 0.6);
    background-position: 0 0, 7px 7px;
    background-size: 14px 14px;
	color:#000;
	line-height:195%;
	font-size:115%;
}

.reg-container {
	position: relative;
	z-index: 2;
	background: #FDFCEA;
	background-position-x: 0%;
	background-position-y: 0%;
	background-image: none;
	background-size: auto;
	padding: 2rem;
	margin: 2rem;
	border-radius: 12px;
	box-shadow: 3px 3px 3px rgba(161, 161, 161, 0.6);
	background-position: 0 0, 7px 7px;
	background-size: 14px 14px;
	color:#000;
/*	line-height:150%;*/
}

.badge-yellow {
	color: #fff;
	background-color: #ffc107;
}

.badge-yellow[href]:hover, .badge-yellow[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #d39e00;
}

.badge-purple {
	color: #fff;
	background: rgba(23,27,58,1.0);
	box-shadow: 3px 3px 3px rgba(161, 161, 161, 0.5);
	background-position: 0 0, 7px 7px;
}

.badge-purple[href]:hover, .badge-purple[href]:focus {
	color: #fff;
	text-decoration: none;
	background: rgba(23,27,58,1.0);
}


.badge-green {
	color: #fff;
	background: #009344;;
	box-shadow: 3px 3px 3px rgba(161, 161, 161, 0.5);
	background-position: 0 0, 7px 7px;
}

.badge-green[href]:hover, .badge-green[href]:focus {
	color: #fff;
	text-decoration: none;
	background: #009344;
}

/*bg-custom*/
.bg-purple {
	background: rgba(23,27,58,1.0);
}

/* bg-lightY */
.bg-lightY {
	background: rgba(255,253,247,1.0);
}


a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
	background-color: #dae0e5 !important;
}

.nav_text {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
}

.card_text_y {
	color: #fff200;
}

.card_text_or {
	color: #f15a29;
}

.card_back_g {
	background: #009344;
	color:#fff;
}

.card_back_or {
	background: #f36f21;
	color:#fff;
}

.badge-green {
	color: #fff;
	background: #009344;
	box-shadow: 3px 3px 3px rgba(161, 161, 161, 0.5);
	background-position: 0 0, 7px 7px;
}

.badge-green[href]:hover, .badge-green[href]:focus {
	color: #fff;
	text-decoration: none;
	background: #009344;
}

.badge-blue {
	color: #fff;
	background: #192f63;
	box-shadow: 3px 3px 3px rgba(161, 161, 161, 0.5);
	background-position: 0 0, 7px 7px;
}

.badge-blue[href]:hover, .badge-blue[href]:focus {
	color: #fff;
	text-decoration: none;
	background: #192f63;
}

.badge-outline {
	color: #009344;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 147, 68, 0.9);
	background-position: 0 0, 7px 7px;
}

.alert-green {
	color: #fff;
	background-color: #009344;
	font-size:120%;
/*  border-color: #b8daff;*/
}

.alert-orange {
	color: #fff;
	background-color: #f36f21;
	font-size:120%;
/*  border-color: #b8daff;*/
}

body {
  margin: 0;
/*  font-family: "メイリオ", Meiryo, -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
/*  font-size: 0.8rem;*/
	font-family:'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset','Noto Sans JP',sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    /* font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro",'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;*/
    font-family: 'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset','Noto Sans JP',sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #092770;
}

.bg-head {
	background:#ffe56d;
}

.bg-nav {
	background:#192f63;
}

.navbar-light .navbar-brand {
	color: #6A6A67;
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: #6A6A67;
}

.reg_indent {
	margin-left:1em;
}

.reg_h6 {
	color: #192f63;
}

.alert-blue {
	color: #fff;
	background-color: #192f63;
	border-color: #192f63;
}

.alert-blue hr {
	border-top-color: #192f63;
}

.alert-blue .alert-link {
	color: #002752;
}

.index_title {
  position: relative;
  padding: 0.3rem 1.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.leftcolor-blue{
	padding-left: 10px ;
	border-left-width: 7px ;
	border-left-style: solid ;
	border-left-color: #337ab7;
	margin-bottom:18px;
}

.leftcolor-grblue{
	padding-left: 10px ;
	border-left-width: 7px ;
	border-left-style: solid ;
	border-left-color: #00adc5;
	margin-bottom:18px;
}

.leftcolor-red{
	padding-left: 10px ;
	border-left-width: 7px ;
	border-left-style: solid ;
	border-left-color: #cc0000;
	margin-bottom:18px;
}

td.index {
	text-align:center;
	background:#337ab7;
	font-weight:bold;
	color:#fff;
	white-space: nowrap;
}

td.break {
	text-align:center;
	background:#FAEED8;
	font-weight:bold;
	color:#000;
}

td.cont {
	padding-left:10px;
/* white-space: nowrap; */
}

/* 非自動改行 */
.span.aks {
	display: inline-block;
}

/* 文字幅狭く */
.text-narrow {
	transform: scale(0.8, 1);
}

.h_title {
/*	background-color: #fffa9e;
	padding: 13px 0 13px 0;*/
	border-bottom: 3px solid #d01a47;
}

/* ボタンを右下に表示する */
#page-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
}

/* ボタンの色を変更 */
#page-top i {
  color: #A5A29A;
}

/* ボタンをホバーしたときにカーソルを変更 */
#page-top i:hover {
  cursor: pointer;
}

.wrap {
	overflow: hidden;
}

.page_title {
	background-color: #ebe2c5;
	border-top: 4px solid #ee836f;
	border-bottom: 4px solid #ee836f;
}

h3.sd {
	text-shadow: 2px 3px 3px #ffffff;
}

.section-heading{
/*    font-size:28px;
    font-size:2.8rem;
    font-weight: bold;
    font-weight: 700;*/
    line-height: 1.1;
    padding-bottom:64px;
    position: relative;
/*    text-align: center;*/
}

.section-heading::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background: #2E2E2E;
}

.video-block-heading {
    position: relative;
    padding-bottom: 43px;
}

.video-block-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #2E2E2E;
}

.btn-match {
	color: #fff;
	transition: background 0.5s;
	background: rgb(8,23,50);
/*	background: linear-gradient(90deg, rgba(40,99,160,1) 0%, rgba(6,18,42,1) 50%, rgba(40,99,160,1) 100%); */
}

.btn-match:hover {
	color: #fff;
	background-color: #2864a1;
/*	border-color: #040d20;*/
	background: rgb(57,69,90);
/*	background: linear-gradient(90deg, rgba(40,99,160,1) 0%, rgba(40,99,160,1) 50%, rgba(40,99,160,1) 100%); */
}

.btn-match:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.lh_190 {
	line-height:190%;
}

.trim-image-to-circle {
/*    background-image: url("summerriver.jpg");  /* 表示する画像 */
    width:  150px;       /* ※縦横を同値に */
    height: 150px;       /* ※縦横を同値に */
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    background-position: left top;  /* 横長画像の左上を基準に表示 */
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
}

@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #eee;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}

/*背景　元*/
/*.cross {
	background-image: linear-gradient(90deg, #efefef 1px, transparent 0),
	linear-gradient(#efefef 1px, transparent 0);
	background-size: 10px 10px;
}*/

/*背景柄css　2024/3/21*/
.cross {
	background-image: repeating-linear-gradient(135deg, #F2F2F2, #F2F2F2 1.5px, #fff 1.5px, #fff 30px);
}


/* card */
.banner {
	position: absolute;
	top: 0;
	left: 0;
/*	width: 100%;
	height: 125px;*/
	width: 100%;
	height: 100px;
	background-image: url("../../img/banner.png");
	background-position: center;
	background-size: cover;
}

.img-circle {
	height: 150px;
	width: 150px;
	border-radius: 150px;
	border: 4px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

section {
/*  padding: 150px 0;*/
/*  padding: 80px 0 30px 0; 元　調整2024/3/15　→　5/8　*/
      padding: 25px 0 10px 0;
}


p {
	margin-bottom: 15px;
	line-height: 1.6em;
}
.float_none {
	clear: both;
}

/*2024年作業*/

/*写真に対してテキスト回り込み（講演写真-右側）　2024/2/20*/    
.float_none {
	clear: both;
}

figure {
	float: right;
	margin: 0px 0px 25px 25px;
    	/*width: 30%;　元2024/3/15*/
	/*width: 30%; 2024/3/19 元 
    */
}
figure img {
	max-width: 100%;
}


/*写真に対してテキスト回り込み（写真-左側）　2024/3/19*/    
.float_none-left {
	clear: both;
	float: left;
	margin: 0px 25px 25px 0px;
    	/*width: 30%;　元2024/3/15*/
	/*width: 30%; 2024/3/19 元 
    */
img-max-width: 100%;
}



/*見出しの飾り プログラムの下線青　2024/2/20*/
.sample14:after {
content:"";
display:block;
height:3px;
background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
position:relative;
bottom:-5px;
margin-top: 10px;
    margin-bottom: 3px;
}

/*見出しの飾り プログラムの下線　パネル　2024/2/20*/
.sample14-02:after {
content:"";
display:block;
height:3px;
background-image: linear-gradient(120deg, #929DD0 0%, #A766FF 100%);
position:relative;
bottom:-5px;
margin-top: 10px;
    margin-bottom: 3px;
}

/*見出しの飾り プログラムの下線　山本教授　2024/3/15*/
.sample14-03:after {
content:"";
display:block;
height:3px;
background-image: linear-gradient(120deg, #E7F071 0%, #00A448 100%);
position:relative;
bottom:-5px;
margin-top: 10px;
    margin-bottom: 3px;
}


/*見出しの飾り　2024/2/20*/
.midashi{
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}

/*見出しの飾り　2024/2/20*/
.sample_h_5{
/*font-size: 1.5em; フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .5em;
padding-bottom: .5em;
padding-left: .5em;
margin-bottom: 2em;
background-color: #ebf4f6;/* 背景色 */
border-left: 5px solid #318496;/* 左の線 */
border-bottom: 2px solid #cccccc;/* 下の線 */
color: #318496;/* フォント色 */
    display: inline-block;
    padding-right: 20px;
    
}

/*見出しの飾り　氏名、写真の横の飾り　2024/2/20*/
.midashi-top{
  padding: 0em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
    height: 60px;
}

/*見出しの飾り　氏名、写真の横の飾り-02　2024/3/14*/
.midashi-top-panel-02{
  padding: 0em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
    height: 30px;
}


/*見出しの飾り　氏名、写真の横の飾り パネルディスカッション　2024/2/20*/
.midashi-top-panel{
  padding: 0em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
    height: 50px;
}

/*見出しの飾り　氏名、写真の横の飾り 山本教授　2024/3/15*/
.midashi-top-02{
  padding: 0em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #62D164;/*左線*/
    height: 60px;
}

/*見出しの飾り　2024/2/20*/
.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/*見出しの飾り　2024/2/20*/
.sample_h_6{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .5em;
padding-bottom: .5em;
padding-left: .5em;
margin-bottom: 2em;
background-color: #0071BC;/* 背景色 */
border-radius:15px;/* 角丸 */
color: #ffffff;/* フォント色 */
}


/*写真の横に文字を配置（講師紹介）　2024/2/20 */
.program_flex {
  display: flex; /*横並び*/
}
.program_flex-image {
  width: 150px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.program_flex-text {
  margin: 0 0 0 20px;
  padding: 0;
}


/*写真に飾り　縁取り　2024/2/21*/
.photo01 {
  display: inline-block;
  border: #70C3FF 5px solid;
}

/*写真に飾り　ずらし　2024/2/21*/
.Photo-image {
	box-shadow: 5px 
        5px 0 #0071BC;
}

/*写真に飾り　ずらし　パネル　2024/3/15*/
.Photo-image-02 {
	box-shadow: 5px 
        5px 0 #8F01AC;
}


/*写真に飾り　ずらし　山本教授　2024/3/15*/
.Photo-image-03 {
	box-shadow: 5px 
        5px 0 #0C7C5E;
}

/*写真に飾り　枠に影　2024/2/21*/
.Photo-image-Shadow {
    border: 5px solid #FFF;
    box-shadow: 0 0 10px #999;
}


/*吹き出しの見出し　2024/3/15*/
.fukidashi {
  position: relative;
  padding: 1rem;
    margin-bottom: 15pt;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
display: inline-block; /*枠の幅を文字サイズに自動合わせ　2024/3/15*/
  height: 15%;
    text-align: left;
}
 
.fukidashi:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.fukidashi:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}



/*見出し　かっこ　2024/03/15*/
.kakko {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

.kakko:before, .kakko:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.kakko:before {
  border-top: dotted 2px #8F01AC;
  border-left: dotted 2px #8F01AC;
  border-bottom: dotted 2px #8F01AC;
  left: 0;
}

.kakko:after {
  content: '';
  border-top: dotted 2px #8F01AC;
  border-right: dotted 2px #8F01AC;
  border-bottom: dotted 2px #8F01AC;
  right: 0;
}


/*アンカー位置の調整　ナビで隠れない
2024/3/21
.id-contents::before {
  content:'';
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}*/

/*アンカー位置の調整　ナビで隠れない対策　2024/3/27*/
.id-highlight-contents::before {
  content:'';
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/*ナビにホバー　2024/3/22 */
.navi-hover{
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.navi-hover:hover {
	cursor: pointer;
	color: #830183;
}

/*上に戻るボタン　2024/3/26→5/8*/
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    background: #0050a5;
    transition: opacity .6s ease;
    color: #FFF;
    align-items: center;
    text-decoration: none;
    font-size: 32px;
    border-radius: 100%;
}
#pagetop a:hover {
    opacity: .3;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
}


/*　背景画像テスト-01 css元　2024/3/26
body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  background-image: 
    linear-gradient(140deg, 
      #00f3ffA0, 
      #0028b960 40%, 
      #00f3ff60 60%, 
      #00f3ffA0), 
    url("https://magazine-cf.techacademy.jp/wp-content/uploads/2021/02/14012940/typing_on_laptop_712.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  animation: move 20s infinite both;
}

@keyframes move{
  0% {
    background-size:100% auto;
  }
  50% {
    background-size:140% auto;
  }
  100% {
    background-size:100% auto;
  }
}*/


/*navi下の下線　2024/3/27*/
.navi-border {border-bottom: solid 2px #618EBB}


/*3/27*/
.navbar.fixed-left {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar.fixed-left {
        bottom:0;
        width: 245px; /*232*/
        flex-flow: column nowrap;
        align-items: flex-start
    }

    .navbar.fixed-left .navbar-collapse {
        flex-grow: 0;
        flex-direction: column;
        width: 100%
    }

    .navbar.fixed-left .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%
    }

    .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item {
        width: 100%
    }

    .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        top: 0
    }
}

@media (min-width: 768px) {
    .navbar.fixed-left {
        right:auto
    }

    .navbar.fixed-left .navbar-nav .nav-item .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-left: .3em solid;
        border-bottom: .3em solid transparent;
        border-right: none;
        vertical-align: baseline
    }

    .navbar.fixed-left .navbar-nav .nav-item .dropdown-menu {
        left: 100%
    }
}

/*3/28 左naviのスペース調整*/
@media (min-width: 768px) {
    body {
        margin-left:232px
    }
}

/*概要テーブル　3/28*/
#outline img {
	margin: 0 15px 0px 0;
	float: left;
}

#outline p {
	margin: 0 0 1em 1em;
	line-height: 160%;
	/*display:inline;
	text-justify: inter-ideograph;*/
}

#outline table {
	width: 100%;
	border: 1px solid #000;
	
}

#outline th {
	width: 17%;
	border: 2px solid #FFF;
	text-align: center;
/*	background-color: #E6FFE9; */
	background-color: #eaedf1;
	padding: 15px;
	font-size: 100%;
	/*font-weight: bold;*/
}

#outline td {
	width: 83%;
	padding: 15px;
	border: 2px solid #FFF;
	background-color: #f3f5f7;
}

/*プログラム　テーブル　2024/4/2*/
#pg-outline img {
	margin: 0 15px 0px 0;
	float: left;
}

#pg-outline p {
	/*margin: 0 0 1em 1em;　元2行用 2024/5/7*/
    margin: 0 0 0em 0em;
	line-height: 160%;
	/*display:inline;
	text-justify: inter-ideograph;*/
}

#pg-outline table {
	width: 100%;
	border: 1px solid #000;
	
}

#pg-outline th {
	width: 35%;
	border: 2px solid #FFF;
	text-align: center;
/*	background-color: #E6FFE9; */
	background-color: #eaedf1;
	padding: 15px;
	font-size: 100%;
	/*font-weight: bold;*/
}

#outline th {
	width: 12%;
	border: 2px solid #FFF;
	text-align: center;
/*	background-color: #E6FFE9; */
	background-color: #eaedf1;
	padding: 15px;
	font-size: 100%;
	/*font-weight: bold;*/
}

#pg-outline td {
	width: 60%;
	padding: 15px;
	border: 2px solid #FFF;
	background-color: #f3f5f7;
}



/*プログラム　テーブル　2024/4/1
.table-fit {
	white-space: nowrap;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table-fit {
	white-space: nowrap;
}

.bg-pg {
			background: rgba(68,114,196,0.8);
			font-weight:normal;
			color:#fff;
		}

.text-center {
  text-align: center !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.program-section {
    margin-left:5px;
    font-size:90%;
	color:#155aaf;
    font-weight: 700;
    margin-bottom: 1%;
    }
*/

.program-title {
    /*margin-left: 5px;*/
    font-size:100%;
	margin-left:12px;
    font-weight: 400;
}

.bg-light {
  background-color: rgba(233,236,239,1.00) !important;
}

/*サイドメニューの固定　2024/4/2*/
.sidebar_fixed {
  position: sticky;
  top: 60px;
}

/*見出し（紺）　2024/5/8*/
.midashi-dot {
  border: 3px solid #0050a5;
  background-color: #fff;
  padding: 0.5em 1em;
  position: relative;
    color: #0050a5;/* フォント色 */
}
.midashi-dot::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#0050a5 8%, transparent 16%), radial-gradient(#0050a5 8%, transparent 16%);
  background-position: 0 0, 7px 7px;
  background-size: 12px 12px;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: -1;
}

/*見出し（青）　2024/4/8*/
.midashi-dot-blue {
  border: 3px solid #0495d7;
  background-color: #fff;
  padding: 0.5em 1em;
  position: relative;
    color: #0495d7;/* フォント色 */
}
.midashi-dot-blue::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#0495d7 8%, transparent 16%), radial-gradient(#0495d7 8%, transparent 16%);
  background-position: 0 0, 7px 7px;
  background-size: 12px 12px;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: -1;
}


/*プログラム　テーブル(氏名)
2024/5/6*/
#pg-officer img {
	margin: 0 0px 0px 0;
	float: left;
}

#pg-officer p {
	margin: 0 0 0em 0em;
	line-height: 160%;
	/*display:inline;
	text-justify: inter-ideograph;*/
}

#pg-officer table {
	width: 100%;
	border: 1px solid #000;
	
}

#pg-officer th {
	width: 35%;
	border: 2px solid #FFF;
	text-align: center;
/*	background-color: #E6FFE9; */
	background-color: rgba(255,255,255,0.2);/*背景透明*/
	padding: 0px;
	font-size: 100%;
	/*font-weight: bold;*/
}

#pg-officer th {
	width: 12%;
	border: 2px solid #FFF;
	text-align: center;
/*	background-color: #E6FFE9; 
	background-color: #FFFFFF;
	padding: 15px;
	font-size: 100%;
	/*font-weight: bold;*/
}

#pg-officer td {
	width: 60%;
	padding: 15px;
	border: 2px solid #FFF;
	background-color: rgba(255,255,255,0.2);/*背景透明*/
}

/*参加申込のボタン　2024/5/6*/
.my-parts {
  border-bottom: .1875em solid #1B5E20;
  background-color: #4CAF50;
  font-size: 16px;
    font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: .6em 2em;
  margin: 0 0 1em;
  cursor: pointer;
}
.my-parts:hover {
  border-bottom: none;
  transform: translateY(.1875em);
}
