@charset "UTF-8";
/* リセットCSS
----------------------------------*/
h1, h2, h3, h4, h5, h6, div, p, ul, li, dl, dt, dd, img {
  margin: 0;
  border: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

/* タイトル
----------------------------------*/
#container h1 {
  font-size: 1.8em;
  margin: 0 0 1.5%;
  padding: 0 0 0.5%;
  border-bottom: 1px solid #CCCCCC;
}

/* ご依頼から納品までの流れ
----------------------------------*/
#flow {
  margin: 0 0 10%;
}

/* あらゆるニーズに対応
----------------------------------*/
#catch {
  margin: 0 0 10%;
}

/* 特注例
----------------------------------*/
#container h2 {
  color: #4fba6f;
  border-bottom: 0.2em solid;
  font-size: 2.1em;
  margin: 0 0 4%;
  padding: 0 0 1%;
}

#container h4 {
  font-size: 1.5em;
  margin: 0 0 1.2% 1%;
}

#custom-order .inner_jirei {
  margin: 0 0 4%;
}

#custom-order .inner_jirei img:nth-of-type(1),
#custom-order .inner_jirei img:nth-of-type(2) {
  margin: 0 0 4.3%;
}

#custom-order .inner {
  margin: 0 0 14%;
}

#custom-order .inner p {
  text-align: center;
  font-size: 1.2em;
  color: #1c4eaa;
  font-weight: bold;
  background: url(../../../../static/images/service/ordermade/icn_1.gif) no-repeat 8.2% 0;
  margin: 0 0 2.5%;
}

#custom-order .inner_link {
  margin: 3% 0 0;
  font-size: 0;
  position: relative;
}

#custom-order .inner_link ul {
  position: absolute;
  top: 7%;
  left: 27.5%;
}

#custom-order ul li {
  display: inline-block;
  margin: 0 1.5% 1.5% 0;
}

#custom-order ul li:nth-child(2n) {
  margin-left: 0;
}

p.digital {
  margin: 0 0 13%;
}

/* お問い合わせ
----------------------------------*/
#container h3 {
  font-size: 2em;
  margin-bottom: 3px;
}

div#inquiry {
  margin-top: 40px;
  margin-bottom: 45px;
}

div#inquiry div.inquiry-inner {
  border-top: 4px solid #399EE7;
}

div#inquiry div.inquiry-inner dl dt {
  background: url(../../../../static/images/service/ordermade/mobile_battery/new/name_mb_ico_sankaku.png) no-repeat 0 2px;
  font-size: 1.5em;
  padding-left: 18px;
  color: #399EEA;
}

div#inquiry div.inquiry-inner dl dd {
  padding-left: 18px;
  margin-top: 8px;
  font-size: 0.95em;
}

div#inquiry div.inquiry-inner div.fax,
div#inquiry div.inquiry-inner div.form {
  border: 1px solid #399EE7;
  padding: 17px 15px;
  margin-top: 15px;
}

div#inquiry div.pdf-download {
  padding: 17px 5px 14px 20px;
  margin-left: 4px;
  margin-top: 10px;
  background-color: #F0F0F0;
}

div#inquiry div.fax a.link-type-a {
  display: block;
  margin-right: 6px;
}

div#inquiry div.fax p.pdf-download-ttl,
div#inquiry div.fax a.link-type-a {
  float: left;
}

div#inquiry div.fax p.pdf-download-ttl {
  color: #0645AA;
  font-weight: bold;
  line-height: 1.3em;
  height: 42px;
  padding-top: 12px;
  width: 155px;
}

div#inquiry p.link-type-b {
  text-align: right;
  margin-top: 21px;
}

/* 注意事項
----------------------------------*/
.attention-list {
  margin: 0 0 15px;
}

.attention-list dt {
  margin: 0px 0px 8px 0px;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #666666;
  color: #3975AB;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 1px;
}

.attention-list dd {
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 1em;
  font-size: 0.8em;
  line-height: 1.3;
  text-indent: -1em;
}

/* フロート解除処理
----------------------------------*/
/* for modern browser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clfx {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 ¥*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
