@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,500,700);

/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0;
}

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
    border:0;
    outline:0;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "timesroman";
  src: url("fonts/times_roman-webfont.eot");
}
@font-face {
  font-family: "timesbold";
  src: url("fonts/timesbd-webfont.eot");
}
@font-face {
  font-family: "timesweb";
  src: url("fonts/times-webfont.eot");
}
@font-face {
  font-family: "times";
  src: url("fonts/times.ttf") format("truetype");
}

@font-face {
 font-family: 'ottawa';
 src: url('fonts/ottawan.eot');
}

@font-face {
 font-family: 'ottawa';
 src: local('ottawa'), url('fonts/ottawan.ttf') format('truetype');
}

input, select {
    vertical-align:middle;
  border: 0;
  padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input,
button,
textarea {
  line-height: normal;
  font-family: "timesroman","ottawa","times","timesweb","Arial","ＭＳ ゴシック","MS UI Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Verdana","Osaka",sans-serif;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

a > img {
  vertical-align: bottom;
}

strong,
.strong,
b {
  font-weight: bold;
}

em,
.italic,
i {
  font-style: italic;
}

del,
.del {
  text-decoration: line-through;
}

:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

hr{
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
/* tools --------------------------  */

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.align-left {
  float: left !important;
}

.align-right {
  float: right !important;
}

.txtalign-right {
  text-align: right;
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

/* common --------------------------  */

html {
  height: 100%;
  background: white;
}

body {
  height: 100%;
  font: 16px/28px "timesroman","ottawa","times","timesweb", "GothicMB101", Arial, sans-serif;
  color: #3E3A39;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.main {
  min-height: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 940px;
}

a {
  color: #666666;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

a:active {
  color: #000000;
}

.error {
  color: red !important;
  border-color: red !important;
}

.success {
  color: #00cc00 !important;
  border-color: #00cc00 !important;
}

.disabled {
  color: #999999 !important;
  border-color: #999999 !important;
  cursor: default !important;
}

.input-text,
.textarea {
  width: 100%;
  float: left;
  border: 2px solid #d8d8d8;
  background: white;
  height: 58px;
  padding: 10px 21px;
  font: 500 17px/34px  "timesroman","ottawa","times","timesweb", "GothicMB101", Arial, sans-serif;
  -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-text:focus,
.textarea:focus {
  border-color: #aeaeae;
}

.textarea {
  font-family: "Arial","ＭＳ ゴシック","MS UI Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Verdana","Osaka",sans-serif;
}

.button {
  color: white;
  background: #10bbf1;
  height: 58px;
  border: 2px solid #10bbf1;
  font: 500 22px  "timesroman","ottawa","times","timesweb", "GothicMB101", Arial, sans-serif;
  padding: 0 21px;
  -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button:hover {
  background: #40c9f4;
  border-color: #40c9f4;
}

.button:active {
  background: #0b97c3;
  border-color: #0b97c3;
}

a.button {
  text-decoration: none;
  display: inline-block;
  line-height: 54px;
  color: white;
}

a.button:hover {
  color: white;
}

a.button:active {
  color: white;
}

a.button.button-stripe {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: white;
}

a.button.button-stripe:hover {
  color: #222222;
  background-color: white;
  border-color: white;
}

a.button.button-stripe:active {
  color: #222222;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-moz-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.red_text {
  color: red !important;
}

.ul_text {
  text-decoration: underline;
}

.center_text {
  text-align: center;
}

/* header --------------------------  */

header {
  padding: 0px 0px 0px;
  font: 24px/36px "timesroman","ottawa","times","timesweb", "GothicMB101", Arial, sans-serif;
  color: white;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 32px;
  max-width: 940px;
}

/* footer --------------------------  */

.footer {
  padding: 0px 0px 80px;
}

/* home --------------------------  */

/* content --------------------------  */

.spanning {
  clear: both;
}

.promo-greeting-ph {
  padding: 0px 0px 30px;
}

.promo-greeting-ph h1 {
  margin: 10px 0px 0px;
  color: #3E3A39;
  font-size: 20px;
  font-weight: bold;
  font-family: "timesbold","ottawa","times","timesweb", Arial, sans-serif;
  line-height: 1.2;
}

.promo-greeting-ph h2 {
  margin: 10px 0px 0px;
  color: #152c5e;
  font-size: 34px;
  font-weight: bold;
  font-family: "timesbold","ottawa","times","timesweb", Arial, sans-serif;
  line-height: 1.2;
}

.promo-greeting-ph p {
  margin: 15px 0px 0px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  font-family: "timesroman","ottawa","times","timesweb", Arial, sans-serif;
  line-height: 1.2;
}

.promo-greeting-ph p.nrt {
  margin: 15px 0px 0px;
  font-size: 16px;
  line-height: 1.2;
}

.promo {
  padding: 0px 0px 20px;
}

.promo p {
  margin: 15px 0px 0px;
  font-size: 14px;
  line-height: 1.2;
}

.promo-column-textnew {
  padding: 20px 0px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-textnew table {
  border-collapse: collapse;
  width: 100%;
}

.promo-column-textnew table td {
  padding: 15px;
  border: 1px solid #999;
}

.promo-column-textnew table th {
  background-color: #ddd;
  padding: 15px;
  text-align: left;
  width: 25%;
  font-size: 16px;
  color: #000;
  border: 1px solid #999;
}

.promo-column-textnewsss table th,
.promo-column-textnewsss table td {
  padding: 10px;
  border: 1px solid #999;
}

.promo-column-textnewsss table th {
  background-color: #eee;
  text-align: center;
  width: 25%;
  font-size: 16px;
}

.promo-column-textnew .thema {
  font-size: 16px;
  font-weight: bold;
}

.promo-column-textnew .sankajoken {
  margin: 5px 0px;
}

.promo-column-textnew .sankajoken li {
  font-weight: normal;
  margin: 0px 10px 0px 10px;
 list-style: square outside;
}

.promo-column-textnew .ouboyoko {
  margin: 5px 0px;
}

.promo-column-textnew .ouboyoko li {
  font-weight: bold;
  margin: 0px 10px 0px 10px;
  list-style: square outside;
}

.promo-column-textnew .ouboyoko li ul {
  margin: 0 15px 5px 15px;
}

.promo-column-textnew .ouboyoko li ul li {
  font-weight: normal;
  margin: 0 15px 0 15px;
  list-style: disc outside;
}

.promo-column-pretext dl.syohin dt {
  margin: 10px 0px 5px;
  padding: 5px 5px 5px;
  font-weight: bold;
  font-size: 16px;
  border-left: 5px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

.promo-column-pretext dl.syohin dd {
  margin: 0px 10px 20px 10px;
  font-size: 14px;
}

.promo-column-preimg {
  padding: 0 5px 10px;
  float: right;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-pretext {
  padding: 0px 5px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  float: left;
  font-size: 12px;
  line-height: 1.2;
}

img.pre {
  margin: 10px 10px;
  padding: 10px 10px 10px;
  width: 100%;
  display: block;
}

.promo-wrapper {
  margin: 10px 0px;
}

hr.lineup {
  border-top: 1px solid #111111;
  margin: 0px 0px 10px;
}

.promo-column-btn {
  margin: 20px 0px 10px;
  padding: 10px 0px 10px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
}

.button_sxis {
  background:#666666;
  background-size: 10px 10px,100% 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #999999;
  font-family: "timesbold","ottawa","times","timesweb", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 40px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: left;
}

.button_sxi {
  margin: 20px auto;
  background:#1c69d4;
  background-size: 10px 10px,100% 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #FFFFFF;
  font-family: "timesbold","ottawa","times","timesweb", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 40px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: left;
}

.promo-column-btn p {
  margin: 20px auto;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-btnr a:hover,
.promo-column-btnl a:hover {
  opacity: 0.7;
  filter: alpha(opacity=60);
}

.promo-column-btnr a:active,
.promo-column-btnl a:active {
  opacity: 0.7;
  filter: alpha(opacity=60);
}

.discover {
  padding: 0px 0px 25px;
}

.discover-content {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.discover-content p.att_area {
  margin: 5px 0px 5px;
  padding: 5px 5px 15px;
  text-align: left;
  font-size: 10px;
  color: #3E3A39;
  line-height: 1.3;
}

.footer ul.footer-column-nicole {
  border-bottom: 1px solid #555555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

.footer ul.footer-column-nicole li {
  padding: 0px;
}

.footermark-sns {
  text-align: right;
  padding: 0px 5px 5px;
}

.footermark-sns img {
  padding: 0px 5px 0px;
}

.promo-column {
  padding: 10px 0px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 120px;
  font-size: 12px;
  line-height: 1.5;
  vertical-align:bottom;
}

.promo-column img.im {
  position:absolute;
  top: 14px;
}

.promo-column h3 {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

.promo-column h5 {
  font-size: 14px;
  font-weight: bold;
}

.promo-column p {
  font-size: 13px;
  line-height: 1.3;
}

.cntct {
  float: right;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position:absolute;
  bottom: 0;
  right: 0;
}

.footer-logo-seven {
  padding: 10px 0px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  font-size: 13px;
  line-height: 1.5;
}

.footer-logo-forty {
  padding: 0px 0px 0px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #555555;
}

img.seven {
  width: 68px;
}

img.twentyone {
  width: 223px;
  padding: 0 10px;
}

img.forty {
  width: 68px;
  height: 46px;
  padding: 0px 10px;
}

.footer-logo-fortyimg {
  width: 100%;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.footer-logo-fortytext {
  padding: 5px;
  margin: 10px 0px;
  width: 62%;
  display: inline-block;
}
.footer-logo-fortytext p {
  margin: 5px 0px;
  font-size: 10px;
  line-height: 1.2;
}

.contactf {
  margin: 20px 0px 0px;
  vertical-align:bottom;
  width: 50%;
}
.contactf a {
	display:block;
	padding:5px 10px 5px 40px;
	color:#fff;
	border-radius:4px;
	text-decoration:none;
	background:#000000 url(../images/mail.png) 10px 50% no-repeat;
}
.contactf a:hover {
	color:#000;
	background:#c5c5c5 url(../images/mail.png) 10px 50% no-repeat;
}

/* -------------------------------------
　contents
------------------------------------- */

.promo-column-input {
  padding: 20px 0px 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
  color:#333;
}

.promo-column-input table {
  border-collapse: collapse;
  width: 100%;
  border-top:1px #d1d1d1 solid;
}

.promo-column-input table.btnarea {
  border-top:none;
}
.promo-column-input table td {
  padding: 15px;
	line-height:24px;
	margin:0;
	padding:12px 15px;
	background:#ffffff;
	border-right:1px #ebebeb solid;
	border-bottom:1px #d1d1d1 solid;
	font-size:14px;
}

.promo-column-input table th {
	width:20em;
	font-weight:normal;
	line-height:24px;
	margin:0;
	padding:12px 15px 0 15px;
	background:#ebebeb;
	border-left:1px #d1d1d1 solid;
	border-bottom:1px #d1d1d1 solid;
	vertical-align:top;
	text-align:left;
	background-image: url(../images/icon.gif);
	background-repeat:no-repeat;
	background-position:235px 14px;
	font-size:16px;
  color: #000;
}

.promo-column-input table th,
.promo-column-input table td {
  padding: 10px;
}

.promo-column-input table.btnarea td {
  border:none;
}

.promo-column-input table th {
  background-color: #eee;
  text-align: left;
  width: 18em;
  font-size: 16px;
}

.promo-column-input table th.iconNo {
	width:200px;
	font-weight:normal;
	background:#ebebeb;
	padding:12px 15px 0 15px;
	border-bottom:1px solid #dfdfde;
	border-right:1px solid #dfdfde;
	vertical-align:top;
	text-align:left;
	background-image:none;
}

.promo-column-input .thema {
  font-size: 16px;
  font-weight: bold;
}

.promo-column-input .sankajoken {
  margin: 5px 0px;
}

.promo-column-input .sankajoken li {
  font-weight: normal;
  margin: 0px 10px 0px 10px;
 list-style: square outside;
}

.promo-column-input .ouboyoko {
  margin: 5px 0px;
}

.promo-column-input .ouboyoko li {
  font-weight: bold;
  margin: 0px 10px 0px 10px;
  list-style: square outside;
}

.promo-column-input .ouboyoko li ul {
  margin: 0 15px 5px 15px;
}

.promo-column-input .ouboyoko li ul li {
  font-weight: normal;
  margin: 0 15px 0 15px;
  list-style: disc outside;
}

#contactTableW {
	margin:0 0 60px 0;
	color:#333;
}
#contactTableW p#txt {
	padding:0 0 10px 0;
}
#contactTableW table {
	width:100%;
	margin:0;
	border-top:1px #d1d1d1 solid;
}
#contactTableW th {
	width:26em;
	font-weight:normal;
	line-height:24px;
	margin:0;
	padding:12px 15px 0 15px;
	background:#ebebeb;
	border-left:1px #d1d1d1 solid;
	border-bottom:1px #d1d1d1 solid;
	vertical-align:top;
	text-align:left;
	background-image: url(../images/icon.gif);
	background-repeat:no-repeat;
	background-position:225px 14px;
	font-size:14px;
}
#contactTableW th.privacyTxt {
	font-size:12px;
	letter-spacing:-0.7px;
}
#contactTableW th.iconNo {
	width:210px;
	font-weight:normal;
	background:#ebebeb;
	padding:12px 15px 0 15px;
	border-bottom:1px solid #dfdfde;
	border-right:1px solid #dfdfde;
	vertical-align:top;
	text-align:left;
	background-image:none;
}
#contactTableW td {
	line-height:24px;
	margin:0;
	padding:12px 15px;
	background:#ffffff;
	border-right:1px #ebebeb solid;
	border-bottom:1px #d1d1d1 solid;
	font-size:14px;
}
#contactTableW td p.conTxt {
	margin:7px 0 0 0;
	padding:0;
}
#contactTableW td p.error {
	margin:7px 0 0 0;
	padding:0;
	color: #eb2e2c;
}
#contactTableW td img.oubo {
	margin:7px 10px;
	padding:0;
	width:150px;
}
.contactW h2,
.contact h2 {
	margin:0;
	padding:10px 15px;
	background:#000000;
	color:#FFF;
	font-size:16px;
	line-height:24px;
}

.contactW select,
.contactW textarea,
.contactW input,
.contact select,
.contact textarea,
.contact input {
	border:1px #d1d1d1 solid;
}
.contactW td.name input,
.contact td.name input {
	margin:0 7px 0 0;
	padding:0 5px;
	height:24px;
	width:150px;
}
.contact td.formday input {
	margin:0 7px 0 0;
	padding:0 5px;
	height:24px;
	width:50px;
}
.contact td.formMoney input {
	margin:0 7px 0 0;
	padding:0 5px;
	height:24px;
	width:150px;
}
.contactW td.formZip input,
.contact td.formZip input {
	margin:0 7px 0 0;
	padding:0 5px;
	height:24px;
	width:100px;
}
.contactW td.fname input,
.contact td.fname input {
	margin:0 7px 0 0;
	padding:0 5px;
	height:30px;
	width:400px;
	border:none;
}
.contactW td.fname img,
.contact td.fname img {
	width:200px;
	border:none;
}

.contactW select.selectForm,
.contact select.selectForm {
	height:24px;
	margin:0 0 10px 0;
	padding:0 5px;
}
.contactW input#stateForm,
.contact input#stateForm {
	margin:0 0 10px 0;
	padding:0 5px;
	height:24px;
	width:480px;
}
.contactW input#stateForm2,
.contact input#stateForm2 {
	margin:0;
	padding:0 5px;
	height:24px;
	width:480px;
}
.contactW td.formMail input,
.contact td.formMail input {
	margin:0;
	padding:0 5px;
	height:24px;
	width:480px;
}
.contactW td.formCar input,
.contact td.formCar input {
	margin:0;
	padding:0 5px;
	height:24px;
	width:280px;
}
.contactW td.service_date1 input,
.contactW td.formTel input,
.contact td.formTel input {
	margin:0 7px 0 0;
	padding:0 5px;
	height:24px;
	width:100px;
}
.contact td.formTtl input {
	margin:0 7px 0 0;
	padding:0 5px;
	height:24px;
	width:480px;
}
.contactW select.selectAmpm ,
.contact select.selectAmpm {
	margin:0 5px 0px 5px;
	padding:0 5px;
	height:24px;
	width:80px;
}
.contactW select.typeForm ,
.contact select.typeForm {
	margin:0;
	padding:0 5px;
	height:30px;
	width:160px;
}
.contact td.formRadio input {
	margin:0;
	padding:0 5px;
	height:auto;
	width:auto;
}
.contact select.model {
	height:24px;
	margin:0;
	padding:0 5px;
}
.contactW td textarea,
.contact td textarea {
	font-size:13px;
	line-height:18px;
	width:95%;
	margin:0;
	padding:3px 5px;
}
.contactW #privacyO,
.contactW #privacyW,
.contact #privacyW {
	margin:0;
	padding:15px 15px 10px 15px;
	background:#fafafa;
	border-right:1px solid #dfdfde;
	border-left:1px solid #dfdfde;
}
.contactW #privacyO p,
.contactW #privacyW p,
.contact #privacyW p {
	margin:0 0 15px 0;
	padding:0;
}
.contactW #formBtn,
.contact #formBtn {
	background:#ffffff;
	height:100px;
	position:relative;
}
.contactW #formBtn input,
.contact #formBtn input {
	font-size:16px;
	height:52px;
	width:320px;
	margin:0;
	padding:0;
	background:#152c5e;
	font-weight:bold;
	color:#ffffff;
	border:none;
	cursor:pointer;
	position:absolute;
	top:24px;
	left:340px;
}
.contactW #formBtn input:hover,
.contact #formBtn input:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
}
.contactW #formBtn input[type="button"],
.contact #formBtn input[type="button"] {
  cursor: pointer;
}
.contactW #formBtn input#back,
.contact #formBtn input#back {
	font-size:16px;
	height:52px;
	width:200px;
	margin:0;
	padding:0;
	background:#152c5e;
	font-weight:bold;
	color:#ffffff;
	border:none;
	cursor:pointer;
	position:absolute;
	top:24px;
	left:290px;
}
.contactW #formBtn input#send,
.contact #formBtn input#send {
	font-size:16px;
	height:52px;
	width:200px;
	margin:0;
	padding:0;
	background:#152c5e;
	font-weight:bold;
	color:#ffffff;
	border:none;
	cursor:pointer;
	position:absolute;
	top:24px;
	left:510px;
}
#contactFinish {
	margin:0 0 40px 0;
}
#contactFinish p {
	padding:0 0 20px 0;
}
#contactFinish p.finishTxt {
	font-size:14px;
	padding:0 0 40px 0;
}

.oubo_state_text {
 width: 560px;
 height: 100px;
 overflow: auto;
 margin: 0px auto 20px;
 border: 1px solid #CCCCCC;
 font-size: 10px;
 text-align: left;
 line-height: 1.1;
}

.kiyaku_state_text {
 height: 100px;
 overflow: auto;
 margin: 0px auto 10px;
 border: 1px solid #CCCCCC;
 font-size: 10px;
 text-align: left;
 line-height: 1.1;
}

.kiyaku_state_text p,
.oubo_state_text p {
 white-space: normal;
}

.kiyaku_state_text ul,
.oubo_state_text ul {
  margin: 5px 0px;
}

.kiyaku_state_text ul li,
.oubo_state_text ul li {
  font-weight: bold;
  list-style: none inside;
}

.kiyaku_state_text ul li ul,
.oubo_state_text ul li ul {
  margin: 0 15px 5px 15px;
}

.kiyaku_state_text ul li ul li ul li ul li,
.oubo_state_text ul li ul li ul li ul li,
.kiyaku_state_text ul li ul li,
.oubo_state_text ul li ul li {
  font-weight: normal;
  margin: 0 15px 0 15px;
  list-style: disc outside;
}

.kiyaku_state_text ul li ul li ul,
.oubo_state_text ul li ul li ul {
  margin: 0px 0px 5px 0px;
}

.kiyaku_state_text ul li ul li ul li,
.oubo_state_text ul li ul li ul li {
  font-weight: normal;
  margin: 0 10px 0 10px;
  list-style: decimal outside;
}

/* media -----------------------------------------------  */

/* ===[ Responsive all mobile sizes ]=== */

@media (max-width: 679px) { 

  header {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }

  .promo-column-input,
  .promo-column-pretext,
  .promo-column-btnr,
  .promo-column-btnl,
  .promo-column-textnew,
  .promo-column {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .promo-column-preimg,

  .promo-column-img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    display: block;
  }

  .nicolelogo,
  .promo-column-input img,
  .promo-column-textnew img,
  .promo-column-lineupimg img,
  .promo-column img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .promo p.ttl_text_lineup {
    font-size: 26px;
    line-height: 1.2;
  }

  .footer-logo-forty,
  .footer-logo-seven {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-logo-fortyimg img,
  .footer-logo-forty img,
  .footer-logo-seven img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-logo-forty {
    padding: 10px 0px 10px;
    border: 1px solid #555555;
  }

  .promo-column-input table {
    display: block;
    width: 100%;
  }

  .promo-column-input table td,
  .promo-column-textnew table td {
    display: block;
    width: 100%;
  }

  .promo-column-input table th.iconNo,
  .promo-column-input table,
  .promo-column-input table th,
  .promo-column-textnew table th {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

#contactTableW {
	margin:0 0 20px 0;
	color:#333;
}
#contactTableW p#txt {
	padding:0 0 10px 0;
}
#contactTableW table {
	width:100%;
	margin:0;
	border-top:1px #d1d1d1 solid;
}
#contactTableW th {
	width:100%;
	font-weight:normal;
	line-height:24px;
	margin:0;
	padding:5px 10px;
	background:#ebebeb;
	border-bottom:1px solid #dfdfde;
	border-right:1px solid #dfdfde;
	border-left:1px solid #dfdfde;
	vertical-align:top;
	text-align:left;
	background-image: url(../contact/img/icon2.gif);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:46px 21px;
	display:block;
	box-sizing: border-box;
}
#contactTableW th.privacyTxt {
	font-size:12px;
	letter-spacing:-0.7px;
}
#contactTableW th.iconNo {
	width:100%;
	font-weight:normal;
	background:#ebebeb;
	padding:5px 10px;
	border-bottom:1px solid #dfdfde;
	border-right:1px solid #dfdfde;
	border-left:1px solid #dfdfde;
	vertical-align:top;
	text-align:left;
	background-image:none;
	box-sizing: border-box;
}
#contactTableW td {
	line-height:24px;
	margin:0;
	padding:10px 10px;
	background:#ffffff;
	border-bottom:1px solid #dfdfde;
	border-right:1px solid #dfdfde;
	border-left:1px solid #dfdfde;
	display:block;
	box-sizing: border-box;
}
.contact td input {
	font-size:16px;
}
.contactW td.name input,
.contact td.name input {
	margin:0 7px 0 0;
	padding:0 5px;
	height:24px;
	width:100px;
}
.contactW td.formZip input,
.contact td.formZip input {
	margin:0 7px 0 0;
	padding:0 5px;
	height:24px;
	width:100px;
}
.contactW td.fname input,
.contactW td.fname input#afile {
	margin:5px 0px;
	padding:0px 0px;
	height:30px;
	width:100%;
	max-width:100%;
}
.contactW td.formTtl input,
.contactW td.formMail input,
.contact td.formMail input {
	margin:0;
	padding:0 5px;
	height:24px;
	width:100%;
	max-width:100%;
}
.contactW input#stateForm,
.contact input#stateForm {
	margin:0 0 10px 0;
	padding:0 5px;
	height:24px;
	width:100%;
	max-width:100%;
}
.contactW input#stateForm2,
.contact input#stateForm2 {
	margin:0;
	padding:0 5px;
	height:24px;
	width:100%;
	max-width:100%;
}
.contact td.formCar input {
	margin:0;
	padding:0 5px;
	height:24px;
	width:250px;
	max-width:100%;
}
.contactW td textarea,
.contact td textarea {
	font-size:13px;
	line-height:18px;
	width:100%;
	height:80px;
	max-width:100%;
	margin:0;
	padding:3px 5px;
	vertical-align:bottom;
}
.contact td p.conTxt {
	margin:7px 10px;
	padding:10px;
    width: 90%;
	max-width:100%;
}
#contactTableW td p.error {
	margin:7px 0 0 0;
	padding:0;
	color: #eb2e2c;
}
.contactW #privacyO,
.contactW #privacyW {
	margin:0;
	padding:0 5px;
	width:100%;
	max-width:100%;
}

.oubo_state_text,
.kiyaku_state_text {
	margin:10px 0px;
	padding:0 5px;
	width:100%;
	max-width:100%;
}

.contactW #formBtn,
.contact #formBtn {
	height:auto;
	padding:10px 0;
	position:static;
	text-align:center;
}
.contactW #formBtn input,
.contact #formBtn input {
	font-size:16px;
	height:40px;
	width:200px;
	margin:0;
	padding:0;
	background:#000000;
	font-weight:bold;
	color:#ffffff;
	border:none;
	cursor:pointer;
	position:static;;
	top:24px;
	left:340px;
	-webkit-appearance: none;
	border-radius: 0;
}
.contactW #formBtn input:hover,
.contact #formBtn input:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.contactW #formBtn input#back,
.contact #formBtn input#back {
	font-size:16px;
	height:40px;
	width:100px;
	margin:0 20px 0 0;
	padding:0;
	background:#000000;
	font-weight:bold;
	color:#ffffff;
	border:none;
	cursor:pointer;
	position:static;;
	top:24px;
	left:290px;
}
.contactW #formBtn input#send,
.contact #formBtn input#send {
	font-size:16px;
	height:40px;
	width:100px;
	margin:0;
	padding:0;
	background:#000000;
	font-weight:bold;
	color:#ffffff;
	border:none;
	cursor:pointer;
	position:static;;
	top:24px;
	left:510px;
}
#contactFinish {
	margin:0;
}

.contactf {
  width: 80%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.promo-column-textnew .sankajoken li,
.promo-column-textnew .ouboyoko li {
    text-align: left;
}

.promo-column {
  height: auto;
  clear: both;
  position:static;
    float: none;
  clear: right;
}
.promo-column img.im,
.promo-column p,
.cntct {
  clear: right;
  clear: both;
  position:static;
}

.cntsp {
  display:none;
}
.cntct:before,
.cntct:after {
  clear: both;
  clear: right;
}

}





/* ===[ Responsive just mobile portrait ]=== */

@media (max-width: 479px) { 

  .promo-column-btnr,
  .promo-column-btnl,
  .footer-logo-forty,
  .footer-logo-seven,
  .promo-column-textlineup,
  .promo-column-input,
  .promo-column-textnew,
  .promo-column-text {
    float: none;
  }

  .footer,
  .promo-column {
    text-align: center;
    float: none;
  }

  .promo-column-lineupimg,
  .promo-column-img {
      float: none;
  }

  .promo p.ttl_text_lineup {
    font-size: 18px;
    line-height: 1.2;
  }

  .ttl_text_lineup img.tokubetuimg {
    margin: 0px 2px 0px 2px;
    width: 20px;
  }

  .ttl_text_lineup img.ecoimg {
    margin: 0px 2px 0px 2px;
    width: 20px;
  }

  .footer-logo-forty img,
  .footer-logo-seven img,
  .promo-column-text img.kakakueco,
  .promo-column-textnew img.kakakueco,
  .promo-column-text img.kakakuimg,
  .promo-column-textnew img.kakakuimg,
  .promo-column-textlineup ul.model_lineup li {
    float: none;
    width: auto;
  }

  .footer ul.footer-column-nicole {
    flex-direction: column;
    align-items: center;
  }

  .footer ul.footer-column-nicole li {
    float: none;
    width: auto;
    max-width: 100%;
  }

  .contactW td.fname img {
    float: none;
    width: 80%;
    max-width: 100%;
    display: block;
    text-align: left;
    margin: 10px 5px;
  }

  .footermark-im {
    display: none;
  }

  .footermark-im img {
    display: none;
  }

  img.seven {
    max-width: 45px;
  }

  img.twentyone {
    max-width: 148px;
  }

  img.forty {
    max-width: 60px;
    padding: 0 5px;
  }

  .footer-logo-fortytext {
    padding: 0px;
    margin: 5px 5px;
  }

    .footer-logo-forty {
      padding: 0px 0px 0px;
      border: 1px solid #555555;
    }

  .promo p,
  .promo-column-input table td.fname,
  .promo-column-input table td.name,
  .promo-column-input table td.formZip,
  .promo-column-input table td p,
  .promo-column-input table td {
    display: block;
    width: 100%;
    max-width: 100%;
    word-break: break-all;
    text-align: left;
  }
  .promo-column-input table th {
    display: block;
    width: auto;
    max-width: 100%;
    text-align: left;
  }

.contact td p.conTxt {
	margin:7px 10px;
    word-break: break-all;
	padding:10px;
    width: 100%;
    max-width: 100%;
}












}

/* ===[ Responsive just mobile portrait ]=== */

@media (max-width: 279px) { 
  header .buttons-wrapper .button.button-stripe {
    margin-left: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { 
  .comments .tab-prev,
  .comments .tab-next,
  .button-download:after,
  .comments .tab-prev,
  .comments .tab-next,
  .button-download:after {
      -moz-background-size: 200px 50px;
      -webkit-background-size: 200px 50px;
      -o-background-size: 200px 50px;
      background-size: 200px 50px;
  }
}
