@charset "utf-8";
/* CSS Document */

body a,a:visited{
	color:  #333333;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
}
body a:hover{
	color: #E96C0E;
}
p{
	margin: 0;
	padding: 0;
}
img {
  vertical-align: bottom;
  display: block;
  user-select:none;
  -webkit-user-select:none;
  -webkit-user-drag: none;
}
body {
	margin: 0 auto;
}
header{
	max-width: 980px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.express {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.express div.box{
	border: none;
	padding: 10px;
	margin: 0 0 15px 0;
	width: 100%;
}
@media (min-width: 768px){
	.express div{
		border-bottom: 1px solid #CCCCCC;
	}
	.express div.border_none {
		border-bottom: none;
	}
	.express div.container{
		display: flex;
		justify-content: space-between;
	}
	.express div.box{
		width: 48%;
	}
	.express div.container{
		margin: 15px 0 15px 0;
		justify-content: center;
	}
	.express div.container:nth-of-type(2n){
		background: linear-gradient(#FFFFFF, #EBEFFF);
	}
	.radio_select {
		width: 49%;
	}
}
@media (max-width: 767px){
	.express div.container{
		margin: 0;
		padding: 0;
	}
	.express div.container:nth-of-type(2n){
		background: #FFF;
	}
	.express div.box{
		margin: 0;
	}
	.express div.box:nth-of-type(2n){
		background: #EBEFFF;
	}
	.radio_select {
		width: 100%;
	}
}
.express div.container:last-child{
	padding-bottom: 0;
	border: none;
}
.express h2{
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 24px;
	border-left: 5px solid #0845a8;
	padding: 0 0 0 10px;
	margin: 15px 0 0 0;
}
.express h2.orange{
	border-color: #E96C0E;
}
.express p.title{
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}
.express p.title span{
	font-family: "Noto Sans JP"; 
	font-size:  14px;
}
.express p.title span.link{
	color: #E96C0E;
	border-bottom: 1px solid #E96C0E;
	cursor: pointer;
}
.express p.title span.link:hover{
	color: #0D138B;
	border-bottom: 1px solid #0D138B;
	cursor: pointer;
}

/*-- normal input--*/
.express input{
	font-size: 100%;
	color: black;
	border: solid 1px #ccc;
	padding: 5px;
	margin: 5px 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	background: #FFF;
}
.express div.box input{
	width: 100%;
}
.express input[type="text"]:focus {
  outline: 0;
  border-color: #E96C0E;
}
::placeholder {
  font-size: 0.8em;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="numberx"] {
    -moz-appearance:textfield;
}
div.express input[type="number"]:focus,div.express input[type="date"]:focus {
  outline: 0;
  border-color: #E96C0E;
}
button[type="button"] {
	margin-top: 10px;
}

@media (min-width: 768px){
	.express div.box input.time {
		width: 49%;
	}
}
@media (max-width: 767px){
	.express div.box input.time {
		width: 100%;
	}
}

/*-- select button radia--*/
.radio_select {
position: relative;
display: block;
overflow: hidden;
/*height: 100%;*/
margin-top: 5px;
margin-bottom: 10px;
border-radius: 3px;
color: #ffffff;
}
.radio_select > i.toggle {
position: absolute;
z-index: 4;
top: 1.0em;
right: 1.5em;
color: #ffffff;
}
.radio_select .cp_sl_arrowup:before {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
padding: 0;
content: '';
pointer-events: none;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-left: 6px solid transparent;
-webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
transition: all 250ms cubic-bezier(.4,.25,.3,1);
}
.radio_select .cp_sl_arrowdown:before {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
padding: 0;
content: '';
pointer-events: none;
border-top: 6px solid #ffffff;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
-webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
transition: all 250ms cubic-bezier(.4,.25,.3,1);
}
.radio_select .cp_sl_title, .radio_select .cp_sl_selectlabel {
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 6px;
cursor: pointer;
border-top: 1px solid rgba(0, 0, 0, 0.05);
background: #CD6324;
}
.radio_select > input {
position: absolute;
z-index: 1;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
.radio_select > input:checked ~ i.toggle.cp_sl_arrowdown {
display: none;
}
.radio_select > input:checked ~ i.toggle.cp_sl_arrowup {
display: block;
}
.radio_select > input:checked div.options label.option .cp_sl_title {
display: none !important;
}
.radio_select > input:not(:checked) {
z-index: 4;
}
.radio_select > input:not(:checked) ~ label.option > span.cp_sl_title {
display: none;
}
.radio_select > input:not(:checked) ~ i.toggle.cp_sl_arrowup {
display: none;
}
.radio_select > input:not(:checked) ~ i.toggle.cp_sl_arrowdown {
display: block;
}
.radio_select > span.cp_sl_selectlabel {
position: relative;
z-index: 0;
display: inline-block;
width: 100%;
color: #ffffff;
border-top: 0;
}
.radio_select label.option {
z-index: 1;
display: block;
overflow: hidden;
width: 100%;
transition: all 1s ease-out;
margin-bottom: 0;
padding: 0 ;
}
.radio_select label.option span.cp_sl_title {
position: relative;
z-index: 2;
transition: 0.3s ease-out;
}
.radio_select label.option span.cp_sl_title:hover {
color: #ffffff;
background: #1b2538;
}
.radio_select label.option input {
display: none;
}
.radio_select label.option input:checked ~ span.cp_sl_title {
	position: absolute;
	z-index: 3;
	top: 0;
	display: block;
	width: 100%;
	color: inherit;
	border-top: 0;
	background: #1b2538;
	box-shadow: none;
}
/*-- order page button --*/
.express button,input.ex_button2,input.ex_button1{
	display: inline-block;
	max-width: 180px;
	text-align: left;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 16px 8px 16px;
	border-radius: 4px;
	border: 1px solid #343434;
	position: relative;
	background: linear-gradient(#FFFFFF, #d3d3d3);
}
.express button:nth-of-type(1) {
	color: blue;
}
.express button:nth-of-type(2) {
	color: purple;
}
.express button:nth-of-type(3) {
	color: deeppink;
}
.express button:nth-of-type(4) {
	color: orangered;
}
.express button:hover {
	color: #FFF;
	background: #1b2538; 
}
.express button[type="button"]:focus,input.ex_button2:focus,input.ex_button1:focus{
  outline: 0;
  border-color: #E96C0E;
}
input.ex_button2{
	margin-right: 20px;
}
input.ex_button1{
	background: linear-gradient(#FFFFFF, #f9ba98);
}
input.ex_button1:hover,
input.ex_button2:hover{
	color: #FFF;
	background: #1b2538;
}
p.bdBox {
	border: 1px solid #FF0000;
	padding: 10px;
	margin: 10px 0 10px 0;
	color: #FF0000;
}
div.bdBox {
	border: 1px solid #FF0000;
	padding: 10px;
	margin: 10px 0 10px 0;
	color: #FF0000;
	width: 100%;
}
div.bdBox h2{
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 20px;
	border-left: 5px solid #FF0000;
	padding: 0 0 0 7px;
	margin: 0 0 5px 0;
	line-height: 1.6;
}
div.bdBox div{
	display: flex;
	justify-content: flex-start;
	border-bottom: none;
}
div.bdBox div.flex{
	display: flex;
	justify-content: flex-start;
	border-bottom: none;
}
div.bdBox div.flex div{
	display: initial;
	justify-content: flex-start;
	border-bottom: none;
}

@media (min-width: 768px) {
	div.bdBox div.pmBox{
		display: flex;
		justify-content: flex-start;
		border-bottom: none;
	}
	div.bdBox div.pmBox div{
		display: block;
	}
}
@media (max-width: 767px) {
	div.bdBox div.pmBox{
		display: block;
	}
	div.bdBox div.pmBox div{
		display: block;
	}
}

div.bdBox div p{
	margin-top: 15px;
}

/*-- textarea --*/
textarea {
	font-size: 1.0em;
	color: black;
	border: solid 1px #ccc;
	padding: 5px;
	margin:3px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	background: #FFF;
	width: 100%;
}
textarea:focus{
  outline: 0;
  border-color: #E96C0E;
}

/*-- footer --*/
footer {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	display: flex;
	justify-content: space-between;	
}
footer div.footerlink{
	margin-left: 10px;
	margin-bottom: 15px;
	width: 182px;
}
footer adress{
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: gray;
	margin-top: 45px;
	vertical-align: bottom;
}
@media (max-width: 767px) {
	footer div.footerlink{
		display: none;
	}
	footer adress{
		margin: 0 0 5px 10px;
	}
}
/* footer homepage link_text */
.footerlink{
	position: relative;
	width: 182px;
	height: 45px;
	z-index: auto;
}
.balloon {
  margin: 20px auto;
  width: auto;
	opacity: 0.8;
}
.balloon-default {
	position: absolute;  
	background: #1b2538; /*-- --*/
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	display: none;
	top: -60px;
}
.balloon-default::after {
	position: absolute;
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-top: solid 10px #1b2538;
	bottom: -10px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	left: 50%;
	margin-left: -5px;
}
footer div.footerlink:hover div.balloon-default {
	display: block;
	z-index: 2;
}
.cp_ipselect {
	overflow: hidden;
	width: 45%;
	margin: 0;
	text-align: center;
}
.cp_ipselect select {
	font-size: 100%;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

/*-- normal button --*/
div.boxB {
	border-bottom: none;
}
button p{
	color: black;
}
button:hover p{
	color: #FFF;
}
button p{
	color: black;
}
button.ok{
	background: linear-gradient(#ff4300, #FF0000);
}
button.ok:hover{
	background: #FF0000;
}
button.ok p{
	color: #FFF;
}
button:hover p{
	color: #FFF;
}
/*-- input type --*/
input[type="reset"] {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 16px 8px 16px;
	border-radius: 4px;
	border: 1px solid #343434;
	position: relative;
	background: linear-gradient(#FFFFFF, #d3d3d3);
}
input[type="reset"]:hover{
	color: #FFF;
	background: #1b2538; 
}

/*-- input name--*/
input[name="tekiyou"],
input[name="sunpou"],
input[name="clearance2"],
input[name="suuryou"],
input[name="itaatu"],
input[name="pitch"],
input[name="takasa"],
input[name="dataB"],
input[name="dataC"]{
	width: 100%; 
}

/*-- table --*/
table.border_around{
	border: 1px solid #000;
	table-layout: fixed;
	border-collapse:collapse;
	width: 100%;
}
table.border_around td.title{
	background: #dae3f2;
	vertical-align: middle;
}
table.border_around td{
	border-bottom: 1px solid #343434;
	padding: 10px;
}
table.border_around tr:last-child td{
	border-bottom: none;
}
table.border_around td.text2{
	border-right: 1px solid #343434;
	text-align: center;
	padding: 10px 10px 0 10px;
}
@media (min-width: 768px){
	table.border_around td.title{
		width: 140px;
	}
	table.border_around{
		width: 500px;
	}
}
/*-- IE8-IE11--*/
@media screen\0 {
	 table.border_around input{
		width: 70%;
	}
}
/*-- Edge-*/
@supports (-ms-ime-align: auto) {
	 table.border_around input{
		width: 70%;
  }
}	  

/*-- table2 --*/
table.border_around2{
	margin: 15px 0;
	border: 1px solid #000;
	table-layout: fixed;
	border-collapse:collapse;
}
table.border_around2 td.title{
	background: #dae3f2;
	vertical-align: middle;
}
table.border_around2 td{
	padding: 10px;
	border-right: 1px solid #343434;
	text-align: center;
}
table.border_around2 td img{
	display: block;
	margin: 0 auto;
}
table.border_around2 tr:nth-of-type(2n){
	border-bottom: 1px solid #343434;
}
table.border_around2 tr:last-child td{
	border-bottom: none;
}

/*-- ikei list images--*/
@media (min-width: 768px){
	tr.imgList td img{
		max-width: 131px;
	}
}
@media (max-width: 767px){
	tr.imgList td img{
		width: 80%;
		max-width: 200px;
	}
}
td.title input {
	width: 50px;
	margin: 0;
}

/*-- table & Images --*/
@media (min-width: 768px){
	.express div.orderImg{
		display: flex;
		justify-content: start;
	}
	.express div.orderImg{
		margin: 0 0 10px 0;
	}
	div.boxC,
	div.box_sticky,
	div.sticky{
		position: -webkit-sticky;
		position: sticky;
		top: 10px;
		margin-left: 10px;
	}
	div.boxD {
		position: -webkit-sticky;
		position: sticky;
		top: 10px;
		margin-left: 10px;
	}
	p.imgcomment {
		display: none;
	}
}
@media (max-width: 767px){
	.express div.orderImg{
		margin: 0;
		padding: 0;
	}
	.radio_select {
		width: 100%;
	}
	div.boxC,
	div.boxE{
		margin: 10px auto;
		display: block;
	}
	div.boxD {
		margin: 10px auto;
		display: block;
	}
	div.sticky {
		margin: 10px auto;
		display: block;
	}
}
div.table {
	border-bottom: none;
}
div.table p,div.table span{
	font-size: 14px;
	opacity: 0.9;
}
div.boxC, 
div.boxE {
	max-width: 216px;
	max-height: 300px;
	border: 1px solid #343434;
	display: table; /*-- 画像位置調整 --*/
}
div.boxC p, 
div.boxE p{
	color: #FFF;
	background: #1b2538;
	padding: 5px;
	display: block;
	text-align: center;
}
div.boxC p.comment,
div.boxE p.comment{
	color: #343434;
	background: #ffeddd;
	font-size: 14px;
	margin-left: 0;
}
div.boxC img,
div.boxE img{
	width: 100%;
	max-width: 216px;
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
}
p.imgcomment {
	margin-bottom: 10px;
}
/*-- table seleft--*/
.table select,
.order select{
	position: relative;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#edf3ff 100%);
	background: linear-gradient(to bottom, #fff 0%,#edf3ff 100%);
}
.table select {
	width: 100%;
}
.order select {
	width: 450px;
}
.express div.order {
	border-bottom: none;
}
@media (max-width: 767px){
	.order select {
		width: 100%;
	}
}
table.border_around label select option{
	white-space: normal;
}
.table label,
.order label{
	position: relative;
}
.table label:after,
.order label:after{
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(../images/arrow.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}
div.boxD {
	display: flex;
	justify-content: center;
	height: 290px;
	border-bottom: none;
}
div.boxD img{
	background: #dae3f2;
}
.boxD div.left,div.right,div.middle,div.top,div.bottom{
	border-bottom: none;
	text-align: center;
	vertical-align: middle;
	display: block;
}
div.left,div.right{
	margin-top: 55px;
}
/*-- IE8-IE11--*/
@media screen\0 {
	  div.left,div.right{
		margin-top: 0;
		height: 263px;
	}
}
/*-- Edge-*/
@supports (-ms-ime-align: auto) {
	div.left,div.right{
		margin-top: 0;
		height: 263px;
  }
}	  
div.left p,div.right p,div.top p,div.bottom p{
	color: #FFF;
	background: #1b2538;
}
div.left p,div.right p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.top p,div.bottom p{
	padding-left: 15px;
	padding-right: 15px;
}
.express div.table input.middle {
	margin-right: 10px;
	width: 100px;
}
.express div.table input.short {
	margin-right: 10px;
	width: 60px;
}
.express div.table input.vshort {
	margin-right: 10px;
	width: 40px;
}
.express div.vshort input{
	margin-right: 10px;
	width: 40px;
}
div.vshort {
	border-bottom: none;
}
@media (min-width: 768px){
	div.pc{
		display: block;
	}
	div.mobile{
		display: none;
	}
}
@media (max-width: 767px){
	div.pc{
		display: none;
	}
	div.mobile{
		display: block;
	}
}
div.pc,div.mobile {
	border-bottom: none;
}
/*-- ok --*/
p.comment {
	margin: 15px 0 0 10px;
}
div.boxE,div.boxE div{
	border-bottom: none;
}
div.express div div.boxE div button{
	max-width: 100%;
}
div.express div div.boxE div button.pcRight:hover{
	color: #FFF;
	background: #0845a8;
}
@media (min-width: 768px){
	div.boxE {
		display: flex;
		justify-content: flex-start;
		border-bottom: none;
	}
	button.pcRight {
		margin-left: 15px;
	}
}
@media (max-width: 767px){
	div.boxE {
		display: block;
	}
}
/*-- header内背景画像読み込み --*/
.background_images {
	position: relative; 
	left:-999px; 
	display: none;
}
.express div.ma_top10 {
	margin-top: 10px!important;
	border-bottom: none;
}
.express div.border_none {
	border-bottom: none;
}

/*--  --*/
.width_m500 {
	max-width: 500px;
}
.padding20 {
	padding: 20px!important;
}
