@charset "utf-8";
/*
border: 1px solid red;
*/

@import url("../../css/index.css");

/* contents */
.section h2.info {
	margin: 0 auto 40px auto;
	text-align: center;
	background: #FFF url(../../img/header_bg01.png) repeat;
}
.section h2.info p {
	width: 730px;
	margin: 0 auto;
	text-align: center;
	padding-top: 27px;
	padding-bottom: 27px;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 2px;
	color: #FFF;
	background: #FFF url(../../img/header_bg02.png) no-repeat;
}
#contents {
	padding-bottom: 1.5em;
	font-size: 0.81em;
	line-height: 1.7em;
	text-align: left;
}
article{
	margin-bottom: 10px;
	border-bottom: 1px dashed #b5b6b6;
}
#title{
	background-color: #e6e8e7;
	font-size: 1.25em;
	font-weight: normal;
	padding: 10px;
}
article h3 {
	font-size: 1.25em;
	font-weight: normal;
	float: left;
	padding-left: 50px;
}
article p.kojinjoho {
	padding: 20px 0 20px 50px;
}
.mail {
	text-align: center;
	padding-bottom: 30px;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*font-size: 62.5%;rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 1.4rem;
  position: relative;
  padding: 1.2rem 3rem 1.2rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}



/*form*/
article form table {
	width: 654px;
	border-collapse: collapse;
	margin: 10px auto 30px auto;
/*	font-size: 0.88em;
	line-height: 2.00em;*/
}
article form table th,
article form table td {
	padding: 0.5em 0px 0.5em 10px;
	border: 1px solid #CCC;
}
article form table th {
	width: 135px;
	background-color: #F6F6F6;
	font-weight: normal;
	text-align: left;
}
article form table th span {color: #D0111B;}
article form table td label {
	padding-right: 20px;
}
input ,select {
vertical-align:-0.1em;
}

form table td {width: 448px;}

input#company,
input#email1,
input#email2,
input#address,
input#bill {width: 390px;}
input#namae,
input#furi,
input#birthday {width: 200px;}
input#zip1,
input#zip2,
input#tel1,
input#tel2,
input#tel3 {width: 49px;}
textarea {width: 394px;}


input,textarea {
	margin: 0.2em;
	ime-mode: active;
}
input.eng {ime-mode: disabled;}

#confirm {
	padding-bottom: 1.5em;
	text-align: center;
}
#confirm input {
	margin: 0em 0.5em;
	padding: 0.5em 1em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#doui {
	padding-left: 100px;
	padding-bottom: 20px;
}
form table ul {
	display: table;
	table-layout: fixed;
	text-align: left;
	width: 100%;
}
form table ul li {
	display: table-cell;
	vertical-align: middle;
}
p.text_r {
	text-align: right;
}
.text_s {
	padding-left: 5px;
	font-size: 0.81em;
/*	line-height: 1.00em;*/
}


dl {
	width: 654px;
	padding-bottom: 20px;
	margin: 0 auto;
	padding-left: 60px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	padding-bottom: 20px;
}



/* clearfix */
.clearfix:after,
form:after,
#contents:after,
footer nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
form dl,
#contents,
footer nav {
 zoom:100%;
}
