
.sp-show {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc-show {
        display: none;
    }
    .sp-show {
        display: block;
    }
    
}

#contentsWrapper {
    background: #fff !important;
}
.info #lnavi ul.localNavi li em.parrent {
  background: url(../../images/info_lnavi_parrent_w.gif) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .info #lnavi ul.localNavi li em.parrent {
    display: none;
  }
}
.pdInr {
    padding: 30px;
}
.pdInr * {
    word-break: break-all;
}
@media screen and (max-width: 767px) {
    .pdInr {
        padding: 20px 15px;
    }
}
.info #main h3 {
    color: #007F67;
}
.form-indent {
    padding-left: 40px;
}
@media screen and (max-width: 767px) {
    .form-indent {
        padding-left: 10px;
    }
}
.form-colbox {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
@media screen and (max-width: 767px) {
    .form-colbox:not(.no-sp-break) {
        flex-direction: column;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .form-colbox.no-sp-break {
        margin-left: -8px;
        margin-right: -8px;
    }
}
.form-colbox.free-size >  .col {
    width: auto;
}
.form-colbox.free-size .col:last-child {
    flex-grow: 1;
}
.form-colbox.large-margin {
    margin-left: -25px;
    margin-right: -25px;
}
.form-colbox.large-margin > .col {
    padding: 0 25px;
}
.form-colbox > .col {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.form-colbox > .col.type-wide {
    width: 60%;
}
@media screen and (max-width: 767px) {
    .form-colbox:not(.no-sp-break) > .col {
        width: 100%;
        padding: 0 !important;
    }
    .form-colbox.no-sp-break > .col {
        padding: 0 8px;
    }
}
.docList {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;
}
.docTitle,
.docText {
    float: none;
    width: auto;
}
.docTitle {
    width: 100% !important;
}
.docText.has-text {
    display: flex;
    align-items: center;
}
.docText.has-text p {
    margin-right: 10px;
}
.docText.has-text input + p {
    margin-left: 10px;
    margin-right: 0;
}

.form-m,
.input-textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}
.form-s {
    width: 100px !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}
.form-80 {
    width: 80px !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}
.form-60 {
    width: 60px !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

@media screen and (max-width: 767px) {
    .form-80 {
        width: 120px !important;
    }
}

.separator {
    border: none;
    margin-top: 30px;
    border-bottom: #DDCFB1 1px solid;
    margin-bottom: 20px;
}

.form-list {
    display: flex;
    flex-wrap: wrap;
}
.form-list li {
    margin-right: 25px;
    margin-bottom: 10px;
}
.form-list.vertical {
    flex-direction: column;
}
.form-list.vertical li {
    margin-right: 0;
    margin-bottom: 10px;
}

.input-check {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    position: relative;
}
.input-check input[type="radio"],.input-check input[type="checkbox"] {
    left: -100%;
    position: absolute;
    top: -100%;
}
.input-check input[type="radio"]:focus + span,.input-check input[type="checkbox"]:focus + span {
    outline: none;
}
.input-check > span {
    display: inline-block;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
    font-size: 90%;
}
.input-check > input[type="checkbox"] + span {
    line-height: 24px;
}
.input-check.has-input-text > span:first-of-type {
    word-break: keep-all;
}
.others-text {
    padding-left: 0 !important;
    width: 100%;
}
.others-text p {
    margin: 0 0 5px;
}
input[type="radio"] + span::before {
    background-color: #fff;
    border: 1px solid #333333;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
input[type="radio"]:checked + span::after {
    background-color: #333333;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 10px;
}
input[type="checkbox"] + span::before {
    background-color: #fff;
    border: 1px solid #333333;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px;
    border-radius: 4px;
}
@media screen and (min-width: 768px), print {
    input[type="checkbox"] + span::before {
        top: 0;
    }
}
@media screen and (max-width: 767px) {
    input[type="checkbox"] + span::before {
        top: 0;
    }
}
input[type="checkbox"] + span::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #007F67;
    border-width: 0 0 2px 2px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    left: 4px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(-47deg) translate(2px, -2px);
    transform: rotate(-47deg) translate(2px, -2px);
    width: 16px;
    z-index: 2;
}
@media screen and (min-width: 768px), print {
    input[type="checkbox"] + span::after {
        top: 8px;
    }
}
@media screen and (max-width: 767px) {
    input[type="checkbox"] + span::after {
        top: 6px;
    }
}
input[type="checkbox"]:checked + span::after {
    opacity: 1;
}

.request .btnArea {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.request .centerBtn {
	width: 300px !important;
}
.request .btnArea a,
.request .btnArea button,
.request .btnArea input[type="submit"] {
	border:none;
	font-size: 100%;
	font-weight:bold;
	text-align:left;
	width: 300px !important;
	cursor:pointer;
    box-sizing: border-box;
}

.request .btnArea .returnBtn a {
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 10px;
    text-align: center;
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .request .btnArea {
        flex-direction: column;
    }
    .request .centerBtn,
    .request .btnArea a,
    .request .btnArea button,
    .request .btnArea input[type="submit"] {
        width: 100% !important;
        box-sizing: border-box;
    }
    .request .centerBtn {
        margin-bottom: 20px;
    }

}

.flex-box {
    display: flex;
    align-items: center;
}
.flex-box .type-left {
    margin-left: 0;
}
.flex-box .flex-right {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .responsive .request input[type=text], .responsive .request textarea {
        margin-top: 0 !important;
    }
}


@media screen and (max-width: 767px) {
    .info.responsive .linkBox {
        width: 100%;
        margin: 0;
    }
    .flex-box.sp-flow-col {
      flex-flow: column;
      align-items: start;
    }
    .flex-box.sp-flow-col .flex-right {
      margin-left: 0;
      margin-top: 15px;
    }
    .flex-box.sp-col-reverse {
      flex-direction: column-reverse;
    }
    .flex-box.sp-col-reverse .flex-right {
      margin-bottom: 15px;
    }
    .flex-box.type-panel {
      flex-flow: column;
      align-items: start;
    }
    .flex-box .panel-img {
      text-align: center;
      width: 100%;
    }
    .flex-box.type-panel >* {
      width: calc(100% - 40px);
      margin: 20px;
      margin-top: 0;
    }
    .flex-box.type-panel .flex-right {
      margin-left: 20px;
      margin-top: 0;
    }
}


.confirm-list div {
    display: flex;
    border-bottom: #CECECE 1px solid;
    padding: 10px 0;
}
.confirm-list dt {
    width: 180px;
    flex: 0 0 auto;
}
.confirm-list dd {
    flex: 1 1 auto;
}

.confirm-text {
    border-bottom: #CECECE 1px solid;
    padding: 10px 0;
}
.confirm-colbox {
    display: flex;
    margin-left: -22.5px;
    margin-right: -22.5px;
}
.confirm-colbox > .col {
    width: 33.3333%;
    padding: 0 22.5px;
    box-sizing: border-box;
}

.finish-box {
    max-width: 600px;
    margin: 30px auto;
}
.img-finish {
    text-align: center;
    margin-bottom: 30px;
}
.bottom-button {
    display: flex;
    justify-content: center;
    margin-top: 58px;
}
.bottom-button .linkBox {
    width: auto;
}

@media screen and (max-width: 767px) {
    .confirm-list div {
        flex-direction: column;
    }
    .confirm-list dt {
        width: 100%;
        font-weight: bold;
    }
    .confirm-colbox {
        flex-direction: column;
        margin: 0;
    }
    .confirm-colbox > .col {
        width: 100%;
        padding: 0;
    }
    .bottom-button {
        margin-top: 40px;
    }

}

.docList p.has-required {
    margin-right: -100px;
}
.docList p.has-required .colorRed {
    font-weight: bold;
}

.centerBtn.is-disabled {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}