@charset "utf-8";
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0px;
    outline: 0px none;
    border-radius: 0px;
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}
 
img {
    max-width:100%;
}
 
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

.hide {
	display:none;
}

body{
	background: #fff;
}

.logo{
	text-align: center;
}
.logo a{
	display: block;
	padding: 20px 0 0;
}

#main{
	max-width: 860px;
	margin: 0px auto;
	background: #fff;
	padding: 0 0 20px;
}
#main h1{
	font-size: 20px;
	padding: 20px;
}
#main h1 span{
	display: block;
	font-size: 12px;
	padding: 20px 0;
}
/* --- フォームエリア --- */
form.catalog {
	width: 100%;
	font-size: 80%;
	padding-bottom: 100px;
}
/* --- フォームエリア内の段落 --- */
form.catalog p {
	margin-bottom: 10px;
	padding: 0 20px;
}
/* --- 段落内の「必須」画像 --- */
form.catalog p.attention img {
	vertical-align: middle;
}

/* --- テーブル --- */
form.catalog table {
}
/* --- 見出しセル（th） --- */
form.catalog th {
	padding: 20px; /* 見出しセルのパディング（上下、左右） */
	border-bottom: 1px solid #f5f5f5; /* 見出しセルの下境界線 */
	text-align: left;
	line-height: 130%;
	background: #fafafa;
}
/* --- 見出しセル内の補足テキスト --- */
form.catalog th span.supplement {
	font-weight: normal;
}
/* --- データセル（td） --- */
form.catalog td {
	padding: 20px; /* データセルのパディング（上、左右、下） */
	background-color: #ffffff; /* データセルの背景色 */
	border-bottom: 1px solid #f5f5f5; /* データセルの下境界線 */
}
/* --- データセル内の補足テキスト --- */
form.catalog td span.supplement {
	color: #808080;
}
/* --- 必須項目セル --- */
form.catalog td.required {
	background-color: #c4e6fa;
	text-align: center;
}
/* --- 任意項目セル --- */
form.catalog td.arbitrary {
	background-color: #e0f1fc; /* 任意項目セルの背景色 */
}

/* --- フォーム部品 --- */
form.catalog input,
form.catalog textarea {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

form.catalog select{
	padding: 5px 0;
	width: 100%;
	border: 1px solid #ddd;
}

/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #name2, #address2,
#email, #address {
	width: 100%;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
	width: 70px; /* フォーム部品の幅 */
}
#zip1, #zip2 {
	width: 70px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#message {
	width: 100%;
	height: 15em;
	border: 1px solid #eee;
}

/* --- ボタン --- */
input.radio {
	display:inline-block;
}
label.radiolabel {
	display:inline-block; 
	background:#eee; 
	border:1px solid #CCC;
	width: 100%;
}
label.radiolabel a{
	text-decoration: none;
	color: #333;
	display: block;
	padding: 10px 0px 10px 30px;
}


label.radiolabel .selected{
	background: url("../images/driver/checkP.png") no-repeat scroll center left / 16px auto;
	background-position: 10px;
}


input[type="radio"] {
	margin: 10px;
}

.fir{
	margin-bottom: 5px;
}

/* 利用規約/プライバシーポリシー/オプトインのチェックボックス */
.rule-box {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
.rule-box label{
  background: #fafafa;
  border: 1px solid #eee;
  display: block;
  margin: 0 0 10px;
  padding: 10px;
}
.rule-box label, input[type='checkbox'],
.rule-box label, input[type='radio'] {
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  display: inline-block;
  margin-right: 5px;
}

/* CTAボタン */
form.catalog p.button {
  margin: 10px 0 0;
  text-align: center;
}
form.catalog p.button input[type="submit"]{
  background: #00b893;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 105%;
  padding: 16px 0px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  width: 100%;
}
.no-check {
  color: #D73839;
  margin-top: 5px;
  text-align: center;
}

.requiredCatalog{
	background: #FF827D none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 10px;
	padding: 5px;
	margin-left: 10px;
	font-weight: 900;
	border-radius: 3px;
}

/*===============================================
画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){

tbody th, tbody td {
    display: list-item;
    border: medium none;
    list-style-type: none;
}
/* --- テーブル --- */
form.catalog table {
	width: 100%;
	padding:  20px;
	border: none !important;
}
/* --- フォーム部品 --- */
form.catalog input[type="text"], form.catalog textarea {
	width: 100%;
}

form.catalog select{
	width: 100%;
}

label.radiolabel {
	width:100%; 
	padding: 10px 0 !important;
}

label.radiolabel span{
}

}

/*===============================================
画面の横幅が769px以上
===============================================*/

@media screen and (min-width: 769px){
/* --- テーブル --- */
form.catalog table {
	width: 100%;
	border: 1px solid #f5f5f5;
}
label.radiolabel span{
}
form.catalog th {
	width: 150px;
}
}