﻿@charset "UTF-8";

/* form
=================================== */

.regform {
	width: 80%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	min-width: 768px;
}

.txt_center {
	text-align: center;
}
.txt_vtop {
	vertical-align: top;
}
.txt_left {
	text-align: left;
	vertical-align: top;
}
.txt_right {
	text-align: right;
	vertical-align: top;
}
.txt_red {
	color: #F00;
}


/* ------------- CORE -------------  */
._flexrow {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding:10px 0px;
	text-align: left;
	border-top: 1px solid #ddd;
}
.tbl_a {
	clear: both;
}
.tbl_a_td1 {
	width: 25%;
	border-top: 1px solid #ddd;
	padding:20px 0;
	float: left;
	clear: both;
}
.tbl_a_td2 {
	width: 75%;
	border-top: 1px solid #ddd;
	float: left;
	padding:20px 0;
	text-align: left;
}
.tbl_a_td3 {
	width: 100%;
	float: left;
	clear: both;
	border-top: 1px solid #ddd;
	padding:20px 0;
}
.tbl_a_td4 {
	width: 100%;
	text-align: left;
	margin-top:20px;
}
.tbl_a_td4res {
	width: 75%;
	text-align: left;
	margin-top:20px;
    margin-left:25%;
}
.tbl_a_td5 {
	width: 480px;
	border-top: 1px solid #ddd;
	padding:20px 0;
	float: left;
	font-size: 1.4rem;
	white-space: nowrap;
	overflow-x: hidden;
}
.tbl_a_td5b {
	width: 558px;
	border-top: 1px solid #ddd;
	padding:20px 0;
	float: left;
	font-size: 1.4rem;
	white-space: nowrap;
	overflow-x: hidden;
}
.tbl_a_td6 {
	width: 60px;
	border-top: 1px solid #ddd;
	padding:20px 0;
	float: left;
	font-size: 1.2rem;
	text-align: center;
	overflow-x: hidden;
	white-space: nowrap;
}

.tbl_lc_td1 {
	width: 20%;
	padding:0px;
}
.tbl_lc_td2 {
	width: 80%;
	padding:0px;
}

.formItem {
	display: inline-block;
	margin-right: 30px;
}

.gsearch {
	display: block;
	position: relative;
	overflow-y: scroll;
	width: 100%;
	max-height: 300px;
	margin: 10px 0px;
	background-color: #eee;
	border: 1px solid #ccc;
}
.gsearch .items {
	display: block;
	position: relative;
	margin: 5px 0px;
	padding: 5px 15px;
	color: #0077FF;
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
}
.gsearch .items:hover {
	color: #00B0FF;

}


.hissu {
	color: #b33126;
	background: #fff;
	border:1px solid #b33126;
	margin-left:10px;
	padding:5px 10px;
	font-size: 0.9rem;
	white-space: nowrap;
	display: inline-block;
	line-height:1;
	vertical-align:middle;
}
.conftxt{
	color: #008763;
}
.bikou {
	color: #7D926B;
	font-size: 1.0rem;
	/*margin-top:5px;*/
	display:inline-block;
}

.bikou_mail {
    display: inline-block;
    background-color:#fff;
    border:1px solid #b33126;
    font-size:1.0rem;
    margin-top:15px;
    padding:10px;
    vertical-align:middle;
}
.bikou_kiyaku {
	display: block;
	height: 200px;
	background-color:#fafafa;
	border:1px solid #aaa;
	font-size:0.88rem;
	margin-top:0px;
	padding:10px 15px;
	overflow-y: scroll;
}

.error { color: red; }


input[type="text"],
input[type="password"],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:0;
	font-size:1.0rem;
	padding:10px;
	vertical-align:middle;
}
select {
	margin: 0;
	height:41px;
  font-size:0.9rem;
	line-height:1;
}
textarea {
	width:100%;
}
select::-ms-expand {
	display: none;
}
select:-moz-focusring {
	color: transparent;
}
.label_select {
	height:40px;
	position:relative;
	padding-top:9px;
	padding-bottom:9px;
}
.label_select select {
	padding-right:50px;
}
.label_select:before {
	content:"";
	background-color:#b81f13;
	width:40px;
	height:40px;
	position:absolute;
	top:10;
	right:0;
	webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
.label_select:after {
	content:"";
	display:block;
	height: 10px;
	width: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	content:"";
	margin-top:0px;
	position: absolute;
	top: 50%;
	right: 14px;
	webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
	z-index:10;
}

input#uname,
input#utel,
input#upass1,
input#upass2 {
	width:50%;
}

input#gname,
input#uaddr,
input#umail1,
input#umail2 {
	width:75%;
}

input#uzip {
	width:25%;
}


input[type=checkbox] {
	width:20px;
  height:20px;
	margin-right: 10px;
	border:2px solid #999;
	border-radius:0;
	vertical-align:middle;
}


.btn_area {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.tbl_a #submitbtn,
.tbl_a #backbtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#fff;
	border:1px solid #b33126;
	border-radius:0;
	box-sizing:border-box;
	-webkit-box-shadow:4px 4px #d4d3d2;
	-moz-box-shadow:4px 4px #d4d3d2;
	-ms-box-shadow:4px 4px #d4d3d2;
	box-shadow:4px 4px #d4d3d2;
	color:#b33126;
	cursor:pointer;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	padding: 16px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	width: 200px;
}
.tbl_a #submitbtn:hover,
.tbl_a #backbtn:hover {
	background-color:#b33126;
	color:#fff;
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
}
.tbl_a #submitbtn:disabled,
.tbl_a #backbtn:disabled {
  cursor:default;
  color:#fff;
  background-color: #ccc;
  border:1px solid #bbb;
	-webkit-box-shadow:0px 0px #d4d3d2;
	-moz-box-shadow:0px 0px #d4d3d2;
	-ms-box-shadow:0px 0px #d4d3d2;
	box-shadow:0px 0px #d4d3d2;
}

#histbackbtn {
  display: block;
  position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#fff;
	border:1px solid #b33126;
	border-radius:0;
	color:#b33126;
	cursor:pointer;
	font-size:1.2rem;
	font-weight:500;
	padding: 8px 15px;
	width: 80px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#histbackbtn:hover {
	background-color:#b33126;
	color:#fff;
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
}
#histbackbtn:disabled {
  cursor:default;
  color:#fff;
  background-color: #ccc;
  border:1px solid #bbb;
	-webkit-box-shadow:0px 0px #d4d3d2;
	-moz-box-shadow:0px 0px #d4d3d2;
	-ms-box-shadow:0px 0px #d4d3d2;
	box-shadow:0px 0px #d4d3d2;
}



/* ------------- order -------------  */
.order_title {
	width: 100%;
	margin-top: 23px;
	margin-bottom: 10px;
	border-left: 12px solid #CA0056;
	padding-left: 15px;
}
.order_title ._h1 {
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 2.0rem;
	margin: 0px;
	padding: 0px 0px 0px;
}
.order_title ._h2 {
	color: #666;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin: 0px;
	padding: 10px 0px 0px;
}

.order_flex {
	display: flex;
  flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	padding: 20px 10px 0px;
	border-top: 1px solid #ddd;
}
.order_flex ._flexleft {
	flex-basis: 50%;
	margin-right: 50px
}
.order_flex ._flexright {
	flex-basis: 50%;
}
.order_flex ._border {
	border-left: 1px solid #A7A7A7;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
}
.order_flex p {
	font-size: 1.0rem;
	line-height: 1.6rem;
	margin-bottom: 30px;
}
.order_flex ._categ {
	padding: 10px;
}

.order_tbl {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	font-size: 1.0rem;
	line-height: 1.6rem;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.order_tbl td:first-child {
	white-space: nowrap;
	border-right: 1px solid rgba(0,0,0,.125);
}
.order_tbl td {
	padding: 15px;
}
.order_tbl td:first-child {
	width: 120px;
}

.order_conf_tbl {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	font-size: 1.0rem;
	line-height: 1.6rem;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.order_conf_tbl td:first-child {
	white-space: nowrap;
}
.order_conf_tbl td {
	padding: 15px;
	border: 1px solid #ddd;
}
.order_conf_tbl td:first-child {
	width: 180px;
}
.order_conf_tbl td._th {
	background-color: #efefef;
}
._discount{
	text-decoration: line-through;
}



.user_tbl {
	margin-top: 22px;
	margin-right: 22px;
	margin-left: 22px;
	margin-bottom: 22px;
	font-size: 1.0rem;
	line-height: 1.6rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	max-width: 960px;
	text-align: left;
}
.user_tbl td:first-child {
	white-space: nowrap;
	border-right: 1px solid rgba(0,0,0,.125);
}
.user_tbl td {
	padding: 15px;
}
.user_tbl td:first-child {
	width: 180px;
}

._btn_edit {
	padding: 10px 20px;
	font-size: 1.0rem;
	line-height: 1.0rem;
}


/* ------------- order_payment -------------  */
.order_payment {
  display: block;
  position: relative;
  width: calc(100% - 20px);
  max-width: 880px;
  margin: 10px auto 50px;
  background-color:#F5F5F5;
}
.cttform-container {
  display:flex;
  flex-direction:column;
  position: relative;
  width: 100%;
  padding: 10px 20px;
}

.cttform-label {
  font-size:1.1rem;
  font-weight:600;
  padding: 20px 10px 0px;
}
.cttform-data {
  display:flex;
  flex-direction:column;
  padding:5px 0px;
  box-sizing:border-box;
}

.cttform-selection {
  display:block;
  cursor: pointer;
  margin: 0px 20px 10px;
  padding:5px 0px;
  border-bottom: 1px solid #dcdcdc;
}

.cttform-selection-label {
  display: inline-block;
  position: relative;
  padding: 5px 0px;
}

.cttform-selection>input[type="radio"] {
  display: none;
  vertical-align:middle;
}

.cttform-selection>input[type="radio"]+.cttform-selection-label::before {
  display: inline-block;
  content:"";
  position: relative;
  box-sizing: border-box;
  top: 4px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border:1px solid #C4C0C0;
  transition: 0.2s;
}

.cttform-selection>input[type="radio"]+.cttform-selection-label::before {
  border-radius: 50%;
}

.cttform-selection>input[type="radio"]:checked+.cttform-selection-label::before{
  background: #0D60DB;
  border:4px solid #ffffff;
}
.cttform-cap {
  color: #DF0022;
  font-weight:400;
  font-size:0.95rem;
  line-height:1.5rem;
  padding: 0px 0px 50px 20px;
}
.cttform-err {
  display: inline-block;
  color: #DF0022;
  font-weight:400;
  font-size:0.95rem;
  line-height:1.5rem;
  padding: 0px 20px;
}
.cttform-biko {
  color: #313131;
  font-weight:400;
  font-size:0.95rem;
  line-height:1.5rem;
  padding: 10px 20px;
}

.card_box {
  display:flex;
  flex-direction:column;
  width: 100%;
  color: #313131;
  font-weight:400;
  font-size:0.95rem;
  line-height:1.5rem;
  padding: 0px 10px;
}
.card_box ._h2 {
  font-weight:500;
  font-size:1.0rem;
  line-height:1.5rem;
  padding-bottom: 10px;
}
.card_box ._h2 span {
  display: inline-block;
  font-size:0.9rem;
}
.card_info {
  display: block;
  position: relative;
  padding: 0px 20px;
}
.card_info ._wide {
  width: 100%;
  max-width: 200px;
}
.card_info ._small {
  max-width: 80px;
}
.card_box p {
  margin-bottom: 15px;
}
.card_box p span {
  display: inline-block;
}
.card_box span._rei {
  display: inline-block;
  color: #999;
  font-weight:400;
  font-size:0.8rem;
  line-height:1.5rem;
  padding: 0px 10px;
}




@media screen and (max-width: 768px) {

.regform {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	min-width: 240px;
}

.tbl_a_td1 {
	padding:15px 0;
	width:100%;
}
.tbl_a_td2 {
	border-top:none;
	padding:0 0 15px;
	width:100%;
}
.tbl_a_td4 {
	margin-top:0;
}
.tbl_a_td4res {
	margin-top:0;
}
.hissu {
	font-size: 0.9rem;
	padding:5px 7px;
}

input[type="text"],
input[type="password"],
select,
textarea {
	padding:5px 10px;
}

input#uname,
input#utel,
input#upass1,
input#upass2 {
	width:60%;
}

input#gname,
input#uaddr,
input#umail1,
input#umail2 {
	width:90%;
}

input#uzip {
	width:30%;
}

/* ------------- order -------------  */
.order_title {
	width: 100%;
	margin-top: 23px;
	margin-bottom: 10px;
	border-left: 10px solid #CA0056;
	padding-left: 10px;
}
.order_title ._h1 {
	font-weight: 800;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 0px;
	padding: 0px 0px 0px;
}
.order_title ._h2 {
	color: #666;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.3rem;
	margin: 0px;
	padding: 10px 0px 0px;
}

.order_flex {
	display: flex;
  flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	padding: 20px 10px 0px;
	border-top: 1px solid #ddd;
}
.order_flex ._flexleft {
	flex-basis: 100%;
	margin-right: 0px
}
.order_flex ._flexright {
	flex-basis: 100%;
}

.order_flex p {
	font-size: 1.0rem;
	line-height: 1.6rem;
	margin-bottom: 20px;
}
.order_flex ._categ {
	padding: 10px;
}

.order_tbl {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	font-size: 0.9rem;
	line-height: 1.4rem;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.order_tbl td:first-child {
	white-space: nowrap;
	border-right: 1px solid rgba(0,0,0,.125);
}
.order_tbl td {
	padding: 10px;
}
.order_tbl td:first-child {
	width: 110px;
}
.order_conf_tbl td:first-child {
	width: 100px;
}


}
