<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


body {
	overflow-y: scroll; /* あってもなくてもどちらでも可 */
}

div#confirm_field {
	margin-top: 64px;
}

div#confirm_field {
	display: none;
}

div#confirm_field .kv h2{
    padding-top: 40px;
    max-width: 980px;
    margin: 0px auto 25px;
    font-family: 'Abel', sans-serif;
    color: #3eb5e5;
    font-size: 78px;
    line-height: 1;
}

div#confirm_field .kv h2 span{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #414141;
    font-size: 18px;
    position: relative;
    top: -10px;
    margin-left: 20px;
}

div#confirm_field .kv p{
    max-width: 980px;
    margin: 0 auto;
}


div#confirm_field dl {
	display: flex;
    align-items: stretch;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 60px auto 0;
}

div#confirm_field dl dt {
	width: 235px;
    font-weight: 700;
    padding: 20px 35px;
    border-top: 1px dashed #9ea8b6;
}

div#confirm_field dl dt:first-child {
    border-top: none;
}

div#confirm_field dl dd {
	width: calc(100% - 235px);
    padding: 20px 35px;
    border-top: 1px dashed #9ea8b6;
}

div#confirm_field dl dd:nth-child(2) {
    border-top: none;
}
/*
div#confirm_field .submitarea{
    max-width: 450;
    margin: 130px auto 130px;
    display: flex;
    justify-content: space-between;
}

div#confirm_field p#confirm_submit {
	width: 200px;
    position: relative;
}

div#confirm_field p#confirm_cancel {
	width: 200px;
    position: relative;
}

div#confirm_field p#confirm_submit:before,
div#confirm_field p#confirm_submit:after{
    position: absolute;
    content: "";
}
div#confirm_field p#confirm_submit:before,
div#confirm_field p#confirm_cancel:before{
     width: 30px;
     right: 20px;
     border-bottom: 1px solid #fff;
     top: 50%;
     margin-top: 2px;
}


div#confirm_field input[type="button"] {
	-webkit-appearance: none;
}

div#confirm_field input#confirm_submit_button {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    background:#e95504;
    letter-spacing: 0.1em;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    border: none;
}

div#confirm_field input#confirm_submit_button:focus {
    outline: none;
}

div#confirm_field input#confirm_submit_button:hover {
	cursor: pointer;
}

div#confirm_field input#confirm_cancel_button {
	width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    background: #ccc;
    letter-spacing: 0.1em;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    border: none;
}

div#confirm_field input#confirm_cancel_button:hover {
	cursor: pointer;
}*/


/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 768px ) {
body {
	overflow-y: scroll; /* あってもなくてもどちらでも可 */
}

div#confirm_field {
	margin-top: 64px;
}

div#confirm_field {
	display: none;
}

div#confirm_field .kv h2{
    max-width: 90%;
    font-size: 40px;
}

div#confirm_field .kv h2 span{
    font-size: 14px;
}

div#confirm_field .kv p{
    max-width: 90%;
    margin: 0 auto;
}


div#confirm_field dl {
	display: block;
    max-width: 100%;
    margin: 0px auto 0;
	padding: 0 !important;
}

div#confirm_field dl dt {
	width: 100%;
    background: #fff;
    padding: 20px 0px 0;
}

div#confirm_field dl dt:first-child {
    border-top: none;
}

div#confirm_field dl dd {
	width: 100%;
    padding: 10px 0px 20px;
    border-top: none;
}

div#confirm_field dl dd:nth-child(2) {
    border-top: none;
}

/*div#confirm_field .submitarea{
    max-width: 90%;
    margin: 40px auto 40px;
    display:block;
}

div#confirm_field p#confirm_submit {
	width: 100%;
    position: relative;
}

div#confirm_field p#confirm_cancel {
	width: 100%;
    position: relative;

    margin-top: 15px;
}

div#confirm_field input[type="button"] {
	-webkit-appearance: none;
}

div#confirm_field input#confirm_submit_button {
    font-size: 16px;
}

div#confirm_field input#confirm_submit_button:focus {
    outline: none;
}

div#confirm_field input#confirm_submit_button:hover {
	cursor: pointer;
}

div#confirm_field input#confirm_cancel_button {
    font-size: 16px;
}

div#confirm_field input#confirm_cancel_button:hover {
	cursor: pointer;
}
*/

}
/* 1000pixel end */




</pre></body></html>