.p-globalFooter{
    margin-top: 120px;
}
.override_css#contents{
	max-width: 1040px;
    padding: 0 20px;
    width: auto;
    margin: 110px auto 0 auto;
    font-size: 14px !important;
}

body{    
	background-color: #f4faff;
    font-family: Hiragino Sans,-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Noto Sans,Yu Gothic,sans-serif !important;
}
.override_css#contents h1{
	font-family: unset;
    margin-bottom: unset;
    padding: unset;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 400;
    color: unset;
    background: none;
    border: none;
    padding-bottom: 20px;
    border-bottom: 2px solid #0041C0;
    margin-bottom: 30px;
    width: auto;
}

.override_css .form_flow{
	margin-top: 30px;
	padding: 30px;
	background-color: #fff;
}

.override_css form{
	margin-top: 30px;
	padding: 30px 60px 80px;
    background-color: #fff;
}

.override_css .form_layout select, input, textarea,
.override_css .form_layout input[type="text"]{
    font-size: 14px;
}

/* 

.override_css form .form01 table th{
	background: none;
    border: none;
    padding:0 35px 0 0;  
    position: relative;  
    color: unset;
    font-size: 14px;
	min-width: 180px;
	max-width: 180px;
    margin-right: 35px;	
}

.override_css .form_layout table{
	border: none;
}
.override_css .form_layout table th{
    font-size: 14px;
}
.override_css .form_layout table td{
	border-bottom: none;
	padding: 0;
	width: 100%;
}
.override_css .form_layout table tr{
	display: flex;
    align-items: flex-start;
    position: relative;
    padding-bottom: 25px;
}

.override_css .required{
	background-color: #ff511f;
    color: #fff;
    padding: 3px 4px;
    line-height: 1;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
}

.override_css input[type=radio]{
	margin-right: 5px;
}
.override_css .form_layout input[type=text], textarea{
	width: 100%;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #0041C0;
    font-family: Rubik,Noto Sans JP;
}

input#ADDRESS{
	width: 100%;
}
input#ZIP1,
input#ZIP2,
input#TEL1,
input#TEL2,
input#TEL3{
    width: 100px;
}

.override_css .error_class,
.override_css .form_layout table td span{
    color: rgb(255, 81, 31) !important;
    font-size: 14px;
}


input[type="checkbox"]{    
    margin-right: 5px;
}
*/


/* フォームボタン */

/* 
.submitBtn{
    cursor: pointer;
    background-color: #fff;
    width: 300px;
    min-height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    text-align: center;
    color: #0041c0;
    border: 1px solid #0041C0;
    margin: 60px auto 0;
    padding: 9px 55px;
}
.form_page .form_button span:after{
    content: "";
    display: block;
    padding-bottom: 30px;
    transition: all .3s;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/img_arw.svg") center no-repeat;
    background-size: 30px 13px;
    height: 13px;
    width: 30px;
}
.form_page .form_button span:hover .submitBtn{
    color: #0041c0;
    opacity: 1;
    background: #DAEBFF;
}
.form_page .form_button span:hover:after{
    right: 10px;
}

.form_page .form_button span{
    width: fit-content;
    margin: 0 auto;
    display: block;
    position: relative;
}

.form_button.confirm{
    display: flex;
    margin: 60px auto 0;
}
.form_button.confirm .submitBtn{
    margin-top: 0
}

*/



/* チェックボックス */
/* label.check_label{
    padding-left: 18px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
label.check_label:before{
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #0041C0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
}

.override_css .form_layout label.check_label span{
    padding-left: 10px;
    color: #0041C0 !important;
}
label.check_label span:before{
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    background-color: #0041C0;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    left: 10px;
    top: 7px;
    transform: translate(-50%,-50%);
}
input.checkbox{
    display: none;
}
input.checkbox[type=radio]:checked +span:before {
    opacity: 1;
} */

/* input[type=radio]:disabled,
input:disabled{
    background-color: lightgray;
    pointer-events: none;
    opacity: .5;
} */
/* label.disable{
    pointer-events: none;
    opacity: .6;   
} */

.p-globalHeader_nav-item a,
.p-globalHeader_navBottom-item a{
    color: #1c1817;
}