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

/* 追加フォントサイズ */
h7, h8, h9, figure {
  color: #4f4f4f;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h7, .h7 {
  font-size: 24x;
  line-height: 1.0;
}

h8, .h8 {
  float: left;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin: 0px 0px 20px 0px;
}

h9, .h9 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: white;
}

/*ヘッダータイトル画像の設定*/
.navbar-brand {
  background: url("logo.png") no-repeat left center;
  background-size: contain;
  height: auto;
  width: auto;
}

/*ヘッダータイトル画像の設定*/
.titol_images #images {
	position: absolute;
	left: auto;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 22.5px; /*ヘッダーブロックに対して上から20pxの位置に配置*/
}
/* ----------------------------- */
/* ↓imgChange CSS↓ここから     */
/* ----------------------------- */

.titol_images #imgChange img { width: 100%; }
.titol_images #imgChange img.miniimage { display: none; } /* Media Queriesが使えないブラウザのため */

/* PC向けの設定 */
@media screen and (min-width: 992px) {
.titol_images #imgChange img.miniimage { display: none; }   /* miniを非表示 */
.titol_images #imgChange img.bigimage  { display: block; }  /* bigを表示 */
}
/* SP向けの設定 */
@media only screen and (max-width: 991px) {
.titol_images #imgChange img.miniimage { display: block; }  /* miniを表示 */
.titol_images #imgChange img.bigimage  { display: none; }   /* bigを非表示 */
}

/* ----------------------------- */
/* ↑imgChange     CSS↑ここまで */
/* ----------------------------- */


/*メインビジュアル画像の設定*/
.bk_images #images {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 80px;	/*ヘッダーブロックに対して上から80pxの位置に配置*/
}
/* ----------------------------- */
/* ↓imgChange CSS↓ここから     */
/* ----------------------------- */

.bk_images #imgChange img { width: 100%; }
.bk_images #imgChange img.miniimage { display: none; } /* Media Queriesが使えないブラウザのため */

/* PC向けの設定 */
@media screen and (min-width: 600px) {
.bk_images #imgChange img.miniimage { display: none; }   /* miniを非表示 */
.bk_images #imgChange img.bigimage  { display: block; }  /* bigを表示 */
}
/* SP向けの設定 */
@media only screen and (max-width: 599px) {
.bk_images #imgChange img.miniimage { display: block; }  /* miniを表示 */
.bk_images #imgChange img.bigimage  { display: none; }   /* bigを非表示 */
}

/* ----------------------------- */
/* ↑imgChange     CSS↑ここまで */
/* ----------------------------- */


/*ボックス画像の設定 1*/
.box_image1 #images {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
}
/* ----------------------------- */
/* ↓imgChange CSS↓ここから     */
/* ----------------------------- */

.box_image1 #imgChange img { width: 100%; }
.box_image1 #imgChange img.miniimage { display: none; } /* Media Queriesが使えないブラウザのため */

/* PC向けの設定 */
@media screen and (min-width: 600px) {
.box_image1 #imgChange img.miniimage { display: none; }   /* miniを非表示 */
.box_image1 #imgChange img.bigimage  { display: block; }  /* bigを表示 */
}
/* SP向けの設定 */
@media only screen and (max-width: 599px) {
.box_image1 #imgChange img.miniimage { display: block; }  /* miniを表示 */
.box_image1 #imgChange img.bigimage  { display: none; }   /* bigを非表示 */
}

/* 重ねる文字の基本設定 */
.box_text1{
	position: relative;
	display: inline-block; /* インラインブロックにする */
    padding: 20px 0px 0px 0px; /* 余白指定 上 | 右 | 下 | 左 */
	text-align: center; /* 文字中央寄せ */
}

/* PC向けの設定 */
@media screen and (min-width: 992px) {
  .box_text1{
    width: 100%;
    max-width: 100%;
    height: 100%;
	margin: 0 auto;
	text-align: center; /* 文字中央寄せ */
	background-repeat: no-repeat center;
    background-size: contain;
  }
}
/* SP向けの設定 */
@media only screen and (max-width: 991px) {
  .box_text1{
   font-size: 0.8;
   padding: 10px;
   text-align: center !important; /* 文字中央寄せ */
   background-repeat: no-repeat center;
   background-size: auto;
  }
}

/* ----------------------------- */
/* ↑imgChange     CSS↑ここまで */
/* ----------------------------- */


/* 背景画像配置 */
.col-md-15 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0px 20px 0px; /* 余白指定 上 | 右 | 下 | 左 */
}
	
.col-md-15 {
    width: 80%;
  }
	
.col-md-offset-15 {
    margin-left: 10%;
  }
	
.text-left-15 {
  text-align: center;
}

@media only screen and (min-width: 577px) {
.col-md-15 {
    float: center;
	text-align: center !important;
  }

	
/* 二文字背景丸 */
.maru1 {
  background: -moz-linear-gradient(top left, #06225C, #C6D2D9); 
  background: -webkit-linear-gradient(top left, #06225C, #C6D2D9); 
  background: linear-gradient(to bottom right, #06225C, #C6D2D9);/*背景色*/
    color: white;/*文字色*/
	font-family: "Raleway", Arial, sans-serif;
	font-weight:bold;
    border-radius: 30px;/*丸に*/
    display: inline-block;/*幅と高さを設定できるように*/
    font-size: 24px;/*文字サイズ*/
    width: 36px;/*幅*/
    line-height: 36px;/*行の高さ*/
    text-align: center;/*中央揃え*/
    margin-right: 10px;/*外側　右余白*/
	margin-top: 10px;
  }
	
.maru2 {
  background: -moz-linear-gradient(top left, #FF3232, #FFB299); 
  background: -webkit-linear-gradient(top left, #FF3232, #FFB299); 
  background: linear-gradient(to bottom right, #FF3232, #FFB299);/*背景色*/
    color: white;/*文字色*/
	font-family: "Raleway", Arial, sans-serif;
	font-weight:bold;
    border-radius: 30px;/*丸に*/
    display: inline-block;/*幅と高さを設定できるように*/
    font-size: 24px;/*文字サイズ*/
    width: 36px;/*幅*/
    line-height: 36px;/*行の高さ*/
    text-align: center;/*中央揃え*/
    margin-right: 10px;/*外側　右余白*/
	margin-top: 10px;
  }