@charset "UTF-8";

body {
    line-height: 1.4;
}

@media only screen and (max-width: 750px) {
    body {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

.only-sp {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .only-sp {
        display: block !important;
    }
}

.only-pc {
    display: block !important;
}

@media only screen and (max-width: 750px) {
    .only-pc {
        display: none !important;
    }
}

.only-pc-inline {
    display: inline !important;
}

@media only screen and (max-width: 750px) {
    .only-pc-inline {
        display: none !important;
    }
}

.d-block {
    display: block;
}

.d-inline {
    display: block;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

@media only screen and (max-width: 750px) {
    .flexSpaceSp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.d-inline {
    display: inline !important;
}

.m-auto {
    margin: auto;
}

.mr-4 {
    margin-right: 4em !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-7 {
    padding-bottom: 70px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

/* text align */
.text-right {
    text-align: right;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center;
}

.text-red {
    color: red;
}

.text-normal {
    font-weight: 400 !important;
}

@media only screen and (max-width: 750px) {
    .leftSP {
        text-align: left !important;
    }
}

@media only screen and (max-width: 750px) {
    .centerSP {
        text-align: center !important;
    }
}

@media only screen and (max-width: 750px) {
    .boldSP {
        font-weight: 700;
    }
}

.boldPC {
    font-weight: 700;
}

@media only screen and (max-width: 750px) {
    .boldPC {
        font-weight: 400;
    }
}

.stepName .only-pc {
    display: inline-block !important;
}

@media only screen and (max-width: 750px) {
    .barTitle {
        padding: 0.3em 0.6em;
        line-height: 1.4;
        font-size: 1.4rem;
    }
}

.barTitle.gray {
    background-color: #5d5a5a;
}

@media only screen and (max-width: 750px) {
    .barTitle.gray {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 750px) {

    .stepTitle .numberBg,
    .stepTitle .number {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .stepTitle .guide {
        padding-left: 10px;
        width: 100%;
    }

    .stepTitle .guide p {
        font-size: 1.6rem !important;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 750px) {
    .stepContainer {
        margin: 0 10px 15px;
    }
}

@media only screen and (max-width: 750px) {
    .frameArea {
        padding: 0.5em 0.5em 0.5em 1em;
    }
}

@media only screen and (max-width: 750px) {
    .frameArea.orange {
        border: 1px solid #ef6100;
    }
}

.frameArea.silver {
    margin-top: 15px;
    border: 1px solid #888;
    padding: 0;
}

.frameArea.silver .ttl {
    background-color: #ccc;
    color: #000;
    padding: 0.6em 1em 0.4em;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid #888;
}

@media only screen and (max-width: 750px) {
    .frameArea.silver .ttl {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

.frameArea.silver.mt-35 {
    margin-top: 35px;
}

@media only screen and (max-width: 750px) {
    .frameArea.silver.mt-35 {
        margin-top: 15px;
    }
}

.frameArea__cnt {
    padding: 1em;
    position: relative;
}

.frameArea__cnt p {
    margin-top: 1em;
    line-height: 1.4;
    padding-right: 11.5em;
}

.pr-off{
	padding-right: 0 !important;
}

@media only screen and (max-width: 750px) {
    .frameArea__cnt p {
        padding-right: 0;
    }
}

.frameArea__cnt span {
    display: inline-block;
    margin-bottom: 0.5em;
}

/* txt */
.c-txt {
    padding: 0.2em 1em;
}

@media only screen and (max-width: 750px) {
    .c-txt {
        padding: 0.2em 0.5em;
    }
}

.c-txt p {
    line-height: 1.6;
    position: relative;
}

.c-txt .pl-0 {
    padding-left: 0;
}

.c-txt .abs {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 750px) {
    .c-txt1 {
        display: flex !important;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .c-txt1 p {
        display: inline-block;
    }

    .c-txt1 .text-right {
        text-align: right;
    }
}

.txt1 {
    margin-top: 0.8em;
}

.txt1 p {
    position: relative;
    padding-left: 25px;
    margin: 0;
    line-height: 1.6;
}

@media only screen and (max-width: 750px) {
    .txt1 p {
        padding-left: 15px;
    }
}

.txt1 span:first-child {
    position: absolute;
    left: 0;
    top: 0;
}

.txt1 a {
    display: inline-block;
    text-decoration: underline;
}

.txt2 p {
    line-height: 1.6;
}

@media only screen and (max-width: 750px) {
    .txt3 {
        padding: 10px;
    }
}

.txt3 p {
    line-height: 1.6;
}

.txt3 p.flex-row {
    flex-wrap: wrap;
    width: 24em;
}

.txt3 p.flex-row>a {
    min-width: 3em;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    .txt3 p.flex-row {
        width: 20em;
    }
}

.txt3 a {
    margin: 0.8em 3em 0 0;
    line-height: 1;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.txt4 {
    padding: 10px 0;
}

@media only screen and (max-width: 750px) {
    .txt4 .flex-row {
        flex-direction: column;
    }
}

.txt4 p {
    margin-top: 0;
    margin-right: 2em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 50px;
    position: relative;
}

@media only screen and (max-width: 750px) {
    .txt4 p {
        margin-top: 40px;
    }
}

.txt4 span {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 750px) {
    .txt4 span {
        left: 10px;
    }
}

.txt4 a {
    line-height: 1.6;
    text-decoration: underline;
    display: inline-block;
    margin-top: 1.3em;
}

.txt4 a:nth-child(2) {
    margin-top: 0;
}

/* button */
.btnGo {
    min-width: 11em !important;
    position: absolute;
    top: 50%;
    right: 1.5em;
    padding: 0.7em 2em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btnGoLeft {
	top: 75%;
	left: 1.5em;
}

@media only screen and (max-width: 750px) {
	.btnGoLeft{
		left:auto;
		max-width: 300px !important;
	}
}

.btnGoRight {
	top: 75%;
}

.btnGo.iconBlank,
.btnSubmit.iconBlank {
    background-image: url("../../POZ3/images/POHGZ33042.png");
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: 93% 45%;
}

.btnGo.iconBlank:after,
.btnSubmit.iconBlank:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 0;
    height: 0;
}

@media only screen and (max-width: 750px) {
    .btnGo {
        display: block;
        margin: 10px auto 0;
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
        max-width: 450px;
        padding: 0.6em 1.5em;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
    }
}

.btnHome {
    letter-spacing: 1px;
}

.btnHome.centeralign {
    padding: 0.9em 0em 0.9em 2.0em;
}

.btnHome.homeicon{
	letter-spacing: initial !important;
	padding: 0.9em 1em 0.9em 2.5em;
}

@media only screen and (max-width: 750px) {
    .btnHome.centeralign {
        position: relative !important;
        width: 100%;
        max-width: 300px;
        line-height: 1.4;
        font-size: 1.4rem;
        padding: 0.7em 2em 0.7em 2em;
        background-size: 1.3em auto;
        background-position: 5% center;
    }

    .btnHome.homeicon{
    	width: 100%;
        max-width: 300px;
        margin-top: 20px !important;
    }
}

.btnHome.orange,
.btnBack.orange {
    /*color: #f28338;*/
    border: 2px solid #f28338;
    min-width: 11em;
    /*width: auto;*/
}

.btnHome.orange {
    min-width: 13em;
}

/*_:-ms-lang(x)::-ms-backdrop,
.btnHome.orange {
    width: 23em;
}*/

/*@supports (-ms-ime-align: auto) {
    .btnHome.orange {
        width: 23em;
    }
}*/

/*_:-ms-lang(x)::-ms-backdrop,
.btnHome.orange.icon.centeralign {
    width: 11em;
}*/

@supports (-ms-ime-align: auto) {
    .btnHome.orange.icon.centeralign {
        width: 11em;
    }
}

@media only screen and (max-width: 750px) {
    .btnHome.orange {
        color: #000;
        width: 100%;
    }
}

.btnHome.orange.icon {
    background-size: 1.3em auto;
    background-position: 5% center;
}

.btnHome.orange.noIcon {
    background-image: none;
    padding: 0.9em 2em 0.9em 2.0em;
}

.btnRadio {
    margin-bottom: 15px;
}

.btnRadio label {
    margin-left: 0;
    padding: 0.7em 1.5em 0.7em 2.2em;
    border: 2px solid #ef6100;
    text-align: center;
    font-weight: 400;
}

@media only screen and (max-width: 750px) {
    .btnRadio label {
        width: 100%;
        max-width: 300px;
        margin: 0 auto !important;
        display: block;
        border: 1px solid #ef6100;
    }
}

.btnRadio input[type="radio"]:checked+label {
    background-color: #fbd3b9;
}

.btnRadio input[type="radio"]:disabled+label {
    opacity: 1;
}

.btnRadio input[type="radio"]:disabled+label:before {
    background-color: #fff;
}

.btnSubmit,
.btnStop {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

@media only screen and (max-width: 750px) {

    .btnBack,
    .btnSubmit,
    .btnStop {
        width: 100%;
        max-width: 300px;
        line-height: 1.4;
        font-size: 1.4rem;
        padding: 0.7em 2.5em 0.7em 2em;
    }
}

.btnSubmit[disabled=""],
[disabled=""].btnStop {
    color: #676767;
    border: 2px solid #5d5d5d;
}

@media only screen and (max-width: 750px) {

    .btnSubmit.widthPer50SP,
    .widthPer50SP.btnStop {
        width: 50%;
        max-width: 300px;
    }
}

@media only screen and (max-width: 750px) {

    .btnSubmit.small,
    .small.btnStop {
        min-width: 7em;
        width: 20%;
    }
}

@media only screen and (max-width: 750px) {

    .btnSubmit.middle,
    .middle.btnStop {
        width: 70%;
        min-width: auto;
        max-width: 300px;
    }
}

.btnSubmit.mg-15,
.mg-15.btnStop {
    margin: 15px 15px 0;
}

@media only screen and (max-width: 750px) {

    .btnSubmit.mg-15,
    .mg-15.btnStop {
        margin-left: 0;
    }
}

.btnSubmitArea {
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {
    .btnSubmitArea {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .btnSubmitArea {
        width: 80%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 750px) {

    .btnSubmitArea .rightalign,
    .btnSubmitArea .leftalign {
        position: relative;
        margin: 0 auto;
        float: none;
    }
}

@media only screen and (max-width: 750px) {
    .btnSubmitArea.columnSP {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }

    .btnSubmitArea.columnSP button {
        margin: 0;
        margin-top: 0;
    }

    .btnSubmitArea.columnSP button:first-child {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .btnSubmitArea.column3SP .btnBack {
        order: 1;
        width: 100%;
        max-width: 300px;
        line-height: 1.4;
        font-size: 1.4rem;
        padding: 0.7em 2.5em 0.7em 2em;
    }
}

@media only screen and (max-width: 750px) {
    .btnSubmitArea.column3SP .btnHome {
        order: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 750px) {

    .btnSubmitArea.column3SP .btnSubmit,
    .btnSubmitArea.column3SP .btnStop {
        order: 2;
    }
}

@media only screen and (max-width: 1024px) {
    .btnSubmitArea.rowSP {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1024px) {
    .btnSubmitArea.rowSP button {
        position: relative;
        float: none;
        width: 100%;
        max-width: 400px;
        left: inherit;
        top: inherit;
        right: inherit;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .btnSubmitArea.rowSP .btnBack {
        order: 1;
    }
}

@media only screen and (max-width: 1024px) {
    .btnSubmitArea.rowSP .btnHome {
        order: 2;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {

    .btnSubmitArea.rowSP .btnSubmit,
    .btnSubmitArea.rowSP .btnStop {
        order: 0;
    }
}

@media only screen and (max-width: 750px) {
    ul.indexLinkArea {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 750px) {
    ul.indexLinkArea li {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    ul.indexLinkArea .indexLink {
        width: 90%;
        max-width: 300px;
        line-height: 1.4;
        font-size: 1.4rem;
        padding: 0.7em 2.5em 0.7em 2em;
    }
}

.groupInput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
    .groupInput {
        display: block;
    }
}

.groupInput>* {
    margin-bottom: 15px;
}

.groupInput .rightalign label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
}

@media only screen and (max-width: 750px) {
    .groupInput .rightalign label {
        margin: 0 auto !important;
        justify-content: center !important;
    }
}

@media only screen and (max-width: 750px) {
    .groupInput .rightalign label .widthPer50 {
        width: 50% !important;
        max-width: 300px;
    }
}

@media only screen and (max-width: 1024px) {
    .groupInput1 {
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .groupInput1 button {
        position: relative !important;
        margin: 20px auto !important;
        width: 100% !important;
        max-width: 300px;
    }
}

/* table */
@media only screen and (max-width: 1024px) {
    table tr>* {
        padding: 10px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl {
        display: block;
    }

    .entryTbl tbody,
    .entryTbl tr,
    .entryTbl th,
    .entryTbl td {
        display: block !important;
        width: 100% !important;
    }

    .entryTbl th {
        text-align: center;
    }

    .entryTbl th,
    .entryTbl td {
        border: 1px solid #757171;
        padding: 12px;
        border-bottom: 0;
    }

    .entryTbl tr:last-child td {
        border-bottom: 1px solid #757171;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1.widthPer70 {
        width: 100% !important;
    }
}

.entryTbl1 tr>* {
    padding: 12px;
}

.entryTbl1 tbody th {
    vertical-align: middle;
}

.entryTbl1 tbody th:nth-child(2) {
    text-align: right;
}

.entryTbl1 .rightalign {
    text-align: right;
    width: 100%;
}

.entryTbl1 .rightalign .err_msg {
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin-left: calc(100% - 300px);
}

.entryTbl1 .rightalign label {
    display: block;
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .rightalign label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-end;
        align-items: center;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .rightalign label input {
        width: 50%;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .text-left {
        text-align: left;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 thead {
        display: none;
    }
}

.entryTbl1 tbody th.only-pc {
    display: table-cell !important;
}

@media only screen and (max-width: 750px) {
    .entryTbl1 tbody th.only-pc {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .bgSP {
        background-color: #fdfaef;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .noBdT {
        border-top: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .noBdB {
        border-bottom: 0 !important;
    }
}

.entryTbl1 .noBdL {
    border-left: 0 !important;
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .noBdL {
        border-left: 1px solid #757171 !important;
    }
}

.entryTbl1 .noBdR {
    border-right: 0 !important;
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .noBdR {
        border-right: 1px solid #757171 !important;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .pol {
        margin-right: 15px;
        position: relative;
        padding-left: 6em;
    }

    .entryTbl1 .pol:before {
        content: "証券番号";
        position: absolute;
        top: 10px;
        left: 12px;
        width: 5em;
    }

    .entryTbl1 .pol.border {
        /*border-top: 0;*/
        border-bottom: 1px solid #757171;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .date {
        text-align: right;
        position: relative;
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

    .entryTbl1 .date:before {
        content: "契約年月日";
        position: absolute;
        top: 10px;
        left: 12px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .fund {
        text-align: right;
        position: relative;
        border-top: 0 !important;
        padding-top: 32px;
    }

    .entryTbl1 .fund:before {
        content: "保険ファンド積立金額 ※";
        position: absolute;
        top: 10px;
        left: 12px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .dep {
        text-align: right;
        position: relative;
        border-top: 0 !important;
        padding-top: 0;
    }

    .entryTbl1 .dep:before {
        content: "ご入金額";
        position: absolute;
        top: 0;
        left: 12px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .price {
        text-align: right;
        position: relative;
        border-top: 0 !important;
        padding-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .entryTbl1 button {
        max-width: 100%;
        min-width: 10em;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .inp1 {
        text-align: center;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .inp1 input {
        width: 55%;
        display: inline-block;
        max-width: 193px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .withAuto {
        width: auto;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl1 .max300 {
        max-width: 300px;
        margin: 0 auto;
    }
}

.entryTbl2 tr>* {
    padding: 12px;
}

.entryTbl2 p {
    margin: 0;
}

.entryTbl2 .err_msg {
    margin-bottom: 10px;
}

.entryTbl2 .err_msg:after {
    width: 1.5em;
    height: 1.5em;
}

.entryTbl3 td.only-pc,
.entryTbl7 td.only-pc {
    display: table-cell !important;
}

@media only screen and (max-width: 750px) {

    .entryTbl3 td.only-pc,
    .entryTbl7 td.only-pc {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {

    .entryTbl3,
    .entryTbl7 {
        width: 100% !important;
    }

    .entryTbl3 thead,
    .entryTbl7 thead {
        display: none;
    }

    .entryTbl3 tr:first-child td:first-child,
    .entryTbl7 tr:first-child td:first-child {
        border-top: 1px solid #757171;
    }

    .entryTbl3 tr:last-child td:last-child,
    .entryTbl7 tr:last-child td:last-child {
        border-bottom: 0;
    }

    .entryTbl3 .btn,
    .entryTbl7 .btn {
        border: 1px solid #757171;
        border-top: 0;
        background-color: #ffffd7;
        position: relative;
        padding-right: 25px;
    }

    .entryTbl3 .btn:after,
    .entryTbl7 .btn:after {
        content: "";
        width: 12px;
        height: 2px;
        position: absolute;
        right: 10px;
        top: 50%;
        background-color: #ef6100;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .entryTbl3 .btn:before,
    .entryTbl7 .btn:before {
        content: "";
        height: 12px;
        width: 2px;
        position: absolute;
        right: 15px;
        top: 50%;
        background-color: #ef6100;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .entryTbl3 .cnt,
    .entryTbl7 .cnt {
        position: relative;
        text-align: right;
        border: 1px solid #757171;
        border-top: 0;
        border-bottom: 0;
        padding: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .entryTbl3 .cnt p,
    .entryTbl7 .cnt p {
        padding: 12px;
        margin: 0;
        position: relative;
    }

    .entryTbl3 .cnt p:before,
    .entryTbl7 .cnt p:before {
        text-align: right;
        content: "移転割合";
        font-size: 1.5rem;
        position: absolute;
        left: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {

    .entryTbl3 .cnt p.err_msg,
    .entryTbl7 .cnt p.err_msg {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {

    .entryTbl3 .cnt p.err_msg:before,
    .entryTbl7 .cnt p.err_msg:before {
        content: "";
        font-size: 0;
    }
}

@media only screen and (max-width: 750px) {

    .entryTbl3 tr.is-open .btn:before,
    .entryTbl7 tr.is-open .btn:before {
        width: 0;
        height: 0;
        background-color: transparent;
    }

    .entryTbl3 tr.is-open .cnt,
    .entryTbl7 tr.is-open .cnt {
        height: auto;
        border-bottom: 1px solid #757171;
    }

    .entryTbl3 tr.is-open:last-child td:last-child,
    .entryTbl7 tr.is-open:last-child td:last-child {
        border-bottom: 1px solid #757171;
    }
}

@media only screen and (max-width: 750px) {

    .entryTbl4 .cnt p:before,
    .entryTbl5 .cnt p:before,
    .entryTbl6 .cnt p:before {
        content: "";
    }
}

@media only screen and (max-width: 750px) {

    .entryTbl4 .cnt p .left,
    .entryTbl5 .cnt p .left,
    .entryTbl6 .cnt p .left {
        display: inline-block !important;
        float: left;
    }
}

@media only screen and (max-width: 750px) {

    .entryTbl4 td:empty,
    .entryTbl5 td:empty,
    .entryTbl6 td:empty {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {

    .entryTbl4 tr:last-child td:nth-last-of-type(2),
    .entryTbl5 tr:last-child td:nth-last-of-type(2),
    .entryTbl6 tr:last-child td:nth-last-of-type(2) {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 750px) {

    .entryTbl4 tr:last-child.is-open td:nth-last-of-type(2),
    .entryTbl5 tr:last-child.is-open td:nth-last-of-type(2),
    .entryTbl6 tr:last-child.is-open td:nth-last-of-type(2) {
        border-bottom: 1px solid #757171;
    }
}

@media only screen and (max-width: 750px) {

    .entryTbl5 .cnt p:before,
    .entryTbl6 .cnt p:before {
        content: "移転割合";
        top: 12px;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
    }
}

@media only screen and (max-width: 750px) {

    .entryTbl5 .cnt p:after,
    .entryTbl6 .cnt p:after {
        content: "移転金額";
        text-align: right;
        font-size: 1.5rem;
        position: absolute;
        left: 12px;
        bottom: 12px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl6 .cnt p:before {
        content: "移転後積立金残高";
        top: 12px;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl6 .cnt p:after {
        content: "移転後積立金割合";
        text-align: right;
        font-size: 1.5rem;
        position: absolute;
        left: 12px;
        bottom: 12px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl7 tr th {
        text-align: left;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl7 tr:first-child th:first-child {
        border-top: 1px solid #757171;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl7 tr:last-child td:nth-last-of-type(3) {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl7 tr:last-child.is-open td:nth-last-of-type(3) {
        border-bottom: 1px solid #757171;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl7 td:empty {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl7 .cnt .fund:before {
        content: "現在の積立金残高";
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl7 .cnt .ratio:before {
        content: "現在の積立金割合";
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl7 .cnt .reserve:before {
        content: "移転後積立金割合";
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl7 .cnt .amount:before {
        content: "積立金額";
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl7 p.price {
        text-align: right;
        position: relative;
        border-top: 0 !important;
        padding-top: 0;
        padding-bottom: 12px;
        min-height: 30px;
    }

    .entryTbl7 p.price:before {
        content: "ユニット価格";
        position: absolute;
        top: 8px;
        left: 12px;
    }
}

.entryTbl8 {
    position: relative;
}

@media only screen and (max-width: 750px) {
    .entryTbl8 thead {
        display: block !important;
        display: none !important;
        position: absolute;
        top: 48px;
        overflow: hidden;
        -webkit-transition: height .2s ease;
        -moz-transition: height .2s ease;
        -ms-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl8 thead th {
        background-color: #fff;
        border: 0 !important;
        border-left: 1px solid #757171 !important;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
    .entryTbl8 thead th:empty {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl8 tbody th {
        border: 1px solid #757171 !important;
        margin-top: -1px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl8 tbody td {
        text-align: right;
        border-bottom: 0 !important;
        border-right: 1px solid #757171 !important;
        border-left: 1px solid #757171 !important;
        display: flex !important;
        justify-content: space-between;
    }

    .entryTbl8 tbody tr.is-open td:last-child {
        border-bottom: 1px solid #757171 !important;
    }

    .entryTbl8 tbody td .cloneTH {
        padding: 12px;
    }

    .entryTbl8 tbody td .cloneTH~p:last-child {
        height: 40px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl8 .cnt p {
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl8 .cnt p:before {
        content: "";
        display: none;
    }
}

#contentsAreaContainer .scrollTbl {
    overflow-x: auto;
    padding-bottom: 20px;
    /* Track */
}

@media only screen and (max-width: 750px) {
    #contentsAreaContainer .scrollTbl {
        padding-bottom: 0;
        overflow: hidden;
    }
}

#contentsAreaContainer .scrollTbl table {
    width: 100%;
    border-collapse: inherit;
}

#contentsAreaContainer .scrollTbl table tr>* {
    border: 0;
    border-right: 2px solid #757171;
    border-bottom: 2px solid #757171;
}

#contentsAreaContainer .scrollTbl table th:first-child {
    border-left: 2px solid #757171;
}

#contentsAreaContainer .scrollTbl thead th {
    width: 212px;
    border-top: 2px solid #757171;
}

#contentsAreaContainer .scrollTbl thead th:first-child {
    width: 322px;
}

#contentsAreaContainer .scrollTbl::-webkit-scrollbar {
    height: 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contentsAreaContainer .scrollTbl::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #888;
}

#contentsAreaContainer .scrollTbl::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 1px solid #999;
}

#contentsAreaContainer .scrollTbl::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.confirmTbl1 tr.only-pc,
.confirmTbl2 tr.only-pc {
    display: table-row !important;
}

@media only screen and (max-width: 750px) {

    .confirmTbl1 tr.only-pc,
    .confirmTbl2 tr.only-pc {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {

    .confirmTbl1,
    .confirmTbl2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .confirmTbl1 tbody,
    .confirmTbl2 tbody {
        width: 100%;
    }

    .confirmTbl1 tbody td,
    .confirmTbl2 tbody td {
        margin-top: 55px;
        text-align: left !important;
    }

    .confirmTbl1 tr,
    .confirmTbl2 tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        flex-direction: column;
        width: 100%;
    }

    .confirmTbl1 tr th,
    .confirmTbl2 tr th {
        width: 100%;
    }

    .confirmTbl1 tr th:empty,
    .confirmTbl2 tr th:empty {
        display: none;
    }

    .confirmTbl1 tr>*,
    .confirmTbl2 tr>* {
        border: 1px solid #757171;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .confirmTbl1 thead,
    .confirmTbl2 thead {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid #757171;
    }

    .confirmTbl1 thead tr,
    .confirmTbl2 thead tr {
        width: 100%;
    }

    .confirmTbl1 thead .bgSP,
    .confirmTbl2 thead .bgSP {
        background-color: #fff;
    }

    .confirmTbl1 thead th,
    .confirmTbl2 thead th {
        width: 100% !important;
        display: block;
        border: 0;
    }

    .confirmTbl1 thead th.topSP,
    .confirmTbl2 thead th.topSP {
        border-bottom: 1px solid #757171;
    }

    .confirmTbl1 thead td,
    .confirmTbl2 thead td {
        border: 0;
        padding: 0.5em 0.8em;
    }

    .confirmTbl1 .widthPer50,
    .confirmTbl2 .widthPer50 {
        width: 80% !important;
        max-width: 400px;
    }
}

@media only screen and (max-width: 750px) {
    .confirmTbl2 tbody td {
        margin-top: 0;
        border-top: 0;
    }
}

@media only screen and (max-width: 750px) {
    .confirmTbl2 thead {
        border: 0;
    }
}

.confirmTbl2 .alignC {
    text-align: left;
}

@media only screen and (max-width: 750px) {
    .ratioBox {
        margin: auto auto 10px auto;
        border-radius: 8px;
        box-sizing: border-box;
        width: 100%;
        position: relative;
        background: #ef6100;
    }

    .ratioBox p {
        font-size: 1.6rem;
        text-align: center;
        color: #fff;
        line-height: 1.4;
        padding: 0.6em 0.5em;
    }

    .ratioBox:before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid #ef6100;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .ratioBox:after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid #ef6100;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
}

/* input */
@media only screen and (max-width: 750px) {

    input[type="text"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="email"],
    textarea,
    select.selectBox {
        border: 1px solid #ef6100;
    }
}

@media only screen and (max-width: 750px) {

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border: 1px solid #ef6100;
    }
}

@media only screen and (max-width: 750px) {

    input[type="text"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    textarea {
        font-size: 1.4rem;
    }
}

select.selectBox {
    background-color: #fff;
}

@media only screen and (max-width: 750px) {
    select.selectBox {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 750px) {
    .inlineGroup {
        position: relative;
    }

    .inlineGroup select.selectBox {
        width: 46%;
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 1.4rem;
    }

    .inlineGroup #dateGroup {
        width: 100%;
    }

    .inlineGroup #dateGroup input {
        width: 38%;
    }

    .inlineGroup #dateGroup input:first-child {
        position: absolute;
        top: 0;
        right: 8%;
    }

    .inlineGroup #dateGroup input:nth-last-of-type(1) {
        position: absolute;
        bottom: 0;
        right: 8%;
    }

    .inlineGroup label:nth-child(2) {
        position: absolute;
        top: 12px;
        left: 93%;
    }

    .inlineGroup label:last-child {
        position: absolute;
        bottom: 12px;
        left: 93%;
    }
}

/*@media only screen and (max-width: 750px) {
    .logo:after {
        content: "";
        display: block;
        height: 8px;
        width: 100%;
        margin-top: 10px;
        background: -moz-linear-gradient(left, #FDD000, #E60012);
        background: -webkit-gradient(linear, left top, right top, from(#FDD000), to(#E60012));
        background: -webkit-linear-gradient(left, #FDD000, #E60012);
    }
}*/

/* header navigation */
@media only screen and (max-width: 750px) {
    header:after {
        content: "";
        display: block;
        height: 8px;
        width: 100%;
        background: -moz-linear-gradient(left, #FDD000, #E60012);
        background: -webkit-gradient(linear, left top, right top, from(#FDD000), to(#E60012));
        background: -webkit-linear-gradient(left, #FDD000, #E60012);
    }
}

#navBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    #navBar {
        width: auto;
        padding: 0 10px;
        margin: auto;
    }

    #navBar.dline {
        display: block;
        width: auto;
        padding: 0;
        margin: auto;
    }

    .vitality.ss #navBar.dline .logo,
    .vitality.ds #navBar.dline .logo,
    .vitality.login #navBar.dline .logo,
    .ds #navBar.dline .logo,
    #navBar.dline .logo {
        padding: 10px 0;
        display: block;
        float: none;
        line-height: inherit;
    }
}

@media only screen and (max-width: 750px) {
    #navBar {
        display: block;
        padding: 0;
    }

    .vitality.ss #navBar .logo,
    .vitality.ds #navBar .logo,
    .vitality.login #navBar .logo,
    .ds #navBar .logo,
    #navBar .logo {
        padding: 10px 0;
        display: block;
        float: none;
        line-height: inherit;
    }
}

#navBar::after {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #navStep {
        float: none;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 750px) {
    #navStep {
        width: 100%;
        margin: 15px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .dline .navStepDs {
        display: inline-block;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs {
        height: auto;
        border-radius: 0;
        border: 0;
        display: block;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs .iconNavStep {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"] {
        width: calc(100%/3);
        height: 3.2em;
        padding-right: 1.6em;
        overflow: hidden;
        text-align: center;
        margin-bottom: 15px;
        border-top: 1px solid #ef6100;
        border-bottom: 1px solid #ef6100;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navStepDs.nav_long>[class^="navStep0"] {
        width: calc(100%/6);
    }

    .navStepDs.nav_long .stepName {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"].widthPer25 {
        width: 25%;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"].widthPer25.navStep03 {
        overflow: hidden;
        padding-right: 1.6em;
    }

    .navStepDs>[class^="navStep0"].widthPer25.navStep03:after {
        width: 2.3em;
        height: 2.3em;
        border-left: 0;
        border-right: 1px solid #ef6100;
        border-top: 1px solid #ef6100;
    }

    .navStepDs>[class^="navStep0"].widthPer25.navStep03.done {
        overflow: visible;
        padding-right: 0;
    }

    .navStepDs>[class^="navStep0"].widthPer25.navStep03.done p {
        padding-right: 1.6em;
        position: relative;
        overflow: hidden;
        background-color: transparent;
    }

    .navStepDs>[class^="navStep0"].widthPer25.navStep03.done p:after {
        content: "";
        width: 2.3em;
        height: 2.3em;
        border-radius: 0;
        transform: rotate(45deg) skew(0deg, 0deg);
        right: 0.5em;
        border-left: 0;
        border-right: 1px solid #ef6100;
        border-top: 1px solid #ef6100;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        backface-visibility: hidden;
        background-color: #fff;
    }

    .navStepDs>[class^="navStep0"].widthPer25.navStep03.done:before {
        background-color: #fff;
        height: 100%;
        width: 100%;
        top: 0;
        right: 1.6em;
        left: unset;
        z-index: 8;
    }

    .navStepDs>[class^="navStep0"].widthPer25.navStep03.done:after {
        border-color: transparent;
        background-color: transparent;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"]:after {
        width: 2.3em;
        height: 2.3em;
        border-radius: 0;
        transform: rotate(45deg) skew(0deg, 0deg);
        right: 0.5em;
        border-left: 0;
        border-right: 1px solid #ef6100;
        border-top: 1px solid #ef6100;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"]:before {
        background-color: transparent;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"] p {
        line-height: 1.1;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"].current {
        background-color: #fff;
        border-top: 1px solid #ef6100;
        border-bottom: 1px solid #ef6100;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"].current p {
        background-color: #ef6100;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"].done {
        background-color: #ef6100;
        border-color: #ef6100;
        border-left: 0;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"].done:after {
        border-color: #ef6100;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"].done p {
        background-color: #fff;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"] .stepNo {
        display: inline-block;
        font-weight: 400;
        position: relative;
        padding-right: 5px;
        position: relative;
        z-index: 1;
        padding: 0 8px 0 0;
    }

    .navStepDs.nav_long>[class^="navStep0"] .stepNo {
        padding: 0 0 0 8px;
    }

    .navStepDs>[class^="navStep0"] .stepNo:after {
        content: ".";
        position: absolute;
        right: 2px;
        bottom: 0;
    }

    .navStepDs.nav_long>[class^="navStep0"] .stepNo:after {
        content: none;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"] .stepName {
        display: inline-block;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .navStepDs>[class^="navStep0"] .stepName .only-pc {
        display: none !important;
    }

    .navStepDs>[class^="navStep0"] .stepName br {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs>[class^="navStep0"]:last-child {
        padding: 0;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs .navStep01 {
        padding-left: 0;
        margin-left: 0;
        border-radius: 0;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs .navStep02.done {
        overflow: visible;
        padding-right: 0;
    }

    .navStepDs .navStep02.done p {
        padding-right: 1.6em;
        position: relative;
        overflow: hidden;
        background-color: transparent;
    }

    .navStepDs .navStep02.done p:after {
        content: "";
        width: 2.3em;
        height: 2.3em;
        border-radius: 0;
        transform: rotate(45deg) skew(0deg, 0deg);
        right: 0.5em;
        border-left: 0;
        border-right: 1px solid #ef6100;
        border-top: 1px solid #ef6100;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        backface-visibility: hidden;
        background-color: #fff;
    }

    .navStepDs .navStep02.done:before {
        background-color: #fff;
        height: 100%;
        width: 100%;
        top: 0;
        right: 1.6em;
        left: inherit;
        z-index: 8;
    }

    .navStepDs .navStep02.done:after {
        border-color: transparent;
        background-color: transparent;
    }
}

@media only screen and (max-width: 750px) {

    .navStepDs .navStep03,
    .navStepDs .navStep06 {
        padding-right: 0;
        overflow: visible;
    }

    .navStepDs .navStep03:after,
    .navStepDs .navStep06:after {
        width: 0;
        height: 0;
        background-color: transparent;
        border: 0;
    }

    .navStepDs .navStep03:before,
    .navStepDs .navStep06:before {
        height: 100%;
        width: 100%;
        top: 0;
        right: 1.6em;
        left: auto;
        z-index: 8;
    }

    .navStepDs .navStep03.done:before,
    .navStepDs .navStep06.done:before {
        background-color: #fff;
    }

    .navStepDs .navStep03.current:before,
    .navStepDs .navStep06.current:before {
        background-color: #ef6100;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs .navStep04.done {
        background-color: transparent;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs .navStep05 {
        padding-right: 0;
        overflow: visible;
    }

    .navStepDs .navStep05:before {
        height: 100%;
        width: 100%;
        top: 0;
        right: 1.6em;
        left: auto;
        z-index: 8;
    }

    .navStepDs .navStep05:after {
        width: 0;
        height: 0;
        background-color: transparent;
        border: 0;
    }

    .navStepDs .navStep05.done {
        background-color: transparent;
    }

    .navStepDs .navStep05.done p {
        background-color: transparent;
    }

    .navStepDs .navStep05.done p:after {
        background-color: #fff;
    }

    .navStepDs .navStep05.current:before {
        background-color: #ef6100;
    }

    .navStepDs .navStep05.current p {
        background-color: transparent;
    }

    .navStepDs .navStep05.current p:after {
        background-color: #ef6100;
    }

    .navStepDs .navStep05 p {
        padding-right: 1.6em;
        position: relative;
        overflow: hidden;
        background-color: transparent;
    }

    .navStepDs .navStep05 p:after {
        content: "";
        width: 2.3em;
        height: 2.3em;
        border-radius: 0;
        transform: rotate(45deg) skew(0deg, 0deg);
        right: 0.5em;
        border-left: 0;
        border-right: 1px solid #ef6100;
        border-top: 1px solid #ef6100;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        backface-visibility: hidden;
        background-color: transparent;
    }
}

@media only screen and (max-width: 1024px) {
    .navStepDs.noText>[class^="navStep0"] {
        width: 17%;
    }

    .navStepDs.noText>[class^="navStep0"] .stepName {
        display: none;
    }

    .navStepDs.noText>[class^="navStep0"] .stepNo {
        padding-right: 2px;
    }

    .navStepDs.noText>[class^="navStep0"] .stepNo:after {
        font-size: 0;
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .navStepDs.noText .navStep01 {
        width: 19%;
    }
}

@media only screen and (max-width: 1024px) {
    .navStepDs.noText .navStep06 {
        width: 13%;
    }
}

@media only screen and (max-width: 1024px) {

    .navStepDs.noText .navStep03,
    .navStepDs.noText .navStep04 {
        overflow: hidden;
        padding-right: 1.6em;
    }

    .navStepDs.noText .navStep03:after,
    .navStepDs.noText .navStep04:after {
        width: 2.3em;
        height: 2.3em;
        border-left: 0;
        border-right: 1px solid #ef6100;
        border-top: 1px solid #ef6100;
    }

    .navStepDs.noText .navStep03.done,
    .navStepDs.noText .navStep04.done {
        overflow: visible;
        padding-right: 0;
    }

    .navStepDs.noText .navStep03.done p,
    .navStepDs.noText .navStep04.done p {
        padding-right: 1.6em;
        position: relative;
        overflow: hidden;
        background-color: transparent;
    }

    .navStepDs.noText .navStep03.done:before,
    .navStepDs.noText .navStep04.done:before {
        background-color: #fff;
        height: 100%;
        width: 100%;
        top: 0;
        right: 1.6em;
        left: auto;
        z-index: 8;
    }

    .navStepDs.noText .navStep03.done:after,
    .navStepDs.noText .navStep04.done:after {
        border-color: transparent;
        background-color: transparent;
    }
}

@media only screen and (max-width: 1024px) {
    #navStep {
        margin: 15px 0;
    }

    .dline #navStep {
        width: 100%;
    }

    .navStepDs.noText.stepLen_06>[class^="navStep0"] {
        width: calc(100%/6) !important;
    }

    .navStepDs.noText {
        overflow: hidden;
        height: auto;
        border-radius: 0;
        border: 0;
        display: block;
    }

    .navStepDs.noText .iconNavStep {
        display: none;
    }

    .navStepDs.noText>[class^="navStep0"] {
        overflow: visible;
        color: #bab8b8;
        padding: 0 0em 0 0.6em;
        margin: 0;
        min-width: 2.7em;
        position: relative;
        border: 0;
        background: #e2e2e2;
        height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navStepDs.noText>[class^="navStep0"]:before {
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        border-left: #fff 8px solid;
        border-right: 8px solid transparent;
        border-top: 27px solid transparent;
        border-bottom: 27px solid transparent;
        vertical-align: middle;
        position: absolute;
        top: -2px;
        left: auto;
        right: -16px;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.02);
    }

    .navStepDs.noText>[class^="navStep0"]:not(current)::after {
        background-color: transparent;
    }

    .navStepDs.noText>[class^="navStep0"]::after {
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        border-left: #e2e2e2 8px solid;
        border-right: 8px solid transparent;
        border-top: 27px solid transparent;
        border-bottom: 27px solid transparent;
        vertical-align: middle;
        position: absolute;
        top: -2px;
        right: -15px;
        z-index: 2;
        transform: none;
        -webkit-backface-visibility: none;
        border-radius: 6px;
    }

    .navStepDs.noText>[class^="navStep0"] p {
        padding: 0 0.2em !important;
    }

    .navStepDs.noText>[class^="navStep0"] p {
        line-height: 1.1;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .navStepDs.noText>[class^="navStep0"] .stepNo {
        width: 100%;
        text-align: center;
        display: inline-block;
        color: #333;
        font-weight: normal;
        font-size: 1.2rem;
        position: relative;
        z-index: 1;
        padding: 0;
    }

    .navStepDs.noText>.navStep01 {
        border-radius: 0;
        margin-left: 0;
        padding-left: 0;
        border-left: 1px solid #bab8b8;
    }

    .navStepDs.noText>[class^="navStep0"].done {
        border-color: #757171;
        color: #555;
    }

    .navStepDs.noText>[class^="navStep0"].done p {
        background-color: inherit;
        padding: 0;
    }

    .navStepDs.noText>[class^="navStep0"].current {
        color: #fff;
        border: none;
        background-color: #ef6100;
    }

    .navStepDs.noText>[class^="navStep0"].current::after {
        border-left-color: #EF6100;
        background-color: transparent;
        border-width: 30px 8px;
    }

    .navStepDs.noText>[class^="navStep0"].current .stepNo {
        color: #FFF;
    }

    .navStepDs.noText .navStep03.done:before,
    .navStepDs.noText .navStep04.done:before {
        height: 0;
        width: 0;
        top: -2px;
        left: auto;
        right: -16px;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.02);
    }

    .navStepDs.noText .navStep03.done:after,
    .navStepDs.noText .navStep04.done:after {
        border-left: #e2e2e2 8px solid;
        border-right: 8px solid transparent;
        border-top: 27px solid transparent;
        border-bottom: 27px solid transparent;
    }

}


@media only screen and (max-width: 750px) {
    .navStepDs.stepLen_03>[class^="navStep0"] {
        width: calc(100%/3) !important;
    }

    .navStepDs.stepLen_04>[class^="navStep0"] {
        width: calc(100%/4) !important;
    }

    .navStepDs.stepLen_06>[class^="navStep0"] {
        width: calc(100%/6) !important;
    }

    .navStepDs.onlyText,
    .navStepDs.noText {
        overflow: hidden;
    }

    .navStepDs.inline.onlyText .navStep03 {
        overflow: visible;
        padding-right: 0;
    }

    .navStepDs.onlyText>[class^="navStep0"],
    .navStepDs.noText>[class^="navStep0"] {
        overflow: visible;
        color: #bab8b8;
        padding: 0 0.5em 0 1em;
        padding: 0 0em 0 0.6em;
        margin: 0;
        min-width: 2.7em;
        position: relative;
        border: 0;
        background: #e2e2e2;
        height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navStepDs.onlyText>[class^="navStep0"]:before,
    .navStepDs.noText>[class^="navStep0"]:before {
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        border-left: #fff 8px solid;
        border-right: 8px solid transparent;
        border-top: 27px solid transparent;
        border-bottom: 27px solid transparent;
        vertical-align: middle;
        position: absolute;
        top: -2px;
        left: auto;
        right: -16px;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.02);
    }

    .navStepDs.onlyText>[class^="navStep0"]::after,
    .navStepDs.noText>[class^="navStep0"]::after {
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        border-left: #e2e2e2 8px solid;
        border-right: 8px solid transparent;
        border-top: 27px solid transparent;
        border-bottom: 27px solid transparent;
        vertical-align: middle;
        position: absolute;
        top: -2px;
        right: -15px;
        z-index: 2;
        transform: none;
        -webkit-backface-visibility: none;
        border-radius: 6px;

        /* added 200804*/
        /*border-right: 8px solid transparent;
        border-top: 27px solid transparent;
        border-bottom: 25px solid transparent;
        right: -15px;*/
    }

    .navStepDs.inline.onlyText .navStep03:after {
        border-left: #e2e2e2 8px solid;
        border-right: 8px solid transparent;
        border-top: 27px solid transparent;
        border-bottom: 27px solid transparent;
        height: 0;
        width: 0;
    }

    .navStepDs.onlyText>[class^="navStep0"]:not(current)::after,
    .navStepDs.noText>[class^="navStep0"]:not(current)::after {
        background-color: transparent;
    }

    /* added 200804*/
    /*.navStepDs.onlyText>[class^="navStep0"].current::before,
    .navStepDs.noText>[class^="navStep0"].current::before {
        border-right: 12px solid transparent;
        border-top: 32px solid transparent;
        border-bottom: 32px solid transparent;
        top: -8px;
        right: -20px;
    }*/

    .navStepDs.onlyText>[class^="navStep0"].current::after,
    .navStepDs.noText>[class^="navStep0"].current::after {
        border-left-color: #EF6100;
        background-color: transparent;
        border-width: 30px 8px;
    }

    .navStepDs.onlyText>.navStep01,
    .navStepDs.noText>.navStep01 {
        border-radius: 0;
        margin-left: 0;
        padding-left: 0;
        border-left: 1px solid #bab8b8;
    }

    .navStepDs.onlyText>[class^="navStep0"].current,
    .navStepDs.noText>[class^="navStep0"].current {
        color: #fff;
        border: none;
        background-color: #ef6100;
    }

    .navStepDs.onlyText .stepNo {
        display: none !important;
    }

    .navStepDs.noText .stepName {
        display: none !important;
    }

    .navStepDs.onlyText>[class^="navStep0"] .stepName,
    .navStepDs.noText>[class^="navStep0"] .stepNo {
        width: 100%;
        text-align: center;
        display: inline-block;
        color: #333;
        font-weight: normal;
        font-size: 1.2rem;
    }

    .navStepDs.onlyText>[class^="navStep0"].current .stepName,
    .navStepDs.noText>[class^="navStep0"].current .stepNo {
        color: #FFF;
    }

    .navStepDs.onlyText>[class^="navStep0"]:last-child,
    .navStepDs.noText>[class^="navStep0"]:last-child {
        border-left: none;
        padding-left: 0.6em;
    }

    .navStepDs.onlyText>[class^="navStep0"].done,
    .navStepDs.noText>[class^="navStep0"].done {
        border-color: #757171;
        color: #555;
    }

    .navStepDs.inline.onlyText .navStep03.done:before {
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.02);
        top: -2px;
        left: auto;
        right: -16px;
        z-index: 1;
    }

    .navStepDs.inline.onlyText .navStep03.done:after {
        border-left: #e2e2e2 8px solid;
        border-right: 8px solid transparent;
        border-top: 27px solid transparent;
        border-bottom: 27px solid transparent;
    }

    .navStepDs.onlyText>[class^="navStep0"].done p,
    .navStepDs.noText>[class^="navStep0"].done p {
        background-color: inherit;
        padding: 0;
    }

    .navStepDs.onlyText.inline .navStep03.done p {
        background-color: inherit;
    }

    .navStepDs.onlyText .navStep02.done p:after,
    .navStepDs.noText .navStep02.done p:after {
        display: none;
    }

    .navStepDs.inline.onlyText .navStep03.done p:after {
        display: none;
    }

    .navStepDs>[class^="navStep0"] p {
        padding: 0 0.2em !important;
    }

    .navStepDs.onlyText>.navStep01 p {
        padding-right: 0;
    }

    .navStepDs.noText .navStep05 p:after {
        display: none;
    }

    .navStepDs.noText .navStep03.done:before,
    .navStepDs.noText .navStep04.done:before {
        height: 0;
        width: 0;
        top: -2px;
        left: auto;
        right: -16px;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.02);
    }

    .navStepDs.noText .navStep03.done p:after,
    .navStepDs.noText .navStep04.done p:after {
        display: none;
    }

    .navStepDs.noText .navStep03.done:after,
    .navStepDs.noText .navStep04.done:after {
        border-left: #e2e2e2 8px solid;
        border-right: 8px solid transparent;
        border-top: 27px solid transparent;
        border-bottom: 27px solid transparent;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs.allText .stepName .only-pc {
        display: block !important;
    }

    .navStepDs.allText .stepName .only-pc.d-inline-block {
        display: inline-block !important;
    }

    .navStepDs.allText .down-line {
        display: block;
        height: 0;
    }
}

@media only screen and (max-width: 750px) {
    a.iconBlank {
        background-size: 0.8em;
    }
}

@media only screen and (max-width: 750px) {
    .gridInner {
        margin: 10px 0 0;
        word-break: break-all;
    }
}

@media only screen and (max-width: 1024px) {
    .vitFlow .stepSection ol.stepFlow {
        margin: 2em 2em 0 2em;
    }
}

@media only screen and (max-width: 750px) {
    .vitFlow .stepSection ol.stepFlow {
        margin: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .vitFlow .stepSection ol.stepFlow>li {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .vitFlow .stepSection ol.stepFlow>li {
        width: 100%;
        border: 1px solid #ef6100;
        padding: 1em 0.5em;
        display: inline-block;
        padding-left: 75px;
        margin-bottom: 0.7em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 750px) {
    .vitFlow .stepSection ol.stepFlow>li:before {
        background-size: 32px;
        bottom: -17px;
    }
}

@media only screen and (max-width: 750px) {
    .vitFlow .stepSection ol.stepFlow .figure {
        position: absolute;
        left: 10px;
        top: 1em;
        width: 50px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 750px) {
    .vitFlow .stepSection ol.stepFlow .title {
        display: inline-block;
        width: auto;
        margin-top: 0;
    }
}

@media only screen and (max-width: 750px) {
    .vitFlow .stepSection ol.stepFlow ul.noteArea li {
        white-space: pre-line;
        word-break: break-all;
    }
}

@media only screen and (max-width: 750px) {
    ul.noteArea {
        margin: 10px 0 0 15px;
    }
}

@media only screen and (max-width: 750px) {
    .inputArea {
        padding: 10px 10px 20px;
    }
}

@media only screen and (max-width: 750px) {
    #contentsAreaContainer {
        padding-bottom: 2em;
    }
}

@media only screen and (max-width: 1024px) {
    #contentsArea {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 750px) {
    footer .c-logo--footer {
        height: auto;
        padding-top: 30px;
    }

    footer .c-logo--footer img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 750px) {
    footer .footerCopy {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 750px) {
    footer .footerMenuCol4 {
        padding-left: 20px;
    }
}

.p-PdLeft1em {
    padding-left: 1em;
}

.p-indent {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

.p-Mt-1point5em {
    margin-top: -1.5em;
}

.ratioBox.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000;
    border-radius: 0;
}

.ratioBox.fixed p {
    margin-top: 0;
}

.text-org {
    color: #f28338 !important;
}

.btnHome.btnHome--adj {
    width: 22em;
    max-width: 100%;
}

@media only screen and (max-width: 750px) {
    .float-noneSP {
        float: none !important;
    }

    .plr-12SP {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .pt-12SP {
        padding-top: 12px !important;
    }

    .pb-12SP {
        padding-bottom: 12px !important;
    }

    .mt-0SP {
        margin-top: 0 !important;
    }
}

.guideTitle {
    max-width: 1000px;
    margin: 1em auto;
    font-size: 2.4rem;
    font-weight: 700;
}

.btnRadio input[type="radio"]:disabled+label {
    background-color: #cccccc;
    opacity: 1;
}

/* 20200330 */
.d-iblock {
    display: inline-block !important;
}

@media only screen and (max-width: 750px) {
    .re-columnSP {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .re-columnSP>div[id^="telGroup"], .groupInput4[id^="telGroup"]{
        display: -webkit-box;
        display: -ms-flexbox;
               display: flex;
        -webkit-box-pack: justify;
           -ms-flex-pack: justify;
        justify-content: flex-start;
        align-items: center;
    }

    .re-columnSP>div[id^="telGroup"] input:first-child, .groupInput4[id^="telGroup"] input:first-child{
        margin-right: 1%;
    }

    .re-columnSP>div[id^="telGroup"] input:nth-child(2), .groupInput4[id^="telGroup"] input:nth-child(2){
        margin: 0 1%;
    }

    .re-columnSP>div[id^="telGroup"] input:nth-child(3), .groupInput4[id^="telGroup"] input:nth-child(3){
        margin-left: 1%;
    }
}

@media only screen and (max-width: 750px) {
    .d-columnSP {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 750px) {
    .d-columnSP button {
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .d-rowSP {
        display: block;
    }
}

@media only screen and (max-width: 750px) {
    .d-rowSP {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: column;
    }
}

.d-rowSP.center {
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .d-rowSP button {
        position: relative !important;
        display: inline-block;
    }
}

@media only screen and (max-width: 750px) {
    .d-rowSP button {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.flex-start {
    justify-content: flex-start !important;
}

.between {
    justify-content: space-between !important;
    align-items: center;
}

@media only screen and (max-width: 750px) {
    .noneSP {
        display: none !important;
    }
}

.nonePC {
    display: none;
}

@media only screen and (max-width: 750px) {
    .nonePC {
        display: inline-block;
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.h-0 {
    height: 0;
}

.h-auto {
    height: auto !important;
}

.widthAuto {
    width: auto;
    min-width: auto !important;
}

@media only screen and (max-width: 750px) {
    .widthPer100SP {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 750px) {
    .widthPer80SP {
        min-width: 80% !important;
    }
}

@media only screen and (max-width: 750px) {
    .widthPer74SP {
        min-width: 74% !important;
    }
}

@media only screen and (max-width: 750px) {
    .widthPer70SP {
        min-width: 70% !important;
    }
}

@media only screen and (max-width: 750px) {
    .widthPer50SP {
        width: 50% !important;
    }
}

@media only screen and (max-width: 750px) {
    .widthPer48SP {
        width: 48% !important;
    }
}

@media only screen and (max-width: 750px) {
    .widthPer40SP {
        width: 40% !important;
    }
}

@media only screen and (max-width: 750px) {
    .widthPer30SP {
        width: 30% !important;
    }
}

@media only screen and (max-width: 750px) {
    .widthPer25SP {
        width: 25% !important;
    }
}

@media only screen and (max-width: 750px) {
    .minPer50SP {
        min-width: 50% !important;
    }
}

@media only screen and (max-width: 750px) {
    .minPer60SP {
        min-width: 60% !important;
    }
}

.p-0 {
    padding: 0;
}

.pr-1 {
    padding-right: 1em !important;
}

.pl-1 {
    padding-left: 1em !important;
}

.pl-3 {
    padding-left: 3em !important;
}

@media only screen and (max-width: 750px) {
    .p-0SP {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .p-12SP {
        padding: 12px !important;
    }
}

@media only screen and (max-width: 750px) {
    .pt-0SP {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .pt-20SP {
        padding-top: 20px !important;
    }
}

@media only screen and (max-width: 750px) {
    .pl-0SP {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .pl-25SP {
        padding-left: 2.5em !important;
    }
}

@media only screen and (max-width: 750px) {
    .pl-3SP {
        padding-left: 3em !important;
    }
}

@media only screen and (max-width: 750px) {
    .pb-0SP {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .pbSP-05 {
        padding-bottom: 0.5em !important;
    }
}

.ml-1 {
    margin-left: 1em !important;
}

.ml-2 {
    margin-left: 2em !important;
}

.ml-5 {
    margin-left: 5em !important;
}

@media only screen and (max-width: 750px) {
    .mt-1SP {
        margin-top: 1em !important;
    }
}

@media only screen and (max-width: 750px) {
    .mb-1SP {
        margin-bottom: 1em !important;
    }
}

@media only screen and (max-width: 750px) {
    .ml-0SP {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .b-0SP {
        border: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .br-0SP {
        border-right: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .bl-0SP {
        border-left: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .btSP-0 {
        border-top: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .bdtSP-1 {
        border-top: 1px solid #757171 !important;
    }
}

@media only screen and (max-width: 750px) {
    .btSP-3 {
        border-top: 3px solid #757171 !important;
    }
    .bbSP-2 {
        border-bottom: 2px solid #757171 !important;
    }
    .bbSP-3 {
        border-bottom: 3px solid #757171 !important;
    }
}

@media only screen and (max-width: 750px) {
    .bbSP-0 {
        border-bottom: 0 !important;
    }
}

.bb-0 {
    border-bottom: 0 !important;
}

@media only screen and (max-width: 750px) {
    .bb-1SP {
        border-bottom: 1px solid #757171 !important;
    }
}

.underline {
    text-decoration: underline !important;
}

@media only screen and (max-width: 750px) {
    .rightSP {
        text-align: right !important;
    }
}

.valign-top {
    vertical-align: top !important;
}

@media only screen and (max-width: 750px) {
    .blackSP {
        color: #000 !important;
    }
}

@media only screen and (max-width: 750px) {
    .orgSP {
        color: #f28338 !important;
    }
}

.grayText {
    color: #999;
}

.txt1 p {
    padding-left: 20px;
}

.txt1 span.large {
    left: 6px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 750px) {
    .txt1 span.large {
        left: 0;
        font-size: 1.4rem;
    }
}

.txt5 {
    margin-top: 0.8em;
}

.txt5_wrap {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin: 0;
    line-height: 1.6;
}

@media only screen and (max-width: 750px) {
    .txt5_wrap {
        padding-left: 20px;
    }
}

.txt5 .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.img1 {
    margin-top: 50px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    cursor: pointer;
}

@media only screen and (max-width: 750px) {
    .img1 {
        margin-top: 25px;
    }
}

.img1:hover button svg {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.btnExp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-left: 2%;
    position: relative;
    padding: 10px 0 10px 40px;
    text-align: center;
    min-width: auto !important;
}

@media only screen and (max-width: 750px) {
    .btnExp {
        display: none !important;
    }
}

.btnExp span {
    color: #EF6502;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.btnExp svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #EF6502;
    margin-right: 7px;
    transform-origin: right center;
    transition-duration: .3s;
    transition-property: transform;
    position: absolute;
    top: 8px;
    left: 12px;
}

.btnCls {
    color: #333;
    border: 2px solid #333;
    min-width: 11em !important;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 0.9em 0em 0.9em 2.0em;
    border-radius: 7px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    font-size: 1.5rem;
    position: relative;
    margin-top: 50px;
}

@media only screen and (max-width: 750px) {
    .btnCls {
        min-width: 9em !important;
        padding: 0.6em 0em 0.6em 1em;
        font-size: 1.3rem;
    }
}

.btnCls:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    left: 1em;
    top: 50%;
    background-color: #333;
    -webkit-transform: translateY(-50%) skew(45deg, -45deg);
    -moz-transform: translateY(-50%) skew(45deg, -45deg);
    -ms-transform: translateY(-50%) skew(45deg, -45deg);
    -o-transform: translateY(-50%) skew(45deg, -45deg);
    transform: translateY(-50%) skew(45deg, -45deg);
}

@media only screen and (max-width: 750px) {
    .btnCls:after {
        width: 8px;
    }
}

.btnCls:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    left: 1em;
    top: 50%;
    background-color: #333;
    -webkit-transform: translateY(-50%) skew(-45deg, 45deg);
    -moz-transform: translateY(-50%) skew(-45deg, 45deg);
    -ms-transform: translateY(-50%) skew(-45deg, 45deg);
    -o-transform: translateY(-50%) skew(-45deg, 45deg);
    transform: translateY(-50%) skew(-45deg, 45deg);
}

@media only screen and (max-width: 750px) {
    .btnCls:before {
        width: 8px;
    }
}

.btnCls.icon {
    border: 0;
    box-shadow: 0 0 0 #fff;
    padding: 0;
    min-width: auto !important;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.btnCls.icon:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnCls.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btnCls.icon:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

@media only screen and (max-width: 750px) {
    .btnRadio label.mb-1SP {
        margin-bottom: 10px !important;
    }
}

.btnCheck label {
    border: 2px solid #ef6100;
    font-weight: 400;
}

@media only screen and (max-width: 750px) {
    .btnCheck label {
        border: 1px solid #ef6100;
    }
}

.btnCheck label:before {
    border-radius: 50%;
}

.btnCheck input[type="checkbox"]:checked+label {
    background-color: #fbd3b9;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}

.btnCheck input[type="checkbox"]:checked+label:after {
    border-radius: 50%;
}

.btnCheck.square label {
    font-weight: 600;
}

.btnCheck.square label:before {
    border-radius: 0;
}

.btnCheck.square input[type="checkbox"]:checked+label {
    background-color: #fbd3b9;
    box-shadow: 0 0 0 transparent;
}

@media only screen and (max-width: 750px) {
    .btnCheck.square input[type="checkbox"]:checked+label {
        background-color: #fbd3b9;
    }
}

.btnCheck.square input[type="checkbox"]:checked+label:after {
    border-radius: 0;
}

.btnRef {
    min-width: auto !important;
    padding: 0.6em 1em;
    background-color: #999;
    color: #fff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.btnRef2 {
    min-width: auto !important;
    padding: 0.4em 1em;
    text-align: center;
    background-color: #757070;
    color: #fff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border: 1px solid #333;
    font-size: 1.5rem;
    line-height: 1.3;
    height: 40px;
    width: 25%;
}

@media only screen and (max-width: 750px) {
    .btnRef {
        margin: 10px auto 0 !important;
        display: block;
    }
}

@media only screen and (max-width: 750px) {
    .btnRef2 {
        width: 100%;
        margin: 10px auto 0 !important;
        display: block;
        font-size: 1.2rem;
        min-width: 5em;
    }
}

.btnSubmit.small {
    padding: 0.7em 2.2em 0.7em 1.2em;
    font-size: 1.4rem;
    min-width: 15em;
}

.modal {
    position: fixed;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .5s, 0s, 0s;
    transition-delay: 0s, .5s, .5s;
}

.modal.is-show {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s, 0s, 0s;
    display: block;
}

.modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 50px 20px;
    border: 1px solid #888;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (max-width: 750px) {
    .modal-content {
        height: 330px;
        width: calc(100% - 20px);
        max-width: 100%;
        border: 0;
    }
}

.modal-content img {
    max-width: calc(628px * 1.2);
    width: calc(628px * 1.2);
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 750px) {
    .modal-content img {
        width: 100%;
        max-width: 600px;
    }
}

@-webkit-keyframes animatetop {
    from {
        top: -20%;
        opacity: 0;
    }

    to {
        top: 50%;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -20%;
        opacity: 0;
    }

    to {
        top: 50%;
        opacity: 1;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl.widthPer80 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .entryTbl .down {
        display: block;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl .bbottom {
        border-bottom: 1px solid #757171 !important;
    }
}

@media only screen and (max-width: 750px) {

    .entryTbl th:empty,
    .entryTbl td:empty {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl .noBef:before {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl .spec1 {
        position: relative;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl .spec1 span:first-child {
        position: absolute;
        top: -55px;
        left: calc(40% + 13px);
        width: 54%;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl .spec1 span:first-child input {
        width: 73% !important;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl .spec1 label:last-child {
        left: auto;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl tr.noneSP {
        display: none !important;
    }
}

.entryTbl9 .only-sp {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .entryTbl9 .ptSP-0 {
        padding-top: 0;
        padding-bottom: 0.5em;
        border-top: 0;
    }

    .entryTbl9 tr td:last-child {
        padding-left: 2.5em;
    }

    .entryTbl9 tr:first-child td {
        padding-left: 12px;
    }

    .entryTbl9 .pl-12 {
        padding-left: 12px !important;
    }

    .entryTbl9 .only-pc {
        display: none !important;
    }

    .entryTbl9 .only-sp {
        display: inline-block !important;
    }
}

.entryTbl .bg {
    background-color: #fdfaef;
}

@media only screen and (max-width: 750px) {
    .entryTbl .bg {
        background-color: #fff;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl .bgSP {
        background-color: #fdfaef;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl .bbSP-0 {
        border-bottom: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl.preText td.btn {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl.preText td.cnt {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl.preText td.cnt p {
        margin-top: 0;
        min-height: 55px;
        border-top: 1px solid #757171;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl.preText td.cnt p:before {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .entryTbl.preText td.cnt:last-child p {
        border-top: 0;
    }
}

.entryTbl.preText tr:last-child:not(.is-open) {
    border-bottom: 1px solid #757171;
}

.groupInput2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .groupInput2 {
        display: block;
    }
}

@media only screen and (max-width: 750px) {
    .groupInput2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
}

.groupInput2 .input {
    width: 75%;
}

@media only screen and (max-width: 1024px) {
    .groupInput2 .input {
        width: 100%;
    }
}

.groupInput2 .btnRadio {
    width: 25%;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .groupInput2 .btnRadio {
        width: auto;
        display: block;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 750px) {
    .groupInput2 .btnRadio {
        width: 100%;
        margin-top: 0;
        padding: 0 12px;
    }
}

.groupInput2 .btnRadio label {
    width: 100%;
    min-width: auto !important;
    margin-left: 0;
}

@media only screen and (max-width: 1024px) {
    .groupInput2 .btnRadio label {
        width: auto;
    }
}

@media only screen and (max-width: 750px) {
    .groupInput2 .btnRadio label {
        text-align: left;
        max-width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .groupInput2 .cnt {
        border: 0 !important;
        background-color: #fff;
    }
}

@media only screen and (max-width: 750px) {
    .groupInput2 .cnt p {
        text-align: left;
        border-top: 1px solid #757171;
        padding: 15px 12px;
    }
}

@media only screen and (max-width: 750px) {
    .groupInput2 .cnt p:before {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .groupInput2 .cnt input {
        width: 50% !important;
    }
}

.groupInput3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .groupInput3 {
        display: block;
    }
}

.groupInput3 .btnRadio {
    width: 50%;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .groupInput3 .btnRadio {
        width: 100%;
        margin-bottom: 10px;
    }
}

.groupInput3 .btnRadio:first-child {
    width: 20%;
}

@media only screen and (max-width: 1024px) {
    .groupInput3 .btnRadio:first-child {
        width: auto;
    }
}

.groupInput3 .btnRadio:last-child {
    width: 25%;
}

@media only screen and (max-width: 1024px) {
    .groupInput3 .btnRadio:last-child {
        margin-bottom: 0;
        width: auto;
    }
}

.groupInput3 .btnRadio label {
    width: 100%;
    margin-left: 0;
    min-width: auto !important;
}

@media only screen and (max-width: 1024px) {
    .groupInput3 .btnRadio label {
        width: auto;
    }
}

@media only screen and (max-width: 750px) {
    .groupInput3 .btnRadio label {
        text-align: left;
        max-width: 100%;
    }
}

@media only screen and (max-width: 750px) {
  .responsive-break{
    display:block;
    }
    .responsive-break2{
    display:none;
    }
    .mediaWidth{
    padding: 0;
    }
    .surveyFontSize1{
    font-size: 1.0rem !important;
    }
    .surveyFontSize2{
    font-size: 1.5rem ;
    }
    .surveyFontSize3{
    font-size: 1.0rem ;
    }
    .btnSurvey::before{
    padding:0;
    background:url(../../POZ3/images/POHGZ33123.png) center left 0.8em / 1.8em auto !important;
    background-repeat:no-repeat !important;
    margin:0;
    }
    .surveyTxt p {
	padding-left: 15px;
　　}
}
@media only screen and (max-width: 1024px) {
	.surveyFontSize3{
	 font-size: 1.2rem;
	}
	 .surveyFontSize1{
    font-size: 1.5rem;
    }
}

@media only screen and (max-width: 360px) {
    .surveyFontSize1{
    font-size: 0.8rem ;
    }
	.btnSurvey::before{
	padding:0;
    background:#ffffff !important;
    background-repeat:no-repeat !important;
    margin:0;
    }
    .surveyTxt p {
	padding-left: 13px;
　　　　}
}

.groupInput4 {
    display: inline;
}

@media only screen and (max-width: 750px) {
    .groupInput4 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 750px) {
    .groupInput4 input {
        width: 25% !important;
        max-width: 100px;
    }
}

@media only screen and (max-width: 750px) {
    .checkRadio3 {
        background-color: #fdfaef !important;
    }
}

@media only screen and (max-width: 750px) {
    .checkRadio3>td {
        border-top: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 750px) {
    .checkRadio3 .btnRadio label {
        max-width: 100%;
    }
}

.btnToogle {
    display: none;
}

@media only screen and (max-width: 750px) {
    .btnToogle {
        display: block;
        text-align: left;
        width: 100%;
        padding: 12px;
        padding-right: 1em;
        position: relative;
        background-color: #fdfaef !important;
        border: 0 !important;
    }
}

.btnToogle:after {
    content: "";
}

select:disabled, input:disabled, .btnRadio input[type="radio"]:disabled+label {
    background-color: #cccccc !important;
    opacity: 1;
    color: #333333;
}

@media only screen and (max-width: 750px) {
    .navStepDs.inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs.inline .navStep03 {
        overflow: hidden;
        padding-right: 1.6em;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs.inline .navStep03:after {
        width: 2.3em;
        height: 2.3em;
        border-left: 0;
        border-right: 1px solid #ef6100;
        border-top: 1px solid #ef6100;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs.inline .navStep03.done {
        overflow: visible;
        padding-right: 0;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs.inline .navStep03.done p {
        padding-right: 1.6em;
        position: relative;
        overflow: hidden;
        background-color: transparent;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs.inline .navStep03.done p:after {
        content: "";
        width: 2.3em;
        height: 2.3em;
        border-radius: 0;
        transform: rotate(45deg) skew(0deg, 0deg);
        right: 0.5em;
        border-left: 0;
        border-right: 1px solid #ef6100;
        border-top: 1px solid #ef6100;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        backface-visibility: hidden;
        background-color: #fff;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs.inline .navStep03.done:before {
        background-color: #fff;
        height: 100%;
        width: 100%;
        top: 0;
        right: 1.6em;
        left: unset;
        z-index: 8;
    }
}

@media only screen and (max-width: 750px) {
    .navStepDs.inline .navStep03.done:after {
        border-color: transparent;
        background-color: transparent;
    }
}

textarea[rows="20"] {
    min-height: 12em;
}

table tr.bottom>td {
    vertical-align: bottom;
}

.kTxt{
    word-break: keep-all !important;
}

.flexLeft{
    display: -webkit-box;
    display: -ms-flexbox;
           display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
}

.flexLeft input:first-child{
    margin-right: 1%;
}

.flexLeft input:nth-child(2){
    margin: 0 1%;
}

.flexLeft input:nth-child(3){
    margin-left: 1%;
}

.strongTextBlue {
    font-weight: bold;
    color: #2197FC;
}