body, input, button, textarea, select, option, a {
  font-family: "Lato", "NotoSans", sans-serif;
  outline-color: #0692cd;
}

.wrap {
  position: relative;
  width: 100%;
  min-width: 1240px;
  padding-top: 145px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

select {
  border: 1px solid #ddd;
  background: #fff url(../images/ico/sel_ico.png) 94% 50% no-repeat;
  padding: 0 32px 0 14px;
  box-sizing: border-box;
}

select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-filter: alpha(opacity=0);
}

/* selection */
::selection {
  background: #0692cd;
  background: rgba(6, 146, 205, 0.7);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0692cd;
  background: rgba(6, 146, 205, 0.7);
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #0692cd;
  background: rgba(6, 146, 205, 0.7);
  color: #fff;
  text-shadow: none;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  width: 100%;
  min-width: 1240px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.top_head {
  width: 100%;
  height: 40px;
  line-height: 39px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.top_head .lnk {
  float: left;
}

.top_head .lnk li {
  float: left;
}

.top_head .lnk li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #e5e5e5;
  margin: -2px 0 0;
  vertical-align: middle;
}

.top_head .lnk li:last-child:after {
  display: none;
}

.top_head .lnk li button, .top_head .lnk li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: -0.065rem;
  color: #777;
  vertical-align: top;
  padding: 0 16px;
  box-sizing: border-box;
  outline: none;
}

.top_head .lnk li button:hover, .top_head .lnk li a:hover {
  text-decoration: underline;
}

.top_head .lnk li a {
  color: #333;
  padding-left: 34px;
  background: url(../images/ico/phone_ico.png) 14px 10px no-repeat;
}

.top_head .member_box {
  float: right; /*width:190px;*/
  box-sizing: border-box;
  margin-top: 5px;
}

.top_head .member_box > li {
  position: relative;
  display: inline-block;
  margin-left: 0px;
  vertical-align: top;
}

/*.top_head .member_box > li:before{content:''; display:block; position:absolute; left:-11px; top:50%; margin:-5px 0 0; width:1px; height:10px; background:rgba(0,0,0,0.1);}

.top_head .member_box > li:first-child{margin-left:0;}

.top_head .member_box > li:first-child:before{display:none;}*/
.top_head .member_box > li > a {
  display: block;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #e42500;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  color: #e42500;
  letter-spacing: -0.065rem;
  box-sizing: border-box;
  transition: all 0.3s;
}

.top_head .member_box > li > a.primary {
  background: #e42500;
  color: #fff;
}

/*.top_head .member_box > li > a:hover{color:#e42500;}*/
.logo_area .main_logo {
  float: left;
  margin-top: 28px;
}

.logo_area .main_logo a {
  display: block;
  overflow: hidden;
  width: 156px;
  height: 46px;
  background: url(../images/common/logo.png);
  background: url(../images/common/logo@2x.png), none;
  background-size: contain;
  text-indent: -999em;
}

.logo_area .nav_bar {
  float: left;
  width: 970px;
  margin: 25px 0;
  padding: 0 50px;
  box-sizing: border-box;
}

.logo_area .nav_bar > li {
  position: relative;
  float: left;
  width: 16.6%;
  height: 55px;
}

.logo_area .nav_bar > li > a {
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: -0.045rem;
  color: #000;
  text-align: left;
  padding: 0 24px;
  box-sizing: border-box;
}

.logo_area .nav_bar > li:hover > a {
  background: #e42500 url(../images/ico/menu_arr.png) 120px 50% no-repeat;
  color: #fff;
  font-weight: 700;
}

.logo_area .nav_bar .depth {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 24px;
  width: 180px;
  background: #e42500;
  box-sizing: border-box;
  z-index: 10;
}

.logo_area .nav_bar .depth a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.045rem;
  color: #ffaf9f;
}

.logo_area .nav_bar .depth a:hover {
  color: #fff;
}

.logo_area .nav_bar > li:hover .depth {
  display: block;
}

.logo_area .all_btn {
  float: right;
  width: 30px;
  height: 25px;
  background: url(../images/ico/all_menu.png) 100% 50% no-repeat;
  margin: 37.5px 0;
  text-indent: -9999px;
  outline: none;
}

.all_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  z-index: 200;
  overflow: hidden;
  transition: height 0.38s, padding 0.36s;
  -webkit-transition: height 0.38s, padding 0.36s;
  -moz-transition: height 0.38s, padding 0.36s;
  -ms-transition: height 0.38s, padding 0.36s;
  -o-transition: height 0.38s, padding 0.36s;
}

.all_menu .all_cls {
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/ico/all_cls.png) 100% 50% no-repeat;
  margin: 0 0 30px;
  text-indent: -9999px;
  outline: none;
}

.all_menu .am_lst {
  float: none;
  clear: both;
  width: 100%;
}

.all_menu .am_lst > li {
  float: left;
  width: 140px;
  margin: 0 35px 0 0;
}

.all_menu .am_lst > li:last-child {
  margin: 0;
}

.all_menu .am_lst > li > a {
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.045rem;
  color: #222;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.all_menu .am_lst .depth {
  padding: 16px 0 0 10px;
  box-sizing: border-box;
}

.all_menu .am_lst .depth a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.045rem;
  color: #888;
}

.all_menu .am_lst .depth a:hover {
  color: #e42500;
}

/* footer */
.footer {
  border-top: 1px solid #dadada;
}

.footer .foot_lnk {
  height: 59px;
  line-height: 58px;
  border-bottom: 1px solid #dadada;
  box-sizing: border-box;
}

.foot_lnk .fl_bar {
  float: left;
}

.foot_lnk .fl_bar li {
  float: left;
}

.foot_lnk .fl_bar a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -0.065rem;
  color: #222;
}

.foot_lnk .fl_bar a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #ccc;
  margin: -2px 14px 0 16px;
  vertical-align: middle;
}

.foot_lnk .fl_bar a:hover {
  color: #555;
}

.foot_lnk .fl_bar li:nth-child(3) a {
  font-weight: 700;
}

.foot_lnk .fl_bar li:last-child a:after {
  display: none;
}

.foot_lnk .sns_list {
  float: right;
  margin: 11px 0 0;
}

.foot_lnk .sns_list li {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin: 0 0 0 6px;
  box-sizing: border-box;
}

.foot_lnk .sns_list img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.footer .ft_info {
  background: url(../images/common/ft-logo@2x.png) 100% 0 no-repeat;
  background-size: 128px 36px;
  margin: 40px 0 75px;
}

.footer .ft_info .ft_nt {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.065rem;
  color: #e42500;
  margin: 0 0 25px;
}

.footer .ft_list {
  width: 760px;
  word-break: keep-all;
}

.footer .ft_list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.035rem;
  color: #666;
  margin: 0 12px 0 0;
}

.footer .ft_list li.address {
  display: block;
}

.footer .ft_caution {
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #999;
}

.footer .ft_copy {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
  color: #999;
  margin: 16px 0 0;
}

.go_top {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6) url(../images/ico/go_top.png) 50% 50% no-repeat;
  text-indent: -9999px;
}

/* Sub common */
.S_visual {
  width: 100%;
  height: 200px;
  text-align: center;
  padding: 55px 0;
  background: url(/images/location/broadcast.jpg) 50% 50% no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.S_visual h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.045rem;
  color: #fff;
  margin: 0 0 12px;
}

.S_visual p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.045rem;
  color: #fff;
}

.his_bar {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ddd;
}

.his_bar .history {
  float: right;
}

.his_bar .history li {
  float: left;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #ddd;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.065rem;
  color: #444;
  background: url(../images/ico/his_arr.png) 90% 50% no-repeat;
  padding: 0 36px 0 18px;
  box-sizing: border-box;
}

.his_bar .history li.home {
  min-width: 50px;
  border-left: 1px solid #ddd;
  background: none;
  padding: 0;
}

.his_bar .history li.home a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/ico/home_ico.png) 50% 50% no-repeat;
  text-indent: -9999px;
}

.S_container {
  width: 100%;
  max-width: 1200px;
  min-height: 600px;
  margin: 0 auto 50px;
}

.S_container .lnb {
  float: left;
  width: 200px;
  margin: -120px 0 0;
}

.lnb .ttl {
  width: 100%;
  height: 120px;
  background: #e42500;
  padding: 0 29px;
  line-height: 120px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.065rem;
  color: #fff;
  box-sizing: border-box;
}

.lnb .menu {
  margin: 0 0 40px;
}

.lnb .menu > li {
  width: 100%;
  height: 52px;
  border-bottom: 1px dashed #ddd;
  box-sizing: border-box;
}

.lnb .menu > li > a, .lnb .menu > li > button {
  display: block;
  width: 100%;
  height: 51px;
  line-height: 51px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.065rem;
  color: #333;
  padding: 0 20px;
  text-align: left;
  box-sizing: border-box;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  outline: none;
}

.lnb .menu > li > a:hover, .lnb .menu li > button:hover {
  color: #e42500;
}

.lnb .menu > li > a:before, .lnb .menu button:before {
  content: "-";
  display: inline-block;
  margin: 0 5px 0 0;
}

.lnb .menu > li.on > a {
  background: #333350; /* Old browsers */
  background: -moz-linear-gradient(left, #333350 0%, #333351 49%, #3f3f63 69%, #565688 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #333350 0%, #333351 49%, #3f3f63 69%, #565688 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #333350 0%, #333351 49%, #3f3f63 69%, #565688 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#333350", endColorstr="#565688",GradientType=1 );
  color: #fff;
}

.lnb .menu > li.on > a:before {
  color: #fff;
}

.lnb .menu li.dep {
  height: auto;
}

.lnb .menu li.dep > a {
  background: url(../images/ico/lnk_down.png) 93% 50% no-repeat;
}

.lnb .menu li.dep.on > a {
  background: #333350 url(../images/ico/lnk_on.png) 93% 50% no-repeat;
  background: url(../images/ico/lnk_on.png), -moz-linear-gradient(left, #333350 0%, #333351 49%, #3f3f63 69%, #565688 100%);
  background: url(../images/ico/lnk_on.png), -webkit-linear-gradient(left, #333350 0%, #333351 49%, #3f3f63 69%, #565688 100%);
  background: url(../images/ico/lnk_on.png), linear-gradient(to right, #333350 0%, #333351 49%, #3f3f63 69%, #565688 100%);
  background-position: 93% 50%, 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
}

.lnb .menu li ul {
  width: 100%;
  background: #f9f9f9;
  padding: 16px 20px 16px 28px;
  box-sizing: border-box;
}

.lnb .menu ul a {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.045rem;
  color: #777;
}

.lnb .menu li.dep ul a:hover {
  color: #444;
}

.lnb .menu .dep .on a {
  color: #222;
}

.lnb h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.065rem;
  color: #000;
}

.lnb .center_box {
  width: 100%;
  height: 180px;
  border: 1px solid #ddd;
  padding: 28px 18px 20px;
  margin: 0 0 10px;
  background: url(../images/ico/call_ico.png) 150px 14px no-repeat;
  background-size: 32px auto;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.lnb .center_box .tel {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  margin: 18px 0 10px;
}

.lnb .center_box a {
  display: block;
  font-size: 15px;
  color: #444;
  background: url(../images/ico/sms_ico.png) 4px 50% no-repeat;
  padding-left: 26px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.lnb .center_box span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px; /*letter-spacing:-0.025rem;*/
  color: #999;
  white-space: pre-line;
}

.lnb .bank_box {
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  padding: 22px 10px 20px 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-sizing: border-box;
}

.lnb .bank_box h3 {
  margin: 0 0 14px;
}

.lnb .bank_box img {
  width: 89px;
  height: auto;
}

.lnb .bank_box .num {
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 8px;
}

.lnb .bank_box span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.065rem;
  color: #888;
}

.lnb .bank_box span strong {
  color: #222;
}

.S_container .lnb.minihome { /*background:#fff; border:1px solid #ddd; box-sizing:border-box;*/
  margin-top: 50px;
}

.S_container .minihome .profile {
  background: #f2f2f2;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.S_container .minihome .profile .photo {
  background: #fff;
}

.S_container .minihome .profile .photo img {
  width: 140px;
}

.S_container .minihome .profile p {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.065rem;
  margin: 15px 0 0;
}

.S_container .minihome select {
  width: 100%;
  height: 35px;
}

.S_container .S_contents {
  float: right;
  width: 950px;
  margin: 50px 0;
}

.pagelist {
  margin: 0 auto 50px;
}

.pagelist a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  vertical-align: middle;
  margin: 0 2px;
}

.pagelist b {
  display: inline-block;
  width: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  vertical-align: middle;
  margin: 0 2px;
}

.pagelist b ~ a {
  width: 20px;
}

.bttn-wrap {
  text-align: center;
  margin: 20px 0 0;
}

.bttn-wrap, .bttn-wrap * {
  vertical-align: middle;
}

/*# sourceMappingURL=common.css.map */

/*# sourceMappingURL=common.css.map */
