@charset "utf-8";
/* CSS Document */
/* 202205 作成*/
/*-------------------
請求書　料金ページ用CSS
/seikyu/price/index.asp
-------------------*/
#seikyu {
  font-size: 16px;
}
.contents {
  width: 90%;
  max-width: 64em;
  margin: auto;
}
.price_con {
  margin: 0 auto 40px !important;
}
.btn a:hover {
  opacity: 0.85;
  cursor: pointer;
}
#btn_Pagetop {
    z-index: 3;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {}
/*-----------------
 *メインビジュアル
-----------------*/
.price_main-v {
  min-height: 16em !important;
}
#seikyu .main-v {
  padding: 50px 0 30px 0;
  width: 100%;
  height: auto;
  min-height: 24em;
  position: relative;
  overflow: hidden;
  background-image: url("/web/jp/seikyu/price/images/main-view.png");
  background-size: cover;
  background-position: center;
}
#seikyu h1 {
  margin: 80px auto 24px;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#seikyu h1 .on {
  padding-top: 20px;
}
#seikyu h1 span {
  display: inline-block;
}

.read-wrap{
  text-align: center;
}

.h1-read{
  display: inline-block;
  line-height: 1.5;
}

@media screen and (max-width:767px) {
.read-wrap br{
   display: none;	
	}
}
/* SPサイズ ～414px */
@media screen and (max-width:414px) {
  #seikyu h1 .size_sm {
    font-size: 17px;
    line-height: 1.8em;
  }
  #seikyu h1 .size_md {
    font-size: 22px;
    line-height: 1.5em;
  }
  #seikyu h1 span {
    display: block;
  }
.read-wrap{
  text-align: left;
}
}
/* SPサイズ ～767px */
@media screen and (min-width:415px) and (max-width:767px) {
  #seikyu h1 .size_sm {
    font-size: 20px;
    line-height: 1.3em;
	  margin-bottom: 10px;
  }
  #seikyu h1 .size_md {
    font-size: 25px;
    line-height: 1.2em;
	  margin-bottom: 10px;
  }
  #seikyu h1 span {
    display: block;
  }
	
.read-wrap{
  text-align: left;
}
	
.read-br{
   display: none;	
	}
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  #seikyu h1 {
    margin-top: 80px;
  }
  #seikyu h1 span {
    display: block;
    line-height: 1.4em;
    font-size: 0.6em;
  }
  #seikyu h1 .size_sm {
    font-size: 0.5em;
    line-height: 1.5em;
  }
  #seikyu h1 .size_md {
    font-size: 0.65em;
  }
}
/* タブレット調整用サイズ 864px(16×54em)
@media screen and (min-width:54em) {
  #seikyu h1 .size_sm {
    font-size: 24px;
    line-height: 1.5em;
  }
  #seikyu h1 .size_md {
    font-size: 30px;
  }
}～*/
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
  .price_main-v {
    min-height: 16em !important;
  }
  #seikyu .main-v {
    min-height: 24em;
  }
  .price_h1 {
    margin-top: 80px !important;
  }
  #seikyu h1 {
    margin-top: 110px;
    font-size: 2.5em;
  }
  #seikyu h1 span {
    font-size: 24px;
    line-height: 1.5em;
    display: block;
  }
}
/*-----------------
 *各section　上下の余白設定
-----------------*/
#sec-consul {
  padding: 3em 0 3em;
  /*background-color: #ecf7eb;
    background-image: url(/web/jp/seikyu/images/top_bg-obi.png);
	background-position: -120px 0;*/
}
#sec-cnv {
  padding: 5em 0 5em;
}
#sec-cnv_2 {
  padding: 4em 0;
  background-color: #f0f0f0;
  margin: 3em auto 0;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  #sec-consul {
    background-position: 0 0;
  }
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
  #sec-consul {
    background-position: 120px 0;
  }
}
/*-----------------
 *共通タイトル
-----------------*/
section h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5em;
}
/* SPサイズ ～414px */
@media screen and (max-width:414px) {
  section h2 {
    font-size: 20px;
  }
  .sec_fee, .sec_comparison, .sec_effect, .sec_flow {
    width: 90%;
    margin: 50px 5% 0 5%;
  }
}
/* SPサイズ ～767px */
@media screen and (min-width:415px) and (max-width:767px) {
  section h2 {
    font-size: 22px;
  }
  .sec_fee, .sec_comparison, .sec_effect, .sec_flow {
    width: 90%;
    margin: 100px 5% 0 5%;
  }
	
.sec_fee {
    margin: 50px 5% 0 5%;
  }	
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  section h2 {
    font-size: 1.5em;
  }
  .sec_fee, .sec_comparison, .sec_effect, .sec_flow {
    width: 90%;
    margin: 100px 5% 0 5%;
  }
	
.sec_fee {
    margin: 50px 5% 0 5%;
  }	
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
  .sec_fee, .sec_comparison, .sec_effect, .sec_flow {
    width: 1024px;
    margin: 100px auto 0 auto;
  }
.sec_fee {
    margin: 50px auto 0 auto;
  }	
}
/*-----------------
 *sec_fee　利用料
-----------------*/
.usage_fee {
  background: #F5FAF5;
  border: 1px solid #267C3A;
  padding: 45px;
}
.usage_fee h3 {
  color: #267C3A;
  font-weight: bold;
  margin: 35px 0;
  text-align: center;
  line-height: 1.5em;
}
.usage_fee img, .usage_fee p {
  margin: 0 auto;
}
.usage_fee p {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 20px;
}
/* SPサイズ ～767px */
@media screen and (max-width:767px) {
  .usage_fee {
    display: none !important;
  }
  .usage_fee_sp {
    background: #F5FAF5;
    border: 1px solid #267C3A;
    padding: 45px;
  }
  .usage_fee_sp h3 {
    color: #267C3A;
    font-weight: bold;
    margin: 30px 0 50px;
    line-height: 1.5em;
    font-size: 20px;
  }
  .usage_fee_sp img, .usage_fee_sp ul {
    width: 100%;
    margin: 0 auto;
  }
  .usage_fee_sp ul li {
    font-size: 14px;
    line-height: 1.5em;
  }
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  .usage_fee_sp {
    display: none !important;
  }
  .usage_fee img, .usage_fee p {
    width: 100%;
  }
  .usage_fee h3 {
    font-size: 20px;
  }
}
/* タブレット調整用サイズ 864px(16×54em)～*/
@media screen and (min-width:54em) {
  .usage_fee h3 {
    font-size: 1.5em;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
  .usage_fee img, .usage_fee p {
    width: 823px;
  }
}
/*-----------------
 *sec_comparison　料金比較
-----------------*/
.sec_comparison p {
  margin: 0 auto;
}
.sec_comparison p span {
  display: block;
  text-align: right !important;
  font-size: 12px;
}

.sec_comparison .cnv-btn{
	margin-top:35px;
	margin-bottom:35px;
}

/* SPサイズ ～767px */
@media screen and (max-width:767px) {
  .comparison_pc {
    display: none !important;
  }
  .comparison_sp img {
    width: 100%;
  }
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  .comparison_sp {
    display: none !important;
  }
  .sec_comparison p, .sec_comparison p img {
    width: 100%;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
.sec_comparison p {
    width: 922px;
  }
	
.sec_comparison p.btn-cta-microcopy {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
.usage_fee_sp .cnv-btn {
        margin-bottom: 20px;
    }
	
.sec_comparison p.btn-cta-microcopy {
    font-size: 16px !important;
  }
}

@media screen and (max-width:400px) {
.sec_comparison p.btn-cta-microcopy {
    font-size: 14px !important;
  }
}
/*-----------------
 *sec_diagnosis　診断を依頼
-----------------*/
.sec_diagnosis {
  background: #F0F0F0;
/* margin-top: 100px; */
  padding: 60px 0;
}
/* SPサイズ ～767px */
@media screen and (max-width:767px) {
  .sec_diagnosis {
    padding: 60px 5%;
  }
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  .sec_diagnosis {
    padding: 60px 5%;
  }
}
/*-----------------
 *sec_effect　導入の効果
-----------------*/
.sec_effect p {
  margin: -30px auto 30px auto;
}
/* SPサイズ ～767px */
@media screen and (max-width:767px) {
  .effect_pc {
    display: none !important;
  }
  .effect_sp img {
    width: 100%;
  }
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  .effect_sp {
    display: none !important;
  }
  .sec_effect p img {
    width: 100%;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
  .sec_effect p img {
    width: 1024px;
  }
}
/*-----------------
 *sec_flow　導入までの流れ
-----------------*/
.flow_box {
  background: url(/web/jp/seikyu/price/images/flow.png) left top no-repeat;
}
.sec_flow h3 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.sec_flow ul {
  display: flex;
  justify-content: space-between;
}
.sec_flow ul li {
  line-height: 1.5em;
}
/* SPサイズ ～767px */
@media screen and (max-width:767px) {
  .flow_box {
    display: none !important;
  }
  .flow_box_sp img {
    width: 100%;
    padding-bottom: 20%;
  }
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  .flow_box_sp {
    display: none !important;
  }
  .flow_box {
    background-size: 100% auto;
    min-height: 55vh;
  }
  .sec_flow h3 {
    font-size: 18px;
  }
  .sec_flow ul {
    width: 95%;
  }
  .sec_flow ul li {
    margin-top: 20%;
    width: 20%;
    font-size: 14px;
  }
}
/* タブレット調整用サイズ 864px(16×54em)～*/
@media screen and (min-width:54em) {
  .sec_flow h3 {
    font-size: 20px;
  }
  .sec_flow ul li {
    font-size: 16px;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
  .flow_box {
    width: 1024px;
    height: 550px;
  }
  .sec_flow ul {
    width: 960px;
  }
  .sec_flow ul li {
    margin-top: 230px;
    width: 200px;
  }
}
/*-----------------
 *sec-consul　コンサル
-----------------*/
#sec-consul {
  background-color: #588e9a;
  background-image: url(/web/jp/seikyu/images/consul_bgmain.jpg);
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
#sec-consul .consul-box {
  border: 1px solid #40a83e;
  background-color: #ffffff;
}
#sec-consul .consul-box h2 {
  font-size: 1.3em;
  margin: 24px auto 24px;
}
#sec-consul .consul-box p {
  width: 92%;
  margin: 0 auto 24px;
  line-height: 1.5em;
  text-align: center;
}
#sec-consul .contents p.consul-read {
  font-size: 1.2em;
  margin: 0 auto 30px;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
  text-shadow: rgba(0, 49, 60, 0.3) 0 0 3px;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  #sec-consul .contents p.consul-read {
    font-size: 1.5em;
  }
}
/*-----------------
 *sec-cnv　CVエリア
-----------------*/
#sec-cnv {
  background-color: #EDF5ED;
}
.section_lead {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
}
ul.cnv-merit {
  margin: 0 auto 40px;
  max-width: 24em;
}
ul.cnv-merit li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
  padding-left: 2em;
  text-indent: -2em;
}
ul.cnv-merit li span.icon-webfont-19 {
  padding-right: 1em;
}
ul.cnv-merit li span.marker {
  background: -webkit-linear-gradient(transparent 88%, #ff7f7f 88%);
  background: -o-linear-gradient(transparent 88%, #ff7f7f 88%);
  background: linear-gradient(transparent 88%, #ff7f7f 88%);
  font-weight: bold
}
/* SPサイズ ～767px */
@media screen and (max-width:767px) {
  .section_lead {
    font-size: 22px;
  }
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  #sec-cnv {
    margin-top: 0;
  }
}
/* タブレット調整用サイズ 864px(16×54em)～*/
@media screen and (min-width:54em) {
  #sec-cnv {
    margin-top: 5%;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
  #sec-cnv {
    margin-top: 100px;
  }
}
/*-----------------
 *CVボタン
-----------------*/
.cnv-btn {
  width: 90%;
  max-width: 32em;
  margin: auto;
  text-align: center;
  position: relative;
}
.cnv-btn a {
  padding: 20px;
  background-color: #FD7822;
  border-radius: 6px;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
  position: relative;
}
.cnv-btn a::after {
  content: '>';
  position: absolute;
  top: 1em;
  right: 0.625em;
  -webkit-transform: scale(0.5, 1.0);
  -moz-transform: scale(0.5, 1.0);
  -ms-transform: scale(0.5, 1.0);
  transform: scale(0.5, 1.0);
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
}
/* SPサイズ ～767px */
@media screen and (max-width:767px) {
  .cnv-btn a::after {
	  display: none;
/*    top: 0.6em;*/
  }
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  .cnv-btn a::after {
    top: 0.65em;
  }
  .cnv-btn a:hover {
    background-color: #FD7822;
  }
}
/* ボタンの上にふきだし追加 */
.sub_a {
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  left: 5px;
  right: 5px;
  z-index: 2;
  padding: 8px 0;
  white-space: nowrap;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width:48em) {
  .sub_a {
    font-size: 17px;
    left: 55px;
    right: 55px;
  }
}
.sub_a:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.sub_a_sp {
  top: -40px;
}

/*-----------------
 *他ボタン
-----------------*/
.cnd-btn {
  width: 90%;
  max-width: 20em;
  margin: 0 auto;
  text-align: center;
}
.cnd-btn a {
  padding: 1.25em 1em 1.25em;
  background-color: #40a83e;
  border-radius: 6px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 0.85em;
  display: block;
  position: relative;
}
.cnd-btn a::after {
  content: '>';
  position: absolute;
  right: 0.625em;
  top: 0.75em;
  -webkit-transform: scale(0.5, 1.0);
  -moz-transform: scale(0.5, 1.0);
  -ms-transform: scale(0.5, 1.0);
  transform: scale(0.5, 1.0);
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
  .cnd-btn a {
    padding: 1.25em 1em 1em;
  }
  .cnd-btn a::after {
    top: 0.8em;
  }
}
/*-----------------
 *他ボタン　サブ
-----------------*/
.cnd-btn-sub {
  width: 90%;
  max-width: 14em;
  margin: 0 auto;
  text-align: center;
  float: right;
}
.cnd-btn-sub a {
  padding: 1.25em 1em 1.25em;
  background-color: #777;
  border-radius: 6px;
  color: #fff;
  font-size: 1em;
  line-height: 0.85em;
  display: block;
  position: relative;
}
.cnd-btn-sub a::after {
  content: '>';
  position: absolute;
  right: 0.625em;
  top: 0.75em;
  -webkit-transform: scale(0.5, 1.0);
  -moz-transform: scale(0.5, 1.0);
  -ms-transform: scale(0.5, 1.0);
  transform: scale(0.5, 1.0);
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
  .cnd-btn-sub a {
    padding: 1.25em 1em 1em;
  }
  .cnd-btn-sub a::after {
    top: 0.8em;
  }
}
/* ヘッダーボタンの背景色変更 20180802 */
a.cv_btn_header {
  background-color: #FD7822;
}
/* 画像のレンダリング */
img{
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast; /*chrome*/
}
/* テキストカラー変更 */
.color_w {
  color: #fff !important;
}