@charset "UTF-8";

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


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: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 4px #cccccc;
    padding: 7px 0px 28px;
}
#all_wrap #logo {
    margin-bottom: 0px;
    padding-bottom: 8px;
}
#all_wrap #logo p.txt {
    font-size: 10px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
    display: none;
}
#all_wrap #logo img.logo {
display: block;
    margin: 4px auto 0 auto;
    width: 70%;
    height: auto;
    width: 280px;
}
div.main_visual span.wrap {
    background-color: navy;
    color: #fff;
    font-size: 16px;
    padding: 4px 9px;
    font-weight: normal;
    margin-bottom: 5px;
    display: inline-block;
}
div.main_visual {
    position: relative;
    width: 100%;
    height:150px;
    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: 25%;
    left: 14%;
    width: 71%;
    right: 24%;
    z-index: 3;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
}
div.main_visual div.ttl span.ttl {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
    font-weight: bold;
    /* line-height: 1.3; */
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #000000;
    /* border: 1px solid rgba(255, 255, 255, 0.6); */
}
div.main_visual div.ttl span.ttl br {

}
div.wrap_pd {
    padding: 21px 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: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
table.form tr {

}
table.form tr th {
    background-color: #1c2c5f;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}
table.form tr td {
   width: 70%;
   color: #181818;
   font-size: 13px;
}
body.free_registration_confirm table.form tr td {
   background-color: #fbfbfb;
}
table.form tr th,
table.form tr td {
    border: 1px solid #ccc;
    padding: 6px 6px;
}
table.form tr td input, table.form tr td textarea {
    width: auto;
    line-height: 1.6;
    font-size: 14px;
    padding: 2px 4px 2px 9px;
    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 {
    width: 91%;
    padding-top: 2%;
    margin: 2% 0;
}
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;
}

div.submit_form {
    border: 4px solid #4a577f;
    border-radius: 10px;
    margin: 30px auto 0 auto;
    padding: 20px;
    width: 88%;

}
div.submit_form p {
    font-size: 13px;
}
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;
}
p.notice br{
    display: none;
}
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 12px 6px;
    cursor: pointer;
    font-size: 13px;
    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: 100%;
}

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

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