@charset "UTF-8";
/* CSS Document */
body {
  background: #fff !important;
  color: #333;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

.fllb_hq {
  line-height: 1.3em;
}

.pic_area {
  text-align: center;
}

.pic_area img {
  max-width: 100%;
}

h1 .tlfsize {
  font-size: 30px;
}

.tabwidth {
  width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .tabwidth {
    width: 100%;
  }
  .tabLayout.tabItemWrapper div {
    /*		height: auto;*/
  }
  .tabLayout.tabItemWrapper div a {
    line-height: 1.5;
    /*		padding: 20px 0;*/
  }
  .tabLayout.tabItemWrapper div span {
    display: block;
  }
}

.footwidth {
  width: 1260px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 150px;
}

.footlonk {
  border-top: solid 2px #05397c;
  text-align: center;
}

.footlonk ul li {
  display: inline;
  font-size: 1.1em;
  padding-left: 15px;
  padding-right: 15px;
}

.footlonk ul li.bdr {
  color: #777777;
  padding-left: 0px;
  padding-right: 0px;
}

.footlonk ul li.nbd {
  border-left: none;
}

.footlonk ul li.on {
  background-color: #004386;
}

.footlonk ul li.on a {
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .footwidth {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0;
  }
  .footlonk {
    border-top: solid 2px #05397c;
    text-align: center;
  }
  .footlonk ul li {
    display: inline;
    font-size: 1.1em;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footlonk ul {
    margin: 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
  }
  .footlonk ul li {
    display: block;
    /*width:100%;*/
    text-align: left;
    line-height: 1.5;
  }
  .footlonk ul li a:before {
    content: url(/content/dam/nttcom/hq/jp/business/services/application/risk_management/anpi/anpi/2022/icon_right_arrow.png);
    margin-right: 10px;
  }
  .footlonk ul li.on {
    display: block;
    /*width:90%;*/
    background-color: #004386;
    border-left: none;
  }
  .footlonk ul li.on a {
    color: #FFF;
  }
  .footlonk ul li.on a:before {
    content: url(/content/dam/nttcom/hq/jp/business/services/application/risk_management/anpi/anpi/2022/icon_right_arrow_w.png);
  }
}

/*---------------------------
申し込みボタンボタン等
---------------------------*/
/*角丸*/
.apply_btn {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  line-height: 1.25;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/*オンライン*/
.online_btn {
  background: #ffd601 !important;
  /*赤#CF1E1Eを黄色に*/
  border: 2px solid #000000 !important;
  /*臙脂600000を紺に*/
  text-decoration: none;
  color: #000000 !important;
  /*白FFFFを紺に*/
}

.online_btn:hover {
  background: #fdea8a;
  /*薄赤#D64040を薄黄色に*/
}

/*オンライン　くの字*/
.online_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .3em;
  height: .3em;
  /* border-top: .13em solid #fff; */
  /* border-right: .13em solid #fff; */
  border-top: 0.13em solid #000000 !important;
  border-right: 0.13em solid #000000 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*資料請求*/
.request_btn {
  background: #cc023a !important;
  /*黄#ffd601;からドコモ赤に*/
  border: 2px solid #000000 !important;
  /*青#004386;から臙脂に*/
  text-decoration: none;
  color: #FFFFFF !important;
  /*紺#004386;を白に*/
}

.request_btn:hover {
  background: #cc023a !important;
  /*薄黄#fdea8aを薄赤に*/
}

/*資料請求　くの字*/
.request_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .3em;
  height: .3em;
  /* border-top: .13em solid #004386; */
  /* border-right: .13em solid #004386; */
  border-top: 0.13em solid #fff !important;
  border-right: 0.13em solid #fff !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*サポート*/
.support_btn {
  background: #004386;
  /*青*/
  border: 2px solid #001246;
  /*青*/
  text-decoration: none;
  color: #FFFFFF;
}

.support_btn:hover {
  background: #4C7BAA;
  /*薄青*/
}

/*サポート　くの字*/
.support_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .13em solid #fff;
  border-right: .13em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*追従ボタン*/
.js-contact_bt_1,
.js-contact_bt_2,
.js-contact_bt_3,
.js-contact_bt_4 {
  font-weight: bold;
}

/*追従ボタン SP時非表示*/
@media only screen and (max-width: 480px) {
  .js-contact_bt_1,
  .js-contact_bt_2,
  .js-contact_bt_3,
  .js-contact_bt_4 {
    display: none;
  }
}

/*---------------------------
上部 firstSection
---------------------------*/
/*アワード*/
.award_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #edb73c;
  padding: 5px;
}

.award_badge_box {
  width: 25.5%;
  text-align: center;
}

.award_badge_box img {
  width: 115px;
}

.award_txt_box {
  width: 74.5%;
}

@media only screen and (max-width: 768px) {
  .award_badge_box,
  .award_txt_box {
    width: 100%;
  }
  .award_badge_box img {
    width: 30%;
  }
}

.award_txt_box p {
  margin: 0;
  color: #c00;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.award_txt_box p span {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .award_txt_box p {
    font-size: 14px;
    text-align: center;
  }
  .award_txt_box p span {
    font-size: 18px;
  }
}

/*お問い合わせ一式*/
.topContac_area {
  width: 100%;
  border: 3px solid #CCC;
  padding: 15px 20px 0 20px;
}

.topContac_area h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.topContac_free_dial img {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}

.topContac_free_dial p {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
}

.topContac_free_dial p span {
  margin: 0 15px 0 5px;
  font-size: 26px;
  letter-spacing: -.1rem;
}

.topContac_btn_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0 0;
}

.topContac_btn_box01 {
  width: 100%;
  margin-bottom: 15px;
}

.topContac_btn_box02 {
  width: 49%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .topContac_btn_box02 {
    width: 100%;
  }
}

hr.line {
  height: 1px;
  border: none;
  border-top: 1px solid #CCC;
  margin: 5px 0 15px;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

/*---------------------------
こんなお悩み
---------------------------*/
.sharebox {
  margin-top: 85px;
}

.sharebox p.title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.sharebox dl {
  padding: 20px 110px;
}

.sharebox dt {
  float: left;
  padding: 5px;
  vertical-align: middle;
  height: 30px;
}

.sharebox dt img {
  padding-top: 6px;
}

.sharebox dd {
  margin-left: 30px;
  font-weight: bold;
  padding: 5px 5px 5px 30px;
  margin-top: 5px;
  height: 45px;
  font-size: 1.2em;
}

.sharebox .uparea,
.sharebox .lowarea {
  background-color: #d7e5f4;
  overflow: hidden;
}

.sharebox .uparea .inner {
  background-color: #fff;
  margin: 40px 40px 0 40px;
}

/*そのお悩み*/
.sharebox_title {
  width: 980px;
  padding: 9px 0 2px;
  background-color: #255997;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.sharebox_title span {
  font-size: 1.5em;
}

.sharebox_title:after {
  content: "";
  position: relative;
  top: 16px;
  left: 50%;
  margin-left: -15px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #255997 transparent transparent transparent;
}

/* スマホタブレット */
@media only screen and (max-width: 768px) {
  .sharebox {
    margin-top: 70px;
  }
  .sharebox p.title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
  }
  .sharebox dl {
    padding: 20px 10px;
  }
  .sharebox dt {
    float: left;
    padding: 5px;
    vertical-align: middle;
    height: 30px;
  }
  .sharebox dt img {
    padding-top: 6px;
  }
  .sharebox dd {
    margin-left: 30px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 5px;
    margin-top: 5px;
    height: auto;
    font-size: 1em;
  }
  .sharebox .uparea,
  .sharebox .lowarea {
    background-color: #d7e5f4;
    overflow: hidden;
  }
  .sharebox .uparea .inner {
    background-color: #fff;
    margin: 20px 20px 0 20px;
  }
  .sharebox_title {
    /*width: 100%;*/
    padding: 9px 0 2px;
    background-color: #255997;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  .sharebox_title span {
    font-size: 1.5em;
  }
  .sharebox_title:after {
    content: "";
    position: relative;
    top: 17px;
    left: 50%;
    margin-left: -15px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #255997 transparent transparent transparent;
  }
}

/*lowarea 3カラム*/
.sharebox .lowarea .inner {
  width: calc( 100% - 80px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}

.sharebox .lowarea .inner .lowbox {
  width: 32%;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.sharebox .lowarea .inner .lowbox h4 {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .sharebox .lowarea .inner {
    width: calc( 100% - 40px);
    margin: 20px auto;
  }
  .sharebox .lowarea .inner .lowbox {
    width: 100%;
  }
}

.sharebox .lowarea .inner .lowbox h4 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 5px solid #FFD601;
}

.sharebox .lowarea .inner .lowbox img {
  max-width: 100%;
}

/*---------------------------
Youtube
---------------------------*/
.mov_area {
  width: 75%;
  margin: 50px auto;
}

@media only screen and (max-width: 768px) {
  .mov_area {
    width: 100%;
  }
}

.mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---------------------------
選ばれる理由
---------------------------*/
.reason_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reason_area > a {
  display: block;
  width: 32%;
  border: 2px solid #CCC;
  font-size: 17px;
  padding: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .reason_area > a {
    width: 100%;
  }
}

.reason_area > a:hover {
  border: 2px solid #004386;
}

.reason_box p {
  text-align: justify;
}

.reason_pic {
  text-align: center;
}

.reason_pic img {
  max-width: 100%;
}

/*---------------------------
○○○を見るボタン
---------------------------*/
.more_detail a {
  position: relative;
  display: block;
  width: 280px;
  color: #FFF;
  padding: 15px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  background-color: #0e367d;
  margin: 0 0 0 auto;
}

.more_detail a:hover {
  opacity: .7;
}

.more_detail a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .5em;
  height: .5em;
  border-top: .13em solid #fff;
  border-right: .13em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------
導入事例
---------------------------*/
.case_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case_area > a {
  display: block;
  width: 32%;
  border: 1px solid #CCC;
  padding: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .case_area > a {
    width: 100%;
  }
}

.case_area > a:hover {
  border: 1px solid #004386;
}

.case_area img {
  width: 100%;
}

.case_ttl {
  background-color: #004386;
  padding: 3px 10px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}

.case_txt {
  font-size: 14px;
  margin: 0;
}

.case_type {
  width: 50%;
  background-color: #DEEBF7;
  padding: 0.2em;
  text-align: center;
  line-height: 1.3em;
  font-size: 14px;
  margin: 15px auto;
}

/*事例ボタン*/
.case_btn {
  position: relative;
  width: 80%;
  padding: 8px 20px;
  text-align: center;
  line-height: 1.25;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #004386;
  /*青*/
  text-decoration: none;
  color: #FFF;
  margin: 0 auto;
}

/*事例　くの字*/
.case_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .5em;
  height: .5em;
  border-top: .15em solid #fff;
  border-right: .15em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------
選べるプラン・料金（モーダル内共通）
---------------------------*/
.plan_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plan_box {
  width: 32%;
  border: 1px solid #CCC;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .plan_box {
    width: 100%;
  }
}

.plan_box h4 {
  color: #FFFFFF;
  background-color: #004386;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
  line-height: 1.5;
  margin: 0;
}

.plan_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 5px 0;
}

.plan_ttl span {
  font-size: 16px;
}

.plan_box_inner {
  padding: 5px 20px 15px;
  line-height: 1.5em;
  text-align: center;
}

.plan_box_inner .plan_type {
  color: #333;
  background-color: #E0EDF5;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}

.plan_box_inner .plan_price {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 2px 0 15px;
}

.plan_box_inner .plan_price span {
  font-size: 20px;
}

.plan_function {
  width: 80%;
  border: 1px solid #004386;
  text-align: center;
  padding: 2px;
  font-size: 11px;
  line-height: 1.2;
  margin: 5px auto;
}

.plan_function.none {
  border: 1px solid #CCC;
  color: #CCC;
}

/*モーダル内用*/
.plan_wrapper h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.plan_wrapper .plan_area {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.plan_wrapper .plan_box {
  width: 44%;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .plan_wrapper .plan_box {
    width: 48%;
  }
}

@media only screen and (max-width: 480px) {
  .plan_wrapper .plan_box {
    width: 100%;
  }
}

/*ボタンの大きさ*/
.plan_btn_width {
  margin: 0 50px 15px;
}

@media only screen and (max-width: 768px) {
  .plan_btn_width {
    margin: 0 0 15px;
  }
}

/*機能　2カラム*/
.plan_funtion_area {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.plan_funtion_area > div {
  width: 48%;
}

.plan_funtion_area .plan_function {
  width: 100%;
}

/*---------------------------
ご利用開始までの流れ
---------------------------*/
.step_box {
  background-color: #FFF;
  padding: 20px;
  margin: 15px 0 0;
}

.step_btn_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step_btn_area > div {
  width: 49%;
}

@media only screen and (max-width: 480px) {
  .step_btn_area > div {
    width: 100%;
  }
}

/*---------------------------
番号付タイトル
---------------------------*/
.point_title_area {
  overflow: hidden;
  border-bottom: solid 3px #214a7b;
  padding-bottom: 2px;
}

.point_box {
  width: 120px;
  height: 40px;
  background-color: #214a7b;
  color: #FFF;
  float: left;
  font-size: 1.2em;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 5px;
}

.fs15em {
  font-size: 1.5em;
}

.point_title,
.specificationsSection .point_title {
  float: left;
  font-size: 24px;
  font-weight: bold;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 0;
}

/* スマホタブレット */
@media only screen and (max-width: 768px) {
  .point_title_area {
    overflow: hidden;
    border-bottom: solid 3px #214a7b;
    padding-bottom: 2px;
  }
  .point_box {
    width: 100%;
    height: 40px;
  }
  .point_title {
    margin-top: 5px;
    line-height: 1.3em;
    height: auto;
    margin-bottom: 5px;
  }
}

/*画像＋本文*/
.point_cont_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

.point_cont_pic {
  width: 300px;
  text-align: center;
  margin-bottom: 20px;
}

.point_cont_pic img {
  max-width: 100%;
}

.point_cont_txt {
  width: 650px;
}

.point_cont_txt p {
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .point_cont_pic,
  .point_cont_txt {
    width: 100%;
  }
}

/*---------------------------
ビフォーアフター
---------------------------*/
.before_after {
  display: table;
  margin-top: 20px;
  margin-bottom: 80px;
}

.before_after .box {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

.before_after .cbox {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
}

.before_after .box {
  width: 465px;
  border: solid 1px #ccc;
  margin-top: 15px;
}

/*
.before_after .box img{
	width:100%;
}
*/
.before_after_pic {
  text-align: center;
}

.before_after_pic img {
  max-width: 100%;
}

.before_after .box .title_L {
  background-color: #e3e3e3;
  margin: 2px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

.before_after .box .title_R {
  background-color: #eaf5fc;
  margin: 2px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

.before_after .box ul {
  margin-left: 0px;
  padding-left: 2em;
  padding-right: 0.5em;
}

.before_after .box ul li {
  text-align: left;
}

.before_after .cbox .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ebebeb;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .before_after {
    display: block;
  }
  .before_after {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .before_after .box,
  .before_after .cbox {
    display: block;
    width: 50px;
    margin: 0 auto;
    margin-top: 20px;
  }
  /*
	.before_after .box img{
		margin-top:15px;
		width: 100%;
	}
	*/
  .before_after .box {
    width: 100%;
    border: solid 1px #ccc;
    margin-top: 15px;
    text-align: center;
  }
  .before_after .box .title_L {
    background-color: #e3e3e3;
    margin: 2px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
  }
  .before_after .box .title_R {
    background-color: #eaf5fc;
    margin: 2px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
  }
  /*
	.before_after .box ul{
		margin-left: -10px;
	}
	.before_after .box ul li{
		padding-right: 15px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	*/
  .before_after .cbox .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ebebeb transparent transparent transparent;
  }
}

/*---------------------------
料金表
---------------------------*/
.charge_area th,
.charge_area td {
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
  padding: 15px 5px;
}

.charge_area td {
  text-align: center;
}

/*---------------------------------
タブ よくあるご質問
---------------------------------*/
.inpage_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inpage_area .inpage_box {
  width: 30%;
  padding: 2px;
  margin: 20px 0;
  border: solid 1px #ccc;
}

/*ページ内リンク*/
.internal_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.internal_area .internal_box {
  width: auto;
  margin: 10px 20px;
}

@media screen and (max-width: 480px) {
  .internal_area .internal_box {
    width: 100%;
    margin: 10px 0;
  }
}

/*三角付きリンク*/
.internal_txt {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
}

.internal_txt::before,
.internal_txt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.triangle_under::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #004386;
}

.triangle_under::after {
  top: 6px;
  left: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
}

.internal_txt span {
  padding-left: 0.5em;
}

.internal_txt span:hover {
  opacity: .75;
}

/*アコーディオン Qテキスト*/
.q_num {
  float: left;
}

.q_txt {
  margin-left: 2.5em;
}

/*---------------------------
動作環境
---------------------------*/
.accordion_contents .usage_area {
  background: #FFF;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;
}

.accordion_contents .usage_area h4 {
  font-size: 16px;
  background-color: #f5f5f5;
  padding: 5px 10px;
  margin: 15px 0;
}

.accordion_contents .usage_area p {
  margin: 1em;
}

/*---------------------------
※マークリスト
---------------------------*/
ul.mark-list {
  margin: 0;
  padding: 0;
}

ul.mark-list li {
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/*---------------------------
下部
---------------------------*/
.bottom_ttl {
  background-color: #004386;
  color: #FFF;
  font-size: 1.5em;
  padding: 15px;
  margin: 50px 0 30px;
  text-align: center;
  font-weight: bold;
}

/*ボタン　3カラム*/
.bottom_btn_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom_btn_area > div {
  width: 32%;
}

@media only screen and (max-width: 480px) {
  .bottom_btn_area > div {
    width: 100%;
  }
}

.contact_bt {
  padding: 12px 20px 12px 20px;
}

.scroll-box table ~ .list-notes {
  list-style: none;
  margin: 0.5em 0 0;
  padding: 0;
}

.scroll-box table ~ .list-notes > li {
  font-size: 14px;
  font-size: 0.875rem;
}

.scroll-box table ~ .list-notes > li a {
  position: relative;
}

.scroll-box table ~ .list-notes > li a::after {
  border-right: 0.13em solid #004386;
  border-top: 0.13em solid #004386;
  content: "";
  display: inline-block;
  height: 0.3em;
  margin: auto;
  -webkit-transform: rotate(45deg) translate(2px, -4px);
          transform: rotate(45deg) translate(2px, -4px);
  width: 0.3em;
}


/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

/*上部お問い合わせボタン組*/
@media screen and (min-width: 769px){
	.p-facade__button{
		flex-wrap: wrap !important;
		justify-content: space-between !important;
	}
	.p-facade__button .c-btn:not(:first-of-type){
		margin-left:0 !important;
	}
	.p-facade__button .c-btn.--large.w100p{
		width:100%;
	}
	.p-facade__button .c-btn.--large{
		width:calc(50% - 5px);
	}
}
/*〇〇を見る*/
.more_detail a{
	color:#FFF !important;
}
/*下部問い合わせ文字*/
.wrapper .p-contact .p-contact__item .p-contact-item__button .c-btn__link{
	font-size:18px;
	font-weight:bold;
}
/*黄ボタン文字色*/
.wrapper .p-contact .p-contact__item .p-contact-item__button .c-btn.--yellow.--large .c-btn__link{
	color:#000 !important;
}
/*下部問い合わせ広げて3列ボタンにしたい*/
.p-contact-item__title{
	line-height:1.2 !important;
}
@media screen and (min-width: 769px){
	.p-contact__item {
		width: 100% !important;
	}
	.p-contact-item__button{
		justify-content: space-around !important;
	}
}
@media screen and (max-width: 768px){
	.p-contact-item__button{
		flex-wrap:wrap;
	}
	.p-contact-item__button .c-btn.--large{
		margin-bottom:18px;
	}
	.p-contact-item__button .c-btn.--large:last-child{
		margin-bottom:0;
	}
}