@charset "UTF-8";

html {
    font-size: 62.5%;
    width:100%;
  height: 100%;
}

.sp {display:none !important;}

body {
    /*font-weight: 500;*/
    font-weight: normal;
    font-size:62.5%; /* 16px -> 10px */
    line-height: 1.6;
    letter-spacing: 0;
    /*font-feature-settings: "pwid" 1;*/
    /*font-feature-settings: "palt";*/

    width:100%;
    height: 100%;
}

/*
XXXXXX
*/


/*
common
*/




/*
 header
 */

body {
    padding: 0;
    margin: 0;
    background-color: #f0f0f0;
}
#all_wrap {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 4px #cccccc;
    padding: 20px 0px 38px;
}
#all_wrap #logo {
    margin-bottom: 15px;
    padding-bottom: 8px;
}
#all_wrap #logo p.txt {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
}
#all_wrap #logo img.logo {
    display: block;
    margin: 4px auto 0 auto;
    width: 320px;
}
div.main_visual span.wrap {
    background-color: navy;
    color: #fff;
    font-size: 20px;
    padding: 4px 9px;
    font-weight: normal;
}
div.main_visual {
    position: relative;
    width: 100%;
    height:241px;
    overflow: hidden;
    background: url("/shared/images/free_registration/mv-14a6c3b6002e9fda09fd117b673469ec.png") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}
div.main_visual img {
    width: 100%;
    height: auto;
    display: none;
}
div.main_visual div.ttl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255,255,255,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    width: 402px;
    height: 122px;
    margin: auto;
}
div.main_visual div.ttl span.ttl {
    padding-top: 31px;
    font-size: 22px;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #000000 !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
div.wrap_pd {
    padding: 30px 30px;
}

ul.language {
    margin-top: 20px;
    margin-bottom: 25px;
    overflow: hidden;
}
ul.language li:last-child {
    margin-right: 0;
}
ul.language li {
    display: inline-block;
    margin-right: 20px;
}
ul.language li a {
    color: #0b3fda;
    font-size: 14px;
    text-decoration: none;
}

table.form {
    width: 72%;
    margin: 0 auto;
}
table.form tr {

}
table.form tr th {
    background-color: #1c2c5f;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
table.form tr td {
   color: #181818;
   font-size: 14px;
}
body.free_registration_confirm table.form tr td {
   background-color: #fbfbfb;
}
table.form tr th,
table.form tr td {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
table.form tr td input, table.form tr td textarea {
    width: auto;
    line-height: 1.6;
    font-size: 16px;
    padding: 2px 4px 2px 9px;
    border-radius: 4px;
    /* box-shadow: 3px 2px 2px #f0f0f0 inset; */
    border: 1px solid #ccc;
}
table.form tr td select {
    width: auto;
    line-height: 1.6;
    font-size: 16px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    /* box-shadow: 3px 2px 2px #f0f0f0 inset; */
    border: 1px solid #ccc;
}

table.form tr td input.size_M, table.form tr td textarea.size_M, table.form tr td select.size_M {
    width: 350px;
}
table.form tr td input.size_S {

}
table.form tr td input.size_L {

}
table.form tr td input.size_100,
table.form tr td select.size_100 {
	width: 100%;
	border-radius: 5px !important;
}
table.form tr td input:-ms-input-placeholder, table.form tr td textarea:-ms-input-placeholder {
	color:#aaaaaa;
}
table.form tr td input::placeholder, table.form tr td textarea::placeholder {
	color:#aaaaaa;
}
table.form tr td input::-moz-placeholder, table.form tr td textarea::-moz-placeholder {
	color:#aaaaaa;
}
table.form tr td input::-webkit-input-placeholder, table.form tr td textarea::-webkit-input-placeholder {
	color:#aaaaaa;
}
div.submit_form {
    border: 4px solid #4a577f;
    border-radius: 10px;
    width: 450px;
    margin: 40px auto 0 auto;
    width: 640px;
    padding: 20px;
    width: 600px;

}
div.submit_form p {
    font-size: 15px;
}
div.submit_form p a {
    color: #0b3fda;
    font-size: 14px;
    text-decoration: underline;
}
div.submit_form p input {

}
div.submit_form p label {
    margin-left: 4px;
}


p.notice {
    font-size: 14px;
    width: 650px;
    margin: 0 auto;
}

div.btn_area {
    text-align: center;
}

div.btn_area {

margin-bottom: 9px;
}
div.btn_area button:last-child {
    margin-right: 0;
}
div.btn_area button {
    display: inline-block;
    margin-right: 30px;


}
div.btn_area button i {
    color: #fff;
    text-align: left;
}
div.btn_area button span.txt {
    text-align: center;
    color: #fff;
}
div.btn_area button {
    padding: 7px 19px 6px;
    cursor: pointer;
    font-size: 15px;
    background-color: #1c2c5f;
    /*background-color: #3562b0;*/
    color: #fff;
    border-style: none;
  border-radius : 5px;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
        transition: 0.2s;
}
div.btn_area button:hover {
    /*background-color: #3498db;*/
    background-color: #416aca;
}

div.description {
    width: 72%;
}

div.description .title {
    font-size: 22px;
}

div.description .txt {
    font-size: 17px;
    padding: 20px;
}