﻿@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.relative{ position: relative; }
#header {
  width: 1050px;
  height: 65px;
  margin: 0 auto;
  padding-top: 15px;
}
h2 {
  width: 1050px;
  margin: 0 auto 30px auto;
}
h3{
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/h3_dot.gif) no-repeat left top;
    padding: 0 0 0 28px;
    height: 50px;
    line-height: 45px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px dotted #191919;
    margin-bottom: 20px;
    clear: both;
}
h3.l2 {
    height: 73px;
    line-height: 33px;
    padding-top: 2px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/h3_dot.gif), url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/h3_dot.gif);
    background-position: left top,left 24px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/h3_dot2.gif) \9;
    background-position: left top\9;
}
h4 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    line-height: 1.3;
    font-size: 20px;
    font-weight: bold;
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/h3_border.gif) no-repeat left bottom;
    padding-bottom: 0.7em;
}
.content{
  width: 1000px;
  margin:  0 auto 50px;
}
.content p{
  padding: 0 30px;
  line-height: 1.8;
  font-size: 15px;
}
.content .box{
  width: 940px;
  margin: auto;
  margin-bottom: 30px;
}
.content .box p{
  padding: 0;
}
#formWrap {
  width: 900px;
  margin: 0 auto 40px auto;
}
#formWrap .inner {
  width: 838px;
  border: 1px solid #d1d1d1;
  padding: 30px;
}
#formWrap .txt {
  font-size: 14px;
  margin-bottom: 10px;
}
#formWrap table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #d1d1d1;
}
#formWrap table tr {
  border-top: 1px solid #d1d1d1;
}
#formWrap table td {
  padding-left: 20px;
  border-right: 1px solid #d1d1d1;
  line-height: 26px;
  font-size: 14px;
}
#formWrap table td label {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
#formWrap table td.label {
  background: #e9e9e9;
  width: 300px;
  height: 45px;
  vertical-align: middle;
  border-left: 1px solid #d1d1d1;
}
#formWrap table td.label span {
  font-size: 10px;
  vertical-align: super;
}
#formWrap table td.name label {
  margin: 0 5px 0 0;
}
#formWrap table td.name input {
  margin-right: 20px;
}
#formWrap table td.threedp {
  height: 130px;
}
#formWrap table td.freec {
  height: 110px;
}
#formWrap .caution {
  background: #e9e9e9;
  text-align: center;
  color: #000000;
  font-size: 18px;
  margin-top: 20px;
}
#formWrap .caution p {
  line-height: 60px;
}

.submit {
  text-align: center;
}
.submit p {
  font-size: 14px;
  margin-bottom: 10px;
}
.submit p span {
  font-size: 10px;
  vertical-align: super;
}
.submit .btn {
  margin: 30px auto 0 auto;
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/btn_submit_on.jpg) no-repeat left top;
  width: 259px;
}
.submit .btn input:hover {
  opacity: 0.0;
  /* IE */
  filter: alpha(opacity=0);
}
.submit p {
  line-height: 17px;
}
.submit .link_b {
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/link_b.jpg) no-repeat left;
  padding: 2px 0 0 20px;
  height: 17px;
}

.submit[disabled]{
	background-color: gray;
	border:gray;
	outline:gray;
	cursor:default;
}
.submit[disabled]:hover{
	background-color: gray;
	border:gray;
	color: #222;
    outline: none;
}
.submit[disabled]:after {
    content: "";
}


.red {
  color: #e70000;
}

input.f_txt1 {
  width: 250px;
}

input.f_txt2 {
  width: 120px;
}

input.f_txt3 {
  width: 300px;
}

input:focus {
  outline: none;
  box-shadow: 0px 0px 5px #99d6f5;
  border-color: #adadad;
  border: 1px solid;
}

input.error {
  border: 1px solid #ff0000;
}

label.error {
  color: #ff0000;
  margin-left: 20px;
}

textarea.f_txtarea1 {
  width: 350px;
  height: 20px;
}
textarea.f_txtarea2 {
  width: 350px;
  height: 80px;
}
textarea.f_txtarea3 {
  width: 350px;
  height: 37px;
}



/*
/ 17.01.25　3DPリニューアル   */

.centerBlock{
    display: table;
    margin: 0 auto;
}
.middleBlock{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header .title {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #000000;
    padding-left: 25px;
}
#header .ricoh {
    display: table-cell;
}
h2 {
    width: 1050px;
    height: 190px;
    margin: 0 auto 30px auto;
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/main.jpg);
    font-size: 29px;
    color: #585858;
    font-weight: bold;
    position: relative;
    margin-top: 5px;
}
#headtitle {
  line-height: 1.4;
  margin-left: 80px;
}

h2:before {
    content: "";
    display: block;
    width: 1050px;
    border-bottom: 1px dotted #191919;
    position: absolute;
    top: 0px;
}
h2:after {
    content: "";
    display: block;
    width: 1050px;
    border-bottom: 1px dotted #191919;
    position: absolute;
    top: 190px;
}
h2 a{
    font-size: 14px;
    display: block;
    margin-top: 2em;
    font-weight: normal;
}
@media screen and (max-width:640px){
  h2 {
      width: 100%;
      height: 17.5vw;
      margin: 0 auto 60px auto;
      background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/main.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      font-size: 34px;
      color: #585858;
      font-weight: bold;
      position: relative;
      margin-top: 5px;
      border-bottom: 1px dotted #191919;
  }
  h2:before {
      top: -5px;
  }
  h2:after {
      display: none;
      border: none;
  }
  #headtitle {
    line-height: 1.4;
    margin-left: -10px;
    font-size: 13px;
    text-align: left;
    color: #333;
  }
}

#formWrap .txt {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
#formWrap .txt2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: solid 1px #b3b3b3;
  color: #333;
  padding-bottom: 10px;
  margin-top: 40px;
}
#formWrap .inner {
  width: auto;
  border: none;
  padding: 0px;
}

textarea,input {
  border-radius: 5px;
  border: solid 1px #b3b3b3;
/*  padding: 1em; */
  padding: 0.45em;
  box-sizing: border-box;
}

textarea.f_txtarea2 {
  width: 100%;
/*  height: 211px; */
  height: 150px;
  font-size: 12px;
  line-height: 1.916;
  color: #848484;
}
textarea.f_txtarea2:focus {
  color: #333;
}

input.f_txt1 {
  width: 370px;
}

input.f_txt2 {
  width: 220px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 4em;
  color: #848484;
  display: block;
}
input.f_txt2:focus {
  color: #333;
}
input.f_txt2:focus {
  color: #333;
}
input.f_txt_yubin {
  width: 220px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 1em;
  color: #848484;
/*********/
  height: 28px;
/*********/
}


.f_label1{
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #828282;
  color: #fff;
  font-weight: normal;
  padding: 12px 7px 13px 8px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.lastNameArea,.firstNameArea{
  position: relative;
}
.nameArea{
  display: inline-block;
  word-wrap:break-word;
  vertical-align:top;
  width:220px;
  margin-right: 20px;
}
#okyakusamaName .warning{
  display: inline-block;
  margin-top: 0;
/*  margin-bottom: 15px;*/
  margin-bottom: 5px;
}
#okyakusamaName .warning+.warning{
  display: inline-block;
  margin-top: -12px;
}
.fieldset {
    padding: 29px 0 30px;
    border-bottom: solid 1px #b3b3b3;
}
select {
  width: 370px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: solid 1px #b3b3b3;
  padding: 0 1em;
  box-sizing: border-box;
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/selectArrow.png) 96% 50% no-repeat;
  color: #848484;
  font-size: 14px;
/*  height: 42px;*/
  height: 30px;

}
select option{
  font-size: 12px;
  color: #848484;
  font-weight: normal;
}
select::-ms-expand {
    display: none;
}

.example{
/*  font-size: 12px;*/
  color: #848484;
  font-weight: normal;
  display: block;
/*  margin-top: 9px;*/
}

.warning{
  font-size: 12px;
  color: #d00020;
  font-weight: bold;
  display: block;
  margin-top: 9px;
}
.warningTel{
  font-size: 12px;
  color: #d00020;
  font-weight: bold;
  display: block;
  margin-top: 9px;
  line-height: 1.5;
}
.warningZIP{
  font-size: 12px;
  color: #d00020;
  font-weight: bold;
  display: block;
  margin-top: 9px;
}

.warning2{
  font-size: 12px;
  color: #d00020;
  font-weight: bold;
  display: block;
  margin-top: 9px;
  position: absolute;
}
.warning3{
  font-size: 12px;
  color: #d00020;
  font-weight: bold;
  display: block;
  margin:10px auto 0 auto;
  width: 270px;
}

.annotation{
  font-size: 12px;
  color: #000;
  font-weight: normal;
  display: block;
/*  margin-top: 25px; */
  margin-top: 15px;  

}

.fdtit_l2{
  line-height: 1.3;
}

.space_rb{
  display: inline-block;
  margin-left: -0.6em;
}

.chxbox label{
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.chxbox label:last-of-type{
  margin-bottom: 8px;
}
.chxbox label input{
  position: relative;
  top: -1px;
  margin-right: 5px;
}

#formWrap {
  width: 800px;
  margin: 0 auto 40px auto;
}

#kiyaku {
  width: 700px;
  margin: 0 auto 40px;
  text-align: left;
}

#kiyaku .txt {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-top: 50px; 
/*    margin-top: 10px; */
}

#kiyaku .txt a{
    font-size: 14px;
    margin-top: 2em;
    font-weight: normal;
    margin-left: 20px;
}

#kiyaku p {
  overflow-y:scroll;
  height:120px;
  width: 700px;
  border:solid 2px #b3b3b3;
  box-sizing: border-box;
  padding: 1.5em 2em;
  font-size: 12px;
  line-height: 1.5;
}

.submit{
  width:100%;
  max-width:480px;
  margin:0 auto 30px;
  font-size:16px;
  padding:15px 0;
  background-color: rgb(250, 185, 0);
  outline: solid 3px #fab900;
  box-sizing: border-box!important;
  position: relative;
  cursor: pointer;
}
.submit:after {
    content: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/converBtnArrow.png);
    position: absolute;
    right: 0.9em;
    top: 35%;
    box-sizing: border-box!important;
}
.submit:hover{
  background-color: #fff;
  outline: solid 3px #fab900;
  color: #fab900;
  box-sizing: border-box!important;
}
.submit button:hover:after {
    content: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/converBtnArrow_on.png);
}

/* 閉じるボタン設定 
------------------------------------------------------ */
.sp_close_button{
  color: #ffff;
  text-align: center;
  width:100%;
  max-width:240px;
  margin:0 auto 30px;
  font-size:16px;
  padding:15px 0;
  background-color: rgb(95, 95, 95);
  outline: solid 3px rgb(95, 95, 95);
  box-sizing: border-box!important;
  position: relative;
  cursor: pointer;
}

.sp_close_button:hover{
  background-color: rgb(150, 150, 150);
  outline: solid 3px rgb(95, 95, 95);
  color: #fff;
  box-sizing: border-box!important;
}
/* ------------------------------------------------------ */


/* footer
-------------------------------------------- */

footer {
  clear: both;
}

footer .footer_adj_u {
  width: 1050px;
  margin: 0 auto;
  background-color: #474747;
}

footer .footer_adj_d {
  width: 1050px;
  margin: 0 auto;
  background-color: #000000;
}

footer .inner {
  width: 968px;
  margin: 0 auto;
  position: relative;
  padding: 28px 0 28px 82px;
  overflow: hidden;
}

footer .inner_u {
  padding: 28px 0 8px 82px;
}

footer .inner dl {
  float: left;
  background: url(../images/footer_dot.gif) repeat-y right;
  margin-right: 20px;
  margin-right: 19px\9;
  margin-bottom: 15px;
  padding: 5px 0;
}

footer .inner dl a:link, footer .inner dl a:visited, footer .inner dl a:hover, footer .inner dl ul li a:visited,
footer .inner ul li dl a:visited, footer .inner dl ul li a:hover, footer .inner ul li dl a:hover {
  color: #BABABA;
  text-decoration: none;
}

footer .inner dl a:hover {
  text-decoration: underline;
}

footer .inner dl:nth-child(5) {
  background: none;
  margin-right: 0;
}

footer .inner dl.last {
  background: none;
  margin-right: 0;
}

footer .inner dl dd {
  color: #BABABA;
  font-size: 14px;
  line-height: 28px;
  padding-right: 20px;
}

footer .inner ul {
  clear: both;
  margin-bottom: 25px;
}

footer .inner ul li {
  float: left;
  color: #848484;
  font-size: 14px;
  margin-right: 40px;
}

footer .inner ul li a:link, footer .inner ul li a:visited, footer .inner ul li a:hover {
  color: #848484;
  text-decoration: none;
}

footer .inner ul li a:hover {
  text-decoration: underline;
}

footer .inner .copyright {
  clear: both;
  float: right;
  font-size: 10px;
  color: #838383;
}

footer .footer_u {
  background: #474747;
  background-color: #474747;
}

footer .footer_d {
  background: #000000;
  background-color: #000000;
}

/* ブラウザ差異対応 */
.win .f_label1{
/*  height: 44px;
  line-height: 44px; */
  height: 29px;
  line-height: 29px;
  padding: 12px 7px 13px 8px;
  padding-top: 0!important;
}
.win.firefox .f_label1{
/*  height: 45px!important;
  line-height: 45px!important;
*/
  height: 30px!important;
  line-height: 30px!important;
}
/* IEスクロールバー消す */
.win textarea { overflow: auto; }
.win textarea.f_txtarea3 {
    width: 350px;
    height: 50px;
}
.win.firefox textarea.f_txtarea3 {
    height: 55px;
}

@media screen and (max-width:640px){
  .lastNameArea,.firstNameArea{
    display: block;
    position: relative;
    width: 100%;
  }
  #okyakusamaName .warning{
    margin-left: 0px;
    display: inline-block;
    margin-top: 10px;
  }
  #okyakusamaName .warning+.warning{
    margin-left: 0px;
    margin-top: 0px;
    display: inline-block;
  }
  h3{
      background: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/h3_dot.gif) no-repeat left top;
      padding: 2px 0 8px 20px;
      height: auto;
      line-height: 1.3;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 1px dotted #191919;
      margin-bottom: 20px;
      clear: both;
  }
  h3.l2 {
      height: auto;
      line-height: 1.2;
      padding-top: 3px;
      background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/h2_dot.gif);
      background-repeat: repeat-y;
      background-position: left top;
      padding-bottom: 3px;
      border-bottom: none;
      position: relative;
      margin-bottom: 24px;
      /*overflow: hidden;*/
  }
  h3.l2:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #191919;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
  h4 {
      display: block;
      margin-top: 0px;
      margin-bottom: 20px;
      height: auto;
      line-height: 1.3;
      font-size: 16px;
      font-weight: bold;
      background: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/h3_border.gif) no-repeat left bottom;
      padding-bottom: 0.6em;
  }
  .content{
    width: 100%;
    margin:  0 auto 14%;
  }
  .content p{
    padding: 0 2px;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .content .box{
    width: 100%;
    margin: auto;
    margin-bottom: 5%;
  }
  .content .box p{
    padding: 0;
  }
}

.win #okyakusamaName .warning {
    margin-top: 8px;
}

div.accept{
	margin:20px auto;
	width:300px;
	position:relative;
	left:30px;
}

div.accept span.required{
	display:inline-block;
	vertical-align:middle;
}
div.accept label{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:center;
	font-size:14px;
}
div.accept label input{
	border:0;
	display: inline-block;
}
div.accept small{
	width:100%;
	margin:9px auto 0 !important;
}
div.accept .link_b {
	background: url(/-/Media/Ricoh/Sites/co_jp/3dp/contact/images/link_b.jpg) no-repeat left;
	padding: 5px 0 0 20px;
	height: 17px;
}

p#submit_miss{
	text-align:center;
	font-size:14px;
	margin:0 auto 20px;
	color:#d00020;
	display:none;
}