@charset "UTF-8";
#content {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width:90%;
	overflow: hidden;
}
.hidden{
	display:none;
}

/* styles.css */
.progressbar {
	margin: 3rem 0 5rem;
	padding: 0;
	counter-reset: step;
	z-index: 0;
	position: relative;
	height: 58px;
}
.progressbar li {
	list-style-type: none;
	width: 25%;
	float: left;
	font-size: 76%;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #aaa;
}
.progressbar li:before {
	width: 60px;
	height: 60px;
	content: counter(step);
	counter-increment: step;
	line-height: 60px;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #eee;
	font-size: 160%;
}
.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #eee;
	top: 27px;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active {
	color: green;
}
.progressbar li.active:before {
	background-color: #55b776;
	color:#fff;
}
.progressbar li.active + li:after {
	background-color: #55b776;
}


h2.ttl_3d3 {
	position: relative;
	font-size: 160%;
	text-align: center;
	border-bottom: 2px solid #dddddd;
	width: 100%;
	margin: 0 auto;
}
h2.ttl_3d3::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 2px;
	background-color: #1f9f01;
}
.page_guide_box {
	background: #eee;
	padding: 15px;
	margin: 20px 0;
	border-radius: 5px;
}
.page_guide_box h2 {
	padding: 0;
	margin: 0 0 10px;
	font-size: 120%;
	line-height: 1.2em;
}
.page_guide_box p {
	margin: 0 0 0.5rem;
	font-size: 70%;
	text-align: left;
}
.est_ttl {
	margin: 30px 0 5px;
}
.est_ttl h3 {
	font-size: 150%;
}
.est_box {
	margin:0 0 3rem;
}
.scroll {
    overflow-x: auto;
}
.est_table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	color: #353535;
	margin: 0 0 1rem;
}
.est_table thead {
	background: #eeffee;
}
.est_table th, .est_table td {
	border: 1px solid #ccc;
	padding: 10px;
}
.est_table th.w40 {
	width:40%;
}
 .est_table tr:nth-child(2n) td {
 background-color: #efefef;
}

.est_box .form_inner {
	background-color: #eeffee;
	padding: 1em;
	margin: 0 0 1.5em 0;
}
.est_box .form_inner textarea {
	vertical-align: top;
	height: 5em;
	resize: vertical;
}
.est_box .txt_al {
	font-size: 90%;
	margin: 0 0 0.3rem;
}
.est_box .est_txt {
	width: 100%;
}
.est_box .other_ttl {
	background: #eee;
	text-align: center;
	padding: 1rem 0;
	font-size: 120%;
	margin: 0 0 0;
}
table.information_table {
	border-spacing: 0;
	width: 100%;
	margin: 0 auto;
	padding: 3% 5%;
	background: #eeffee;
}
table.information_table th,
table.information_table td{
  width:100%;
  display:block;
}
table.information_table td{
	padding: 10px 10px 15px;
	border-bottom: 1px solid #EEE;
	width: 90%;
}
table.information_table th{
	padding: 15px 15px 0;
	text-align: left;
	vertical-align: top;
	width: 90%;
	font-weight: bold;
}
.hissu,.ninni{
    padding-right: 4em;
    position: relative;
}
.hissu::after,.ninni::after{
    content: "必須";
    display: inline-block;
    border: 1px solid #CCC;
    padding: 0 5px;
    font-size: 70%;
    background: #d40000;
    color: #FFF;
	margin: 0 0 0 0.5rem;
}
.ninni::after{
    content: "任意";
    background: #eee;
    color: #333;
}
table.information_table input[type="text"],table.information_table textarea,table.information_table select{
    background: #fff;
    border: 1px solid #999;
    margin: 0 5px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
	font-size: 95%;
}
table.information_table textarea{
	vertical-align: top;
	height: 5em;
	resize: vertical;
}
table.information_table select{
    width: 100%;
}
table.information_table input[type="radio"]{
    margin-right: 5px;
    cursor: pointer;
}
.caution{
	width: 90%;
	margin: 0 auto;
	border: 2px solid #f00;
	border-radius: 5px;
	padding: 1em;
	font-size: 0.9em;
}
.caution_ttl{
	border-bottom: 1px solid #f00;
	text-align: center;
	color: #f00;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 1em;
}

.attention{
    display: inline-block;
	font-size:80%;
}
.smallinput{
    width: 100px !important;
}
.buttonwrap{
    text-align: center;
    padding: 20px 0;
}
.buttonwrap input[type="button"],.buttonwrap input[type="submit"]{
	display: inline-block;
	background: #d13415;
	padding: 20px 10px;
	text-align: center;
	color: #FFF;
	border: 1px solid;
	cursor: pointer;
	font-size: 120%;
	width:100%;
	margin:0 0 1rem;
}
.buttonwrap input[type="submit"].details{
	background: #1f9f01;
}
.buttonwrap input[type="button"]{
	background: #f2f2f2;
	color: #333;
	border: none;
	margin: 0 auto 1rem;
}
.ta_center{
	text-align:center;
}
a.login{
	text-align: center;
	color: #fff !important;
	margin: 5px 0 0;
	padding: 5px 0;
	box-sizing: border-box;
	background: #00B050;
	font-size: 80%;
	border-radius: 5px;
	width: 100%;
  display: block;
}
a.login:after {
  content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 3px solid #fff;
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: rgb(255, 255, 255);
		border-left-width: 3px;
		border-left-style: solid;
		border-left-color: rgb(255, 255, 255);
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
	right: 10px;
	top: calc((100% - 10px) /2);
	margin: 0 0px 0 3px;
}
.other {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: #eee;
	padding: 0rem 1rem 1rem;
}
.other .inr {
	width: 88%;
	background: #fff;
	text-align: center;
	padding: 1rem;
	border: 1px solid #999;
	font-size: 120%;
	margin: 0 auto 0.5rem;
}
.inr p {
}
.inr p.info {
	font-size: 80%;
}
.inr p.info span {
	background-color: #333;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 0 .5em;
  font-size: 1em;
  margin: 0 .3em 0 0;
  width: 70%;
}
.inr .telfax {
	color: #1f9f01;
  font-size: 150%;
}
.inr .downliad {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.inr .downliad a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width:  70%;
	background: #1f9f01;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding: 0 0.5em;
	font-size: .9em;
	margin: 0 auto;
}
.inr .downliad a.btn::before {
	content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: 0 0 0 0rem;
  position: relative;
  left: -10px;
}
.inr .downliad a.btn:hover {
	background: #1f9f01;
	color: #fff;
}
/* まとめて注文入力枠のセット */
.bulk_order_set {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #aaa;
	display:flex;
	align-items:flex-start;
}
/* 商品番号または型番を入力する枠 */
.bulk_order_set .first_frame {
	margin-right:10px;
}
.bulk_order_set input[name="id_or_code"] {
	border:1px solid #aaa;
	border-radius:5px;
	padding:5px;
	font-size:15px;
	width:400px;
}
/* ダメなときのメッセージ */
.est_order_set .msg {
	display: block;
	font-size: 13px;
	color: #f33;
	font-weight: bold;
	margin-top: 5px;
}
/* 取得した商品情報を表示する枠 */
.second_frame {
/*display:flex;
	align-items:flex-start;*/
}
.second_frame .item_data {
/*display:flex;
	align-items:center;
	width:580px;
	margin-right:20px;*/
}
.second_frame .item_data .item_image {
	margin-right:20px;
}
.second_frame .item_data .item_name {
	margin:0;
	font-weight:bold;
	font-size:15px;
	color:#444;
}
.second_frame .item_data .item_detail span.code, .second_frame .item_data .item_detail span.jan_code {
	display:block;
	font-size:12px;
}
.second_frame .item_data .item_price .price_number {
	color:#f33;
	font-weight:bold;
}
.second_frame p {
	margin: 0;
	font-size: 80%;
	text-align: left;
}
.second_frame .second_frame_inr{
	display: flex;
	align-items: baseline;
	margin: 0 0 0.5rem;
}
.second_frame .second_frame_inr .w70{
	width:65%;
}
.second_frame .second_frame_inr .w30{
	width:30%
}
/* 数量入力 */
.bulk_order_set input[name="n[]"] {
	border:1px solid #aaa;
	border-radius:5px;
	width:4em;
	padding:5px;
	font-size:15px;
	margin-right:20px;
}
/* 購入可能数量 */
.bulk_order_set span.purchaseable_quantity {
	display:block;
	font-size:13px;
}
/* 入力をクリアするボタン */
.bulk_order_set .clear_button {
	background: #f1f1f1;
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 3px 10px;
	cursor: pointer;
}
/* 入力枠を追加するボタン */
.add_bulk_order_set {
	margin:15px 0;
}
.add_bulk_order_set button {
	background: #f1f1f1;
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 3px 10px;
	cursor: pointer;
	position:relative;
}
.add_bulk_order_set button:before {
	content: "＋";
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 5px;
	font-size: 17px;
	color: #555;
}
.add_bulk_order_set button:hover {
	opacity:.8;
}
/* ご依頼内容の情報へ進むボタン */
.est_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 3rem;
	font-weight: bold;
	border: 2px solid #1f9f01;
	background: #1f9f01;
	color: #fff;
	transition: 0.5s;
	font-size:130%;
	cursor:pointer;
}
.est_btn:hover {
	color: #1f9f01;
	background: #fff;
}
.formbot input.est_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 3rem;
	font-weight: bold;
	border: 2px solid #1f9f01;
	background: #1f9f01;
	color: #fff;
	transition: 0.5s;
	font-size:130%;
	cursor:pointer;
	height: auto;
}
.formbot input.est_btn:hover {
	color: #1f9f01;
	background: #fff;
}
.description_box {
  margin: 2rem 0;
}
.description_box h2 {
  background: #e4ffde;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  position: relative;
  border: none;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #1f9f01;
}
.description_box h2::before {
  /*position: absolute;
  top: 20%;
  left: 20px;
  width: 6px;
  height: 60%;
  content: '';
  border-radius: 3px;
  background: #1f9f01;*/
}
.description_box p.alert{
	color: #f00;
  margin: 0.5rem 1rem 0;
  font-size: 90%;
}
.description_box img{
	margin: 1rem 2% 0;
	width: 96%;
}
.description_btn{
	background: #eee;
  margin: 0 0 3rem;
  padding: 2rem 0;
}
.description_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #1f9f01;
    border-radius: 5px;
    background-color: #fff;
    color: #1f9f01;
   font-size: 80%;
}

.description_btn a:after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #1f9f01;
    border-right: 2px solid #1f9f01;
    content: '';
}
.description_btn a:hover {
    background-color: #1f9f01;
    color: #fff;
  text-decoration: none;
}
.description_btn a:hover::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
.description_btn.top{
	background: #fff;
	padding: 0;
}
.description_btn.top a{
    width: 70%;
	padding: .5em 2em;
}
.description_btn.top a:after {
}
.description_btn.top a:hover {
}
.description_btn.top a:hover::after {
}
