@charset "utf-8";
/* CSS Document */


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

    common

================================*/
:root{
  /* --color-main:#5d3b1a; */
  --color-main:#0457a7;

  /* --color-12-bg:#ECDACA; */
  --color-12-bg:#c8dfed;

  /* --color-c_bgc-heading:#ccc; */
  --color-c_bgc-heading:#ccc;

  /* --color-c_bgc-free: #e6e6e6; */
  --color-c_bgc-free: #ededed;

  /* --color-c_bgc-basic:#efd2bf; */
  --color-c_bgc-basic:#d3e8ef;

  /* --color-c_bgc-enterprise:#ee7438; */
  --color-c_bgc-enterprise:#2a7ea8;

  /* --color-p_priceTbl:#fff7ef; */
  --color-p_priceTbl:#f9fafc;

  --color-p_priceTbl-font:#0b2c40;

  /* --color-p_merit_inner:#f8f4ee; */
  --color-p_merit_inner:#eff5fa;

}
body {
  color: #333;
  box-sizing: border-box;
  font-family:"Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

div#cont { margin: 0;}

.wrapper {
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 980px;
}

@media print {
.wrapper { font-family: '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif; }
}

/*.header { margin: 20px 0; }*/

.container {
  float: left;
  width: 730px;
}

.container img { vertical-align: bottom; }



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

    project

================================*/
.p_sectionContainer {
  /*margin: 30px 0 50px;*/
  padding: 40px;
}

.p_sectionContainer.bgc {
  /* background-color: #ECDACA; */
  background-color: var(--color-12-bg);
}

/* トップページのトップ画のお問合せボタン */
.p_topImgContainer { position: relative; }

.p_topImgContainer_link {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform:translateX(-50%) ;
  transform: translateX(-50%);
}

/* 背景が写真のボックス */
.p_photoBg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

/* お問合せボタンの外 */
.p_link {
  margin: 30px 0 30px;
  text-align: center;
}

/* iframe */
.p_iframeBox {
  height: 0;
  margin: 20px 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.p_iframeBox > iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


/*
    ナビゲーション
================================*/
.p_pageNav {
  border-color: var(--color-main);
  border-style: solid;
  border-width: 1px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0 24px;
}

.p_pageNav_item {
  font-size: 13px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.p_pageNav_item--lsN1{
  letter-spacing: -1px;
}

.p_pageNav_link {
  border-right: 1px solid var(--color-main);
  color: var(--color-main);
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
}

.p_pageNav_item:first-of-type > a { border-left: 1px solid var(--color-main); }

.p_pageNav_link.is-on,
.p_pageNav_link:hover {
  background-color: var(--color-main);
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .p_pageNav_item {
    font-size: 12px;
  }
}
/*
    見出し
================================*/
/* アイコン付き */
.p_heading-primary {
  color: var(--color-main);
  font-size: 21px;
  margin: 0 0 30px;
  text-align: center;
}

.p_heading-primary.underline {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 10px;
}

.p_heading-primary.white {
  border-color: #fff;
  color: #fff;
}



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

    TOP

================================*/
/*
    こんな組織におすすめ
================================*/
.p_list-checkMark {
  font-size: 14px;
}

.p_list-checkMark > li {
  padding-left: calc(1em + 5px);
  position: relative;
  text-indent: calc(-1em + 5px);
}

.p_list-checkMark > li + li { margin-top: 5px; }

.p_list-checkMark > li::before {
  content: "\f046";
  color: #ee7438;
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}



/*
    ９つのポイント
================================*/
.p_pointContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}

.p_pointContainer_inner {
  background-color: #fff;
  border-radius: 5px;
  -webkit-flex: 0 1 32%;
  -moz-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  -o-flex: 0 1 32%;
  flex: 0 1 32%;
  margin-top: 50px;
  max-width: 32%;
  padding: 20px 10px;
  position: relative;
  /*width: 32%;*/
}

.p_pointContainer_num {
  position: absolute;
  top: -20px;
  left: auto;
}


.p_pointContainer_icon {
  margin-bottom: 10px;
  text-align: center;
}

.p_pointContents {}

.p_pointContents_ttl {
  color: #ee7438;
  margin-bottom: 10px;
  text-align: center;
}


/*
    数字で見る【IEYASU】
================================*/
.p_result {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.p_result_inner:first-of-type {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex:1 1 auto ;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 20px;
}

.p_result_inner:last-of-type {
  -webkit-flex: 2 0 auto;
  -moz-flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  -o-flex: 2 0 auto;
  flex: 2 0 auto;
  margin: 0 20px;
}

/* 登録会社数（左側） */
.p_resultDetail {
  color: var(--color-main);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.p_resultDetail_main {
  font-size: 1.5em;
}

.p_resultDetail_num {
  font-size: 1.7em;
  font-weight: bold;
}

.p_resultDetail_balloon {
  background-color: var(--color-main);
  border-radius: 5px;
  color: #fff;
  margin-top: 45px;
  padding: 5px;
  position: relative;
  text-align: center;
}

.p_resultDetail_balloon::before {
  border: 8px solid transparent;
  border-bottom: 30px solid var(--color-main);
  content: '';
  height: 0;
  position: absolute;
  left: 10%;
  bottom: 99%;
  transform: skew(-20deg);
  width: 0;
}

.p_resultDetail_date {
  color: #333;
  font-size: small;
  font-weight: normal;
  margin-top: auto;
  text-align: right;
}

/* 実績リスト（右側） */
.p_result_breakdown {}

.p_result_breakdown_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.p_result_breakdown_item > span { margin-left: auto; }


/*
    料金プラン
================================*/
/* タブ */
.p_pricePlan {
  background-color: var(--color-main);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px 0 0;
}

.p_pricePlan_item {
  background-color: var(--color-c_bgc-basic);
  border-color: var(--color-main);
  border-style: solid;
  border-width: 1px 1px 1px;
  border-radius: 8px 8px 0 0;
  color: var(--color-main);
  cursor: pointer;
  font-size: 13px;
  margin: 0 10px;
  padding: 5px 20px;
  position: relative;
}

.p_pricePlan_item.is-on {
  background-color: #fff;
  border-color: var(--color-main);
  border-style: solid;
  border-width: 1px 1px 0;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 20px;
}

.p_pricePlan_item_img{
  position: absolute;
  left: 90%;
  bottom: 50%;
}

.p_pricePlan_item_img > img {
  height: auto;
  max-width: none;
  min-width: 100%;
}

/* 中身 */
.p_priceContent {}

.p_priceContent.monthly {}
.p_priceContent.yearly { display: none; }

/* テーブル */
.p_priceTbl {
  background-color: var(--color-p_priceTbl);
  border: 1px solid var(--color-main);
  color: var(--color-p_priceTbl-font);
  font-size: 12px;
  width: 100%;
}

.p_priceTbl th,
.p_priceTbl td {
  border: 1px solid var(--color-main);
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.p_priceTbl th {
  font-weight: bold;
}

.p_priceTbl td {  }

.c_td-price {}

.p_priceTbl td > span {
  display: block;
  font-size: 2em;
  font-weight: bold;
}

/** bgc **/
.c_bgc-heading { background-color: var(--color-c_bgc-heading); }
.c_bgc-free { background-color: var(--color-c_bgc-free); }
.c_bgc-basic { background-color: var(--color-c_bgc-basic); }
.c_bgc-enterprise { background-color: var(--color-c_bgc-enterprise); color: #000;}


/* 注意書きリスト */
.p_noteList {
  font-size: 12px;
}

.p_noteList_item {
  padding-left: 1em;
  text-indent: -1em;
}


/*
    ご利用の流れ
================================*/
.p_photoBg.flow { background-image: url("../../img/business_partner/bg_image01.png"); }

.p_flowList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.p_flowList_item {
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  color: #9c8877;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 14px;
  height: 60px;justify-content: center;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px #fff, -1px -1px #fff,
                      -1px 1px #fff, 1px -1px #fff,
                      0 1px #fff, 0 -1px #fff,
                      -1px 0 #fff, 1px 0 #fff;
  width: calc(100% / 5);
}

.p_flowList_item:nth-of-type(3) { background-color: rgba(255, 255, 255, .5) }
.p_flowList_item:nth-of-type(3)::before { opacity: .5; }


.p_flowList_item::before {
  border: 30px solid transparent;
  border-left: 30px solid #fff;
  content: '';
  height: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
}

.p_flowList_item:last-of-type::before { border: none; }




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

    勤怠管理

================================*/
/*
    人事実務の専門家集団と共同開発した、勤怠管理システム
================================*/


/*
    「IEYASU」の特長（給与背景以外全ページ共通）
================================*/
.p_photoBg.advantage { background-image: url("../../img/business_partner/bg_image02.png"); }

.p_advantage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p_advantage_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  text-align: center;
}

.p_advantage_ttl {
  color: inherit;
  font-size: 1.2em;
  margin: 10px 0;
}

.p_advantage_txt {
  /* margin-top: auto; */
}


/*
    主要機能（全ページ共通）
================================*/
.p_mainFunction {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}

.p_mainFunction_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 0 1 46%;
  -moz-flex: 0 1 46%;
  -ms-flex: 0 1 46%;
  -o-flex: 0 1 46%;
  flex:  0 1 46%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  /*width: 46%;*/
}

.p_mainFunction_ttl {
  color: var(--color-main);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.p_mainFunction_ttl > img {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  margin-right: 5px;
  /*width: 35px;*/
}

.p_mainFunction_txt { margin-bottom: 10px; }


.p_mainFunction_img { margin-top: 0px; }
.p_mainFunction_img img {
  height: auto;
  width: 100%;
}


/*
    IC カード打刻方法
================================*/
.p_usage {
  display: -webkit-flex;
  display: -moz-flex;

  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.p_usage_image {}

.p_usage_ttl {
  color: var(--color-main);
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}



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

    給与明細

================================*/
/*
    Web給与明細の特長
================================*/
.p_photoBg.pay { background-image: url("../../img/business_partner/bg_image03.png"); }


/*
    Web給与明細の導入メリット
================================*/
.p_merit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p_merit_inner {
  background-color: var(--color-p_merit_inner);
  border: 1px solid var(--color-main);
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 0 1 32%;
  -moz-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  -o-flex: 0 1 32%;
  flex: 0 1 32%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

.p_merit_icon { text-align: center; }

.p_merit_ttl {
  color: var(--color-main);
  font-size: 1.1em;
  margin: 10px;
  text-align: center;
}

.p_merit_txt {}



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

    契約・請求システム

================================*/
/*
    契約・請求システムの料金
================================*/
.p_pricePlanType {
  -ms-align-items: flex-end;
  align-items: flex-end;
  border-color: var(--color-main);
  border-style: solid;
  border-width: 0 0 1px 8px;
  color: var(--color-main);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin: 0 50px 30px;
}

.p_pricePlanType_inner {
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 0 10px 10px;
}

.p_pricePlanType_icon { margin-right: 10px; }

.p_pricePlanType_txt {
  font-weight: bold;
}

.p_pricePlanType_txt > span {
  display: block;
  font-size: .5em;
  font-weight: normal;
}

.p_pricePlanType_price {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}

.p_pricePlanType_price > span {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}


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

    component

================================*/
.c_text {}

.c_text + .c_text { margin-top: 20px; }

 /* お問合せリンク（オレンジ） */
.c_link-contact {
  background-color: #ee7438;
  color: #fff;  
  display: inline-block;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
  transition: .3s;
}

.c_link-contact:hover {
  color: #fff;
  opacity: .6;
  text-decoration: none;
}


/* ページ最下部、注意書き */
.c_text-note {
  font-size: 1em;
}

/* 弊社広告 */
.c_ad {
  background-color: #f8f4ee;
  padding: 5px;
}


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

    utility

================================*/
/* font-weight */
.u_fw-b { font-weight: bold; }

/* font-size */
.u_fz-lg { font-size: larger; }
.u_fz-sr { font-size: smaller; }

/* text-align */
.u_ta-c { text-align: center; }
.u_ta-r { text-align: right; }
.u_ta-l { text-align: left; }

/* float */
.u_fl-l { float: left; }
.u_fl-r { float: right; }
.u_fl-n { float: none; }

/* margin */
.u_mb5 { margin-bottom: 5px; }
.u_mb10 { margin-bottom: 10px; }
.u_mb15 { margin-bottom: 15px; }
.u_mb20 { margin-bottom: 20px; }

/* vertical-align */
.u_va-sup { vertical-align: super; }




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

    ★★レスポンシブ

================================*/
@media screen and (max-width:768px) {
  .wrapper { width: 100%; }

  #cont { margin: 0 10px; }

  .container {
    float: none;
    width: 100%;
  }

}/* @media */

@media screen and (max-width:599px) {
  .p_sectionContainer { padding: 0; margin: 50px 0; }
  .p_sectionContainer.bgc, .p_photoBg { padding: 20px; }
  
  .p_pageNav { flex-direction: column; border: none;padding: 0; }
  .p_pageNav_item {}
  .p_pageNav_link { border-color: var(--color-main);border-style: solid;border-width: 0 0 1px; }
  .p_pageNav_item:first-of-type > a { border-left: none; }
  
  .p_topImgContainer_link { display: none; }

  .p_pointContainer {}
  .p_pointContainer_inner { flex-basis: auto;max-width: 100%; }

  .p_result { flex-direction: column; }
  .p_result_breakdown { margin-top: 20px; }
  .p_result_breakdown_item { border-bottom: 1px solid var(--color-main); }
  .p_result_breakdown_item > span { margin: auto 0 auto auto; padding-left: 10px; }
  .p_resultDetail_main br { display: none; }
  
  .p_pricePlan_item_img { left: auto;right: 0;bottom: 75%; }
  
  /* テーブル */
  .p_priceTbl thead { display: none; }
  .p_priceTbl td {
    align-items: center;
    border: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 5px;
  }
  .p_priceTbl td:nth-of-type(2n) { background-color: #efd2bf; }
  .p_priceTbl td::before{
    content: attr(data-label);
    font-weight: bold;
    margin-right: auto;
  }
  .c_bgc-heading {
    border-color: #333 !important;
    border-style: solid !important;
    border-width: 1px 0 1px !important;
    font-size: 1.5em;
    font-weight: bold;
    justify-content: center !important;
  }
  tr:first-of-type .c_bgc-heading { border-top: none !important; }
  .p_priceTbl td.c_bgc-heading::before{ content: none; }
  .p_priceTbl td > span { font-size: 1.5em; }

  .c_bgc-free, .c_bgc-basic, .c_bgc-enterprise { background-color: transparent;}
  .c_bgc-enterprise { color: inherit; }
  
  .p_flowList { flex-direction: column;  }
  .p_flowList_item { width: 100%; margin-bottom: 50px; }
  .p_flowList_item::before { border-left-color: transparent; border-top: 30px solid #fff; top: 100%; left: 50%; transform: translateX(-50%); }
  
  .p_advantage_inner { flex: 0 0 100%; padding: 0; }
  .p_advantage_inner + .p_advantage_inner { margin-top: 20px; }
  .p_mainFunction_inner { flex-basis: 100%; }
  .p_usage { flex-direction: column; align-items: center; }
  .p_usage_inner { margin-bottom: 20px; }
  
  .p_merit_inner { flex-basis: 100%; margin-bottom: 20px; }
  .p_merit_ttl br { display: none; }
  
  .p_pricePlanType { align-items: flex-start; flex-direction: column; margin: 0 0 30px; }
  .p_pricePlanType_inner { margin: auto; }
}/* @media */

@media screen and (max-width: 320px){
  .p_priceTbl td > span { font-size: 1.3em; }
}
