/*-----------------------------------------------
テキスト関連
------------------------------------------------*/
.text_tel_a{
  font-size: 30px;
  font-weight: bold;
  color: #c30d22;
}

.old_neme{
  font-size: 12px;
  color: #717071;
}


/*-----------------------------------------------
バックグラウンド関連
------------------------------------------------*/
/*.all_title_bar_a*/
.all_title_bar_a{
  width: 100%;
  height: 35px;
  color: #fff;
  line-height: 30px;
  background: #1c2045;
  border-bottom: 5px solid #f39700;
  text-align: left;
  text-indent: 1em;
  clear: both;
}

.all_title_bar_a span{
  font-size: 12px;
}

.all_title_bar_b{
  background: #182447;
  color: #fff;
}

/*-----------------------------------------------
アイコン関連
------------------------------------------------*/
/*.all_icons_a　h先頭アイコン*/
.all_icons_a{
  color: #c30d22;
}

/*.all_icons_b ▲赤矢印*/
.all_icons_b{
  display: inline-block;
  color: #c30d22;
  font-size: 12px;
  margin-right: 2px;
  transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
}


/*all_icons_c ●型アイコン*/
.all_icons_c_a,
.all_icons_c_b{
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-right: 10px;
  text-align: center;
}

.all_icons_c_a{
  background: #036eb8;
}

.all_icons_c_b{
  background: #c30d22;

}


/*-----------------------------------------------
ボタン関連
------------------------------------------------*/
/*all_button_a*/
.all_button_a{
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #036eb8;
  border-radius: 5px;
  padding: 5px 0px;
  border-bottom: 2px solid #161b61;
  margin-bottom: 10px;
}

.all_button_a:hover{
  border-top: 2px solid #161b61;
  border-bottom: 0;
}


/*all_button_b all_button_b_b*/
.all_button_b,
.all_button_b_b{
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 0px;
}

.all_button_b{
  color: #40210f;
  background: #f8b62c;
  border-bottom: 2px solid #ea5414;
}

.all_button_b:hover{
  border-top: 2px solid #ea5414;
  border-bottom: 0;
}

.all_button_b_b{
  color: #fff;
  background: #e73828;
  border-bottom: 2px solid #c30d22;
}

.dall_button_b_b:hover{
  border-top: 2px solid #c30d22;
  border-bottom: 0;
}


/*all_button_c*/
.all_button_c{
  width: 100%;
  border: 1px solid #dcdcdd;
  overflow: hidden;
}

.all_button_c li{
  width: 50%;
  background: #fff;
  border: 1px solid #dcdcdd;
  float: left;
  text-align: center;
}

.all_button_c a,
.all_button_c a:visited,
.all_button_c a:link,
.all_button_c a:active{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: #000;
  letter-spacing: -1px;
}

.all_button_c a:hover{
  background: yellow;
}


/*.all_button_d*/
.all_button_d{
  height: 50px;
}

.all_button_d .all_button_d_a,
.all_button_d .all_button_d_a:link,
.all_button_d .all_button_d_a:visited,
.all_button_d .all_button_d_a:active{
  width: 30%;
  height: 100%;
  color: #fff;
  font-size: 26px;
  line-height: 20px;
  padding-top: 5px;
  display: block;
  background: #F39700;
  float: left;
}

.all_button_d .all_button_d_a:hover{
  background: #E86612;
}

.all_button_d .all_button_d_b{
  width: 70%;
  height: 100%;
  border: 1px solid #EA5414;
  float: left;
  line-height: 50px;
}

.all_button_d .all_button_d_b a,
.all_button_d .all_button_d_b a:link,
.all_button_d .all_button_d_b a:visited,
.all_button_d .all_button_d_b a:active{
  width: 100%;
  height: 100%;
  display: block;
  color: #EA5414;
  font-weight: bold;
}

.all_button_d .all_button_d_b a:hover{
  background: #EA5414;
  color: #fff;
}


/*all_button_e*/
.all_button_e,
.all_button_e:visited,
.all_button_e:link,
.all_button_e:active{
  background: #EA5404;
  color: #fff;
  border-bottom: 3px solid #AC3823;
  padding: 20px 0;
  text-align: center;
}

.all_button_e:hover{
  background: #E6942B;
  border-top: 3px solid #AC3823;
  border-bottom: 0;
}
