@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

.onlySP {
  display: none !important;
}

/* font指定 */
body,
input,
select,
option,
textarea,
button {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', Roboto, 'メイリオ', 'Meiryo', 'Helvetica Neue', HelveticaNeue, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',
    sans-serif;
}
/* ブラウザが IE の場合はフォントをメイリオに設定 */
/*
@media all and (-ms-high-contrast:none) {
body {
font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
}
*/

body {
  min-width: 1100px; /* コンテンツ枠の幅に合わせる */
  line-height: 1.6;
  color: #191919;
}
p,
li,
dt,
dd {
  font-size: 15px;
}
a {
  color: #0059b2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img:hover {
  opacity: 0.7;
}

a.noLink:hover img,
.btn a.noLink:hover {
  opacity: 1;
  cursor: default;
}

/* 中央寄せ */
.inner {
  width: 1100px; /* コンテンツ枠の幅に合わせる */
  margin: 0 auto;
}

/* ヘッダーフッターTEL共通 */
.tel {
  background: url(../img/ico_tel_01.png) no-repeat left 4px;
  background-size: 38px;
  color: #153e9d;
  font-weight: bold;
  line-height: 1.1;
  padding: 0 0 0 45px;
}
.tel span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

/* ボタン */
.btn a {
  display: block;
  background: #ffee00;
  width: 250px;
  margin: 20px auto 30px;
  padding: 10px 0 8px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.btn a:before {
  content: '';
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #0b6fc3;
  position: absolute;
  top: 17px;
  right: 6px;
}
.btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* ボーダーボタン */
.borderBtn a {
  background-color: #fff;
  border: 1px solid #133ba0;
  text-align: center;
  box-sizing: border-box;
}

/* ===================================
#head
=================================== */
#head {
}
#head .inner {
  /* overflow: hidden; */
  /* margin: 18px auto 12px; */
  margin: 18px auto 20px;
  height: 60px;
}

/* ヘッダーロゴ */
#head_logo a {
  display: block;
  float: left;
  background: url(../img/logo_head.png) no-repeat;
  background-size: 402px;
  width: 402px;
  height: 62px;
  text-indent: -9999px;
}
#head_logo a:hover {
  opacity: 0.7;
}

#head .headRight {
  float: right;
  display: flex;
  align-items: center;
}
#head .tel {
  font-size: 33px;
  margin-top: 8px;
  background-size: 27px;
  padding: 0 0 0 33px;
}
#head .tel span {
  font-size: 12px;
}

/* #menu */
#menu {
  background: #41b7ee;
  position: relative;
  padding-bottom: 10px;
}
#menu:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/bg_menu_01.png) repeat-x bottom #fff;
  position: absolute;
  bottom: 0;
}
#menu ul {
  /* overflow: hidden; */
}
#menu .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  height: 60px;
}
#menu ul li {
  margin: 10px 0 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  text-align: center;
  flex-grow: 1;
}
#menu ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

#menu ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 8px 12px;
  box-sizing: border-box;
}
#menu ul li .line-break-link {
  line-height: 1.1;
}
#menu ul li.voiceLink a {
  padding: 8px 12px;
}
#menu ul li.managementLink a {
  padding: 8px 21px;
}
#head .form {
  /* float: right; */
  border: none;
  margin-left: 15px;
  /* margin-top: 18px; */
}
#head .csForm {
  margin-top: 32px;
}
#head .form p {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  color: #153e9d;
}
#head .form a {
  background: #ffee00;
  color: #153e9d;
  padding: 8px 15px 10px 20px;
  width: 215px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
}
#head .form.csForm a {
  background: #097acb;
  background: -moz-linear-gradient(top, #097acb 0%, #1546a3 100%);
  background: -webkit-linear-gradient(top, #097acb 0%, #1546a3 100%);
  background: linear-gradient(to bottom, #097acb 0%, #1546a3 100%);
  color: #fff;
}
#menu ul li a:hover,
#head .form a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#menu ul.mainMenu li ul.subMenu {
  position: absolute;
  z-index: 9999;
  background-color: #41b7ee;
  padding-top: 5px;
  box-sizing: border-box;
}
#menu ul.mainMenu .recruitLink ul.subMenu {
  display: none;
  right: 0;
  width: 190px;
  padding-bottom: 10px;
}
#menu ul.mainMenu .aboutLink ul.subMenu {
  display: none;
}
#menu ul.mainMenu .mediaLink ul.subMenu {
  width: 150px;
  display: none;
}
#menu ul.mainMenu .aboutLink ul.subMenu {
  width: 210px;
  padding-bottom: 10px;
}
#menu ul.mainMenu .managementLink ul.subMenu {
  display: none;
}
#menu ul.mainMenu .managementLink ul.subMenu {
  width: 284px;
  padding-bottom: 10px;
}

#menu ul.mainMenu .voiceLink ul.subMenu {
  display: none;
}
#menu ul.mainMenu .voiceLink ul.subMenu {
  width: 230px;
  padding-bottom: 10px;
}
#menu ul.mainMenu li .active {
  color: #ffee00;
}
#menu ul.mainMenu li ul.subMenu li {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  text-align: left;
  padding-left: 38px;
  box-sizing: border-box;
}
#menu ul.mainMenu li ul.subMenu li a {
  padding: 0;
  position: relative;
  margin: 3px 0;
}
#menu ul.mainMenu li ul.subMenu li a::before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: 7px;
  left: -15px;
}

/* ===================================
#pankuzu
=================================== */
#pankuzu {
  margin: 10px 0 20px;
}
#pankuzu ul:after {
  content: '';
  display: block;
  clear: both;
}
#pankuzu ul li {
  margin-right: 0.5em;
  float: left;
  font-size: 11px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#pankuzu ul li:before {
  content: '＞ ';
}
#pankuzu ul li:first-child:before {
  content: '';
}

/* ===================================
#foot
=================================== */
#foot {
  border-top: 1px solid #0b6fc3;
}
#foot .inner {
  overflow: hidden;
  margin: 37px auto 30px;
}

/* #foot_logo */
#foot #foot_logo {
  float: left;
  margin-top: 90px;
}
#foot #foot_logo a {
  text-indent: -9999px;
  background: url(../img/logo_foot_02.png) no-repeat left top;
  width: 163px;
  height: 189px;
  display: block;
  margin-left: 48px;
}
#foot #foot_logo a:hover {
  opacity: 0.7;
}

#foot .Rbox {
  float: right;
  width: 852px;
  margin-top: 5px;
}

.infoArea {
  position: relative;
  overflow: hidden;
  color: #153e9d;
}
.infoArea .message {
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: #153e9d;
  margin: 10px 10px 0 0;
  line-height: 1.7;
}
.infoArea .contactBox {
  float: left;
  margin: 5px 0 20px;
}
.infoArea .contactBox .tel {
  display: flex;
  align-items: center;
  color: #153e9d;
  pointer-events: none;
}
.infoArea .contactBox .tel span {
  padding-left: 15px;
  line-height: 1.5;
  text-align: left;
}
.infoArea .tel {
  font-size: 45px;
}
.infoArea .fax {
  font-size: 21px;
  font-weight: bold;
  margin-top: -5px;
}
.infoArea .fax span {
  background: #ffee00;
  text-align: center;
  padding: 1px 7px 0;
  border-radius: 20px;
  font-size: 13px;
  vertical-align: text-top;
  margin: 3px 9px 0 0;
  display: inline-block;
}
.infoArea .fax span:last-child {
  background: #fff;
  padding-left: 10px;
  font-weight: normal;
}
.infoArea .hours {
  font-size: 14px;
}
.infoArea .hours span {
  font-weight: bold;
  padding-right: 5px;
}
.infoArea .mail {
  float: left;
  clear: both;
  display: flex;
  width: 100%;
  margin: 10px 0;
}

.infoArea .mail p {
  width: 100%;
}
.infoArea .mail a {
  float: right;
  width: 100%;
  background: #ffee00;
  color: #153e9d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  line-height: 45px;
  display: block;
  box-sizing: border-box;
}
.infoArea .mail .mailForm a {
  width: 340px;
  float: left;
}
.infoArea .mail .mailTrouble a {
  width: 490px;
  background: #097acb;
  background: -moz-linear-gradient(top, #097acb 0%, #1546a3 100%);
  background: -webkit-linear-gradient(top, #097acb 0%, #1546a3 100%);
  background: linear-gradient(to bottom, #097acb 0%, #1546a3 100%);
  color: #fff;
}
.infoArea .mail span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding-right: 10px;
}
.infoArea .mail a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* #foot_menu */
#foot_menu {
  background: #f5f5f5;
  overflow: hidden;
  margin: 18px 0 13px;
  padding: 10px 0 10px 140px;
  position: relative;
}
#foot_menu:before {
  content: 'SITE MAP';
  display: block;
  position: absolute;
  top: 35px;
  left: 32px;
  font-size: 17px;
  font-weight: bold;
  color: #3fb7ec;
  letter-spacing: 1px;
}
#foot_menu li {
  float: left;
  margin: 8px 5px 8px 20px;
}
#foot_menu li a {
  font-size: 14px;
  padding: 0 0 0 12px;
  text-align: center;
  display: block;
  position: relative;
  color: #191919;
}
#foot_menu li a:before {
  content: '';
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #163e9d;
  position: absolute;
  top: 7px;
  left: 0;
}

#foot .address {
  font-size: 15px;
  padding: 5px 0;
  color: #191919;
}
#foot .address a {
  font-size: 14px;
  border: 1px solid #ccc;
  /*
  background: -moz-linear-gradient(top, #FFF, #FFF 50%, #F9F9F9);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.5, #FFF), to(#F9F9F9));
  */
  padding: 5px 23px 3px;
  margin-left: 18px;
  color: #191919;
}
#foot .address a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#foot #linkBB {
  position: absolute;
  top: 0;
  right: 0;
}
#foot #linkBB a {
  text-indent: -9999px;
  background: url(../img/bnr_bb.png) no-repeat left top;
  width: 210px;
  height: 101px;
  display: block;
  margin-top: 10px;
  margin-left: 20px;
}
#foot #linkBB a:hover {
  opacity: 0.7;
}
/* realnetpro */
#foot #linkRealnetpro {
  position: absolute;
  top: 0;
  right: 0;
}
#foot #linkRealnetpro a {
  text-indent: -9999px;
  background: url(../img/bnr_realnetpro_01.png) no-repeat 0 0 / contain;
  width: 210px;
  height: 100px;
  display: block;
  margin-top: 15px;
  margin-left: 20px;
}
#foot #linkRealnetpro a:hover {
  opacity: 0.7;
}

/* #copyright */
#copyright {
  text-align: center;
  background: #41b7ee;
  color: #fff;
  font-size: 14px;
  padding: 7px 0 6px;
}

/* ===================================
下層ページ
=================================== */
h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  height: 250px;
  margin-bottom: 64px;
  padding-top: 90px;
  box-sizing: border-box;
}
h2 {
  background: #41b7ee;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  padding: 8px 13px 7px;
  letter-spacing: 1px;
}
h3 {
  font-size: 20px;
  font-weight: bold;
  color: #41b7ee;
  border-bottom: 1px solid #41b7ee;
  letter-spacing: 0.5px;
  padding: 15px 5px 10px;
  margin-bottom: 28px;
}

/* ===================================
.contactArea
=================================== */
.contactArea {
  background: url(https://cosmobank.co.jp/img/bg_contact_01.png);
  background-size: cover;
  padding: 60px 0 40px;
}
.contactArea h2 {
  background: none;
  text-align: center;
  font-size: 50px;
}
.contactArea .text01 {
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  width: 817px;
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto 30px;
  padding: 4px 0 2px;
}
.contactArea .tel {
  color: #fff;
  font-size: 60px;
  text-align: center;
  background-size: 50px 52px;
  width: 420px;
  margin: 0 auto 28px;
}
.contactArea .tel span {
  font-size: 18px;
}
.contactArea .btn {
  background: #fff;
  width: 600px;
  margin: 0 auto;
}
.contactArea .btn a {
  width: 600px;
  font-size: 40px;
  text-align: center;
  color: #153e9d;
  line-height: 1.3;
  padding: 19px 0 16px;
}
.contactArea .btn a span {
  font-size: 18px;
  display: block;
}
.contactArea .btn a:before {
  display: none;
}
.contactArea .text02 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* 準備中link */
#menu ul li a.noLink {
  min-width: 176px;
  text-align: center;
}
#foot_menu li a.noLink {
  text-decoration: none;
  min-width: 154px;
  text-align: center;
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {
  #head .form a {
    padding-bottom: 3px;
    margin-top: 3px;
  }
}
