@charset "utf-8";

/* --------------------------------------------------------------------------- */

.fix_box {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 110;
}
.in_area {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

/*---------------------------------------------------------------------------*/
.service_link_list {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}
.service_link_list_item {
  margin-left: 2em;
}
.service_link_list_item_link,
.service_link_list_item_link:link,
.service_link_list_item_link:visited,
.service_link_list_item_link:active,
.service_link_list_item_link:hover {
  color: #0a73b9;
}

/* --------------------------------------------------------------------------- */
.head_item {
  background: #424a55;
  height: 50px;
  width: 100%;
}

.head_logo {
  float: left;
  padding: 8px 0 0;
}

.head_link {
  float: right;
}

.head_link .head_link_list {
  font-size: 0;
  padding: 8px 0 0;
}

.head_link .head_link_list li {
  display: inline-block;
  /display: linline;
  /zoom: 1;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.head_link .head_link_list li a {
  color: #fff;
  padding: 0 10px;
}

.head_link .head_link_list li a i {
  margin: 0 5px 0 0;
}

.head_link .head_link_list li .btn_contact {
  background: #0a73b9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}

.head_link .head_link_list li .btn_contact a {
  display: block;
  /*font-weight: bold;*/
  padding: 10px 8px 10px 22px;
}

.head_link .head_link_list li .btn_contact a:hover {
  background: #0969a8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-decoration: none;
}

.head_link .head_link_list li .btn_contact a i {
  margin: 0 0 0 18px;
}

.head_link .head_link_list li .btn_entry {
  background: #e1ae1c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}

.head_link .head_link_list li .btn_entry a {
  color: #fff;
  display: block;
  padding: 10px 8px 10px 22px;
}

.head_link .head_link_list li .btn_entry a:hover {
  background: #d0a11a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-decoration: none;
}

.head_link .head_link_list li .btn_entry a i {
  margin: 0 0 0 18px;
}

.txt_new_notice {
  margin-bottom: 5px;
  color: #ed232a;
}

/* --------------------------------------------------------------------------- */
.head_nav {
  background: #03426d;
  height: 70px;
  width: 100%;
}

.nav_link {
  float: left;
  width: 100%;
}

.nav_link .nav_link_list {
  font-size: 0;
  text-align: center;
}

.nav_link .nav_link_list li {
  display: inline-block;
  /display: linline;
  /zoom: 1;
  font-size: 16px;
  line-height: 1;
  margin: 0 28px;
  padding: 25px 38px 28px;
  vertical-align: middle;
}

.nav_link .nav_link_list li.stay {
  background: url(../images/navi_allow.png) center bottom no-repeat;
  border-bottom: 6px solid #bfc4cd;
  box-sizing: border-box;
  padding: 27px 40px 21px;
}

.nav_link .nav_link_list li a {
  color: #fff;
}

.nav_link .nav_link_list li.stay a {
  color: #fff;
}

.nav_link .nav_link_list li.stay a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------------------- */
.sub_head_nav {
  background: #d8dbdf;
  height: 40px;
  width: 100%;
}

.sub_nav_link_list li {
  display: inline-block;
  /display: linline;
  /zoom: 1;
  font-size: 14px;
  line-height: 1;
  padding: 12px 0 15px;
  vertical-align: middle;
}

.sub_nav_link_list li a {
  color: #0a73b9;
  padding-right: 30px;
}

/* --------------------------------------------------------------------------- */
.fixin .head_logo {
  padding: 12px 0 0;
  width: 120px;
}

.fixin .head_logo a {
  display: block;
}

.fixin .head_logo a img {
  height: auto;
  width: 100%;
}

.fixin .head_link .head_link_list li .btn_contact a {
  padding: 10px 20px;
}

.fixin .head_link .head_link_list li .btn_contact a i {
  margin: 0 0 0 8px;
}

.fixin .head_link .head_link_list li .btn_entry a {
  padding: 10px 20px;
}

.fixin .head_link .head_link_list li .btn_entry a i {
  margin: 0 0 0 8px;
}

.fixin .head_nav {
  background: none;
  height: auto;
  left: 50%;
  margin: 0 0 0 -340px;
  position: absolute;
  top: 0;
  width: auto;
}

.fixin .head_nav .in_area {
  width: auto;
}

.fixin .nav_link {
  float: left;
  width: auto;
}

.fixin .nav_link .nav_link_list li {
  font-size: 15px;
  margin: 0 10px;
  padding: 18px 10px;
}

.fixin .nav_link .nav_link_list li.stay {
  padding: 20px 10px 11px;
}

.fixin .sub_nav_link_list li {
  padding: 12px 0 15px;
}

/* --------------------------------------------------------------------------- */
.news_box {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.news_box .news_title_balloon {
  display: inline-block;
  position: relative;
  background: #e1ae1c;
  text-align: center;
  float: left;
  width: 80px;
  height: 40px;
}

.news_box .news_title_balloon::before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #e1ae1c;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -4px;
}

.news_box .news_title_balloon p {
  /*border: 40px solid transparent;
  border-left: 40px solid #03426d;*/
  color: #fff;
  font-size: 128.6%;
  line-height: 40px;
  padding: 0 10px;
}

.news_box .news_txt {
  box-sizing: border-box;
  float: left;
  padding: 0 18px;
  width: 870px;
}

.news_box .news_txt p {
  line-height: 38px;
  color: #1269a1;
  font-size: 90%;
  font-weight: bold;
}

.news_box .news_txt p a {
  color:#0a73b9;
}

/* --------------------------------------------------------------------------- */
.bread_area {
  background: #fff;
  width: 100%;
}

.bread_list {
  font-size: 0;
  padding: 10px 0;
}

.bread_list li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 11px;
  margin: 0 5px 0 0;
}

.bread_list li a {
  color: #2c59ba;
}

.bg_price_list .top_bread .bread_area {
  background: none;
}

.bg_price_list .top_bread .bread_list li,.bg_price_list .top_bread .bread_list li a {
  color: #fff;
}

/* --------------------------------------------------------------------------- */
.txt_title {
  background: none;
  color: #424a55;
  font-size: 237.1%;
  text-align: center;
}

.title_border {
  background: #0a73b9;
  height: 5px;
  margin: 10px auto 40px;
  width: 110px;
}

/*---------------------------------------------------------------------------*/
#pagetop {
  position: relative;
  z-index: 100;
}

/*---------------------------------------------------------------------------*/
#change_theme {
  background: #fff;
  border: 3px solid #444444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #444444;
  display: none;
  font-family: I-OTF-UDゴ表示Pro R, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px;
  padding: 30px;
  text-align: center;
}
#change_theme i {
  font-size: 50px;
}

/* --------------------------------------------------------------------------- */
.bg_02 {
  background: #00365a;
  position: relative;
  width: 100%;
  margin-bottom: -10px;
}

.bg_02 .in_area {
  padding: 45px 0;
}

.bg_02 .txt_title {
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  margin: 0 0 15px;
  text-align: center;
}

.bg_02 .contact_box_l {
  float: left;
  padding: 20px 0 0 100px;
  text-align: left;
}

.bg_02 .contact_txt_01 {
  color: #fff;
  font-size: 14px;
  margin: 0 0 20px;
}

.bg_02 .contact_txt_02 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 5px;
  text-align: center;
}

.bg_02 .contact_txt_05 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px;
  text-align: center;
}

.bg_02 .contact_txt_03 {
  color: #fff;
  font-size: 42px;
}

.bg_02 .contact_txt_03 span {
  background: url(../images/icon-phone.png) left center no-repeat;
  padding: 0 0 0 40px;
  background-size: 32px;
}

.bg_02 .contact_box_r {
  float: right;
  padding: 0 100px 0 0;
}

.bg_02 .contact_txt_04 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px;
  text-align: center;
}

.bg_02 .btn_contact {
  background: #0a73b9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  margin: 0 auto;
  width: 328px;
}

.bg_02 .btn_contact a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 18px 20px;
  text-align: right;
}

.bg_02 .btn_contact a:hover {
  background: #0969a8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-decoration: none;
}

.bg_02 .btn_contact a i {
  margin: 0 0 0 50px;
}

.bg_02 .btn_entry {
  background: #e1ae1c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  margin: 15px auto 0;
  width: 328px;
}

.bg_02 .btn_entry a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 18px 20px;
  text-align: right;
}

.bg_02 .btn_entry a:hover {
  background: #d0a11a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-decoration: none;
}

.bg_02 .btn_entry a i {
  margin: 0 0 0 15px;
}

/* --------------------------------------------------------------------------- */
.s_bnr_list {
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
}

.s_bnr_list img {
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
}

.s_bnr_list h3 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 10px;
}

.s_bnr_list h4 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 15px;
}

.s_bnr_list ul {
  display: flex;
  justify-content: space-around;
}

.s_bnr_list li {
  font-size: 12px;
  color: #fff;
  width: 230px;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: top;
  text-align: left;
}

.s_bnr_list li p {
  padding: 5px 0;
  line-height: 1.7;
  color: #424a55;
}

.s_bnr_list li p a,
.s_bnr_list li h4 a {
  color: #0a73b9;
}

.s_bnr_list li p a i {
  margin: 0 0 0 5px;
}

/* ---------------------------------------------------------------------------
タブでラインアップを表示
--------------------------------------------------------------------------- */
.price_list {
  padding: 40px 0 15px;
}

.price_list .tab {
  overflow: hidden;
  height: 142px;
}

.price_list .content li .content_head {
  padding: 25px 25px 10px 30px;
  color: #fff;
}

.price_list .tab li {
  position: relative;
  border-radius: 5px 5px 0 0;
  -webkit-border-top-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  margin: 0;
  width: 320px;
  height: 122px;
  top: 20px;
  float: left;
  cursor: pointer;
}

.price_list .tab li.select {
  top: 0;
  height: 142px;
  cursor: default;
}

.price_list .tab li h2 {
  margin: 20px 0 30px;
}

.price_list .tab li.select_1 {
  background: #4294b4;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d9cb5), to(#4294b4));
  background: -webkit-linear-gradient(top, #4d9cb5, #4294b4);
  background: -moz-linear-gradient(top, #4d9cb5, #4294b4);
  background: -o-linear-gradient(top, #4d9cb5, #4294b4);
  background: linear-gradient(to bottom, #4d9cb5, #4294b4);
}

.price_list .content_1 .content_head {
  /* background:#4d9cb5; */
  background: #4294b4;
}

.price_list .tab li.select_2 {
  background: #0f6196;
  background: -webkit-gradient(linear, left top, left bottom, from(#1269a1), to(#0f6196));
  background: -webkit-linear-gradient(top, #1269a1, #0f6196);
  background: -moz-linear-gradient(top, #1269a1, #0f6196);
  background: -o-linear-gradient(top, #1269a1, #0f6196);
  background: linear-gradient(to bottom, #1269a1, #0f6196);
}

.price_list .content_2 .content_head {
  /* background:#1269a1; */
  background: #0f6196;
}

.price_list .tab li.select_3 {
  background: #002e4d;
  background: -webkit-gradient(linear, left top, left bottom, from(#00365a), to(#002e4d));
  background: -webkit-linear-gradient(top, #00365a, #002e4d);
  background: -moz-linear-gradient(top, #00365a, #002e4d);
  background: -o-linear-gradient(top, #00365a, #002e4d);
  background: linear-gradient(to bottom, #00365a, #002e4d);
}

.price_list .content_3 .content_head {
  /* background:#00365a; */
  background: #002e4d;
}

.price_list .tab li.select_4 .koukaryoku_mark {
  width: 160px;
  position: absolute;
  left: 40%;
  padding: 0;
  margin: -5px 0 0;
}

.price_list .tab li.select_3 .new_mark,
.price_list .tab li.select_4 .new_mark {
  position: absolute;
  padding: 0;
  margin: 0;
}

.price_list .tab li.select_4 {
  background: #121212;
  background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#121212));
  background: -webkit-linear-gradient(top, #1f1f1f, #121212);
  background: -moz-linear-gradient(top, #1f1f1f, #121212);
  background: -o-linear-gradient(top, #1f1f1f, #121212);
  background: linear-gradient(to bottom, #1f1f1f, #121212);
}

.price_list .content_4 .content_head {
  /* background:#000000; */
  background: #121212;
}

.price_list .tab li.select_1 h2,
.price_list .tab li.select_2 h2,
.price_list .tab li.select_3 h2,
.price_list .tab li.select_4 h2 {
  color: #fff;
  background: none;
  padding-top: 20px;
  text-align: center;
  font-weight: normal;
}

.price_list .tab li h2 .body_catch {
  font-size: 118%;
  padding-bottom: 5px;
}

.price_list .tab li h2 .series_name {
  font-size: 88%;
  padding-top: 5px;
}

.price_list .content h3.series_name {
  background: none;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  width: 280px;
  float: left;
  font-size: 150%;
  padding-top: 15px;
}

.price_list .contet_item {
  padding-top: 20px;
}

.price_list .content_item_inner {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0 0;
  font-size: 16px;
}

.price_list .content .lead_copy {
  line-height: 1.7;
  font-size: 105%;
}

.price_list .content .spec {
  background: #fff;
  padding: 15px 25px 10px 30px;
  margin: 0;
  position: relative;
}

.price_list .hide {
  display: none;
}

.price_list .tab ul.content {
  height: 100px;
}

.price_list .spec .plan_name {
  width: 279px;
  color: #00365a;
  display: inline-block;
}

.price_list .spec .plan_spec {
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
}

.price_list .spec .plan_spec .spec_max {
  color: #a5b1c1;
}

.price_list .content_item_inner .cpu,
.price_list .spec .plan_spec .cpu {
  width: 180px;
  display: inline-block;
}

.price_list .content_item_inner .memory,
.price_list .spec .plan_spec .memory {
  width: 120px;
  display: inline-block;
}

.price_list .content_item_inner .storage,
.price_list .spec .plan_spec .storage {
  width: 130px;
  display: inline-block;
}

.price_list .content_item_inner .redundant,
.price_list .spec .plan_spec .redundant {
  width: 60px;
  display: inline-block;
}

.price_list .redundant i.fa-minus {
  color: #a5b1c1;
  font-size: 120%;
}

.price_list .redundant i.fa-check-circle {
  color: #0089e4;
  font-size: 180%;
}

.price_list .side {
  display: flex;
}

.price_list .new-icon {
  width: 70px;
  font-size: 11px;
  color: #fff;
  background-color: #e1ae1c;
  border-radius: 1px;
  padding-top: 1px;
  display: block;
  text-align: center;
}

.price_list .initial-cost_discount {
  width: 90px;
  font-size: 12px;
  color: #fff;
  background-color: #f00;
  border-radius: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
  text-align: center;
}

.price_list .topcs {
  font-size: 11px;
  color: #0089e4;
  border: 1px solid #0089e4;
  border-radius: 1px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0 10px;
}

.price_list .standard {
  font-size: 11px;
  color: #fff;
  background-color: #ed1c24;
  border-radius: 1px;
  display: block;
  text-align: center;
  margin: 0 5px 0 0;
  padding: 3px 5px;
}

.price_list .advanced {
  font-size: 11px;
  color: #fff;
  background-color: #bf0a11;
  border-radius: 1px;
  display: block;
  text-align: center;
  margin: 0 5px 0 0;
  padding: 3px 5px;
}

/* koukaryoku----------------------------- */
.price_list .content_4 h3.series_name {
  width: 220px;
}

.price_list .content_4 .plan_name {
  width: 219px;
}

.price_list .content_4 .content_item_inner .gpu,
.price_list .content_4 .spec .plan_spec .gpu {
  width: 130px;
  display: inline-block;
}

.price_list .content_4 .content_item_inner .cpu,
.price_list .content_4 .spec .plan_spec .cpu {
  width: 155px;
  display: inline-block;
}

.price_list .content_4 .content_item_inner .memory,
.price_list .content_4 .spec .plan_spec .memory {
  width: 110px;
  display: inline-block;
}

.price_list .content_4 .content_item_inner .storage,
.price_list .content_4 .spec .plan_spec .storage {
  width: 90px;
  display: inline-block;
}

.price_list .content_4 .content_item_inner .redundant,
.price_list .content_4 .spec .plan_spec .redundant {
  width: 60px;
  display: inline-block;
}

.price_list .content_4 .redundant i.fa-minus {
  color: #a5b1c1;
  font-size: 120%;
}

.price_list .content_4 .redundant i.fa-check-circle {
  color: #0089e4;
  font-size: 180%;
}

/* koukaryoku----------------------------- */
.price_list .spec .plan_spec div,
.price_list .content_item_inner div {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.price_list .spec .plan_spec div {
  font-size: 14px;
}

.price_list .spec .plan_spec div {
  color: #00365a;
  line-height: 1.5;
}

.price_list .spec .plan_spec div.label_discount {
  color: #f00;
  padding-bottom: 5px;
}

.price_list .spec .btn_entry,
.price_list .spec .btn_contact,
.price_list .content_item_inner .btn_detail {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 176px;
}

.price_list .spec .btn_entry a,
.price_list .spec .btn_entry span,
.price_list .spec .btn_contact a,
.price_list .content_item_inner .btn_detail a {
  display: inline-block;
  font-size: 16px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 5px 20px;
  background: #dfe5f0;
}

.price_list .spec .btn_entry span {
  padding: 5px 35px;
  background: #a5b1c1;
  color: #fff;
}

.price_list .spec .btn_entry a {
  background: #e1ae1c;
  color: #fff;
}

.price_list .spec .btn_entry a:hover {
  background: #d0a11a;
  text-decoration: none;
}

.price_list .spec .btn_contact a {
  background: #0a73b9;
  color: #fff;
}

.price_list .spec .btn_contact a:hover {
  background: #0969a8;
  text-decoration: none;
}

.price_list .content_item_inner .btn_detail a:hover {
  background: #c6cddb;
  text-decoration: none;
}

.price_list .spec .btn_entry a i,
.price_list .spec .btn_contact a i,
.price_list .content_item_inner .btn_detail a i {
  margin: 0 0 0 18px;
}

.price_list .spec .plan_name .cpu {
  padding: 2px 3px;
  border: 1px solid #0089e4;
  font-size: 11px;
}

.cpu_1 {
  color: #0089e4;
}

.cpu_2 {
  background: #0089e4;
  color: #fff;
}

.price_list .line {
  border-top: 1px solid #dfe5f0;
  margin-top: 20px;
}

.price_list .content .tab_foot {
  border-radius: 0 0 5px 5px;
  -webkit-border-top-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  margin: 0;
  background: #fff;
  height: 15px;
}

.price_list .spec .maker {
  font-size: 12px;
  color: #a5b1c1;
  margin: 0;
}

.price_list .spec h4.model {
  display: inline-block;
  font-size: 130%;
  padding: 0;
  color: #00365a;
  margin: 3px 0;
}

.price_list .spec .price_set {
  margin: 0;
  width: 300px;
  display: flex;
  justify-content: flex-start;
}

.price_list .spec .price_set-title {
  width: 60px;
  font-weight: bold;
  color: #424a55;
}

.price_list .spec .price_set li {
  margin: 0 10px 0 0;
  padding: 0;
  display: block;
}

.price_list .spec .price_set li.price_discount {
  color: #f00;
}

.price_list .spec .price_set li.price_before_discount {
  font-size: 11px;
  padding-top: 3px;
  text-decoration: line-through;
}

/* --------------------------------------------------------------------------- */

/* -お問い合わせPR- */

.pr_contact {
  background: #03426d;
  color: #fff;
  padding: 0 0 50px;
}

.pr_contact .txt_title {
  color: #ffef84;
  font-weight: 100;
  padding: 50px 0 20px;
  font-size: 200%;
}

.pr_contact .pr_contact_inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 40px 20px;
}

.pr_contact .pr_contact_inner ul {
  background: url("../../images/question_icon.png") no-repeat;
}

.pr_contact .pr_contact_inner ul li {
  margin-left: 155px;
  padding: 2px;
  font-size: 1rem;
}

.pr_contact .pr_contact_inner .item {
  flex: 1;
}

.pr_contact_area {
  background: #002e4d;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  padding-right: 10px;
  color: #fff;
}

.pr_contact .txt_caution,
.pr_contact_area .txt_caution {
  font-size: 0.8rem;
}

.pr_contact_area .txt_caution {
  text-align: center;
}

.pr_contact .txt_lead {
  font-size: 1.2rem;
  text-align: center;
}

.pr_contact_area .call {
  background: url("../../images/tel_icon.png") no-repeat;
  font-size: 1.85rem;
  display: flex;
  background-position: 0 50%;
  align-items: center;
}

.pr_contact_area .call p {
  letter-spacing: 3px;
  padding: 0 0 0 40px;
}

.pr_contact_area .btn_contact,.pr_contact_area .btn_entry {
  width: 260px;
  display: inline-block;
}

.pr_contact_area .btn_contact a,.pr_contact_area .btn_entry a {
  background: #0a73b9;
  color: #fff;
  display: block;
  line-height: 4rem;
  border-radius: 3px;
  font-size: 1.2rem;
  text-align: center;
}

.pr_contact_area .btn_entry a {
  background: #e1ae1c;
}

.pr_contact_area .btn_contact a::after,.pr_contact_area .btn_entry a::after {
  content: "\f105";
  padding-left: 0.5rem;
  font-family: FontAwesome;
  font-size: 1.2rem;
  vertical-align: baseline;
  display: inline-block;
}

.pr_contact_area .btn_contact a:hover {
  text-decoration: none;
  background: #0969a8;
}

.pr_contact_area .btn_entry a:hover {
  text-decoration: none;
  background: #d0a11a;
}

.campain_area {
  text-align: center;
  margin: 10px auto;
}

.campain_area a {
  color: #fff;
  line-height: 2.5;
}

.campain_area i {
  margin: 0 5px;
}

/* --------------------------------------------------------------------------- */
