body {
    margin: 0 !important;
    font-family: salesforce-sans !important;
    font-size: 16px;
    line-height: 20px;
}

.logo {
    padding: 15px;
}

.wizardHeader {
    padding: 0px 15px 0px 15px;
    height: 33px;
    background: #003399;
    text-align: center;
    /*中寄せ*/
}

.titleText {
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-top: 8px;
    display: inline-block;
}

.content {
    padding: 15px;
    /* max-height: 330px;	2021/11/17 Claim Phase2 Del */
    overflow-y: auto;
    position: relative;
}

.wizardFooter {
    padding: 15px 15px 40px 15px;
    position: relative;
}

.button {
    display: inline-flex;
    margin: 0px 5px 0px 5px;
    cursor: pointer;
    border-radius: 17px;
    padding: 9px 20px 9px 20px;
}

.button-confirm {
    background: #003399;
    color: white;
}

.button-next {
    background: #D5CEB5;
    color: white;
}

.button-back {
    background: #E7ECEB;
    color: #003399;
}

.wizardFooterLeft {
    display: inline;
}

.wizardFooterRight {
    float: right;
    display: inline;
}

.button-text {

}

.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #003399;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin 2s linear infinite;
    margin: 0px 5px 0px 0px;
}

.loader-back {
    border: 2px solid #003399;
    border-top: 2px solid #E7ECEB;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.radioOption {
    background: #E7ECEB;
    border: 1px solid #DDDBDA;
    border-radius: 4px;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    border-color: #E7ECEB;
    cursor: pointer;
    color: #003399;
}

.redioLabel {
    padding-left: 8px;
    vertical-align: middle;
}

.parentLabel {
    width: 100%;
    margin: unset;
    font-weight: normal;
}

.screenName {
    color: black;
    float: right;
    padding-top: 6px;
}

.progressText {
    color: #00BFB3;
    line-height: 25px;
    font-size: 16px;
    padding-left: 5px;
}

.screenDescription {
    height: auto;
    display: none;
}

.descriptionImage {
    margin-top: 6px;
    margin-left: 6px;
}

.descriptionIcon {
    background: #00BFB3;
    border-radius: 18px;
    width: 36px;
    height: 36px;
}

.fullDescription {
    text-align: left;
    /*中寄せ*/
    font-size: 16px;
    padding: 20px;
    display: inline-flex;
}

.descriptionText {
    margin: auto;
}

.dateInputParent {
    position: relative;
}

.dateInput {
    border: 1px solid #DDDBDA;
    border-radius: 4px;
    width: 100%;
    height: 32px;
    padding: 10px;
    color: #4C433D;
}

.calendarIcon {
    position: absolute;
    top: 8px;
    right: 10px;
}

.textInput {
    border: 1px solid #DDDBDA;
    border-radius: 4px;
    width: 100%;
    height: 32px;
    padding: 10px;
    color: #4C433D;
    margin-bottom: 6px;
}

.textInputReadOnly {
    background-color: #F7F7F7;
}

.termsPattern {
    display: none;
}

.errorSectionPattern {
    display: none;
}

.completionSection {
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

.selectedRadio {
    background: #009EE0;
    color: white;
}

.menu {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.closeWizard {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: block;
}

.menuContent {
    padding: 10px 0px;
    display: none;
    position: absolute;
    min-width: 190px;
    z-index: 1;
    right: 30px;
    top: 5px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0000001A;
    border: 1px solid #E7ECEB;
    border-radius: 3px;
}

.menuContent a {
    color: black;
    padding: 6px 15px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.menuContent a:hover {
    background-color: #009EE0;
}

.menuIcon {
    margin-right: 10px;
}

.fieldLabel {
    padding-top: 4px;
    font-size: 16px;
    padding-bottom: 4px;
}

.warningSection {
    position: absolute;
    padding: 15px;
    bottom: 0px;
    background: white;
	z-index: 991;
	width: 100%;
}

.backdrop {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.warning {
    display: none;
}

.inputValidation {
    padding-top: 3px;
    color: #EA635C;
    font-weight: 300;
    font-size: 16px;
}

.progressContainer {
    display: inline-block;
    padding-top: 6px;
}

input[type='checkbox'], input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.checkbox-active {
    display: inline-block;
    width: 16px;
    height: 16px;
	/* background-image: url('{!URLFOR($Resource.wizard, 'checkbox-circle-white-checked.svg')}'); */
    /* background-image: url("../../wizard/checkbox-circle-white-checked.svg"); */
    background-image: url("../images/checkbox-circle-white-checked.svg");
    vertical-align: middle;
}

.checkbox-notactive {
    display: inline-block;
    width: 16px;
    height: 16px;
	/* background-image: url('{!URLFOR($Resource.wizard, 'check-circle-gray.svg')}'); */
    /* background-image: url("../../wizard/check-circle-gray.svg"); */
    background-image: url("../images/check-circle-gray.svg");
    vertical-align: middle;
}

.radio-active {
    display: inline-block;
    width: 16px;
    height: 16px;
	/* background-image: url('{!URLFOR($Resource.wizard, 'radio-circle-white-checked.svg')}'); */
    /* background-image: url("../../wizard/radio-circle-white-checked.svg"); */
    background-image: url("../images/radio-circle-white-checked.svg");
    vertical-align: middle;
}

.completionSectionContainer table {
    font-size: 12px;
    color: black;
    width: 100%;
}

.completionSectionContainer tr {
    height: 31px;
}

.completionSectionContainer tr:nth-child(odd) {
    background-color: #E7ECEB;
}

.completionSectionContainer td {
    padding: 0 12px;
}

.warningIcon {
    top: 15px;
    right: 15px;
}

h1 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: black;
    margin: 0 0 9px 0;
    padding: 0;
}

h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: black;
    margin: 0 0 9px 0;
    padding: 0;
}

h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: black;
    margin: 0 0 9px 0;
    padding: 0;
}

.tick {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 19px;
    height: 19px;
	/* background-image: url('{!URLFOR($Resource.wizard, 'check.svg')}'); */
    /* background-image: url("../../wizard/check.svg"); */
    background-image: url("../images/check.svg");
}

.call {
    position: absolute;
    width: 19px;
    height: 19px;
	/* background-image: url('{!URLFOR($Resource.wizard, 'call.svg')}'); */
    /* background-image: url("../../wizard/call.svg"); */
    background-image: url("../images/call.svg");
}

.tel {
    margin-bottom: 9px;
}

.completionSectionContainer section {
    background: #e7eceb;
    border-radius: 4px;
    padding: 13px 15px 2px 15px;
    margin: 0 0 10px 0;
    position: relative;
    display: grid;
}
.confirmTable {
	padding-right:16px;
	padding-left:5px;
	border: thin solid #ddd;
}

/**20200917 満追加*/

.inputText {
    padding-top: 4px;
    font-size: 12px;
    padding-bottom: 8px;
    background: white;
    border: 1px solid #DDDBDA;
    border-radius: 4px;
    width: 100%;
    height: 32px;
    padding: 10px;
    margin-bottom: 6px;
}

.calendar-button {
    text-align:right;
    color: white;
    background: #003399;
    border: 1px solid #DDDBDA;
    border-radius: 4px;
}

/**20200917 満追加*/

*,
::after,
::before {
    box-sizing: border-box;
}

.list-step-a {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.list-step-a {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    counter-reset: num;
}

.list-step-a>li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #039;
    background: #fff;
    border: 1px solid #039;
    border-radius: 20px;
    counter-increment: num;
}

.list-step-a>li[aria-current=step] {
    font-weight: 700;
    color: #fff;
    background: #039;
}

.list-step-a>li[aria-current=step]~li {
    color: #666;
    background: #ccc;
    border-color: #ccc;
}

.list-step-a>li[aria-current=step]~li::after {
    background: #ccc;
}

.list-step-a>li>.ttl {
    width: 100%;
    padding-right: 10px;
    font-size: 1.2rem;
    text-align: center;
}

.list-step-a+* {
    margin-top: 24px;
}

.list-step-a>li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #039;
    background: #fff;
    border: 1px solid #039;
    border-radius: 20px;
    counter-increment: num;
}

.list-step-a>li:last-child {
    margin-right: 0;
}

.list-step-a>li::before {
    content: counter(num);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px 0 10px;
    border-radius: 50%;
}

.list-step-a>li:not(:first-child)::after {
    content: "";
    position: absolute;
    left: -11px;
    display: block;
    width: 10px;
    height: 4px;
    background: #039;
}

.list-step-a>li[aria-current=step] {
    font-weight: 700;
    color: #fff;
    background: #039;
}

.list-step-a>li[aria-current=step]~li {
    color: #666;
    background: #ccc;
    border-color: #ccc;
}

.list-step-a>li[aria-current=step]~li::after {
    background: #ccc
}

.list-step-a>li>.ttl {
    width: 100%;
    padding-right: 10px;
    font-size: 1.2rem;
    text-align: center;
}
