
/*
body {
    background: #f7f6f1;
    color: #333333;
    font-family: 'Lucida Grande', Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
}
*/
/*
body > div:first-child {
    background-color: #8dc21f;
}
*/



p.text-center.privacy {
    margin: 20px 0 80px;
}

a.privacy_link {
    padding-bottom: 4px;
    color: #E0365D;
    border-bottom: 1px solid;
}

body > div:nth-child(2) {
    box-shadow: 0 1px 1px 0 rgba(5, 0, 1, 0.2);
    background: #fff;
    margin-bottom: 50px;
}
body > div:nth-child(3) {
    width: 760px;
/*
    padding-right: 15px;
    padding-left: 15px;
*/
    margin-right: auto;
    margin-left: auto;
}
body > div > h1 {
    color: #fff;
    font-size: 29px;
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    height: 65px;
    line-height: 65px;
}
body > div > h2 {
    font-size: 20px;
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}
body > div h2 + p {
    margin-bottom: 20px;
}

form {
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 50px;
}
form h1 {
    letter-spacing: 2.1px;
    margin: 100px 0;
    font-size: 22px;
    font-weight: 700;
    color: #11518F;
	text-align: center;
}

body > div:nth-child(3) > div {
/*    border: solid 1px #ddd;*/
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
/*    border-radius: 5px;*/
    background-color: #F5F5F9;
	margin-bottom: 150px;
}
body > div:nth-child(3) > div > h1 {
    letter-spacing: 0.1em;
    margin: 0 0 30px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #0A0A0A;
    padding-left: 0;
	text-align: center;
}
form > div {
    border-radius: 3px;
    background-color: #F5F5F9;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 20px;
}

form > div:last-child {
    background-color: #fff;
    margin: 0 auto 150px;
    padding: 0;
	text-align: center;
}


form > div > div {
    border-radius: 3px;
    padding: 10px 20px;
}
form > div > div > p {
    width: 405px;
    float: left;
    margin: 0 15px;
	color: #0A0A0A;
}

form > div > div:before, form > div > div:after {
    display: table;
    content: " ";
    clear: both;
}
form > div input[type=text], form > div input[type=email], form > div textarea, form > div select {
    display: block;
    min-width: 405px;
    max-width: 405px;
    float: right;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ccc;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0 15px;
}
form > div textarea {
    height: auto;
}
input[type=radio] {
    margin-left: 25px;
    margin-top: 8px;

}
body > div label {
    margin-bottom: 0;
    text-align: right;
	width: 150px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

body > div label span {
    color: #fff;
    background: #E0365D;
    display: inline-block;
    padding: 2px 5px;
    font-size: 10px;
    font-size: 1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 0px;
    top: 19px;
}
.container label + div {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

button {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
/*    border-radius: 4px;*/
    margin: 0 auto;
}

button:hover {
	background-color: #E0365D;
/*
    background: #00b0da;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00a1d0), color-stop(0, #00bedf));
    background: -webkit-linear-gradient(#00bedf, #00a1d0);
*/
}

.contact_input_btn{
    margin-bottom: 150px;
}


/*
button {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
*/

body > div > a > button {
    margin-left: 0;
    margin: 0 auto;
    display: block;
}
a + button {
    margin-left: 20px
}
a {
    text-decoration: none;
}
a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
input::-webkit-input-placeholder {
    color:   #777;
}

button {
    padding: 10px 13px 11px;
	font-size: 1.6rem;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
/*    border: 1px solid #0093c9;*/
    color: #ffffff;
    background: #11518F;
	letter-spacing: 0.1em;
/*    box-shadow: 0px 1px 1px rgba(0,0,0,0.28),inset 0px 2px 0px -1px #10a4d2;*/
}

input[type=button] {
    padding: 10px 13px 11px;
    font-size: 1.6rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
/*    border-radius: 4px;*/
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #0A0A0A;
    background: #fff;
/*
    text-shadow: 0px 1px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28);

    margin-left: 180px;
    margin-right: 25px;
*/
}



input[type=button]:hover{
	opacity: 0.5;
}

input[type=button] + button {
    display: inline-block;
}
input + div, select + div, textarea + div {
    float: right;
    width: 420px;
    color: red;
    margin-bottom: -10px;
}
.error-form {
    border-color: #fb9a93 !important;
}



.contact_text{
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

.contact_thanks_text{
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin:0 auto 40px;
	text-align: center;
}

::placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}