@charset "UTF-8";

.animate>.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.conversionArea {
    margin: 2em 0;
    padding: 0 10px 0;
    position: relative;
}

.conversionArea__title {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0A0659;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 10px 13px 0;
}

.conversionArea>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.conversionArea__title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #0A0659;
    position: absolute;
    bottom: -11px;
    left: 5px;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
}
.conversionArea__title p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0!important;
}


.conversionArea__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #0A0659 transparent transparent;
    position: absolute;
    bottom: -11px;
    right: 5px;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
}

.conversionArea__main {
    padding: 73px 7.1% 35px;
    border: 3px solid #0A0659;
}

.conversionArea>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.articleDetail .articleBox {
    line-height: 1.56;
    font-size: 1.8rem;
}

.conversionArea .check--radio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.conversionArea .check--radio .check__title {
    padding-top: 20px;
}
.conversionArea .check__title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #0f0f0f;
    width: 110px;
}

.conversionArea .check__title span {
    font-size: 18px;
    color: #0A0659;
    display: block;
}

.conversionArea .check__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% - 135px);
    max-width: 450px;
}


.conversionArea .radioCell {
    width: calc((100% - 30px) / 4);
}

.conversionArea .radioCell label input[type=radio] {
    display: none;
}
.conversionArea input, .conversionArea button, .conversionArea textarea, .conversionArea select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.conversionArea .check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.conversionArea .check__title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #0f0f0f;
    width: 110px;
}

.conversionArea .check__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% - 135px);
    max-width: 450px;
}

.conversionArea .selectCell select {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(75.86%,#f0f0f0),to(#e6e6e6));
    background: linear-gradient(#fff 0%,#f0f0f0 75.86%,#e6e6e6 100%);
    border: 1px solid #afafaf;
    font-size: 14px;
    color: #0A0659;
    font-weight: 700;
    padding: 0 10px;
}

.conversionArea input, .conversionArea button, .conversionArea textarea, .conversionArea select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input, select {
    vertical-align: middle;
}
.conversionArea .selectCell::after {
    z-index: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #0A0659 transparent transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
}
.conversionArea .btn {
    width: 400px;
    height: 63px;
    background: #de1d56;
    border: 1px solid #fff;
    -webkit-filter: drop-shadow(0 5px 5px rgba(0,0,0,.1));
    filter: drop-shadow(0 5px 5px rgba(0,0,0,.1));
    border-radius: 63px;
    position: relative;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin: 28px auto 0;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,sans-serif;
}
.conversionArea .btn::before {
    content: "無料";
    width: 57px;
    height: 57px;
    background: #fff;
    border-radius: 100%;
    font-size: 21px;
    line-height: 57px;
    color: #de1d56;
    font-weight: 700;
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
}

.conversionArea .btn::after {
    content: url(/common/upload_data/estate-labocojp/image/20210629104751.png);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    -webkit-transition: right ease 0.3s;
    transition: right ease 0.3s;
}


.flex {
    display: contents;
}

.conversionArea__title p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0!important;
}


.conversionArea .radioCell.radio01 label .text {
    background: #fff url(/common/upload_data/estate-labocojp/image/20210629105351.png) no-repeat center top 20px;
    background-size: 30px;
}

.conversionArea .radioCell.radio02 label .text {
    background: #fff url(/common/upload_data/estate-labocojp/image/20210629105355.png) no-repeat center top 20px;
    background-size: 30px;
}

.conversionArea .radioCell.radio03 label .text {
    background: #fff url(/common/upload_data/estate-labocojp/image/20210629105400.png) no-repeat center top 20px;
    background-size: 30px;
}

.conversionArea .radioCell label .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 16px;
    width: 100%;
    height: 105px;
    border-radius: 3px;
    border: 1px solid #afafaf;
    font-size: 16px;
    color: #8E8E8E;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-transition: color ease 0.3s,border-color ease 0.3s,background ease 0.3s;
    transition: color ease 0.3s,border-color ease 0.3s,background ease 0.3s;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    cursor: pointer;
}

span.text--small {
    margin-top: 20px;
    font-size: 12px;
}

.conversionArea .radioCell.radio04 label .text {
    padding: 0 0 10px;
}

.conversionArea .radioCell label input[type=radio]:checked+.text {
    color: #00B9EF;
    border: 2px solid #00B9EF;
}

.conversionArea .check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.conversionArea .radioCell {
    width: calc((100% - 30px) / 4);
    margin: 0 2px;
}


.selectCell {
    margin: 0 5px;
}

.conversionArea .selectCell select {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(75.86%,#f0f0f0),to(#e6e6e6));
    background: linear-gradient(#fff 0%,#f0f0f0 75.86%,#e6e6e6 100%);
    border: 1px solid #afafaf;
    font-size: 14px;
    color: #0A0659;
    font-weight: 700;
    padding: 0 10px;
    margin: 0 0px;
    width: 175px;
}



@media screen and (max-width: 768px) {
.conversionArea .radioCell {
    width: calc((100% - 20px) / 2);
    margin: 5px 5px;
    /* width: 42%; */
}
}

@media screen and (max-width: 768px) {
.conversionArea .check__title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #0f0f0f;
    width: 70px;
}
}
@media screen and (max-width: 768px) {
.conversionArea .selectCell select {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(75.86%,#f0f0f0),to(#e6e6e6));
    background: linear-gradient(#fff 0%,#f0f0f0 75.86%,#e6e6e6 100%);
    border: 1px solid #afafaf;
    font-size: 14px;
    color: #0A0659;
    font-weight: 700;
    padding: 0 10px;
    margin: 3px 0px;
    width: 150px;
}
}
@media screen and (max-width: 768px) {
.conversionArea .btn {
    width: 285px;
    height: 63px;
    background: #de1d56;
    border: 1px solid #fff;
    -webkit-filter: drop-shadow(0 5px 5px rgba(0,0,0,.1));
    filter: drop-shadow(0 5px 5px rgba(0,0,0,.1));
    border-radius: 63px;
    position: relative;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin: 28px auto 0;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,sans-serif;
}
}

.conversionArea .btn:hover {
    opacity: 0.6;
}

.conversionArea .selectCell::after {
    z-index: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #0A0659 transparent transparent transparent;
    position: relative;
    top: -40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 85%;
}

.conversionArea {
    margin: 2em auto;
    padding: 0 10px 0;
    position: relative;
    width: 80%;
    max-width: 100%;
    /* margin: 0 auto; */
}
@media screen and (max-width: 768px) {
.conversionArea {
    margin: 2em auto;
    padding: 0 10px 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    /* margin: 0 auto; */
}
}


#link1 + .contents_box01.w40 .inner_item_txt strong {
    background: #ff0302;
    padding: 5px 15px;
    border-radius: 10px;
}

#link1 + .contents_box01.w40 .inner_item_txt a:hover {
    opx: 0.6;
    opacity: 0.6;
}


.contents_btn01 a[target=_blank] span:before, .contents_btn01 a[target=_blank] span:after {
    border: 1px solid #fff;
    border: none;
}