/* CSS Document */
body {
	line-height: 1.8;
	font-size: 62.5%;
    font-family: 'ヒラギノ角ゴシック Pro', 'Yu Gothic','Hiragino Kaku Gothic Pro',メイリオ, Meiryo, Osaka, 游ゴシック体,  YuGothic,   'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	background-color: #f8e7ea;
	-webkit-print-color-adjust: exact;
}

a:link {
	color: darkblue;
	text-decoration:none;
}

a:hover, a:active {
	color: #F90;
	text-decoration:underline;
}

a:visited {
	color:darkblue;
	text-decoration:none;
}

a:hover img {
	/* filter: alpha(opacity=80);
	opacity:0.8; */
}

.link-color{color:#719ED9 !important;}

.underline-none{text-decoration: none !important;}

a.logo-dell{
  display: block;
  width: 200px;
  line-height: 0;
}
a.logo-msys{
  display: block;
  width: 140px;
  margin-left: 20px;
  line-height: 0;
}

/*
ナビゲーション
---------------------------*/
/* Sections
 ========================================================================== */
.uk-card-body {
  padding: 30px 30px;
}
.uk-card-header {
  padding: 18px 0px;
}
.uk-card-footer {
  padding: 15px 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
  .uk-card-header {
    padding: 18px 0px;
  }
  .uk-card-footer {
    padding: 20px 40px;
  }
}

/*menu Button
=========================================================================== */
.menu-area{
  padding: 0;
  margin-bottom: 10px;
  margin-top: -8px;
}
.menu-text{
  font-style: normal;
  font-size: 0.6rem;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
}

/* Top Text
 ========================================================================== */
/* Phone landscape and bigger */
@media (min-width: 320px) {
  .catch-text{
    font-size:1.4rem;
  }
  .catch-text-sub{
    font-size:0.8rem;
  }
}
@media (min-width : 636px ){
  .catch-text{
    font-size:1.8rem;
  }
  .catch-text-sub{
    font-size:1rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .catch-text{
    font-size:3rem;
  }
  .catch-text-sub{
    font-size:1.3rem;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .catch-text{
    font-size:3rem;
  }
  .catch-text-sub{
    font-size:1.8rem;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .catch-text{
    font-size:3.4rem;
  }
  .catch-text-sub{
    font-size:2rem;
  }
}

/* スライド
============================================================================*/
.uk-width-xlarge {/* uikit.css line6640 */
    width: 670px;
}
    
.uk-dotnav {/* uikit.css line4524 */
    margin-left: -62px;
}    
  .ed-info-button{    
    background-color: #FFF;
    color: #333;
    border: 1px solid #e5e5e5;
    opacity: 0.7;
  }
  .ed-mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }  
  .catch-text-outline{
    text-shadow: 2px 2px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
    text-shadow: 2px 2px 1px #fff, -3px 3px 2px #fff, 3px -3px 2px #fff, -3px -3px 2px #fff;
  }
  .catch-text-white-plate{
    background-color: white;
    padding: 0px 15px 10px;
    border-radius: 4px;
    background: rgba(255,255,255,0.6);
  }

  .catch-text-shadow{
    text-shadow: 2px 2px 15px #222;
  }
  .catch-text-white-shadow{
    text-shadow: 2px 2px 15px #fff;
  }
    .ed-dotnav-position{
      position: absolute;
      bottom: 0;
      left: 50%;
    }
/* uikit.css line4500 dotnav */
.uk-dotnav > .uk-active > * {
    background-color: rgba(2,65,150, 0.7);
}

/*
ヘッダー
---------------------------*/
a.product-btn{
  display: block;
  border-radius: 3px;
  border: #ddd solid 1px;
  background: #fff;
  overflow: hidden;
  padding: 15px 30px;
}
a.inq-btn{
  width: 270px;
  padding: 12px 0px;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #FFF;
  text-decoration: none;
  transition: background-color 0.3s,color 0.3s;
  background-color: #007db8;
  border: #ddd 1px solid;
  border-radius: 3px;
  margin-left: 20px;
}
a.inq-btn:hover{
	background-color: rgba(255,255,255,1);
	color: rgba(33,33,33,1);
}

.nav-text{
  display:block;
  float: right;
  line-height: 1.2rem;
  font-size: 1.0rem;
  font-weight:300;
  color: #444 !important;
  margin-left: 3px;
}
.telephone{
  text-align: right;
  font-size: 0.8rem;
  margin-bottom: 5px;
}


/*
フッター
-----------------------------*/
footer .footerNav{
  width: 640px;
  margin: 0 auto 10px;
  overflow: hidden;
  list-style: none;
      padding-top: 20px;
}
footer .footerNav li{
  float: left;
}
footer .footerNav li a{
  display: block;
  font-size: 0.8rem;
  padding: 0 20px;
  border-left: 1px solid #ccc;
  color: #444;
}
footer .footerNav li:first-child a{
  border: none;
}
footer .copyright{
  text-align: center;
}

@media print, screen and (max-width: 780px){
	footer {
	  padding-top: 0px;
	}
	footer .footerNav{
	  width: 100%;
	  padding: 0;
	}
	footer .footerNav li{
	  width:100%;
	  margin-bottom: 20px;
	}
	footer .footerNav li a {
	  display: block;
	  font-size: 0.8rem;
	  padding: 10px 20px;
	  border:none;
	}
}
/*
製品ナビエリア設定
--------------------------------*/
.card-link{
  color: #444;
}
.uk-label-force {
    background-color: #1e87f0 !important;
    line-height: 1.5;
    font-size: 0.875rem;
    color: #fff !important;
}
.uk-card-badge-force {
    top: 10px !important;
    right: 10px !important;
}
/*
UIKIT基準値変更
--------------------------------*/
.uk-card-body-force{
  padding: 10px;
}
.uk-card-body-force {
  padding: 10px !important;
  text-align: justify !important;
}

/*
テキストレスポンシブ調整：タイトル
----------------------------*/
.title-change{font-size: 2.625rem;}
/* Desktop and smaller @xl */
@media (max-width: 1599px) {
.title-change{font-size: 2.625rem !important;}
}
/* Tablet landscape and smaller @l */
@media (max-width: 1199px) {
.title-change{font-size: 2.0rem !important;}
}
/* Phone landscape and smaller @m */
@media (max-width: 959px) {
.title-change{font-size: 1.6rem !important;}
}
/* Phone portrait and smaller @s @n */
@media (max-width: 779px) {
.title-change{font-size: 1.4rem !important;}
}
@media (max-width: 666px) {
.title-change{font-size: 1.2rem !important;}
}
/*
テキストレスポンシブ調整：サブタイトル
----------------------------*/
.subtitle-change{font-size: 1.8rem;}
/* Desktop and smaller @xl */
@media (max-width: 1599px) {
.subtitle-change{font-size: 1.8rem !important;}
}
/* Tablet landscape and smaller @l */
@media (max-width: 1199px) {
.subtitle-change{font-size: 1.6rem !important;}
}
/* Phone landscape and smaller @m */
@media (max-width: 959px) {
.subtitle-change{font-size: 1.4rem !important;}
}
/* Phone portrait and smaller @s @n */
@media (max-width: 779px) {
.subtitle-change{font-size: 1.2rem !important;}
}
@media (max-width: 666px) {
.subtitle-change{font-size: 1.0rem !important;}
}

/* totop button */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.4em;
  display:none;
  z-index:999;
}
.page-top a {
  color:#000;
  transition: color 1.0s;
}
.page-top a:hover {
  text-decoration: none;
  color:#E50011;
  cursor:pointer;
}

/* 大切なことbutton */
.precious-button {
    position: fixed;
    bottom: 0px;
    left: 20px;
    display: none;
    z-index: 998;
}
.precious-button a {
  transition: color 1.0s;
}
.precious-button a:hover {
  text-decoration: none;
  cursor:pointer;
}

.mypage-button {
    position: fixed;
    top: 105px;
    right: 0px;
    z-index: 997;
}

.mypage-button a img{
  width:70px;
}

/* Phone landscape and bigger */
@media (max-width : 636px ){
  .mypage-button {
      top: 80px;
  }
  .mypage-button a img{
    width:45px;
}
}

/* コンテナハーフサイズ */
.half-uk-container {
  box-sizing: content-box;
  /* 1 */
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Phone landscape and bigger */
@media (min-width : 636px ){
  .half-uk-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .half-uk-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}


/* 概要 */
.desc-text{
  font-size: 1.5rem;
  line-height: 1.4;
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .desc-text{
    font-size: 1.5rem;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .desc-text{
    font-size: 1.3rem;
  }
}
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .desc-text{
    font-size: 1.0rem;
  }
}

    
    
    
    
    
/* タイトル
============================================================================*/
.h1_wrap {
  text-align: center;
}
.h1_wrap h1 {
  font-size:1.8rem;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
@media (max-width : 640px ){
  .h1_wrap h1 {font-size:1.4rem;}
}
.h1_wrap h1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #bee6cc;
  width : 70% ;
  width : -webkit-calc(100% - 70px) ;
  width : calc(100% - 70px) ;
  margin: 0 auto;
}

/* ライン白 */
.h1_wrap_white {
  text-align: center;
}
.h1_wrap_white h1 {
  font-size:1.8rem;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.h1_wrap_white h1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #FFF;
  width : 70% ;
  width : -webkit-calc(100% - 70px) ;
  width : calc(100% - 70px) ;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .h1_wrap_white h1 {
    font-size:1.6rem;
  }
}

/* ライン黒 */
/*
.h1_wrap_black {
  text-align: center;
}
.h1_wrap_white h1 {
  font-size:1.8rem;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.h1_wrap_black h1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #333;
  width : 70% ;
  width : -webkit-calc(100% - 70px) ;
  width : calc(100% - 70px) ;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .h1_wrap_black h1 {
    font-size:1.6rem;
  }
}
*/


/* お知らせ
============================================================================*/
.desc{font-size:1.1rem;}
/* Phone landscape and bigger */
@media (min-width: 320px) {
  .title{font-size:1.2rem;}
  .desc{font-size:0.9rem;}
}
@media (min-width : 636px ){
  .title{font-size:1.3rem;}
  .desc{font-size:1.0rem;}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .title{font-size:1.4rem;}
  .desc{font-size:1.1rem;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .title{font-size:1.6rem;}
  .desc{font-size:1.1rem;}
}

.info-list-area{
  height: 285px;
  overflow: auto;
  background-color:#FFF;
  display:block;
}

/* コラム　カード
============================================================================*/
.blog-card{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 3.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.blog-card a{
  color: inherit;
}
.blog-card a:hover{
}
.blog-card:hover .photo {
  -webkit-transform: scale(1.3) rotate(3deg);
          transform: scale(1.3) rotate(3deg);
}
.blog-card .meta{
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.blog-card .description{
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1,
.blog-card .description h2{
  /* font-family: Poppins, sans-serif; */
}
.blog-card .description h1{
  line-height: 1;
  margin: 0;
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.blog-card .description h1 p{
  margin-top:10px;
}
.blog-card .description h2{
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #454545;
  margin-top: 15px;
  line-height: 1.5;
}
.blog-card p{
  position: relative;
  margin: 1rem 0 0;
  font-size: 0.8rem;
  font-weight: 300;
  color: #000;
}
.blog-card p:first-of-type{
  margin-top: 1.25rem;
}
.blog-card h5{font-size: 0.8rem;}
/*
.blog-card p.under-link:first-of-type::before{
  content: "";
  position: absolute;
  height: 5px;
  background: #0074C1;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
*/
.blog-card p.under-link:hover{color:#FF9900 !important;}
.blog-card:hover .details{
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card{
    flex-direction: row;
    max-width: 100%;
  }
  .blog-card .meta{
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description::before{
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description::before{
    left: inherit;
    right: -10px;
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  .blog-card.alt .details{
    padding-left: 25px;
  }
}

/* 蛍光ペン */
.marker_yellow_hoso{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* contentライン */
.marker_contents_hoso{
  background: linear-gradient(transparent 80%, darkblue 60%);
  padding-bottom: 10px;
}

/* タイトル下線 */
.border-line-bottom{
  border-bottom:solid 1px #aaa;
}


.top_title_disp{
    padding: 20px 0px 25px;
}
.top_title_disp h1{
    font-size: 1.8rem;
    line-height: 1.5;
}

/* はじめての方へ
============================================================================*/
.uk-card-primary {/* uikit.css line 2811*/
  background: rgba(2,65,150,0.9);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-radius:4px;
}
.uk-card-title{
  font-size:1.0rem;
  line-height: 1.2;
  font-weight:100;
}
.uk-card-text{
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight:200;
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-card-title{
    font-size:1.0rem;
    line-height: 1.2;
  }
  .uk-card-text{
      font-size: 0.8rem;
      line-height: 1.4;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-card-title{
    font-size:1.0rem;
    line-height: 1.2;
  }
  .uk-card-text{
      font-size: 0.8rem;
      line-height: 1.4;
  }
}
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-card-title{
    font-size: 1.1rem;
    line-height: 1.0;
  }
  .uk-card-text{
      font-size: 0.73rem;
      line-height: 1.4;
  }
}

.ad-pdf-button{
  color:#FFF;
  background:#719ED9;
  margin:10px 20px;
  padding:20px;
}

/* 作り置きbutton
============================================================================*/
.ad-tukurioki-text{
  font-size:1.1rem;
  line-height:1.8;
  font-weight:300;
}
.ad-tukurioki-button{
  color:#FFF;
  font-size:1.0rem;
  background:#300503;
  margin:10px 20%;
  padding:20px;
}

/* 資料請求button
============================================================================*/
.ad-document-button{
  color:#FFF;
  font-size:1.4rem;
  background:#E5999B;
  margin:10px 30%;
  padding:20px;
  font-weight: 600;
  border-radius: 10px;
}
/* Phone landscape and smaller */
@media (max-width : 636px ){
  .ad-document-button{
    margin:10px 0px;
  font-size:1.1rem;
  }
}

/* 問い合わせ情報エリア
============================================================================*/
.ad-toi-bg{
      /* background: #cdd32a; */
      background: #FCF3E7;
}

/* フッダー
============================================================================*/
a.footer-link{
  color:#000;
  text-decoration:none;
  font-size:0.8rem;
}

#footer {
  background-color: #FFF;
  font-size: 13px;
}
/*-- コピーライト --*/
#footer .copy {
  background-color: #FFF;
  font-size: 12px;
  color: #000;
  line-height: 1.4;
}
#footer .copyinn {
  padding: 10px 0px;
  text-align: center;
}
/* 1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  /*-- コピーライト --*/
  #footer .copyinn {
    max-width: 1260px;
    margin: 0px auto;
    text-align:center;
  }
}


/* 問い合わせ情報エリア
******************************************************/
.corp-name{
  font-size:1.7rem;
  color:#333;
  font-weight:100;
  text-align:center;
}
.corp-addr, .corp-note{
  font-size:1.2rem;
  color:#333;
  font-weight:100;
}
.corp-addr{
  width: 60%;
  margin: 0 auto;
  line-height: 1;
}
table.corp-addr td{padding: 16px 12px 5px;}
.corp-note{
  text-align: center;
  margin-top: 20px;
}
.mail-btn{
  display:block;
  width:160px;
  height:80px;
  padding: 20px;
  border-radius: 20px;
  border:1px solid #FFF;
  background:darkblue;
  text-align:center;
  margin:0 auto;
  color:#fff;
  font-weight:100;
  font-size:1.2rem;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;

}
a.mail-btn:link,
a.mail-btn:visited{color:#FFF;}
.mail-btn:hover{
  color:darkblue !important;
  text-decoration:none;
  background:#FFF;
}


@media (max-width: 640px) {
  .corp-name{font-size:1.6rem;font-weight:300;}
  .corp-addr{font-size:0.9rem;font-weight:400;width: 100%; line-height: 1;}
  .corp-note{font-size:1.0rem;font-weight:300;}
}

/* shop問い合わせ情報エリア
******************************************************/
.shop-corp-name{
  font-size:1.0rem;
  color:#000;
  font-weight:400;
  text-align:center;
}
.shop-corp-addr, .shop-corp-note{
  font-size:1.0rem;
  color:#000;
  font-weight:400;
}
.shop-corp-addr{
  width: 60%;
  margin: 0 auto;
  line-height: 1;
}
.shop-corp-note{
  margin-top: 20px;
}
@media (max-width: 640px) {
  .shop-corp-name{font-size:1.6rem;font-weight:400;}
  .shop-corp-addr{font-size:1.0rem;font-weight:400;width: 100%; line-height: 1;}
  .shop-corp-note{font-size:0.8rem;font-weight:400;}
}


  /* visual text secondry
 ========================================================================== */
.heading-second {
  font-size: 2.2rem;
  line-height: 1.1;
}
/* Tablet landscape and bigger */
@media (max-width: 960px) {
  .heading-second {
    font-size: 1.875rem;
  }
}
  .desc-title{font-size: 1.2rem;text-align: center;margin-bottom: 0;}
  
  
/* 丸番号リスト
=========================================================================== */
ol.maru1,ol.maru2{
  counter-reset: list_count;
  list-style: none;
}
ol.maru1{}  
ol.maru2{counter-reset: list_count 5;}  
ol.maru1 li,ol.maru2 li{margin-bottom: 10px;font-size: 1.1rem;}
ol.maru1 li::before,
ol.maru2 li::before {
      margin-right: .25em;
      content: counter(list_count);
      counter-increment: list_count;
      display: inline-block;
      line-height: 17px;
      text-align: center;
      height: 17px;
      width: 17px;
      border-radius: 50%;
      font-size: 0.7rem;
      border: 1px solid #000;
} 
/* 番号付き解説
=========================================================================== */
  ol.list_dsip{}
  ol.list_dsip li{font-size: 1.1rem; margin-bottom: 10px;font-weight: 300;}
  .desctext{font-size:1.1rem;font-weight: 300;}

/* フロー用矢印
=========================================================================== */
.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
  
.arrow_line {
  display:inline-block;
  height:20px;
  width:80px !important;
  background-color:#5bc0de;
  position:relative;
  top:20px;
  flex: none !important;
}

.arrow_line:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:30px solid transparent;
  border-left:40px solid #5bc0de;
  left:80px;
  top:-20px;
}  
  

/* 各種背景
============================================================================*/
.ad-seminar-bg{
  background:#efeeee;
}
.ad-media-bg{
  background:#ebf4f7;
}
.ad-client-bg{
  background:#ebf7ec;
}

/* 特記事項
============================================================================*/
.note-area{margin-top: 70px; border-radius: 5px;padding: 20px; font-size: 1.3rem;line-height: 1.5;background-color: #daede2; font-weight: 300;}
@media (max-width : 636px ){
  .note-area{font-size: 1.0rem;line-height: 1.2;}
}

/* 囲み要点エリア
============================================================================*/
.circle{
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align:center;
  line-height: 1.7;
  font-size: 1.2rem;
  font-weight: 200;
  vertical-align: middle;
  border-radius: 10px;
  background: #FCF3E7;
  padding: 20px;
}
.circle-carelist-bg{
  background: #FCF3E7;
  border-radius: 10px;
  color: #444;
  border: solid 1px #cecdcd;
}
/* 人物カード
============================================================================*/
.docent{
  max-width: 300px;
  text-align:center;
  line-height: 1.7;
  font-size: 1.2rem;
  font-weight: 200;
  vertical-align: middle;
  border-radius: 10px;
  border: solid 1px #cecdcd;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 70px;
}
/* 各テーブル設定
============================================================================*/
.table-lecture{
  font-size: 1.0rem;
  display:block;
   height: 500px;
  overflow: auto;
}
.table-lecture-title{
  font-size: 1.2rem;
  font-weight: 300;
  color: #dc3522;
  font-weight: 500;
}
.lecture-list-area{
  height: 400px;
  overflow: auto;
  background-color:#FFF;
  display:block;
  font-size: 1.0rem;
}

/* 本掲載カード
========================================================================*/
.career_family_book{overflow:hidden;}
.books {
    line-height: 1.7;
    font-size: 1.2rem;
    font-weight: 200;
    vertical-align: middle;
    border-radius: 10px;
    border: solid 1px #cecdcd;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 70px;
}
.books-pic{float:left;width:30%;}
.books-info{float:right;width:68%;}
.books-date{font-size:1.0rem;}
.books-title{font-size:1.4rem;font-weight:400;}
.books-subtitle{font-size:1.0rem;font-weight:200;padding-left:20px;}
ul.books-index li{font-size: 1.0rem; font-weight: 300; margin-top: 0px !important;}
/* phone landscape and smaller */
@media (max-width : 768px ){
  .books-pic{width:100%;}
  .books-info{width:100%;font-size:1.0rem;}
  .books-date{font-size:0.8rem;}
  .books-title{font-size:1.2rem;}
  .books-subtitle{font-size:0.8rem;}
  ul.books-index li{font-size: 0.8rem;}
}
/* サブナビ関連
===================================================================*/
  .shodow-none{box-shadow: none;}
  .card-padding{padding: 20px;}
  .card-area-padding{padding-left: 0; padding-right: 0; padding-top: 20px;}
  .point-title{font-size:1.2rem; font-weight: 600;}
  .point-subtitle{font-size:1.1rem; font-weight: 300; margin-top: 0;}
  .point-text,.list-title{font-size:1.0rem; font-weight: 300; }
  .list-text{font-size: 0.95rem;}
  .service-bg {background: #ebf4f7;}
  .title_underline{border-bottom: #2474a6 2px solid;}
  .title_underline2{border-bottom: #FC6D00 2px solid;}
  .service-pack{margin-top: 20px;}
  .nav_bg{background-color: darkblue;}

@media (max-width: 420px) {
.point-text,.list-title{font-size:0.9rem;line-height: 1.5;}
.list-text{font-size: 0.85rem;}
/*
.point-title{font-size:0.8rem;}
  */
}

.subnavi{border-top: darkblue 1px solid;}
  .subnavi li a {
    height: 30px;
    font-size: 0.775rem;
    color: #300503;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) {/* uikit line:3782 */
    background: none;
  }
/* サブナビ反転設定
===================================================================*/
.inverted{
  /*background: #E66D8F;*/
  background: #E5999B;
  color: #FFF !important;
}
/*
画像入り説明文
-------------------------------------------------------*/
  .ad-desc-area{width: 100%;margin-top: 20px;}
  .ad-desc-area-left{width: 30%;float: left;}
  .ad-desc-area-left img{width: 100%;}
  .ad-desc-area-right{
    width: 66%;
    float: right;
    font-size: 1.1rem;
    margin-left: 10px;
    margin-top: 0px;
  }
  /* Phone landscape and bigger */
  @media (max-width : 768px ){
    .ad-desc-area-left{width: 100%;}
    .ad-desc-area-left img{width: 70%; margin: 0 auto; display: block}
    .ad-desc-area-right{width: 100%;}
  }
/*お知らせ用リスト
-------------------------------------------------------*/
.news-list-area{
  height: 500px;
  overflow: auto;
  background-color:#FFF;
  display:block;
  border: 1px solid #ccc;
}
/* お知らせ用テキスト
============================================================================*/
.news-desc{font-size:1.0rem;}
/* Phone landscape and bigger */
@media (min-width: 320px) {
  .news-title{font-size:1.0rem;}
  .news-desc{font-size:0.9rem;}
}
@media (min-width : 636px ){
  .news-title{font-size:1.3rem;}
  .news-desc{font-size:1.0rem;}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .news-title{font-size:1.4rem;}
  .news-desc{font-size:1.1rem;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .news-title{font-size:1.0rem;}
  .news-desc{font-size:1.0rem;}
}

/* メディア掲載
============================================================================*/
.media-list-area{
  height: 600px;
  overflow: auto;
  background-color:#FFF;
  display:block;
  font-size: 1.0rem;
  border: 1px solid #ccc;
}

.media-list-area td.w15per{width: 15%;}
.media-list-area td.w35per{width: 35%;}
.media-list-area td.w50per{width: 50%;}

/* 第一タイトル
============================================================================*/
.title-area{
  border: solid 1px #CCC;
  border-radius: 5px;
  padding: 10px;
  overflow: hidden;
}
.title-1st{
  font-size: 1.5rem;
  line-height: 1.2;
  float: left;
}
@media (max-width: 470px) {
  .title-1st{
    font-size:1.2rem;
  }
  .title-sub-left{
  }
}

.title-sub-left{
  font-size: 1.0rem;
  font-weight: 400;
  float: right;
}

/* 吹き出し
============================================================================*/
/* 吹き出し本体 */
.balloon-title{
  padding-left: 30px;
  font-size:1.2rem;
  font-weight: 400;
}
.balloon-up,
.balloon-down,
.balloon-right,
.balloon-left{
  font-size:1.2rem;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
  position: relative;
  padding: 10px 20px;
  background-color: #cad02d;
  display: inline-block;     /* 横幅を自動で変更 */
}
/* アイコンを上に表示 */
.balloon-up::before{
  content: '';
  position: absolute;
  left: 10px;
  top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cad02d;
  border-left: 10px solid transparent;
}
/* アイコンを右に表示 */
.balloon-right::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 10px;
  border-left: 10px solid #cad02d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* アイコンを下に表示 */
.balloon-down::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #cad02d;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/* アイコンを左に表示 */
.balloon-left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #cad02d;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 会員の種類
============================================================================*/

  .member-name {
    text-align: center;
    background-color: #77c4d3;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight:600;
    margin-right: 8px;
    line-height: 26px;
    border-radius: 13px;
    padding: 10px 20px;
  }
    
  .member-name-color-cl{background-color: #77c4d3;}
  .member-name-color-red{background-color: #E5999B;}
  .member-name-color-green{background-color:#ebc49f;}

  .member-fee{margin-top: 0px;}  
  @media (max-width : 636px ){
    .member-fee{
      margin-top: 20px;
      margin: 20px auto 0px;
      float: none;
    }
    .member-name {font-size:1.0rem;}
  }
  .member-list-table,
  .member-list-table td,
  .member-list-table th{
    border: #aaa 1px solid;
    font-size: 0.8rem;
    text-align: center;
  }
    .member-list-table-sm-text{
      font-size: 0.6rem !important;
    }

/* 購入ボタン
============================================================================*/
.form-btn{
  display:block;
  width:80%;
  height:80px;
  padding: 20px 20px 0px;
  border-radius: 20px;
  border:1px solid #fcfcfc;
  background:#719ED9;
  text-align:center;
  margin:0 auto;
  color:#FFF;
  font-weight:100;
  font-size:1.0rem;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;

}

@media (max-width : 636px ){
  .form-btn{width:80%;font-size: 0.9rem;height: 64px;}
}
a.form-btn:link,
a.form-btn:visited{color:#FFF;}
.form-btn:hover{
  border:1px solid #719ED9;
  color:#719ED9 !important;
  text-decoration:none;
  background:#FFF;
}

/* リンクボタン
============================================================================*/
.page-link-btn{
  display:block;
  width:80%;
  padding: 10px 5px;
  border-radius: 20px;
  border:1px solid #fcfcfc;
  background:#719ED9;
  text-align:center;
  margin:0 auto;
  color:#FFF;
  font-weight:400;
  font-size:1.0rem;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;

}

@media (max-width : 636px ){
  .page-link-btn{width:80%;font-size: 0.9rem;}
}
a.page-link-btn:link,
a.page-link-btn:visited{color:#FFF;}
.page-link-btn:hover{
  border:1px solid #719ED9;
  color:#0067c5 !important;
  text-decoration:none;
  background:#FFF;
}

/* 登録、資料請求ボタン
========================================================================*/
.join-btn{
  display:block;
  width:380px;
  padding: 10px 20px 12px;
  border-radius: 20px;
  border:1px solid #fcfcfc;
  background:darkblue;
  text-align:center;
  margin:0 auto;
  color:#FFF;
  font-weight:600;
  font-size:1.2rem;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;

}
@media (max-width : 636px ){
  .join-btn{width:80%;font-size: 1.1rem;height: 40px; font-weight: 500;line-height: 1.3;padding-bottom: 16px;}
}
a.join-btn:link,
a.join-btn:visited{color:#FFF;}
.join-btn:hover{
  border:1px solid darkblue;
  color:darkblue !important;
  text-decoration:none;
  background:#FFF;
}

/* ご入会の流れ
========================================================================*/

.join-btn2{
  display:block;
  width:380px;
  padding: 10px 20px 12px;
  border-radius: 20px;
  border:1px solid #fcfcfc;
  background:darkblue;
  text-align:center;
  margin:0 auto;
  color:#FFF;
  font-weight:600;
  font-size:1.2rem;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;

}
@media (max-width : 636px ){
  .join-btn2{width:80%;font-size: 1.1rem;height: 24px; font-weight: 500;line-height: 1.3;}
}
a.join-btn2:link,
a.join-btn2:visited{color:#FFF;}
.join-btn2:hover{
  border:1px solid darkblue;
  color:darkblue !important;
  text-decoration:none;
  background:#FFF;
}

.ueda-title{font-size:1.2rem;}
@media (max-width : 636px ){
  .ueda-title{font-size:1.05rem;}
}
