@charset "utf-8";

/*===============================

    common

================================*/

/*
    clearfix
================================*/
.clearfix:before,
.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

body {
  background-color: #fff;
  color: #333;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-size: 100%;/* 16px */
  height: 100%;
  width: 100%;
}

p {
  font-size: 1.25em;/* 20px */
  line-height: 1.7;
  margin-bottom: 30px;
}

span { font-family: inherit; }

li { list-style: none; }

a {
  color: #333;
  text-decoration: none;
}

a:hover { opacity: 0.6; }


/* hタグ */
h1 {
  font-size: 2.188em;/* 35px */
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
}

h1 > img { margin-right: 5px; }

h2 {
  font-size: 1.875em;/* 30px */
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
}

.colorTtl_blue { color: #0064BF; }

.colorTtl_yellow { color: #FF8B1E; }

.colorTtl_green { color: #008871; }

.lets {
  font-weight:bold;
}

.fwLighter {
  font-weight: inherit; 
  margin-bottom: 20px;
}

.ac { text-align: center; }

.disp { display: none; }


/*
    header
================================*/
.header {}

.header_inner {
  align-items: center;
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 10px auto 30px;
  width: 1200px;
}

/* グローバルナビ */
.gnav { font-size: 0; }

.gnav > li {
  display: inline-block;
  font-size: 14px;
  margin-right: 25px
}

.gnav > li:last-child { margin-right: 0; }

.gnav > li > a {
  border-bottom: 1px solid #006837;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  /*transition: all .3s ease;*/
}

.gnav > li > a:hover { opacity: 0.5; }

/* ナビ追従 */

.fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.fixed .header_inner { margin-bottom: 10px; }

.header p { margin-bottom: 0; }

.contact a {
  color: #fff;
  background-color: #F65D32;
  font-size: 0.875em;/* 14px */
  padding: 10px 20px;
}

/*
    top image
================================*/
.topImg {
  background-image: url("/common/img/it-tool/preventionleaf_key2.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: cover;
  height: 730px;
  margin-bottom: 60px;
  min-width: 1200px;
  width: 100%;
}


/*
    innerBox(width: 960px;)
================================*/
.innerBox {
  margin:0 auto 80px;
  width: 960px;
}

.innderBox.ac { text-align: center; }

/* ラインマーカー */
.lineMarker {
  background: linear-gradient(transparent 50%, #F1E54E 0%);/* 黄色 */
  display: inline-block;
}

/* attention */
.attention { font-weight: bold; }

.attention.lightgreen { color: #22AD73; }

.attention.deepgreen { color: #006837; }

.flexBox {
  align-items: center;
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 10px auto 30px;
  width: 100%;
}

/*
    日報
================================*/
.floatBox_l {
  float: left;
  width: 48%;
}

.floatBox_l > p,
.floatBox_r > p {
  color: #0064BF;
  font-weight: bold;
  margin-bottom: 10px;
}

.floatBox_r {
  float: right;
  width: 48%;
}

.bgImgBox {
  margin-bottom: 30px;
  width: 100%;
}

.cap {
font-size: 1em;
color: #FF8B1E;
margin-bottom: 10px;
font-weight: bold;
}

.borderBox {
  background-color: rgba(255, 255, 255, 0.5);
  border: 5px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}

.borderBox dl{
  font-size: 1em;
  line-height: 1.5;
}

.borderBox dt{ margin-bottom: 10px; }

.borderBox dd{ margin-bottom: 10px; }

.borderBox p{
  font-size: 1em;
  margin-bottom: 0;
}

.detailLink {
  clear: both;
  text-align: right;
}

.detailLink > a{
  font-size: 0.875em; /* 14px */
  border: 1px solid #333;
  display: inline-block;
  padding: 10px 20px;
}

.imgBox {
  float: left;
  width: auto;
}

.videoBox {
  float: right;
  width: auto;
}


/*
    料金
================================*/
.price {
  background-color: #E4F2F2;
  font-size: 1.563em;/* 25px */
  font-weight: bold;
  margin: 0 auto 80px;
  padding: 20px;
  width: 500px;
  text-align: center;
}

.price  > span {
  font-size: 40px;
  letter-spacing: 6px;
}



/*
    fullBox(width: 100%;)
================================*/
.fullBox {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}

.fullBox::before {
  border: 135px solid transparent;
  border-top: 100px solid #fff;
  content: "";
  display: block;
  height: 0;
  margin-left: -135px;
  position: absolute;
  left: 50%;
  width: 0;
}
.fullBox_intr {
  background-color: #F1E54E;
  text-align: center;
}

/* 日報 */
.fullBox_blue {
  background-color: #0064BF;
  color: #fff;
  font-size: 1.563em;/* 25px */
  text-align: center;
}

/* 学び */
.fullBox_orange {
  background-color: #FF8B1E;
  color: #fff;
  font-size: 1.563em;/* 25px */
  text-align: center;
}

/* 成長 */
.fullBox_green {
  background-color: #3BBC50;
  color: #fff;
  font-size: 1.563em;/* 25px */
  text-align: center;
}

/* 最後 */
.fullBox_detail {
  background-color: #0064BF;
  color: #fff;
  text-align: left;
}

.fullBox.fullBox_detail::before {
  border: none;
  content: "";
}


.fullBox_inner {
  width: 960px;
  margin: 0 auto;
  padding: 135px 0 50px;
}

.fullBox_detail .fullBox_inner { padding: 60px 0; }

.notice {
 font-size: 2em; 
 font-weight: bold;
}/* 32px */

.conc {
 font-size: 1.375em; 
 font-weight: bold;
}/* 22px */



/*
    その他Leafの機能
================================*/
.functionList {
  background-color: rgba(0,0,0,0.3);
  margin-bottom: 30px;
  padding: 20px 30px;
}

.functionList > dt{ margin-bottom: 20px; }

.functionList > dd > ul > li{ margin-bottom: 20px; }

.functionList > dd > ul > li:last-child{ margin-bottom: 0; }


/*
    お問合せ
================================*/
.btmBtnContainer {
  width: auto;
  padding: 0 80px;
}

.btmContact {
  color: #fff;
  background-color: #F65D32;
  display: block;
  float: left;
  padding: 15px;
  text-align: center;
  width: 40%;
  transition: all 0.3s ease;
}

.btmDemo {
  color: #fff;
  background-color: #008A45;
  display: block;
  float: right;
  padding: 15px;
  text-align: center;
  width: 40%;
  transition: all 0.3s ease;
}

.btmBtnContainer > a:hover { opacity: 0.8; }

.freeNum {
  color: #FF0000;
  font-size: 3.125em;/* 50px */
  text-align: center;
}

.tell {
  margin-bottom: 0px;
  text-align: center;
}


/*
    footer
================================*/
.footer {
  border-top: 1px solid #333;
  width: 100%;
}

.footerInner {
  margin: 0 auto;
  width: 1200px;
}

.footerNav {
  margin: 10px 0;
  text-align: center;
}

.footerNav li {
  display: inline-block;
  font-size: 0.875em;/* 14px */
  margin-right: 20px;
}

.footerNav_logo {
  position: relative;
  top: 3px;
}

.copyright {
  font-size: 0.75em;/* 12px */
  text-align: right;
}


/*
    To top
================================*/
#page-top{
  margin-bottom: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 88%;
  z-index:999;
}
#page-top a{
  background:rgba(248,135,149,0.8);
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:before{
  content:"";
  border:3px solid transparent;
  border-top:3px solid #fff;
  border-left:3px solid #fff;
  width:10px;
  height:10px;
  transform: rotate(45deg);
  display:block;
  margin:0 auto 5px;
}

#page-top a:hover{
  text-decoration: none;
  background:rgba(248,135,149,0.9);
}

/*===============================

    スマホ版ナビ用

================================*/
#menu {
  display: none;
}
 
@media screen and (min-width : 768px) {
  #menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
}