@charset "utf-8";

/* Form
============================================== */
form {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
}
form p {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 5px;
}
form.jp p {
    font-size: 12px;
}
form table {
    width: 100%;
}
form table tr th,
form table tr td {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 15px;
}
form table tr th {
    width: 30%;
    background: #283c51;
    color: #f0f0f0;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
}
form table tr td {
    background: #f0f0f0;
    color: #666;
    text-align: left;
    padding: 15px 0 15px 0;
}
form.jp table tr th,
form.jp table tr td {
    font-size: 12px;
}
form table tr td.last {
    border-bottom: none;
}
form table tr td input[type="text"],
form table tr td input[type="email"],
form table tr td input[type="tel"] {
	color: #666;
	font-size: 16px;
    width: 94%;
    height: 50px;
    border: 1px solid #283c51;
    border-radius: 0;
    -moz--border-radius: 0;
    -webkit-border-radius: 0;
    outline:none;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-appearance: none;
    display: block;
    margin: 0 auto 0;
    padding: 5px;
}
form.jp table tr td input[type="text"],
form.jp table tr td input[type="email"],
form.jp table tr td input[type="tel"] {
    font-size: 14px;
}
form table tr td textarea {
	color: #666;
	font-size: 16px;
    width: 94%;
    height: 200px;
    border: 1px solid #283c51;
    border-radius: 0;
    -moz--border-radius: 0;
    -webkit-border-radius: 0;
    outline:none;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-appearance: none;
    display: block;
    margin: 0 auto 0;
    padding: 5px;
}
form.jp table tr td textarea {
    font-size: 14px;
}
form table tr td input[type="text"]:focus,
form table tr td input[type="email"]:focus,
form table tr td input[type="tel"]:focus,
form table tr td textarea:focus {
    border: 1px solid #e75854;
}
form table tr td input .placeholder {
    color: #aaa;
}


/* Confirm
============================================== */
#confirm {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #444444 51%, #444444 100%);
}
#confirm table tr td {
    padding: 15px;
    border-bottom: 1px solid #283c51;
}
#confirm table tr td.first {
    background: #fff;
    border-bottom: none;
    padding: 0 0 10px 0;
}
#confirm table tr td.first p span {
    font-size: 16px;
    display: block;
    padding-top: 6px;
}
#confirm .jp table tr td.first p span {
    font-size: 14px;
}
#confirm table tr td.button {
    border-bottom: none;
    padding: 30px 0 0;
}
#confirm table tr th.last,
#confirm table tr td.last {
    border-bottom: none;
}
#confirm table tr td #error {
    font-size: 14px;
    margin: 0 auto 0px;
}
#confirm .jp table tr td #error {
    font-size: 12px;
}
#confirm table tr td #error ul li {
    color: #fff;
    background: #e75854;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding: 10px 15px 10px 15px;
    margin-bottom: 10px;
}
#confirm table tr td #error ul li:last-child {
    margin-bottom: 0;
}


/* Send
============================================== */
#send {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #444444 51%, #444444 100%);
}
#send table {
    width: 100%;
}
#send table tr td {
    display: block;
    margin: 0 auto 30px;
    padding: 0 10px 0 10px;
}
#send table tr td.images {
    max-width: 596px;
}


/* Buttons
============================================== */
form .button,
#send .button {
    background: #fff;
    text-align: center;
    padding: 30px 0 0;
}
#send .button {
    padding: 0;
}
form .button .btn,
#send .button .btn {
	text-indent: -9999px;
    width: 20%;
    height: 34px;
    border: none;
    border-radius: 4px;
    -moz--border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}
form .button .btn:hover,
#send .button .btn:hover {
	opacity: 0.8;
}
#form1 .button .btn.next {
	background: #5bc0de url(/img/mailform/next_jp.png) center center no-repeat;
	background-size: 53px 15px;
}
#form2 .button .btn.next {
    background: #5bc0de url(/img/mailform/next_en.png) center center no-repeat;
    background-size: 59px 15px;
}
#form1 .button .btn.back {
	background: #999 url(/img/mailform/back_jp.png) center center no-repeat;
	background-size: 52px 15px;
}
#form2 .button .btn.back {
    background: #999 url(/img/mailform/back_en.png) center center no-repeat;
    background-size: 61px 15px;
}
#form1 .button .btn.submit {
	background: #5bc0de url(/img/mailform/submit_jp.png) center center no-repeat;
	background-size: 52px 15px;
}
#form2 .button .btn.submit {
    background: #5bc0de url(/img/mailform/submit_en.png) center center no-repeat;
    background-size: 78px 15px;
}
#send .button .btn.top {
	background: #008001 url(/img/mailform/home.png) center center no-repeat;
	background-size: 69px 15px;
}
#send .button .btn.again {
	background: #fe0000 url(/img/mailform/again.png) center center no-repeat;
	background-size: 65px 15px;
}
.button_change {
    font-size: 12px;
    text-align: right;
    margin-bottom: 30px;
}
.button_change a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #444;
    border-radius: 4px;
    -moz--border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    padding: 10px;
}
.button_change a:hover {
    color: #ccc;
}


/* Validator
============================================== */
label.error {
	color: #f9f6e5;
	font-size: 12px;
	font-weight: bold; 
    line-height: 30px;
    width: 94%;
	height: 30px;
    background: #e75854;
    text-align: center;
    display :block;
    position: relative;
    margin: -12px 0 12px 3%;
}
.jp label.error {
    font-size: 11px;
}
label.error:after { 
    bottom: 100%; 
    left: 50%; 
    border: solid transparent; content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(240, 77, 91, 0); 
    border-bottom-color: #e75854; 
    border-width: 8px; 
    margin-left: -8px;
}


/* Progress Bar
============================================== */
#progress-bar-wrap {
  min-height: 20px;
  display: none;
  margin-bottom: 0;
}
#progress-bar-wrap .encouragement {
    display: none;
}
#progress-bar-wrap .close:before {
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#progress-bar-wrap span {
    line-height: 1.75em;
}
#progress-bar-wrap.collapsed h4 {
  font-size: 14px;
  color: #999999;
}
#progress-bar-wrap.collapsed .encouragement {
    display: none;
}
#progress-bar-wrap.collapsed .progress {
    display: none;
}
#progress-bar-wrap.collapsed .close:before {
  content: "\f0d8";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: .75em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Progress Bar My Adjustment
---------------------------------------------- */
.container {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1058px;
}
.navbar-default {
    background-color: #444;
    border-color: #444;
}
.navbar-fixed-bottom {
    border-width: 0;
}
#progress-bar-wrap {
    padding-top: 20px;
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.close {
    display: none;
}

/*  Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) { /* 767px以下用 */
    form table tr th,
    form table tr td {
        display: block;
    }
    form table tr th {
        width: auto;
        border-bottom: none;
        padding: 5px 10px 5px 10px;
    }
    form table tr td {
        padding: 15px 10px 15px 10px;
    }
    form table tr td.last {
        padding-bottom: 20px;
    }
    form table tr td input[type="text"],
    form table tr td input[type="email"],
    form table tr td input[type="tel"] {
        width: 100%;
        height: 40px;
    }
    form table tr td textarea {
        width: 100%;
    }
    #confirm table tr th {
        border-bottom: none;
        padding: 5px 10px 5px 10px;
    }
    #confirm table tr td {
        padding: 15px 10px 15px 10px;
        border-bottom: none;
    }
    #confirm table tr td.last {
        padding-bottom: 20px;
    }
    form .button .btn,
    #send .button .btn {
        width: 100%;
        margin: 0;
    }
    #send .button {
        margin: 0 10px 30px 10px;
    }
    #confirm .button .btn {
        width: 47.6%;
    }
    #confirm .button .btn.back {
        margin-right: 5px;
    }
    #confirm .button .btn.submit {
        margin-left: 5px;
    }
    form .button .btn:hover,
    #send .button .btn:hover {
        opacity: 1.0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    .button_change {
        text-align: center;
        margin: 0 10px 30px 10px;
    }
    .button_change a {
        width: 100%;
        height: 34px;
        line-height: 34px;
        margin: 0;
        padding: 0;
    }
    .button_change a:hover {
        color: #fff;
    }
    label.error {
        width: auto;
        margin: -12px 0 12px 0;
    }
}

/* Font Awesome
---------------------------------------------- */
#form1 i.fa.fa-asterisk,
#form2 i.fa.fa-asterisk {
    color: #e75854;
    font-size: 10px;
    font-weight: normal;
    padding-right: 5px;
}
#form1 i.fa.fa-asterisk.right,
#form2 i.fa.fa-asterisk.right {
    padding-left: 5px;
}
#confirm i.fa.fa-check {
    color: #008001;
    font-size: 28px;
    float: left;
    padding-right: 5px;
}
#confirm i.fa.fa-times {
    color: #e75854;
    font-size: 28px;
    float: left;
    padding-right: 5px;
}
.button_change a i {
    padding-right: 5px;
}