@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: inherit;
}

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

/* 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: 40px 0 30px 0;
}

.bg-metro {
	background-color: #13569a;
}

.head-color {
	color:#002A52;
}

.btn-metro {
	color: #fff;
	transition: background 0.5s;
	background: linear-gradient(to right,  #13569a 37%,#167caf 100%);
}

.btn-metro:hover {
	color: #fff;
	background-color: #023D7C;
	background: rgb(1,36,74);
}

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

table.table-bordered-bk {
	border:1px solid #000;
	margin-top:20px;
}

table.table-bordered-bk > thead > tr > th{
	border:1px solid #000;
}
table.table-bordered-bk > tbody > tr > td{
	border:1px solid #000;
}