@charset "utf-8";
/* CSS Document */

/*web font*/
/* 
CHANGED

@font-face {
    font-family: "NotoSansCJKjp-DemiLight";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/NotoSansCJKjp-Light.eot');
    src: local('Noto Sans CJK JP Demi Light'), 
		url('../fonts/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),
        url('../fonts/NotoSansCJKjp-DemiLight.otf') format('opentype')
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */


/* Global Styles */
/*
CHANGED

html {
	width: 100%;
    height: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 175%;
	font-family: 'NotoSansCJKjp-DemiLight',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
}
*/

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 120%;
	font-weight: normal;
}
h2 {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 120%;
}
h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 150%;	
}
h4 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 125%;	
}
h5 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 150%;	
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 175%;
}
.minchou {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.float-clear {
	clear: both;
}
.font-arial {
	font-family: Arial, Helvetica, sans-serif;
}
.font-gosic {
	font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
hr {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*スペース*/
.bt-sp10 {
	margin-bottom: 10px!important;
}
.bt-sp20 {
	margin-bottom: 20px!important;
}
.bt-sp30 {
	margin-bottom: 30px!important;	
}
.bt-sp40 {
	margin-bottom: 40px!important;	
}
.bt-sp80 {
	margin-bottom: 80px!important;	
}
/*bootstarp上書き*/
.container-fluid {}
.btn-primary {
    color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
}

/*文字を消して画像にしたいときのクラス*/
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/*際限なく拡大する画像*/
.img-max {
	width:100%;
	height:auto;
}

/*グリッドシステムのガター調整*/
.row-0{
	margin-left:0px;
	margin-right:0px;
}
.row-0 > div {
		padding-right:0px;
		padding-left:0px;
		padding-bottom:0px;
	}
.row-10 {
	margin-left:-5px;
	margin-right:-5px;
}
.row-10 > div{
		padding-right:5px;
		padding-left:5px;
		padding-bottom:10px;
	}
.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row-20 > div{
		padding-right:10px;
		padding-left:10px;
		padding-bottom:20px;
	}
.row-30 {
	margin-left:-15px;
	margin-right:-15px;
}
.row-30 > div{
		padding-right:15px;
		padding-left:15px;
		padding-bottom:15px;
	}
.row-40 {
	/*margin-left:-20px;
	margin-right:-20px;*/
}
.row-40 > div{
		padding-right:20px;
		padding-left:20px;
		padding-bottom:20px;
	}

/*比率を保って拡大・縮小処理*/
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
.ratio-7_3:before {
    content: "";
    display: block;
    padding-top: 30%; /* 7:3 */
}
.ratio-8_2:before {
    content: "";
    display: block;
    padding-top: 20%; /* 8:2 */
}
.ratio-1_2:before {
    content: "";
    display: block;
    padding-top: 200%; /* 1:2 */
}
.ratio-4_3:before {
    content: "";
    display: block;
    padding-top: 75%; /* 4:3 */
}
.ratio-16_9:before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}
.ratio-8_5:before {
    content: "";
    display: block;
    padding-top: 62.5%; /* 8:5 ≒ 黄金比 */
}
.ratio-16_4:before {
    content: "";
    display: block;
    padding-top:42%;
}
/*---------------------------------------------*/
/*上に戻るボタン                               */
/*---------------------------------------------*/
.page-top {
	display:none;
	width:50px;
	height:50px;
	position:fixed;
	padding:10px;
	z-index:2;
	bottom:0px;
	right:0px;
/* 	background-color:#00B2B2; */
	background-color: #433B73;
    cursor: pointer;
}
.page-top:hover {
/*     background-color:#23527c; */
    background-color: #140A50;
}
.page-top:before {
	font-family: 'FontAwesome';
	content:"\f062";
	color:#FFFFFF;
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	font-size:20px;
	margin-left:-10px;
	margin-top:-10px;
}
/*---------------------------------------------*/
/*高さを合わせたい要素に設定　　               */
/*---------------------------------------------*/
.js-matchHeight {}

/*---------------------------------------------*/
/*印刷時リンクが出るのを消す                   */
/*---------------------------------------------*/
@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
  #float-menu,
  #second-menu {
	  display:none!important;
  }
}

/*---------------------------------------------*/
/*追加グリッド                                 */
/*---------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
}
@media (max-width: 767px) {
	.col-xs-15 {
	width: 20%;
	float: left;
	}
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
	.col-md-push-15 {
		left: 80%;
	}
	.col-md-pull-15 {
		right: 20%;
	}	
}

@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}

.bnr-traning {
  position: relative;
}

.bnr-traning a {
  position: relative;
}

.bnr-traning dl {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  background: rgba(191, 0, 0, 0.7);
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .bnr-traning dl {
    padding: 10px 0;
  }
}

.bnr-traning dl dt {
  background: #fff;
  color: #bf0000;
  font-weight: bold;
  width: 100px;
  margin: auto;
  border-radius: 20px;
  padding: 2px 0;
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .bnr-traning dl dt {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.bnr-traning dl dd {
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .bnr-traning dl dd {
    font-size: 13px;
  }
}

.bnr-traning dl dd::after {
  font-family: "FontAwesome";
  content: "\f0a9";
  margin-left: .3em;
  font-size: 19px;
  line-height: 1.0em;
  position: relative;
  top: 1px;
}
