@charset "UTF-8";

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

/* footer */
footer {
	padding: 1.5rem 0;
	color: #fff;
/*	background-color: #192f63;*/
	text-align:center;
}

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-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-weight: 600;
  line-height: 1.2;
  color: inherit;
}

.bg-head {
	background:#ffe56d;
}

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

.navbar-light .navbar-brand {
	color: #fff;
}

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

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

.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;
}