@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: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 4px #cccccc;
    padding: 20px 0px 17px;
}
#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: 16px;
    padding: 4px 9px;
    font-weight: normal;
    margin-bottom: 5px;
    display: inline-block;
}
div.main_visual {
    position: relative;
    width: 100%;
    height:200px;
    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: 19%;
    left: 24%;
    width: 51%;
    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: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    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: 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: 84%;
    margin: 0 auto;
}
table.form tr {

}
table.form tr th {
    background-color: #1c2c5f;
    color: #fff;
    font-size: 15px;
    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: 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 input.size_M, table.form tr td textarea.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;
}

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

}
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;
    margin: 0 auto;
    width: 84%;
}
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;
}

@media (max-width:991px) {
    div.description .txt {
        padding: 20px 85px!important;
    }
}

@media (max-width:900px) {
    div.description .txt {
        padding: 20px 55px!important;
    }
}

@media (max-width:830px) {
    div.description .txt {
        padding: 20px 22px!important;
    }
}

@media (max-width:760px) {
    div.description {
        width: 100%!important;
    }
    div.description .title {
        font-size: 18px!important;
    }
    div.description .txt {
        font-size: 15px!important;
        padding: 20px 12px!important;
    }
}
div.description {
    width: 90%;
}

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

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