﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a:link {
  color: #0000cc;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.red {
  color: #e70000;
  font-size: 10px;
  vertical-align: super;
}

a[target="_blank"] {
  background: url(/-/Media/Ricoh/Sites/co_jp/solution/vc/common_form/img/link_b.jpg) 0 50% no-repeat;
  padding: 3px 0 3px 20px;
}

#header {
  margin: 0 auto 50px;
  width: 1020px;
  padding: 15px 15px 0;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #header {
    width: auto;
    margin: 0 15px 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.main_tit {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  background-color: #f2f2f2;
  color: #4d4d4d;
}
@media only screen and (max-width: 640px) {
  .main_tit {
    width: auto;
    padding: 0;
  }
}
.main_tit h2 {
  padding: 20px;
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .main_tit h2 {
    padding: 10px;
    font-size: 14px;
  }
}

#formWrap {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  width: 870px;
  padding: 0 15px;
}
#formWrap .txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#formWrap .txt span {
  color: #ff0000;
}
#formWrap .inner {
  border: 1px solid #d1d1d1;
  padding: 30px;
}
@media only screen and (max-width: 640px) {
  #formWrap {
    width: auto;
    margin: 0 15px 40px;
    padding: 0;
  }
  #formWrap .inner {
    border: none;
    padding: 0;
  }
}

.formRow {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.formRow:first-child {
  border-top: 1px solid #d1d1d1;
}

.formTitle,
.formData {
  display: table-cell;
  padding: 15px 0 15px 20px;
  vertical-align: middle;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .formTitle,
  .formData {
    padding: 10px;
  }
}

.formTitle {
  width: 300px;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 640px) {
  .formTitle {
    width: 100%;
    display: block;
  }
}

.formData input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.formData input.f_txt1 {
  width: 50%;
}
.formData input.f_txt2 {
  width: 150px;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .formData input.f_txt2 {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .formData input.f_txt3 {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .formData input {
    width: 100%;
  }
}
.formData textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  height: 80px;
  padding: 5px;
}
@media only screen and (max-width: 640px) {
  .formData textarea {
    width: 100%;
  }
}
.formData label {
  margin-right: 5px;
}
.formData label.radio {
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .formData {
    width: 100%;
    display: block;
  }
}

.submit {
  text-align: center;
}
.submit p {
  margin-bottom: 15px;
  font-size: 14px;
}
.submit .btn {
  width: 258px;
  margin: 30px auto 0;
  background: url(/-/Media/Ricoh/Sites/co_jp/solution/vc/common_form/img/btn_submit_on.jpg) 0 0 no-repeat;
}
.submit .btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.thanks {
  margin-top: 55px;
}

.thanksMsg {
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .thanksMsg {
    font-size: 18px;
  }
}

.thanksClose {
  text-align: center;
}

#gFooterArea {
  clear: both;
  margin-top: 90px;
  padding: 15px 10px 14px;
  min-height: 18px;
  height: auto;
  border-top: 1px solid #cccccc;
  background-color: #e9e9e9;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/solution/vc/common_form/img/bg-gfooter.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

#gFooter {
  margin-right: auto;
  margin-left: auto;
  width: 1050px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #gFooter {
    width: auto;
    margin: 0 15px;
  }
}
#gFooter address {
  font-size: 10px;
  color: #999;
}

#gFtrNav {
  float: left;
  width: 535px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #gFtrNav {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

#gFtrNav li {
  float: left;
  display: inline;
  margin-right: 15px;
  font-size: 12px;
  height: 17px;
}

#copyright {
  float: right;
  font-size: 85%;
  color: #666666;
  padding-top: 3px;
}
@media only screen and (max-width: 640px) {
  #copyright {
    float: none;
  }
}

/*===追記分：150701shimura===*/
.main_tit_catch {
  font-size: 28px;
  padding: 0 20px 20px;
}
@media only screen and (max-width: 640px) {
  .main_tit_catch {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 10px 15px;
  }
}
.main_tit_txt {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 1.5;
}
.main_tit_l {
  float: left;
  width: 70%;
}
.main_tit_r {
  float: right;
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .main_tit_txt {
    width: auto;
  }
  .main_tit_l {
    float: none;
    width: 100%;
  }
  .main_tit_r {
  float: none;
  width: 100%;
  }
}
.main_tit_txt-2 {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 20px;
}
.main_tit_list {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 20px 20px 30px;
}
.main_tit_list span {
  display: block;
  color: #FF0000;
}
.main_tit-wrap {
  padding: 5px 0;
  border-top: dotted #bfbfbf 1px;
  border-bottom: dotted #bfbfbf 1px;
  width: 870px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 640px) {
  .main_tit-wrap {
    margin: 0 15px 15px;
    width: auto;
  }
}
.main_tit-wrapover {
  padding: 0 15px;
}
@media only screen and (max-width: 640px) {
  .main_tit-wrapover {
    padding: 0;
  }
}
h2.main_tit_thanks {
  padding: 85px 50px;
  font-size: 25px;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  h2.main_tit_thanks {
    padding: 10px;
    font-size: 20px;
  }
}
.thanksDownload {
  text-align: center;
  margin-bottom: 30px;
}
.btn-dl {
  width: 258px;
  margin: 30px auto 0;
  background: url(/-/Media/Ricoh/Sites/co_jp/solution/vc/common_form/img/btn_pdf_on.gif) 0 0 no-repeat;
}
.btn-dl img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.btn-cl {
  width: 258px;
  margin: 30px auto 0;
  background: url(/-/Media/Ricoh/Sites/co_jp/solution/vc/common_form/img/btn_close_on.gif) 0 0 no-repeat;
}
.btn-cl img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.main_tit_clm {
  overflow: hidden;
}
.main_tit_image {
  width: 100%;
}
.rsp_dsp_b {
  display: none;
}
@media only screen and (max-width: 640px) {
  .rsp_dsp_n {
    display: none;
  }
  .rsp_dsp_b {
    display: block;
  }
}