@charset "UTF-8";
.content {
  position: relative;
  line-height: 1.4;
  width: 950px;
  margin: 0 auto;
  line-height: 1.7;
}

/* MainVisual */
.mv {
  height: 194px;
  background: url(../image/bg_mv.png) no-repeat;
  padding: 0 20px;
  margin: 40px auto 20px;
}
/*
.mv .mvTitle {
  font-size: 34px;
  color: #FFF;
  margin-top: 0;
}
.mv .mvTitle img {
  float: left;
  margin: 0 20px 0 0;
}
.mv .mvTitle span {
  display: block;
  color: #FEDB3C;
  font-size: 28px;
  padding: 10px 0 0 0;
}
*/
/* 2026.07.31 FICスタンダード対応 START*/
.mv .mvTitle {
    display: flex;
    align-items: center;
    margin: 0;
    height: 194px;
}

.mv .mvTitle img {
    margin-right: 20px;
    flex-shrink: 0;
}

.mv .titleArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mv .mainTitle {
    color: #FEDB3C;
    font-size: 28px;
    line-height: 1.2;
}

.mv .subTitle {
    color: #FFF;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 10px;
}
/* 2026.07.31 FICスタンダード対応 END*/

.cautionTtl {
  color: #C00;
  font-size: 14px;
  margin-top: 20px;
  font-weight: bold;
}

.cautionText {
  color: #C00;
  font-size: 11px;
}

.caution {
  font-size: 12px;
  padding: 0 0 10px 25px;
}

.pageLink {
  width: 100%;
  margin-top: 20px;
}
.pageLink ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.pageLink li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 10%;
  display: table;
  border-right: solid 1px #fff;
}
.pageLink li a {
  text-decoration: none;
  text-align: center;
  display: table-cell;
  height: 45px;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  background: #018DC8;
}
.pageLink li a:hover {
  opacity: 0.8;
}

/* メインコンテンツ */
.mainContents {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 950px;
  margin: 25px auto 0;
  padding-bottom: 20px;
}
.mainContents select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../image/arrow-select.png) no-repeat right 10px bottom 50%;
}
.mainContents ul, .mainContents li, .mainContents ol {
  list-style: none;
}
.mainContents button, .mainContents select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.mainContents h2 {
  border: none;
  font-size: 20px;
  border-radius: 0;
}
.mainContents h3 {
  margin: 0 0 1em;
}

/* -----------------------------------------------
   インプットエリア
----------------------------------------------- */
.inputbox dl {
  margin-bottom: 15px;
  clear: both;
  position: relative;
}
.inputbox dl:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.inputbox dt {
  float: left;
  vertical-align: middle;
  padding: 0 10px 0 5px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px;
  position: relative;
}

/* タイトル */
/* タイトルテキストが二行の場合 */
dt.textL {
  line-height: 1.2;
  letter-spacing: 0 !important;
}
dt.inputboxTitleL {
  width: 100%;
}
dt.inputboxTitleS {
  width: 25%;
}

/* タイトルテキスト横幅調整 */
/* フォームエリア */
.inputbox dd {
  padding: 0 5px 0 10px;
  float: left;
  vertical-align: baseline;
  position: relative;
  vertical-align: top;
  /* width: 50%; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* フォームエリア横幅調整 */
.inputboxItemS {
  width: 25%;
}

.inputboxItemM {
  width: 50%;
}

.inputboxItemL {
  width: 75%;
}

dd.inputboxItemMax {
  width: 100%;
  margin-top: 5px;
  padding-left: 5px;
}

/* -------------------------------------
入力フォームスタイル
------------------------------------- */
.input-num {
  width: 70px;
}

.inputbox select, .inputbox input {
  padding: 1px 5px;
  height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
.inputbox select {
  width: 100%;
}
.inputbox label {
  width: 32px;
}
.inputbox input {
  margin-right: 5px;
  float: left;
}

/* チェックボックスの横にinputが並ぶ場合 */
dd.inputS {
  width: 25%;
}
dd.inputS input {
  width: 80px;
}

/* セレクトが二つ並ぶ場合 */
select.inputS {
  width: 48%;
}

/* チェックボックスレイアウト調整 */
input[type=checkbox].input-num {
  display: none;
}
input[type=checkbox].input-num + .checkbox-icon {
  display: block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  width: 30px;
  height: 30px;
}
input[type=checkbox].input-num + .checkbox-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
input[type=checkbox].input-num:checked + .checkbox-icon:before {
  content: "";
  background: url(../image/icon-check-red.png) no-repeat 5px 6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

input[type=checkbox].input-num:disabled + .checkbox-icon {
  background: #ccc;
  cursor: not-allowed;
}
input[type=checkbox].input-num:disabled:checked + .checkbox-icon:before {
  opacity: 0.4;
}

.input-num:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.mainContents .inputbox {
  clear: both;
  padding-top: 20px;
}

.input-control {
  float: left;
  position: relative;
  width: 17px;
  height: 20px;
  display: inline-block;
  top: 0;
  left: -5px;
}
.input-control button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
  display: block;
  float: none;
  height: 15px;
  margin-left: 0;
  max-width: 100%;
  padding: 0;
  line-height: 0;
  position: relative;
  left: -20px;
  width: 18px;
  /* background: transparent; */
  color: #C0C0C0;
  text-indent: -9999px;
}

.upBtn {
  background: url(../image/arrow-input-up.png) no-repeat 50% 80%;
}

.downBtn {
  background: url(../image/arrow-input-down.png) no-repeat 50% 20%;
}

.input-control button:nth-child(2) {
  bottom: 0;
}

.input-unit {
  margin: 3px 0 0 -10px;
  display: inline-block;
}
.input-unit.input-txt {
  margin-left: 10px;
}

.input-error {
  font-weight: bold;
  color: #F00;
  display: block;
  margin: 10px 0 0;
}

.hide-input {
  display: none;
}

.tips {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../image/icon-tips.png);
}

.tooltips {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  width: 250px;
  position: absolute;
  z-index: 9999;
}
.tooltips a {
  color: #018DC8;
}
.tooltips:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
  opacity: 0.8;
}

h3 .tips {
  top: 9px;
  right: 8px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.modal .modalBox {
  width: 400px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -200px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.modal .txt {
  margin-bottom: 30px;
}
.modal button {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 7px;
  display: inline-block;
  width: 150px;
  border: 0;
  margin-right: 10px;
  margin-top: 0;
  cursor: pointer;
}
.modal .cancelBtn {
  background: #fff;
  color: #000;
  border: solid 2px #ccc;
}
.modal .reloadBtn {
  background: #FC0;
  color: #FFF;
}

/* プランカテゴリ別エリア */
.plancategory {
  width: 580px;
  background: #F5F5F5;
  padding: 15px 20px 20px 20px;
  margin: 0 0 20px 0;
}
.plancategory h2 {
  background: #018DC8;
  position: relative;
  margin: 0 -10px 15px;
  padding: 0 10px;
  color: #fff;
}

/* プラン中カテゴリ */
.plangroup {
  background: #FFF;
  width: 540px;
  position: relative;
}
.plangroup h3 {
  position: relative;
  margin: 0 0 10px;
  padding: 15px 15px 0 15px;
  font-size: 16px;
  line-height: 1.125;
  height: 30px;
  border: 0;
}
.plangroup h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 16px;
  line-height: 1.125;
  width: 150px;
  height: 45px;
  border-bottom: 2px solid #008DC8;
}
.plangroup h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 16px;
  line-height: 1.125;
  height: 45px;
  width: 516px;
  border-bottom: 2px solid #C0C0C0;
}

h3.planTitleL {
  height: 45px;
}
h3.planTitleL::after, h3.planTitleL::before {
  height: 60px;
  line-height: 1.2;
}

.plangroup .plan {
  padding: 0 12px;
  clear: both;
}

.plan h4 {
  font-size: 14px;
  margin: 0 0 10px;
  position: relative;
  width: 52%;
}

.subplan {
  border-left: 10px solid #E5F3F9;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* line 387, style.scss */
.inputbox .hide {
  display: none;
}

/*
追加・削除ボタンエリア
*/
.btnBox {
  padding: 20px 29px;
  background: #E5F3F9;
  overflow: hidden;
  border: 2px solid #FFF;
}

.plan .btnBox {
  margin-bottom: 14px;
}

.btnBox button {
  width: 49%;
  float: left;
  margin: 0 2% 0 0;
  height: 40px;
  line-height: 36px;
  border-radius: 7px;
  font-weight: bold;
}
.btnBox button:last-child {
  margin: 0;
}

.deleteBtn {
  background: #FFF;
  border: 2px solid #CCC;
}
.deleteBtn:disabled {
  background: #ccc;
  cursor: not-allowed;
  font-weight: normal;
}

.cloneBtn {
  background: #008DC8 url(../image/icon-plus.png) no-repeat 15px 50%;
  border: 2px solid #008DC8;
  color: #FFF;
}

/*
月額料金表示エリア
 */
.planTotal {
  background: #CCE8F4;
  width: 100%;
  clear: both;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  text-align: right;
}
.planTotal dl {
  height: 45px;
  width: 50%;
  line-height: 45px;
  overflow: hidden;
  margin: 0;
  font-weight: bold;
  display: inline-block;
}
.planTotal dt {
  font-size: 12px;
  text-align: right;
  display: inline-block;
  /* width: 60%; */
}
.planTotal dd {
  font-size: 12px;
  text-align: left;
  display: inline-block;
  /* width: 30%; */
  margin: 0;
}
.planTotal span {
  font-size: 20px;
}

/* -----------------------------------------------
   料金表示エリア
----------------------------------------------- */
.sideBox {
  width: 350px;
  right: 0;
  position: absolute;
  top: 0;
}

.totalBox {
  padding: 15px 10px;
  background: #018DC8;
  font-weight: bold;
  overflow: hidden;
}
.totalBox dl {
  padding-bottom: 8px;
  border-bottom: 1px dotted #C0C0C0;
  margin-bottom: 12px;
  color: #FFF;
  overflow: hidden;
}
.totalBox dl:last-of-type {
  border: 0;
  padding: 0;
}
.totalBox dt {
  width: 40%;
  padding: 0 0 0 10px;
}
.totalBox dd {
  float: right;
  text-align: right;
  width: 100%;
}
.totalBox input {
  border: none;
}

.planList {
  background: #E4F3F8;
  padding: 20px 10px;
}

.planList-ttl {
  margin: 0;
  background: #018DC8;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
}

.planList ul {
  margin: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.planList li {
  box-sizing: border-box;
  border: solid 1px #CCE8F4;
  margin: 0 0 2px 1px;
  padding: 3px;
  display: flex;
  height: 100%;
  height: auto\9 ;
  font-size: 10px;
  text-align: center;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  word-break: break-all;
  color: #333;
}
.planList li span {
  background: #002EDB;
  color: #FFF;
  text-align: center;
  padding: 2px 5px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 2px;
}
.planList .list-box {
  padding: 0 0 0 30px;
  border: solid 2px #FFF;
  border-bottom: 0;
  margin: 0;
}
.planList .list-box dl {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 1px;
  width: 100%;
  height: 100%;
}
.planList .list-box dt {
  background: #E6F3F9;
  width: 73px;
  border-right: solid 1px #FFF;
  border-bottom: solid 2px #FFF;
  border-left: solid 2px #FFF;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 5px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0 !important;
}
.planList .list-box dd {
  width: 75%;
  background: #FFF;
}
.planList .optionList {
  position: relative;
  background: #B8DFF0 url(../image/icon-option.png) no-repeat 6px 49.5%;
  padding-top: 2px;
}
.planList .optionList dt {
  background: #B8DFF0;
}
.planList .optionList:before {
  content: "";
  display: block;
  background: #fff;
  width: 33px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.planList .serverList {
  position: relative;
  background: #E6F3F9 url(../image/icon-server.png) no-repeat 6px 49.5%;
}
.planList .serverList dt {
  background: #E6F3F9;
}
.planList .serverList:before {
  content: "";
  display: block;
  background: #fff;
  width: 33px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.planList .cloudList {
  position: relative;
  background: #CCE8F4 url(../image/icon-cloud.png) no-repeat 6px 49.5%;
  padding-top: 2px;
}
.planList .cloudList dt {
  background: #CCE8F4;
}
.planList .cloudList:before {
  content: "";
  display: block;
  background: #fff;
  width: 33px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.planList .cloudList dl:before,
.planList .optionList dl:before {
  position: absolute;
  content: "";
  display: block;
  width: 330px;
  color: #FFF;
  border-top: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  margin: 0;
  background: #018DC8;
  box-shadow: none;
  border-bottom: 2px solid #fff;
  height: 5px;
  left: -2px;
  top: -4px;
}
.planList .line {
  color: #FFF;
  border: solid 2px #FFF;
  margin: 0;
  background: #018DC8;
  box-shadow: none;
  border-bottom: none;
  height: 4px;
}

#totalmonthCost, #totalconstructCost {
  font-size: 26px;
}

.nameInput {
  display: block;
  position: relative;
  background: #FFF;
  padding: 5px 10px;
  margin-bottom: 15px;
  border: 2px solid #CCC;
  border-radius: 5px;
  font-size: 14px;
}
.nameInput span {
  position: absolute;
  right: 10px;
}
.nameInput input {
  width: 100%;
}

.totalBtns {
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.totalBtns button {
  border-radius: 7px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.estimateBtn {
  background: #FC0;
  color: #FFF;
  width: 195px;
  border: 0;
  margin-right: 10px;
}
.estimateBtn:disabled {
  background: #ccc;
  color: graytext;
  cursor: not-allowed;
  font-weight: normal;
}

.resetBtn {
  background: #FFF;
  border: 2px solid #CCC;
  width: 125px;
}

.costArea {
  display: none;
  margin: 20px auto;
  padding: 10px;
  border: solid 1px;
}

/*---------------------------

	estimate_style.css
	「概算御見積」画面　CSS

---------------------------*/
#estOutputSource {
  background: white;
  width: 100%;
  z-index: 999;
}
#estOutputSource .estWrapper {
  max-width: 950px;
  margin: 20px auto;
}

/*---------------------------
	画面内共通指定
---------------------------*/
/* 外枠 */
.wrap-estimatetable {
  border: 1px solid #F5F5F5;
  padding: 40px;
  margin-top: 40px;
}
.wrap-estimatetable ul {
  list-style: none;
  margin: 0;
}
.wrap-estimatetable ul li {
  margin: 0;
}

/* リスト項目　アイコン初期化 */
/*---------------------------
	見積ヘッダー部分
---------------------------*/
.list-estimatehead {
  position: relative;
  height: 63px;
}
.list-estimatehead li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.list-estimatehead li:first-child {
  left: 0;
  top: 0;
  width: auto;
}
.list-estimatehead li:last-child {
  left: auto;
  right: 0;
  top: 0;
  width: auto;
}
.list-estimatehead li img {
  display: block;
}
.list-estimatehead li h1 {
  font-size: 30px;
  margin: 0;
}

/* キャプション枠 */
.list-estimatecaption {
  margin: 60px 0 40px 0 !important;
}
.list-estimatecaption li {
  float: right;
  width: 50%;
  text-align: right;
}
.list-estimatecaption li:first-child {
  float: left;
  text-align: left;
}

/*---------------------------
	御中枠
---------------------------*/
.list-estimatedata {
  margin-bottom: 10px;
}
.list-estimatedata .txt-red {
  color: #F00;
  border: solid 1px;
  padding: 5px;
  text-align: center;
  margin: 15px auto 0;
  display: block;
  font-size: 12px;
}
.list-estimatedata dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.list-estimatedata dt span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-top: 10px;
}
.list-estimatedata dt span.name {
  border: none;
  padding: 0 10px 0 0;
}
.list-estimatedata dd .sum {
  font-weight: bold;
}

/*---------------------------
	詳細表
---------------------------*/
.tbl-estimate {
  width: 100%;
  border: 1px solid #CCC;
  border-left: none;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.tbl-estimate .n01 {
  width: 4%;
}
.tbl-estimate .n02 {
  width: 45%;
}
.tbl-estimate .n03 {
  width: 10%;
}
.tbl-estimate .n04 {
  width: 12%;
}
.tbl-estimate .n05 {
  width: 17%;
}
.tbl-estimate .n06 {
  width: 12%;
}
.tbl-estimate th {
  background: #EEE;
  text-align: center;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 10px;
}
.tbl-estimate td {
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
}
.tbl-estimate .ttl {
  font-weight: bold;
  text-align: left;
}
.tbl-estimate .left {
  text-align: left;
}
.tbl-estimate .right {
  text-align: right;
}
.tbl-estimate .sum td {
  font-weight: bold;
}

/*---------------------------
	見積条件
---------------------------*/
.list-terms-red {
  margin-bottom: 10px;
}
.list-terms-red dd ul li {
  padding-left: 14px;
  font-size: 12px;
  color: #C00;
}

.list-terms dt {
  font-weight: bold;
}
.list-terms dd ul li {
  padding-left: 14px;
}

/*---------------------------
	選択プランリスト
---------------------------*/
.box-construction {
  margin-top: 30px;
  margin-bottom: 60px;
}
.box-construction h2 {
  margin: 0;
  padding: 15px;
  border-radius: none;
  border: none;
  font-size: 14px;
  background: #CCE8F4;
  text-align: center;
}
.box-construction .planList .list-box {
  margin: 0 auto;
  width: 330px;
}
.box-construction .planList .list-box dd {
  width: 77.5%;
}
.box-construction .planList .line {
  margin: 0 auto;
  width: 364px;
}

/*---------------------------
	下部ボタン配置
---------------------------*/
.wrap-btn-2col {
  border-top: 2px solid #EEE;
  padding-top: 25px;
  text-align: center;
}
.wrap-btn-2col li {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px !important;
}
.wrap-btn-2col li:first-child {
  margin-left: 0 !important;
}

/* 白ボタン */
.btn-return {
  display: block;
  width: 266px;
  height: 37px;
  line-height: 39px;
  border: 2px solid #CCC;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000 !important;
}

/* オレンジボタン */
.btn-conversion {
  display: block;
  width: 270px;
  height: 50px;
  border: none;
  line-height: 50px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #FC993D;
  cursor: pointer;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hirakakupro-w3", "ＭＳ Ｐゴシック", sans-serif;
}

.icon-pdf {
  background-image: url(../image/icon_pdf.png);
  background-position: 15px center;
  background-repeat: no-repeat;
}