﻿@charset "utf-8";

/*--- フロートクリア ------------------------------*/
.clearb { clear: both; }

/*--- float ---------------------------------------*/
.flL { float: left; }
.flR { float: right; }

/*--- align ---------------------------------------*/
.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }

/*--- margin --------------------------------------*/
.mgClear { margin: 0px; }
/* top */
.mgT00 { margin-top: 0px !important; }
.mgT01 { margin-top: 1px !important; }
.mgT02 { margin-top: 2px !important; }
.mgT03 { margin-top: 3px !important; }
.mgT04 { margin-top: 4px !important; }
.mgT05 { margin-top: 5px !important; }
.mgT10 { margin-top: 10px !important; }
.mgT15 { margin-top: 15px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT25 { margin-top: 25px !important; }
.mgT30 { margin-top: 30px !important; }
.mgT35 { margin-top: 35px !important; }
.mgT40 { margin-top: 40px !important; }
.mgT50 { margin-top: 50px !important; }
.mgT60 { margin-top: 60px !important; }
.mgT70 { margin-top: 70px !important; }
.mgT80 { margin-top: 80px !important; }
.mgT90 { margin-top: 90px !important; }
.mgT100 { margin-top:100px !important; }
/* right */
.mgR00 { margin-right: 0px !important; }
.mgR01 { margin-right: 1px !important; }
.mgR02 { margin-right: 2px !important; }
.mgR03 { margin-right: 3px !important; }
.mgR04 { margin-right: 4px !important; }
.mgR05 { margin-right: 5px !important; }
.mgR10 { margin-right: 10px !important; }
.mgR15 { margin-right: 15px !important; }
.mgR20 { margin-right: 20px !important; }
.mgR25 { margin-right: 25px !important; }
.mgR30 { margin-right: 30px !important; }
.mgR35 { margin-right: 35px !important; }
.mgR40 { margin-right: 40px !important; }
.mgR50 { margin-right: 50px !important; }
.mgR60 { margin-right: 60px !important; }
.mgR70 { margin-right: 70px !important; }
.mgR80 { margin-right: 80px !important; }
.mgR90 { margin-right: 90px !important; }
.mgR100 { margin-right: 100px !important; }
/* left */
.mgL00 { margin-left: 0px !important; }
.mgL01 { margin-left: 1px !important; }
.mgL02 { margin-left: 2px !important; }
.mgL03 { margin-left: 3px !important; }
.mgL04 { margin-left: 4px !important; }
.mgL05 { margin-left: 5px !important; }
.mgL10 { margin-left: 10px !important; }
.mgL15 { margin-left: 15px !important; }
.mgL20 { margin-left: 20px !important; }
.mgL25 { margin-left: 25px !important; }
.mgL30 { margin-left: 30px !important; }
.mgL35 { margin-left: 35px !important; }
.mgL40 { margin-left: 40px !important; }
.mgL50 { margin-left: 50px !important; }
.mgL60 { margin-left: 60px !important; }
.mgL70 { margin-left: 70px !important; }
.mgL80 { margin-left: 80px !important; }
.mgL90 { margin-left: 90px !important; }
.mgL100 { margin-left: 100px !important; }
/* bottom */
.mgB00 { margin-bottom: 0px !important; }
.mgB01 { margin-bottom: 1px !important; }
.mgB02 { margin-bottom: 2px !important; }
.mgB03 { margin-bottom: 3px !important; }
.mgB04 { margin-bottom: 4px !important; }
.mgB05 { margin-bottom: 5px !important; }
.mgB10 { margin-bottom: 10px !important; }
.mgB15 { margin-bottom: 15px !important; }
.mgB20 { margin-bottom: 20px !important; }
.mgB25 { margin-bottom: 25px !important; }
.mgB30 { margin-bottom: 30px !important; }
.mgB35 { margin-bottom: 35px !important; }
.mgB40 { margin-bottom: 40px !important; }
.mgB50 { margin-bottom: 50px !important; }
.mgB60 { margin-bottom: 60px !important; }
.mgB70 { margin-bottom: 70px !important; }
.mgB80 { margin-bottom: 80px !important; }
.mgB90 { margin-bottom: 90px !important; }
.mgB100 { margin-bottom: 100px !important; }

/*--- パディング ---------------------------------------*/
.pdClear { padding: 0px !important; }
/* top */
.pdT00 { padding-top: 0px !important; }
.pdT05 { padding-top: 5px !important; }
.pdT10 { padding-top: 10px !important; }
.pdT15 { padding-top: 15px !important; }
.pdT20 { padding-top: 20px !important; }
.pdT25 { padding-top: 25px !important; }
.pdT30 { padding-top: 30px !important; }
.pdT35 { padding-top: 35px !important; }
.pdT40 { padding-top: 40px !important; }
.pdT50 { padding-top: 50px !important; }
/* right */
.pdR00 { padding-right: 0px !important; }
.pdR05 { padding-right: 5px !important; }
.pdR10 { padding-right: 10px !important; }
.pdR15 { padding-right: 15px !important; }
.pdR20 { padding-right: 20px !important; }
.pdR25 { padding-right: 25px !important; }
.pdR30 { padding-right: 30px !important; }
.pdR35 { padding-right: 35px !important; }
.pdR40 { padding-right: 40px !important; }
.pdR50 { padding-right: 50px !important; }
/* left */
.pdL00 { padding-left: 0px !important; }
.pdL05 { padding-left: 5px !important; }
.pdL10 { padding-left: 10px !important; }
.pdL15 { padding-left: 15px !important; }
.pdL20 { padding-left: 20px !important; }
.pdL25 { padding-left: 25px !important; }
.pdL30 { padding-left: 30px !important; }
.pdL35 { padding-left: 35px !important; }
.pdL40 { padding-left: 40px !important; }
.pdL50 { padding-left: 50px !important; }
/* bottom */
.pdB00 { padding-bottom: 0px !important; }
.pdB05 { padding-bottom: 5px !important; }
.pdB10 { padding-bottom: 10px !important; }
.pdB15 { padding-bottom: 15px !important; }
.pdB20 { padding-bottom: 20px !important; }
.pdB25 { padding-bottom: 25px !important; }
.pdB30 { padding-bottom: 30px !important; }
.pdB35 { padding-bottom: 35px !important; }
.pdB40 { padding-bottom: 40px !important; }
.pdB50 { padding-bottom: 50px !important; }

/*--- テキスト関連 ---------------------------------*/
.fwB { font-weight: bold !important; }
.fz10 { font-size: 10px !important; }
.fz11 { font-size: 11px !important; }
.fz12 { font-size: 12px !important; }
.fz13 { font-size: 13px !important; }
.fz14 { font-size: 14px !important; }
.fz15 { font-size: 15px !important; }
.fz16 { font-size: 16px !important; }
.fzLarge { font-size:large !important; }

.fc_F00 { color: #F00 !important; }
.fc_00F { color: #00F !important; }
.fc_06C { color: #06C !important; }
.fc_333 { color: #333 !important; }
.fc_e60012 { color: #e60012 !important; }
/*--- リスト ---------------------------------------*/
ol.type01 {
	margin-bottom: 10px;
}
ol.type01 li {
	list-style-type: decimal;
	margin-left: 35px;
}
ul.type01 {
	margin-bottom: 10px;
}
ul.type01 li {
	list-style-type: disc;
	margin-left: 35px;
}
ul.type02 {
  list-style: none;
  background-color: #FFFFFF;
  padding: 30px;
  margin-bottom: 20px;
}
ul.type02 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  /*font-size: 16px;*/
  line-height: 1.4;
  margin-bottom: 10px;
}
ul.type02 li::before {
  font-family: FontAwesome;
  content: "\f0da";
  padding-right: 5px;
  color: #e60012;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  ul.type02 {
    padding: 15px;
    margin-bottom: 20px;
  }
}
/*--- 強調 -------------------------------------------*/

em.type01 {
	font-weight: bold;
	font-style: normal;
}

/*-- テーブル標準 ------------------------------------*/
table.type01 {
	width:100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
table.type01 th,
table.type01 td {
	padding:5px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
table.type01 th {
	background-color: #404040;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
table.type01 td {
  background-color: #e9edf4;
}

/*--- ボーダー ---------------------------------------*/
.bdB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bdB_red {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cd0001;
}
.bdB_blue {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #059bcd;
}
/*--- ボックス ---------------------------------------*/
.box01 {
	background-color: #F5F5F5;
	padding: 10px;
}
.box02 {
  border: solid 1px #CCCCCC;
	padding: 10px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .box01 {
	  padding: 25px;
  }
  .box02 {
	  padding: 25px;
  }
}
/*--- 背景 ---------------------------------------*/
.bg_gray {
   background-color: #f0f0f0 !important;
}
.bg_gray2 {
  background-color:  #f7f7f7 !important;
}



/*===================================
	リンクボタン
====================================*/
/*-- ボタン --*/
.listBtn {
  margin-bottom: 10px;
  text-align: center;
}
.listBtn a {
  font-size: 14px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.1;
  border: solid 2px #d6000f;
  border-radius: 3px;
  transition: .2s linear;
  background-color: rgba(214,0,15,0.9);
}
/*--- リンク ---*/
.listBtn a:link,
.listBtn a:visited {
  color: #ffffff;
  text-decoration: none;
}
.listBtn a:hover,
.listBtn a:active {
  color: #ffffff;
  text-decoration:none;
  background-color: rgba(214,0,15,0.4);
}
/*-- ボタン2 --*/
.listBtn2 {
  margin-bottom: 10px;
  text-align: center;
}
.listBtn2 a {
  font-size: 14px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.1;
  border: solid 2px #029acc;
  border-radius: 3px;
  transition: .2s linear;
  background-color: rgba(2,154,204,0.9);
}
/*--- リンク ---*/
.listBtn2 a:link,
.listBtn2 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.listBtn2 a:hover,
.listBtn2 a:active {
  color: #ffffff;
  text-decoration:none;
  background-color: rgba(2,154,204,0.4);
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  /*-- ボタン --*/
  .listBtn {
    text-align: right;
    margin: 35px 0px;
  }
  .listBtn a {
    width: 220px;
  }
  /*-- ボタン2 --*/
  .listBtn2 {
    text-align: right;
    margin: 35px 0px;
  }
  .listBtn2 a {
    width: 220px;
  }
}


sup{
	font-size: 1.0rem;
	vertical-align: top;
  }

/*** 動画設定 ***/
  .commonMovieArea{
    padding: 0px 10px 30px;
  }
  /*****************************************************
    768px以上【tablet】
  ******************************************************/
  @media print, screen and (min-width: 768px) {
    .commonMovieArea{
      padding: 0px 20px 30px;
       margin: 40px auto 40px;
   }
  }
  /*****************************************************
    1024px以上【PC】
  ******************************************************/
  @media print, screen and (min-width: 1024px) {
    .commonMovieArea{
      max-width: 980px;
      padding: 0px 20px 0px;
    }
  }
