body {
	font-family:  'Noto Sans JP', 'M PLUS 1 Code',sans-serif;
	background-color: #FFFFFF;
	color: #252525;
}


/** スマホ 用 */
@media (max-width: 1200px) {
	html{
		font-size: 80%;
	}
}



a {
	color: #00427b;
}

a:hover {
	color: #00427b;
}


.rollover-c :hover {
	color: #00427b;
	background-color: #F4FCFF!important;
}

.rollover-btn:hover {
	color: #06243a;
	background-color: #B9CEE0!important;
}

.txt-daigaku {
	color: #870f49;
}

.g_menu a:hover {
	color: #FFFFFF;
}

.bg-darkblue{
	background-color: #06243a;
}

.bg-white{
	background-color: #FFFFFF;
}

.btn-daigaku {
    color: #fff;
    background-color: #870f49;
    border-color: #870f49;
}
.btn-daigaku:hover {
    color: #fff;
    background-color: #750c43;
}

.alert-blue {
    background-color: #DDF1FF;
}



/** リスト表示 */
.none_ul li{
	list-style: none;
	margin-bottom: 10px;
	margin-left: -25px;
}


.fs-10 {
    font-size: 0.8rem !important;
}

.shadow-b{
	text-shadow:0 0 5px #000000;
}






/* サイドメニュー */
.side_btn {
	background-color: #f8f9fa;
	border-bottom: 1px solid #ebedf0;
	padding: 22px 15px;
}
.side_btn:hover{
	background-color: #E1EBF0;
}
.side_btn_current {
	background-color: #E1EBF0!important;
}





/* H2装飾 */
.tittle2 {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid #999999;
}
.tittle2:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: '';
  background: #333333;
}

/* H3装飾 */
.tittle3 {
	border-bottom: 3px dotted #000;
}

/* 角丸め */
.card-img-right {
	height: 100%;
	border-radius: 0 3px 3px 0;
}

/* 表 */
.table-regular th {
  background-color: #2c88d9;
  color: #FFF;
}

/* 表横スクロール */
.table-scroll th:first-child{
  position: sticky;
  left: 0;
  background-color: #FFF;
}



/* メインビジュアル　バックグラウンドイメージ */
.bg-image01 {
	background-image: url("../img/other/bg01.jpg");
	background-size: cover;
	background-position: 0% 50%;
}
.bg-image02 {
	background-image: url("../img/other/bg02.jpg");
	background-size: cover;
	background-position: 0% 50%;
}
.bg-image03 {
	background-image: url("../img/other/bg03.jpg");
	background-size: cover;
	background-position: 0% 50%;
}
.bg-image04 {
	background-image: url("../img/other/bg04.jpg");
	background-size: cover;
	background-position: 0% 50%;
}






/* 要調査 */
.flex-auto {
	flex: 0 0 auto;
}

/* 参考までに取っておく */
.display-4 {
	font-size: 2.5rem;
}
@media (min-width: 768px) {
	.display-4 {
		font-size: 3rem;
	}
}

/* 参考までに取っておく */
.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}



.card-link a{
	text-decoration: none!important;
	line-height: 1rem;
}





/* Footer */
.sitemap-txt {
	font-size: 12px!important;
	text-decoration: none!important;
	line-height: 0.5rem!important;
}

.sitemap-tittle {
	font-size: 13px!important;
	text-decoration: none!important;
}


.footer-color1{
	background-color: #01365e;
}

.footer-color2{
	background-color: #06243a;
}





/* 背景斜めの装飾　----------------------------------- */
.slant-bg {
    width: 100%;
    padding: 100px 0;
    clip-path: polygon(100% calc(100% - 7vw), 100% 0, 0 calc(0% + 7vw), 0 100%);
    background-color: #EAEAEA;
}

.slant-bg2 {
    width: 100%;
    padding: 10% 0;
    /* clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);*/
    clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 calc(100% - 7vw));
	
	
    background-color: #EAEAEA;
	background-image: url("https://images.unsplash.com/photo-1573883430060-1678c9cd4221?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2340&q=80");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/* リボンラベル　----------------------------------- */
.ribbon16-wrapper {  
  display: block;
  position: relative;
  /* margin: 15px auto; */
  /* padding: 10px 0; */
  /* width: 300px; */
  /* background: #f1f1f1; */
  box-sizing: border-box;
  }

.ribbon16 {  
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 13px;
  background: #fa8383;
  border-radius: 2px 0 0 0;
  }

.ribbon16:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d07676;
  border-right: solid 5px transparent;
}

.ribbon16:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #fa8383;
}





/* LINE会話　----------------------------------- */
/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;
}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}
.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloon6 .chatting {
  width: 100%;
  text-align: left;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 50px;
  padding: 10px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
}
.mycomment p {
  display: inline-block;
  position: relative; 
  margin: 0 12px 0 0;
  padding: 8px;
  max-width: 250px;
  border-radius: 12px;
  background: #30e852;
  font-size: 15px;
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}


/*以下、③右側の緑コメント*/
.balloon7 {
  width: 100%;
  margin: -10px 0;
  overflow: hidden;
}

.balloon7 .faceicon {
  float: right;
  margin: 10px 0;
  width: 40px;
}
.balloon7 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloon7 .chatting {
  width: 100%;
  text-align: right;
}


/*カルーセル　キャプション位置上書き*/
.carousel-caption-center {
    position: absolute;
    right: 15%;
	top: 30%!important;
    bottom: 0%;
    left: 15%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: #fff;
    text-align: center;
}



/*ステップのアイコン*/
.stepicon {
	font-size: 18px;
	padding: 2px 10px;
	margin: 0px 0px 5px 0px;
	background-color: #192E21;
	color: #FFF;
	vertical-align: middle;
	display: inline-block; 
	_display: inline;
}



/*チェックボックス・ラジオボタン　装飾変更*/
label {
    margin-right: 0px; /* ボタン同士の間隔 */
	width: 100%;
		box-sizing:border-box;
}
label input {
    display: none; /* デフォルトのinputは非表示にする */
}
label div {
    color: #333; /* 文字色を黒に */
    font-size: 10px; /* 文字サイズを14pxに */
    border: 1px solid #AEAEAE; /* 淵の線を指定 */
    border-radius: 0px; /* 角丸を入れて、左右が丸いボタンにする */
    padding: 3px 2px; /* 上下左右に余白をトル */
	margin: 0px;
}
label input:checked + div {
    color: #FFF; /* 文字色を白に */
    background: #29abe2; /* 背景色を薄い赤に */
	box-sizing:border-box;
    border: 2px solid #0f93b7 ; /* 淵の線を薄い赤に */
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
}
