a {
  color: #0fbedf;
  text-decoration: underline;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s; }

a:hover {
  color: #78e2f6;
  text-decoration: underline; }

form#main {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

input, textarea {
	border-color: #D3D4D3;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
}

input, textarea, label {
	vertical-align: middle;
}

.req {
	color: red;
}

.bold {
	font-weight: bold;
}

h4, p {
	margin: 0;
}

#pagetop {
	z-index: 9999;
	position: fixed;
	bottom: 78px;
	right: 0;
	opacity: 0;
}

#pagetop a {
	display: block;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: none;
	padding: 8px;
	background: rgba(255,255,255,0.9);
	border-radius: 4px 0 0 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0,1);
}

#pagetop a:before {
	line-height: 1.2;
	font-size :1.8rem;
	font-family: "icomoon";
	content: "\f106";
	display: block;
}

h1.ttl {
	width: 100%;
	text-align: center;
	font-size: 2.2em;
	font-family: "Noto Sans Japanese";
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	border-bottom: 2px solid #E6E6E6;
	padding: 0 40px 24px;
}

h4.ttl {
	margin-left: 1em;
	line-height: 2em;
	font-size: 1.4em;
}

#remarks {
	margin: 20px 40px;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

.contactus {
	margin: 10px 30px;
	font-size: 1em;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

p.attention {
	font-size: 0.8em;
	margin-left: 2em;
}

p.btn {
	text-align: center;
	padding: 10px 0;
}

input.btn-cmn {
	cursor: pointer;
	color: #FFF;
	font-size: 2rem;
	padding: 4px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 24px;
  text-align: center;
  text-decoration: none;
}

input.btn-cmn:hover {
	cursor: pointer;
	color: #0FBEDF;
	font-size: 2rem;
	padding: 4px 24px;
}

.btn1 {
	border: 1px solid #0FBEDF;
	background-color: #0FBEDF;
}
.btn1:hover {
	background-color: #FFF;
	text-decoration: none;
}

.btn1 {
	border: 1px solid #0FBEDF;
	background-color: #0FBEDF;
}
.btn1:hover {
	background-color: #FFF;
	text-decoration: none;
}

.btn2 {
	border: 1px solid #4682B4;
	background-color: #4682B4;
}

.btn2:hover {
	background-color: #FFF;
	text-decoration: none;
}

.form_btn {
	text-align: center;
	margin: 40px 0;
}

.form_btn li {
	display: inline-block;
	margin: 0 10px 0 0;
}

#complete_now {
	margin: 20px 40px;
	font-weight: bold;
	font-size: 1.2em;
	color: red;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

div#form_header {
	padding: 0 0 10px 0;
	margin: 10px 0;
}

div#form_footer {
	border: 1px solid rgba(146, 199, 8, 0.4);
	padding: 15px 0;
	margin: 10px 0;
}

#form_wrapper {
	width: 960px;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
	font-size: 90%;
}

table.form_table {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.form_table th {
	border: 1px solid rgba(146, 199, 8, 0.4);
	padding: 10px;
	width: 150px;
	font-weight: bold;
	background: rgba(146, 199, 8, 0.1);
	text-align:left;
	vertical-align: top;
	color: #000;
}

table.form_table td {
	border: 1px dotted #cdcdcd;
	padding:10px;
}

table.form_table tr td p {
	margin: 2px;
}

th label {
	display: block;
	margin-left: 10px;
	font-size: 1em;
}

ruby {
	position: relative;
}

ruby rt {
	display: block;
	position: absolute;
	bottom: 100%;
}

label.rb_rt {
	font-size: 0.8em;
}

p.error_messe{
	margin:5px 0;
	color:red;
}

/* 個人情報保護方針 */
.privacy_block {
	position: relative;
	height: 250px;
}

._on {
	color: #FFFACD;
	border-color: #FFFACD;
	background-color: #C0C0C0;
}

._out {
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: #696969;
}

.privacy_policy {
	opacity: 0.25;
  border: 1px solid rgba(146, 199, 8, 0.4);
  height: 250px;
  /*padding: 24px 80px;*/
  margin: 20px auto 0 auto;
}

.privacy_filter {
	opacity: 0.55;
	height: 250px;
	position: relative;
	top: -250px;
	border-width: 3px;
	border-style: solid;
}

.privacy_filter p {
	width: 720px;
	position: relative;
	top: 96px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 3ex;
	letter-spacing: 1ex;
	border-style: solid;
	border-width: 2px;
	padding: 20px 0;
	text-align: center;
}

.oscroll {
  overflow-y: scroll;
}

.ohidden {
	overflow-y: hidden;
}

ul.lst_list:after {
	content: "";
	clear: both;
	display: block;
}

ul.lst_list li {
	display: block;
	float: left;
	height: 140px;
}

/* item関連 */

.item_chkbox {
	display: block;
	float: left;
	margin: 35px 3px;
}

.item_img {
	
}

.selected {
	border: solid 2px skyblue;
}

.unselected {
	border: none;
}

.item_lbl {
	display: inline-block;
	float: left;
}

.item_lbl img {
	pointer-events: none;
}

.item_description {
	float: left;
	margin: 0 5px 0 0;
}

.item_description span {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}

.item_description p {
	font-size: 0.8em;
	letter-spacing: 0.05em;
}

.item_ttl {
	text-align: left;
	display: block;
	font-size: 0.9em;
}

.visible {
	display: none;
}

.show {
	display: block;
}

/* キーフレーム */
@keyframes opFadein {
	0%{
		opacity: 0;
	}
	75%{
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.fadein {
	animation: opFadein 0.5s linear 0s 1;
}

@keyframes opFadeout {
	0% {
		opacity: 1;
	}
	75% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
	}
}

.fadeout {
	animation: opFadeout 0.5s linear 0s 1;
}

.item_qty {
	clear: both;
	text-align: right;
}

.item_qty span {
	font-size: 0.9em;
}

.item_qty input[type="text"] {
	width: 30px;
}

span.adjust {
	display: inline-block;
	width: 14em;
}