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

.onlyPC{
  display: none!important;
}

/* ===================================
#contents
=================================== */
#contents {
  width: 100%;
  border-top: 3px solid #14BFFF;
}
#menu {
  padding-bottom: 0;
}
#menu:after {
  display: none;
}

/* ===================================
.topArea
=================================== */
.topArea {
  background: url(../img/sp/bg_main_01_sp.png) left top #DDD;
  background-size: cover;
  padding: 0 20px 60px;
  margin-bottom: 40px;
}
.topArea h1 {
  padding: 40px 0 50px;
  height: auto;
  margin-bottom: 0;
  background: none;
}
.topArea h1 img{
  width: 100%;
}
.lineLink{
  display: block;
  margin: 0 auto;
  background-color: #FFF;
}
.lineLink img{
  width: 100%;
}
/* ===================================
.linkArea
=================================== */
.linkArea {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.linkArea li {
  margin: 0 auto 20px;
  border: 1px solid #55ACED;
  border-top: none;
  box-sizing: border-box;
}
.linkArea li h2 {
  font-size: 20px;
  padding: 13px 0 52%;
  margin-bottom: 20px;
  color: #FFF;
}
.linkArea .feature h2 {
  background: url(../img/sp/bg_top_01_sp.jpg) no-repeat bottom #41B7EE;
  background-size: 100%;
}
.linkArea .consult h2 {
  background: url(../img/sp/bg_top_02_sp.jpg) no-repeat bottom #41B7EE;
  background-size: 100%;
}
.linkArea .purchase h2 {
  background: url(../img/sp/bg_top_03_sp.png) no-repeat bottom #41B7EE;
  background-size: 100%;
}
.linkArea .big {
  font-size: 29px;
  font-weight: bold;
  color: #40B7ED;
  line-height: 1.2;
  margin-bottom: 10px;
}
.linkArea p {
  font-size: 16px;
  line-height: 1.4;
}
.linkArea .btn {
  display: block;
  background: #FFEE00;
  width: 250px;
  margin: 20px auto 0;
  padding: 10px 0 8px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #0059B2;
}
.linkArea .btn:before {
  content: "";
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #0B6FC3;
  position: absolute;
  top: 17px;
  right: 6px;
}
.linkArea a {
  color: #191919;
  display: block;
  padding-bottom: 20px;
}
/* ===================================
.bnrArea
=================================== */
.bnrArea {
  margin: 40px 0;
  text-align: center;
}
.bnrArea img{
  width: 89%;
}
.bnrArea img.blogBnr{
  margin-top: 20px;
}
/* ===================================
.voiceArea
=================================== */
.voiceArea {
  padding: 40px 0 15px;
  background-color: #F5F5F5;
}
.voiceArea .inner{
  margin: 0;
}
.voiceArea h2 {
  text-indent: 9999px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
  background: url(../img/sp/tit_voice_01_sp.png) center no-repeat;
  height: 55px;
  background-size: 144px;
}
.voiceArea h2 img{
  width: 144px;
}
.voiceList li{
  width: 89%;
  margin: 0 auto;
}
.voiceList li .voiceItem {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 4px 4px #D1E9F4;
}
.voiceList li .voiceItem img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}

.voiceItem .voiceInfo {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.voiceItem .voiceInfo .tag {
  width: 70px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  margin-right: 10px;
}
.reform .voiceItem .voiceInfo .tag {
  background-image: url(../img/sp/ico_voice_01.sp.png);
}
.buy .voiceItem .voiceInfo .tag {
  background-image: url(../img/sp/ico_voice_02_sp.png);
}
.manage .voiceItem .voiceInfo .tag {
  background-image: url(../img/sp/ico_voice_03_sp.png);
}
.voiceItem .voiceInfo .number {
  font-size: 16px;
  font-weight: bold;
  color: #133E9D;
  line-height: 1.8;
  margin-right: 10px;
}
.voiceItem .voiceInfo .number::before {
  content: 'No.';
  font-size: 14px;
}
.voiceItem .voiceInfo .date {
  font-size: 12px;
  line-height: 1.2;
  color: #133E9D;
}

.voiceItem .voiceTitle {
  font-size: 18px;
  color: #133E9D;
  line-height: 1.2;
  font-weight: bold;
  margin: 10px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none){
  .voiceItem .voiceTitle{
    height: 22px;
    overflow: hidden;
  }
}

.voiceItem .mainTxt{
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.voiceItem .voiceDetail {
  margin-top: 15px;
  color: #000000;
}
.voiceItem .voiceDetail .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.voiceItem .voiceDetail .name span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}

/* ===================================
.newsArea
=================================== */
.newsArea {
  padding-top: 40px;
}
.newsArea h2 {
  text-indent: 9999px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  background: url(../img/sp/tit_news_01_sp.png) center no-repeat;
  height: 55px;
  background-size: 266px;
}
.newsList li {
  margin: 0 auto;
  padding: 13px 0 18px;
  border-bottom: 1px solid #ECECEC;
}
.newsList .infoBox {
  font-size: 13px;
}
.newsList .category {
  width: 60px;
  height: 21px;
  margin-left: 20px;
  line-height: 22px;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #FFF;
  display: inline-block;
  vertical-align: top;
}
.newsList .contentsBox {
  margin-top: 10px;
}
.newsList h4 {
  position: relative;
  display: inline-block;
  max-width: 280px;
  padding-right: 42px;
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 1.4;
  color: #153E9D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList .new h4:after {
  position: absolute;
  content: '';
  width: 32px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/common/img/ico_new_01.png);
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.newsList .description {
  height: 58px;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}
.newsList .description::before,
.newsList .description::after{
  position: absolute;
  background: #ffffff;
}
.newsList .description::before{
  content: "…";
  bottom: -3px;
  right: 0px;
}
.newsList .description::after{
  content: "";
  width: 100%;
  height: 100%;
}
.n_cate1 {
  background-color: #006DC6;
}
.n_cate2 {
  background-color: #00A9ED;
}
.n_cate3 {
  background-color: #163E9D;
}
.newsArea .borderBtn a {
  margin: 40px auto;
}

/* ===================================
.contactArea
=================================== */
.contactArea {
  background: url(https://cosmobank.co.jp/img/sp/bg_contact_01_sp.png) no-repeat;
  background-size: cover;
  padding: 28px 0 40px;
}
.contactArea h2 {
  background: none;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  color: #FFF;
}
.contactArea .text01 {
  color: #FFF;
  text-align: center;
  background: rgba(255,255,255,0.3);
  border-radius: 20px;
  font-size: 14px;
  margin: 10px auto 19px;
  padding: 7px 0;
}
.contactArea .tel {
  margin: 30px 0 28px;
  padding: 0;
  background: none;
  color: #FFF;
  text-align: center;
}
.contactArea .tel span {
  margin-top: 5px;
  padding: 0 0 0 48px;
  font-size: 16px;
}
.contactArea .tel a {
  display: inline-block;
  padding: 0 0 0 48px;
  background: url(../common/img/sp/ico_tel_01.png) no-repeat left 5px;
  background-size: 36px;
  text-decoration: none;
  color: #FFF;
  font-size: 43px;
  text-align: center;
}
.contactArea .btn {
  margin: 0 auto;
}
.contactArea .btn a {
  width: auto;
  font-size: 33px;
  text-align: center;
  color: #153E9D;
  line-height: 1.3;
  margin-bottom: 20px;
  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: 15px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width:370px) {
  .newsList h4  {
    max-width: 235px;
  }
  .contactArea h2 {
    font-size: 28px;
  }
  .contactArea .text01 {
    font-size: 12px;
  }
  .contactArea .tel span {
    font-size: 13px;
  }
  .contactArea .tel a {
    padding-top: 3px;
    font-size: 36px;
  }
  .contactArea .btn a {
    font-size: 30px;
  }
  .contactArea .text02 {
    font-size: 13px;
  }
}

/* ===================================
.mediaArea
=================================== */
.mediaArea {
  padding: 40px 0 0;
  background-color: #F5F5F5;
}
.mediaArea > .inner {
  margin: 0;
}
.mediaArea h2 {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
  background: url(../img/sp/tit_sp_media_01.png) center no-repeat;
  height: 55px;
  background-size: 175px;
}
.mediaList {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.mediaItem {
  display: block;
  margin: 0 10px 10px;
  padding: 15px;
  background-color: #FFFFFF;
  box-shadow: 4px 4px #D1E9F4;
}
.mediaTitle {
  font-size: 18px;
  font-weight: bold;
  color: #133E9D;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mediaItem.new .mediaTitle {
  box-sizing: border-box;
  padding-right: 30px;
  position: relative;
}
.mediaItem.new .mediaTitle::after {
  content: '';
  width: 32px;
  height: 15px;
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/common/img/ico_new_01.png);
  background-repeat: no-repeat;
}
.mediaInfo {
  font-size: 12px;
  margin-bottom: 10px;
  height: 20px;
}
.mediaInfo .category {
  width: 70px;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}
.mediaInfo .category.seminar {
  background: #0B6FC3;
}
.mediaInfo .category.media-cate {
  background: #1BAAEA;
}
.mediaInfo .category.other {
  background: #E0AB0A;
}
.mediaList .mediaItem .mainImgLink {
  display: block;
  position: relative;
  text-align: center;
}
.mediaList .mediaItem .mainImgLink::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/ico_zoom_top.png) center rgba(0, 0, 0, 0.7) no-repeat;
  background-size: 50px auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.mediaList .mediaItem img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  width: 100%;
  height: 170px;
}
.mediaList .mediaItem .mainImgLink img {
  object-fit: cover;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
}
.mediaDetail {
  margin-top: 10px;
}
.mediaDetail .mainTxt {
  height: 96px;
}
.mediaDetail a {
  display: block;
  margin-bottom: 5px;
  color: #191919;
}
.detailLink a {
  color: #0059B2;
  font-weight: bold;
}
