body {
    background-color: rgba(244, 243, 243, 1);
}
* {
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif
}
header {
    padding-top: 54px;
    padding-bottom: 60px;
}
header > .logo_wrapper {
    width: min(100%, 1414px);
    margin: 0 auto;
}
header > .logo_wrapper > img {
    width: 178px;
    height: 53px;
}
/*━━━━━━━━━━ sec010 */
.sec_010_content{
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    padding: 50px 19px;
    margin: 0 auto;
    background-color: #FFF;
    text-align: center;
}
.sec_010_content h2{
    margin: 0;
    font-size: 39px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #193693;
    font-weight: 600;
}
form {
    text-align: left;
    width: min(100%, 535px);
}
form p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #181717;
    font-weight: 500;
}
form dt:not(:first-child){
    margin-top: 39px;
    margin-bottom: 7px;
}
form dd{
    margin: 0;
    width: 100%;
}
form dd.name_inputs{
    display: flex;
    gap: 0 8px;
    margin-left: 0;
}
form dd.name_inputs > div{
    width: calc(50% - 4px);
    flex-shrink: 1;
}
form dd.name_inputs > div > p {
    margin-top: 6px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
form dd.name_inputs > div > input {
    width: 100%;
}
form dt.hissu {
    display: flex;
    align-items: center;
    gap: 0 7px;
}
form dt.hissu::before {
    width: 35px;
    height: 21px;
    content: url("../images/resk/icon_form_hissu.svg");
}
form input,
form textarea {
    box-sizing: border-box;
    background: #E4EDF8;
    border: none;
    padding: 0px 10px;
    width: 100%;
}
form input {
    height: 50px;
}
form textarea {
    min-height: 232px;
    max-height: 232px;
}
form input.invalid {
    background: #F2D8D4;
    border: 2px solid #D7170A;
}
form .variable_error_msg{
    color: #D7170A;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 31px;
    visibility: hidden;
}
form input.invalid ~ .variable_error_msg{
    visibility: visible;
}
form .privacy_policy {
    margin-top: 43px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}
form #download_btn {
    display: block;
    width: 400px;
    height: 74px;
    margin: 0 auto;
    border: none;
    border-radius: 37px;
    background: url('../images/resk/btn_soudan.png') no-repeat;
    background-position: top center;
    cursor: pointer;
    box-shadow: 5px 12px 20px 0px rgba(189, 198, 228, 0.74);
}
form #download_btn:disabled {
    background: url('../images/resk/btn_soudan_disabled.png') no-repeat;
    cursor: not-allowed;
}
form #download_btn:hover {
    opacity: .6;
}
.isms {
    padding: 0 50px;
    margin-bottom: 40px;
    text-align: left;
}
.isms > p {
    font-size: 16px;
}
.isms_description_text > p {
    font-size: 16px;
}
.isms_description_text > p:last-child {
    font-size: 13px;
}
.isms_description {
    display: flex;
    justify-content: space-between;
}
.isms_description_text {
    width: calc(100% - 202px);
}
.isms_description img {
    width: 152px;
    height: 84px;
}
.sec_010_download_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px;
}
.footer{
    height: 217px;
    background-color: #193693;
    color: #FFF;
    margin: 20px auto;
    font-size: 16px;
}
.footer a:link,.footer a:active,.footer a:visited{
    color: #FFF;
    text-decoration: none;
    
}
.footer ul li{
    list-style: none;
}
.footer__path {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1078px;
    position: relative;
    z-index: 10;
    padding: 8px 0;
    top: 30px;
}
.footer__path li {
    height: 28px;
}
.footer__path li a {
    font-size: 0;
    color: #999;
    transition: color 0.2s ease;
}
.footer__path li a img {
    height: 52px;
    width: 267px;
}
.footer__path li:nth-of-type(1) ~ li {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 78px;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.footer__path li:nth-of-type(1) ~ li a,
.footer__path li:nth-of-type(1) ~ li strong {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    position: relative;
}
.footer__path li:nth-of-type(1) ~ li a:after,
.footer__path li:nth-of-type(1) ~ li a:before,
.footer__path li:nth-of-type(1) ~ li strong:after,
.footer__path li:nth-of-type(1) ~ li strong:before {
    background: #999;
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: background .2s ease;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 10px;
}
.footer__path li:nth-of-type(1) ~ li a:after,
.footer__path li:nth-of-type(1) ~ li strong:after {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.footer__path li:nth-of-type(1) ~ li strong {
    color: #fff;
}
.footer__path li:nth-of-type(1) ~ li a:hover:after,
.footer__path li:nth-of-type(1) ~ li a:hover:before {
    background: #fff;
}
.footer__path li:nth-of-type(1) ~ li a:active:after,
.footer__path li:nth-of-type(1) ~ li a:active:before {
    background: #999;
}
.footer__path--top {
    /*margin-bottom: -75px;*/
}
.footer__path--top li a img {
    position: static !important;
}
.footer__sitenav {
    font-size: 0;
    height: 24px;
    margin: 0 auto;
    max-width: 1078px;
    text-align: center;
    text-align: right;
}
.footer__sitenav img {
    height: 17px;
}
.footer__sitenav li {
    display: inline-block;
    font-size: 12px;
    margin: 0 16px 0 0;
}
.footer__sitenav a {
    color: #999;
    transition: color 0.2s ease;
    position: relative;
    z-index: 1;
}
.footer__sitenav a:hover {
    color: #fff;
}
.footer__sitenav a:active {
    color: #999;
}
.footer__copyright {
    color: #FFF;
    display: block;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    margin: 0 auto 0;
    max-width: 1078px;
    text-align: center;
    position: relative;
    top: 70px;
    z-index: 11;
}
.footer__copyright a {
    color: #666;
}
.footer__copyright a:hover {
    color: #fff;
}
.footer__copyright br {
    line-height: 1em;
}
.sp{
    display: none;
}
@media screen and (max-width: 767px) {
.pc{
    display: none;
}
body{
    background: #F4F3F3;
    width: 100%;
    margin: 0;
}
header {
    padding-top: 4px;
    padding-bottom: 10px;
}
    
.sec_010_content{
    width: 90%;
    }

form #download_btn {
    width: 300px;
    height: 51px;
    background: url('../images/resk/btn_soudan_sp.png') no-repeat;
}
form #download_btn:disabled {
    background: url('../images/resk/btn_soudan_disabled_sp.png') no-repeat;
}
.sec_010_content h2{
    font-size: 24px;
}
form dd.name_inputs > div > p {
    font-size: 12px;
}
.isms_description {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
}
form .privacy_policy {
    font-size: 14px;
}
.isms > p {
    font-size: 14px;
}
.isms_description_text > p {
    font-size: 14px;
}
.isms_description_text > p:last-child {
    font-size: 12px;
}
.isms_description_text {
  width: 100%;
}
.footer {
    height: 160px;
    margin: 0;
}
.footer__path {
    justify-content: center;
    padding: 0;
    height: 29px;
}
.footer__path li a img {
    width: 149px;
    height: 29px;
}
.footer__sitenav {
    margin-top: 50px;
    padding-left: 0;
    text-align: center;
}
.footer__copyright {
    font-size: 10px;
    bottom: 0;
}
}