@charset "utf-8";

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
    .c-hide-pc {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .c-hide-sp {
        display: none;
    }
}

/* ========== Block ========== */
/* ----- cautionBlock ----- */
.c-cautionBlock-01 {
    margin-top: 1.4em;
    border: 1px solid #bdbdbd;
    padding: 24px;
}
.c-cautionBlock-01:before,.c-cautionBlock-01:after {
    content: " ";
    display: table;
}
.c-cautionBlock-01:after {
    clear: both;
}

.c-cautionBlock-01>*:first-child {
    margin-top: 0;
}
.c-cautionBlock-01>*:first-child>*:first-child {
    margin-top: 0;
}
@media only screen and (max-width: 640px) {
    .c-cautionBlock-01 {
        margin-top:.7em;
        padding: 10px;
    }
}

/* ----- guideBlock ----- */
.c-guideBlock-01 {
    margin-top: 1.4em;
    background-color: #fedecd;
    padding: 24px;
}
.c-guideBlock-01:before,.c-guideBlock-01:after {
    content: " ";
    display: table;
}
.c-guideBlock-01:after {
    clear: both;
}

.c-guideBlock-01>*:first-child {
    margin-top: 0;
}
.c-guideBlock-01>*:first-child>*:first-child {
    margin-top: 0;
}
@media only screen and (max-width: 640px) {
    .c-guideBlock-01 {
        margin-top:.7em;
        padding: 15px 10px;
    }
}

.c-guideBlock-head {
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}
.c-guideBlock-head:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/group/aufp/img/icon_guide.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
}

@media only screen and (min-width: 640px) {
    .c-figure-04 figure {
        max-width: 320px;
    }
}

/* ----- reviewBlock ----- */
.reviewBlock-area{
    display: flex;
    align-items: center;
}

.reviewBlock-img{
width: 20%;
}


.reviewBlock-txt {
    width: 80%;
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #888888;
    box-sizing: border-box;
    border-radius: 15px;
    margin-left: 20px;
}

.reviewBlock-txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.reviewBlock-txt:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #888888;
    z-index: 1;
}

.reviewBlock-txt p {
    margin: 0;
    padding: 3px;
}

/* ========== conversion ========== */
@media screen and (min-width: 640px) {
    .c-cnvBlock-01.c-cnvBlock-aufp > .c-list-01 {
        display: block;
    }
}


/* ----- btn ----- */
.c-btn-aufp {
    background: #ed7b00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ed7b00),color-stop(100%,#e76400));
    background: -webkit-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: -o-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: -ms-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: linear-gradient(to bottom,#ed7b00 0,#e76400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7b00',endColorstr='#e76400',GradientType=0);
    -webkit-box-shadow: 0 4px 0 rgba(168,80,0,1);
    box-shadow: 0 4px 0 rgba(168,80,0,1);
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 112.5%;
    font-weight: bold;
    margin-top: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 90%;
}
.c-btn-aufp input[type="submit"] {
    padding: 16px 0;
    border-width: 0px !important;
    background: none !important;
    outline: none !important;
    -webkit-appearance: inherit;
    color: #fff!important;
    font-weight: bold!important;
}
@media only screen and (max-width: 640px) {
    .c-btn-aufp input[type="submit"] {
        width: 100%;
    }
}
@media only screen and (min-width: 640px) {
    .c-btn-aufp {
        max-width: 100%;
        width: auto;
    }
    .c-btn-aufp input[type="submit"] {
        padding: 16px 80px;
    }
}

.c-btn-aufp::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 18px;
    background: url(/group/aufp/img/icon_blank.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    width: 18px;
    height: 16px;
}
@media screen and (max-width: 320px) {
    .c-btn-aufp {
        font-size: 100%;
    }
    .c-btn-aufp::after {
        right: 12px;
        background-size: 14px auto;
        width: 14px;
        height: 12px;
    }
}

@media only screen and (min-width: 640px) {
    .c-btn-aufp:hover {
        color: #fff;
        opacity: .7;
        text-decoration: none;
    }
}

/* ========== FAQ ========== */
.question,
.answer-wrap {
    margin-bottom: 0!important;
    border: 1px solid #bcbcbc;
    border-top: 0;
}
ul.questions > li + li {
    margin-top: 0!important;
}
ul.questions > li:first-child {
    border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
    ul.questions {
        padding: 0;
    }
}
ul.questions {
    padding: 0;
}
ul.questions > li {
    list-style: none;
}
ul.questions > li + li {
    margin-top: 1em;
}
.question,
.answer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}
.answer .label {
    color: #f0920c;
}
.label {
    color: #888;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 30px;
    font-size: 1em;
    font-weight: bold;
}
.answer .label {
    font-size: 1.5em;
}
@media screen and (max-width: 767px) {
    .label {
        width: 15%;
        padding: 0;
        font-size: 1.5em;
    }
}
.text {
    padding: 1.5em 2.5em 1.5em 0.5em;
    font-weight: bold;
    font-size: 1em;
}
.text .em {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .text {
        width: 85%;
    }
}
.question {
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 0.25em;
}
.question:hover {
    background-color: #eee;
}
.question.opened .text {
    background-image: url("/products/homeloan/interest/img/icon-chevron-up-black.png");
    background-repeat: no-repeat;
}
.question .label {
    margin-bottom: 0;
}
.question .text {
    margin-bottom: 0;
    color: #222;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-image: url("/products/homeloan/interest/img/icon-chevron-down-black.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 1.125em;
    -moz-background-size: auto 1.125em;
    background-size: auto 1.125em;
    background-position: right 1em center;
}
.answer-wrap {
    display: none;
}
.answer {
    background-color: #ffede3;
}
.answer:hover {
    background-color: #ffede3;
}
.answer .label {
    background-color: #ffede3;
    margin-bottom: 0;
}
.answer .text {
    color: #222;
    margin-bottom: 0;
}

/* ========== mainImage ========== */
.c-mainImage-04 {
	background-image: url(/group/aufp/img/mainImage_03@x2.jpg);
}

@media only screen and (max-width: 640px) {
    .c-mainImage-04.sp {
        background-image: url(/group/aufp/img/mainImage_03_sp@x2.jpg);
    }
}

/* ========== font-weight ========== */
.fw-nor {
    font-weight: normal;
}


/* ========== top ========== */

.top{
    display: flex;
    align-items: center;
}

.top .top-left {
    width: 75%;
}

.top .top-right {
    width: 25%;
}

.top .top-left .c-figure-01{
    text-align: left;
}


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

    .top .top-left {
        width: 100%;
        text-align: center;
    }

    .top .top-right {
        width: 100%;
        margin-bottom: 10px;
    }

    .top .top-left .c-figure-01{
        text-align: center;
}
}


/* ========== lifePlan_slide ========== */
.lifePlan_slide_02 .slide_item{
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  .lifePlan_slide_02 .slide_item{
    padding: 0;
  }
}


/* ========== youtube_wrap ========== */
.youtube_wrap{
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
 
.youtube_wrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

