@charset "utf-8";
a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box
}

body,html {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1;
    font-weight: 500;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif
}

body>iframe,body>img {
    display: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul,ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,select {
    vertical-align: middle;
  -webkit-appearance: button;
}

img {
    display: block;
    width: 100%;
    vertical-align: bottom
}
svg {
  fill: currentColor;
}
a{color: currentColor;}

body>iframe,body>img {
    display: none
}
body{ padding-bottom: 14rem !important;}

.red{color:#cb0014;}
.orange{color:#e08300;}

#noscript {
    display: table;
    margin: 0 auto;
    padding: 20px 10px;
    color: red;
    font-size: 16px;
    line-height: 1.2
}

#header {
    width: 100%;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 12vw;
    margin: 0 auto;
    padding: 0 2.67vw
}

.header_h1 {
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 1.25;
    text-align: right
}

.header_logo {
    width: 32vw;
}

#mv {
    background: url(../img/img_bg.gif);
    padding: 0 0 1px;
}
#mv table{
    background:#fff;
    margin: 0 20px 20px;
    border:1px solid #d6d6d6;
    font-size: 0.85rem;
    line-height: 1.3;
}
#mv table tr{
    border-bottom:1px solid #d6d6d6;
}
#mv table th{
    padding: 8px;
    width:30%;
    text-align: center;
    font-weight: normal;
}
#mv table td{
    padding: 8px;
    width:70%;
    border-left:1px solid #d6d6d6;
}
.txt{
    font-size: 1.7rem;
    line-height: 1.7;
}
.section_txt{
   font-size: 1.7rem;
   line-height: 1.6;
   margin: 0 1rem 1.5rem;
   text-align: center;
}
.section_title{
    margin: 9.33vw 1.5vw 6.67vw;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.267;
    text-align: center;
}
.titleBalloon {
    display: table;
    margin: 0 auto 2vw;
    font-size: 1.7rem;
    font-weight: bold;
}
.txt_line{
    font-weight: bold;
    position:relative;
}
.txt_line:before{
    content:"";
    display: block;
    position:absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    height: 10px;
    background: #f2d982;
    z-index: -999;
}

#cost {
    background: #d9e4ee;
    overflow: hidden;
    padding-bottom: 4rem;
}
.cost_block01{
    background: #fff;
    margin: 0 1rem;
    padding: 1rem;
}
.cost_block02{
    background: #fff;
    margin: 2rem 1rem 0;
    padding: 0 0 1rem;
}
.cost_block02 h3{
    background: #004066;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 1rem 0;
    font-weight: bold;
}
.cost_block02 p{
    text-align:center;
    padding: 1rem;
}
#kaikae {
    overflow: hidden;
    padding-bottom: 4rem;
}
.kaikae_block01 {
    width: 89.33vw;
    margin: 0 auto 8.67vw;
    padding: 0;
    border-radius: .53vw;
    overflow: hidden;
}
.kaikae_block02{
    text-align: center;
    font-weight: bold;
    margin: 0 15px 36px;
    padding: 0 0 10px;
    line-height: 1.4;
    border-bottom: 5px solid #11496b;
    position:relative;
}
.kaikae_block02:after{
  position:absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,-0);
  display:block;
  content:"";
  border: 23px solid transparent;
  border-top: 18px solid #11496b;
}
.kaikae_block .section_title{
    background: #d9e4ee;
    margin: 4rem 1rem 0;
    padding: 1rem 1rem 0;
    color: #004066;
    border-top: 8px solid #004066;
}
.Proposition__copy {
    font-size: 4.8vw;
    line-height: 1.94444;
    
    margin-bottom: 1.5em;
    text-align: center;
}
.Proposition__copy em {
    color: #b10510;
}
.Proposition__questions {
    padding-bottom: 12vw;
    margin-bottom: 2vw;
    background-color: #e4e4e4;
}
.Proposition__questionsBaloons {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.Proposition__questionsBaloons > div {
    font-size: 3.5vw;
    line-height: 1.81818;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47.5%;
    padding: 1.5em 1em;
    margin-bottom: 1.5em;
    text-align: center;
    background-color: #fff;
    border-radius: 1.5em;
}
.Proposition__questionsBaloons > div::after {
    position: absolute;
    top: 100%;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    content: "";
    border-color: #fff transparent transparent transparent;
    border-style: solid;
}
@media (max-width: 767px) {
    .Proposition__questionsBaloons > div:first-child {
        width: 68.84%;
    margin-right: auto;
    margin-left: auto
}
}
.Proposition__questionsBaloons > div:first-child::after {
    border-width: 8px 6px 0 6px;
}
.Proposition__questionsBaloons > div:nth-child(2)::after {
    border-width: 8px 0 0 12px;
}
.Proposition__questionsBaloons > div:last-child::after {
    border-width: 8px 12px 0 0;
}

@media (max-width: 767px) {
    .Proposition__questionsBaloons.-noArrow > div:first-child {
        width: 47.5%
}
}
.Proposition__questionsBaloons.-noArrow > div::after {
    content: none;
}
.Proposition__questionsIcon {
    width: 25.79%;
    margin: 0 auto;
}
.Proposition__questionsIcon img {
    display: block;
    width: 100%;
    height: auto;
}
.Proposition__subHead {
    position: relative;
    padding-left: 2.25em;
    font-size: 4.26667vw;
    line-height: 1.6875;
    
    margin: 0 0 1.5em;
}
.Proposition__subHead::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1.5em;
    height: 1px;
    content: "";
    background-color: #4c4a4b;
}
.Proposition__staggeredCopy {
    position: relative;
    top: -1vw;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    transform: translateY(-50%);
}
.Proposition__staggeredCopy p {
    font-size: 5.33333vw;
    line-height: 1.6;
    
    width: 90vw;
    padding: 1.25em 0.75em;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    background-image: url("/plus/souzoku/images/bg_left-sp.png"),
        url("/plus/souzoku/images/bg_right.png");
    background-repeat: no-repeat;
    background-position: center left 2vw, center right 2vw;
    background-size: 11.11%, 10.81%;
    border-radius: 3em;
}


.Proposition__staggeredCopy::after {
    position: absolute;
    bottom: -15.5vw;
    left: calc(50% - 30px);
    width: 0;
    height: 0;
    content: "";
    border-color: #a88e50 transparent transparent transparent;
    border-style: solid;
    border-width: 38px 30px 0 30px;
}
.Proposition__answer {
    background-color: #f7f3e9;
}
.Proposition__answer .Proposition__inner {
    padding-top: 4vw;
}
.transaction_panel {
    margin: 0 auto 6.67vw;
    padding: 5.33vw;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 100% 56%;
    background-size: 29.33vw auto;
}

.come_list{
    padding: 10px;
    line-height: 1.4;
}
.lst__note {
    list-style: none;
    counter-reset: note;
    color: #303030;
    margin: 1rem 1rem 2rem;
    max-width: 1000px;
}

.lst__note li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    counter-increment: note;
    padding-left: 14px;
    padding-left: 1rem;
    text-indent: -14px;
    text-indent: -1rem;
}
.lst__note .ml{
    margin-left: 1rem;
}
.lst__note_ttl {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}
.lst__note_ttl02 {
    margin: 1.5rem 0 1rem;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
}
.lst__note li a{  color:#1565c0;}

.lst__note li a:hover{text-decoration:none;}

.f_lst__note{
    border-top: 1px solid #e2e2e2;
    padding-top: 2rem;
    margin: 2rem 0;
}

.LinkButton {
    /* NOTE: blue background button */
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #004066;
    border: 1px solid #004066;
    transition-duration: 400ms;
    transition-property: color, background-color;
    font-size: 1.7rem;
    position: relative;
    display: block;
    margin: 30px auto 0;
    line-height: 1.3;
    padding: 20px 10px;
    font-weight: bold;
}


a:hover .LinkButton,
    a:focus .LinkButton {
        color: #004066;
        color: var(--color-blue);
        background-color: #fff;
        opacity: 1;
    }

.LinkButton svg {
        position: absolute;
        top: 50%;
        right: 5%;
        z-index: 1;
        width: 0.4em;
        transform: rotate(0) translateY(-50%);
        transform-origin: top left;
    }
.transaction_flex{
    background: #d9e4ee;
    padding: 1rem;
    margin: 0 1rem;
}
.transaction_panel:nth-of-type(1) {
    background-image: url(../img/sp_transaction_bg01.png);
}

.transaction_panel:nth-of-type(2) {
    background-image: url(../img/sp_transaction_bg02.png)
}

.transaction_panelText dt {
    margin: 0 0 2.67vw;
    color: #0e4679;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
}

.transaction_panelText dd {
    margin: 0 0 5.33vw;
    font-size: 1.7rem;
    line-height: 1.571;
}

.transaction_panelNotes {
    display: block;
    margin: 2vw 0 0;
    font-size: 1.6rem;
}
#kaikae .bottom_txt{
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    border: 2px solid #004066;
    color: #004066;
    padding: 1.5rem 1rem;
    margin: 5rem 1rem 0;
    line-height: 1.5;
    position:relative;
}
#kaikae .bottom_txt:before{
   content:"";
   display:block;
   position:absolute;
   width:1px;
   height:1px;
   left: 50%;
   top: -43%;
   -webkit-transform: translate(-50%,0);
   transform: translate(-50%,0);
   border: 25px solid  transparent;
   border-top: 25px solid  #004066;
}

#cus_club{
    background: #d9e4ee;
     overflow: hidden;
     margin: 2.5rem 0 0;
     padding-bottom: 4rem;
 }

.cus_club_block01{
    padding: 0.1rem 1.5rem 2rem;
    margin: 1rem;
    background:url(../img/sp_img_bg_cus.gif) ,url(../img/sp_img_bg_cus02.gif) ,#fff;
    background-repeat:no-repeat;
    background-position:center top , center bottom;
    background-size: contain;
}
.cus_club_block01 dl{
    background:url(../img/img_bg02.gif);
    background-size:contain;
    padding: 0 1rem 1rem;
    margin: 0 2rem 1.5rem;
    box-shadow: 0px 4px 7px 1px #cfcfcf;
}
.cus_club_block01 dl dt img{
    width: 85%;
    margin: 0 auto -1.5rem;
}

#cus_club .lst__note{
    margin: 3rem 0 2rem;
    padding: 0;
    width: auto;
}
#cus_club .lst__note li{
    padding-left: 16px;
    padding-left: 1.6rem;
    text-indent: -16px;
    text-indent: -1.6rem;
}
#cus_club .kounyu .LinkButton{
    background-color: #8e7b31;
    border: 1px solid #8e7b31;
}
#cus_club .kounyu .LinkButton:hover,
#cus_club .kounyu .LinkButton:focus {
        color:  #8e7b31;
        color: #8e7b31;
        background-color: #fff;
        opacity: 1;
    }
#ProudMaster{ margin-bottom: 5rem;}
.Proud_block01{ margin:0 1rem;}
.Proud_block01 img{ margin-bottom:1rem;}
.Proud_block01 p{text-align: center;}

#Customer{
    background: #d9e4ee;
    overflow: hidden;
     margin-bottom: 5rem;
    padding-bottom: 4rem;
}
.Customer_block01{margin: 0 1rem;}
.Customer_block01 .section_title{
    font-weight: normal;
    padding: 0 0 0.6rem;
    border-bottom: 2px solid #004066;
}
#okataduke {
    overflow: hidden;
}
.okataduke_block01{
    background: #fff;
    margin: 0 1rem;
    padding: 1rem;
    text-align: center;
}
.okataduke_block01 p{margin-bottom: 1.5rem;}
.okataduke_block01 .lst__note{
    text-align: left;
    margin: 1rem 0 0;
}
.okataduke_block02{
    margin: 1.4rem 0 0;
    text-align: center;
}
.okataduke_block02 p{
    padding: 0.5rem;
}
.okataduke_block02 img{
    display: block;
    width: auto;
    margin: 0 auto;
}
.Youtube_demo{
    width: 100%;
    height: 200px;
    margin: 0 auto;
}
.Youtube_demo iframe{
   width: 100%;
   height: 100%;
}
.blk__select-field {
    margin: 0 auto 0;
    overflow: hidden;
}

.form_title {
    background-color: #004066;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
}
.form_title span{
    color: #b30b16;
    font-size: 5vw;
    background: #fff;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: bold;
    padding: 0.2rem 0.2rem;
}
@media all and (-ms-high-contrast: none){
    .form_title span{ padding: 0.9rem 0.3rem 0; }
}

.form_field {
    padding: 4.67vw 5.0666vw 4vw;
    background-color: #fff9e1;
}

.form_field li {
    position: relative;
    width: 80vw;
    height: 10.6666vw;
    margin: 0 0 4.2666vw;
    padding: .4vw;
    background: #b7b6b6;
}

.form_field li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 2vw;
    height: 2vw;
    border-bottom: .4vw solid #000;
    border-left: .4vw solid #000;
    transform: rotate(-45deg) translate(50%,-50%)
}

.form_field li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9.67vw;
    width: 7.5vw;
    height: 7.5vw;
    background-image: url(../img/cv_check_off.png),url(../img/cv_check_on.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center center,center center;
    background-size: 100% 100%,0 0;
    transform: translate(0,-50%);
}

.form_field li.is-success:after {
    background-image: url(../img/cv_check_on.png),url(../img/cv_check_off.png)
}

.form_field li:not(.is-disabled):not(.is-success) {
    background: #a77d09;
    -ms-animation-name: pulse;
    -ms-animation-duration: .6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-direction: alternate;
    -ms-animation-delay: 0s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
    -moz-animation-name: pulse;
    -moz-animation-duration: .6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-direction: alternate;
    -moz-animation-delay: 0s;
}

.form_field li select {
    width: 100%;
    height: 100%;
    padding: 0 3.3333vw;
    background: #fff;
    border: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 4.27vw;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer
}

select::-ms-value {
    background: 0 0;
    color: #000
}

::-ms-expand {
    display: none
}

.form_field select[disabled] {
    cursor: not-allowed
}

.form_field li option {
    font-weight: 500
}

.__assessment {
    position: relative;
    margin: 10vw 0 0;
}

.__assessment:before {
    content: "";
    position: absolute;
    top: -6.67vw;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 4vw solid #e3c750;
    border-left: 6.67vw solid rgba(255,255,255,0);
    border-right: 6.67vw solid rgba(255,255,255,0);
    transform: translate(-50%,0);
}

.btn__assessment {
    display: block;
    width: 78.6666vw;
    height: 14vw;
    margin: 0 auto;
    padding: 0;
    background: #d00000;
    text-align: center;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 5.2vw;
    opacity: 1;
}
.btn__assessment:hover{  background: #ff2e2e;}

.btn__assessment:disabled {background: #929292;}

.btn__assessment:disabled:hover{ cursor: not-allowed}

#selectTemplate {
    display: none
}

@-ms-keyframes pulse {
    0% {
        background: #b41d12
    }

    100% {
        background: #c59f39
    }
}

@-webkit-keyframes pulse {
    0% {
        background: #b41d12
    }

    100% {
        background: #c59f39
    }
}

@-moz-keyframes pulse {
    0% {
        background: #b41d12
    }

    100% {
        background: #c59f39
    }
}
#floting{
    position:fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e2e2e2;
}
#floting .form_title span{
    background: #b30b16;
    color: #fff;
    padding: 0.2rem 0.5rem 0;
    font-size: 1.2rem;
    margin: 0 0.5rem 0 0;
    display: inline-block;
}
#floting .form_field{max-width: 1000px;margin: 0 auto;background: none;padding: 1rem 0;}
#floting .form_field ul{
    padding-left: 2vw;
}
#floting .form_field ul li{
    width: 38%;
    height: 9vw;
    float: left;
    margin: 0 10vw 3vw 0;
}
#floting  .form_field li select{
    font-size: 3.5vw;
}

#floting .blk__select-field{
    width: 100%;
    margin: 0;
}
#floting .form_title{
    background: none;
    color: #242424;
    margin: 0 auto;
    font-size: 3.5vw;
    line-height: 1.3;
    padding: 2vw 0 0;
}
#floting .__assessment{
    float: left;
    width: 50%;
    margin: 0;
}
#floting .__assessment:before{ content: none;}

#floting  .btn__assessment{width: auto;height: 10vw;font-size: 4.5vw;padding: 0 6vw;margin: 0;}

.blk__select-field .dial{
    font-size:3.5vw;
}
.blk__select-field .dial .ttl{
    width: auto;
    text-align: center;
}
.blk__select-field .dial dt{
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-justify-content: center;
     -ms-flex-pack: justify;
     justify-content: center;
     align-items: center;
}
.blk__select-field .dial .ttl{
    font-weight: bold;
}
.blk__select-field .dial .tel{
    font-weight: bold;
    text-decoration: none;
    color: #b3101a;
}
.blk__select-field .dial .day{
    font-weight: bold;
}
@media (max-width: 750px) {
    .el_pc {
        display:none
    }
}

@media (min-width: 751px) {
    .el_sp {
        display:none
    }
    body{ padding-bottom: 19rem !important;}

    .header_wrapper {
        width: 95.24vw;
        height: 6.48vw;
        margin: 0 auto;
        padding: 0
    }

    .header_h1 {
        font-size: 1.81vw
    }

    .header_logo {
        width: 17vw;
    }

    #mv {
      max-width: 1000px;
      margin: 0 auto;
    }
     #mv table th{
       width: 25%;
   } 
   .section_txt{
        margin: 0 auto;
        max-width: 1000px;
        width: 95vw;
     }
    .okataduke_block02{
      margin: 2rem auto 0;
     }
    .cost_block01{
     max-width: 1000px;
     display: flex;
     justify-content: space-between;
     width: 95vw;
     margin: 0 auto 4.5rem;
     align-items: center;
    }
   .cost_block01 .txt{width: 50%;padding: 0 1.5rem;}
   .cost_block01 img{width: 50%;}

   .cost_block02{
    width: 95vw;
    margin: 1.5rem auto;
    max-width: 1000px;
    }
   .cost_block02 h3{font-size: 2.5rem;}
   .cost_block02 .txt b{ font-size: 2.1rem;}
      
   .section_title{
        margin: 9.52vw auto 4.29vw;
        font-size: 2.5rem;
        line-height: 1.1;
   }
    .titleBalloon {
        margin: 0 auto 1.86vw;
        font-size: 1.9rem;
    }
    .kaikae_block01{
        width: auto;
        margin: 0 auto 4vw;
    }
    .kaikae_block02{
    font-size: 1.3rem;
    }
    .Proposition__inner {
       padding: 60px 40px 80px
   }
    .Proposition__copy {
        font-size: 2.4rem;
        line-height: 1.83333
     }
    .Proposition__questions {
        padding-bottom: 0;
        margin-bottom: 20px
     }
      .Proposition__questionsBaloons {
          justify-content: center;
          width: 100%;
          margin: 0 auto
     }
     .Proposition__questionsBaloons > div {
         font-size: 1rem;
         line-height: 1.85714;
     }
      .Proposition__questionsBaloons > div {
        width: 30%;
        margin-bottom: 2.25em;
        margin-left: 1.5%
    }
     .Proposition__questionsBaloons > div:first-child::after {
        right: 15%;
        left: auto;
        border-width: 12px 0 0 20px
      }
      .Proposition__questionsBaloons > div:nth-child(2)::after {
        left: calc(50% - 10px);
         border-width: 12px 10px 0 10px
      }
     .Proposition__questionsBaloons > div:last-child::after {
        left: 15%;
        border-width: 12px 20px 0 0
      }
      .Proposition__questionsIcon {
        width: 12.2%
      }
     .Proposition__subHead {
          padding-left: 2.5em;
      }  
     .Proposition__subHead::before {
         width: 1.75em;
      }
     .Proposition__subHead {
         font-size: 2.2rem;
         line-height: 1.18182;
      }
     .Proposition__staggeredCopy {
        top: -10px
      }
     .Proposition__staggeredCopy p {
         font-size: 2.6rem;
         line-height: 1.65385
      }
      .Proposition__staggeredCopy p {
        width: 76%;
        background-image: url("/plus/souzoku/images/bg_left.png"),url("/plus/souzoku/images/bg_right.png");
       background-repeat: no-repeat;
       background-position: center left 4.59%, bottom 17.9% right 4.42%;
       background-size: 11.47%, 10.49%
     }
    .Proposition__staggeredCopy p {
          background-size: 11.03%, 9.81%
     }
    .Proposition__staggeredCopy::after {
        bottom: -4.5em;
        left: calc(50% - 15px);
         border-width: 30px 25px 0 25px
     }
    .Proposition__answer .Proposition__inner {
       padding-top: 20px
     }
     .Proposition__merits {
       display: flex;
        align-items: stretch;
        justify-content: space-between;
         margin-top: 3em
     }
     .Proposition__meritItem {
         width: 31.33333%
     }
    .Proposition__meritItem:not(:first-child) {
        margin-top: 6vw
      }
    .Proposition__meritIndex {
        font-size: 1.3rem
     }
    .Proposition__meritIndex {
       top: -0.7em;
       left: -0.5em;
       padding: 0.7em 1em
     }
     .Proposition__meritIndex span:last-child {
        font-size: 2.4rem;
     }
     .Proposition__meritText {
        padding: 2em 2.5em 2em 5em
     }
    .Proposition__meritEyebrow {
       font-size: 1.6rem;
       line-height: 1.57143
     }
    .Proposition__meritEyebrow {
         margin-bottom: 0.8em
     }
    .Proposition__meritBodycopy {
       font-size: 2rem;
       line-height: 1.4
     }

    .transaction_title {
        margin: 9.52vw auto 4.29vw;
        font-size: 4.38vw;
        line-height: 1.1
    }

    .transaction_title:after {
        top: -1.43vw;
        width: 10.38vw;
        height: 6.67vw;
        background-image: url(../img/pc_transaction_icon.png);
        transform: translate(-45.72vw,0)
    }

    .transaction_titleBalloon {
        padding: 0 .95vw .95vw;
        margin: 0 auto 2.86vw;
        font-size: 2.86vw
    }

    .transaction_titleBalloon:before {
        border-bottom: .29vw solid #bfbfbf
    }

    .transaction_titleBalloon:after {
        bottom: -.15vw;
        width: 2.38vw;
        height: .95vw;
        border-bottom: .29vw solid #bfbfbf
    }

    .transaction_text {
        margin: 0 auto 4.76vw;
        font-size: 1.9vw;
        line-height: 1.7
    }

    .transaction_block {
        width: 95.24vw
    }

    .transaction_blockTitle {
        margin: 3.81vw auto;
        font-size: 3.24vw;
        line-height: 1.1
    }

    .transaction_blockTitle_small {
        font-size: 2.29vw;
        margin: 0 auto 1.43vw
    }

    .transaction_flex {
        display: flex;
        justify-content: space-between;
        width: 95vw;
        margin: 0 auto
    }

    .transaction_panel {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 45vw;
        margin: 0 0 1vw;
        padding: 3.81vw 3.81vw 1.9vw;
        background-size: 16.57vw auto;
    }

    .transaction_panel:nth-of-type(1) {
        background-image: url(../img/pc_transaction_bg01.png);
        background-position: 100% 57%;
    }

    .transaction_panel:nth-of-type(2) {
        background-image: url(../img/pc_transaction_bg02.png);
        background-position: 100% 58%;
    }

    .transaction_panelText dt {
        margin: 0 0 1.38vw;
        font-size: 1.9rem;
    }

    .transaction_panelText dd {
        font-size: 2vw;
        margin: 0 0 1.43vw;
    }

    .transaction_panelNotes {
        width: 100%;
        margin: 1.14vw 0 0;
        font-size: 1.6vw;
    }

    .transaction_panelBtn {
        width: 20.48vw;
        margin: auto 0 0;
    }

    .transaction_comment {
        width: 95.24vw;
        margin: 11.43vw auto 9.05vw;
        padding: 2.86vw 0 2.38vw;
        border: .57vw dotted #0e4679;
        font-size: 3.05vw;
        line-height: 1.563
    }

    .transaction_comment:after {
        top: -8.1vw;
        border-top: 4.76vw solid #d9e4ee;
        border-left: 8.57vw solid rgba(255,255,255,0);
        border-right: 8.57vw solid rgba(255,255,255,0)
    }
    .kaikae_block .section_title{
      width: 95vw;
      margin: 3rem auto 0;
      padding: 1.5rem 0;
    }
    
    #kaikae .bottom_txt{
        width: 95vw;
        max-width:1000px;
        margin: 5rem auto 0;
    }
     .LinkButton:hover {
            color: #004066;
            background-color: #fff;
        }
    .LinkButton {
        font-size: 0.9rem;
    }
    .LinkButton {
        max-width: 400px;
        width: 100%;
        padding: 1.7rem 2rem 1.7rem 1rem;
        margin-top: 30px;
        line-height: 1.71;
        font-size: 1.5rem;
    }
    #transaction .blk__select-field {
        margin: 9.05vw auto 9.52vw
    }
    
    .lst__note li{font-size: 1.7rem;line-height: 1.4;margin: 0 0 0.3rem;}
    
     .cus_club_block01{
      width: 95vw;
      margin: 0 auto;
     }
   .cus_club_block01 .inr{
      display: flex;
      justify-content: space-between;
     }
     #cus_club .lst__note li{ font-size: 1.6rem;}
     
   .Proud_block01{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 95vw;
      margin: 0 auto;
     }
    .Proud_block01 img{ width:48%;}
    .Proud_block01 p{width:50%;text-align: left;}

     .Customer_block01 .section_title{
       margin: 5rem auto 1rem;
       font-size: 2.2rem;
       width: 80%;
     }
     
     .Youtube_demo{
        width: 80%;
        height: 345px;
        max-width: 700px;
     }
    .lst__note{width: 95vw;margin: 0 auto;}
    
    .form_title{
        font-size: 3vw;
    }
    .form_title span{
        font-size: 2.5vw;
        display: inline-block;
        margin-right: 10px;
    }
    .form_field {
        padding: 1.9vw 0;
        display: -webkit-box;/*--- Androidブラウザ用 ---*/
        display: -ms-flexbox;/*--- IE10 ---*/
        display: -webkit-flex;/*--- safari（PC）用 ---*/
        display: flex;
        width: 100%;
    }

    .form_field ul {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75%;
    }

    .form_field li {
        width: 20vw;
        height: 5.71vw;
        margin: 0 5vw 0 .95vw;
        padding: .19vw;
    }

    .form_field li:before {
        right: 1.43vw;
        width: .95vw;
        height: .95vw;
        border-bottom: .29vw solid #000;
        border-left: .29vw solid #000;
        transform: rotate(-45deg) translate(50%,-50%)
    }

    .form_field li:after {
        right: -4.24vw;
        width: 3.5vw;
        height: 3.5vw;
    }

    .form_field li select {
        padding: 0 1.9vw;
        font-size: 1.9vw;
    }

    .__assessment {
        margin: 0;
        position: static;
    }

    .__assessment:before {
        /* top: -3.62vw; */
        /* border-top: 2.38vw solid #87a3bc; */
        /* border-left: 4.29vw solid rgba(255,255,255,0); */
        /* border-right: 4.29vw solid rgba(255,255,255,0) */
        content: none;
    }

    .btn__assessment {
        height: auto;
        font-size: 2.2vw;
        width: auto;
        padding: 10px;
    }

    .btn__assessment:disabled {
    }

    #floting .form_title{
    font-size: 2.5vw;
    }
    #floting .form_field{display: block;}
    #floting .form_field ul{
    width: 100%;
    display: block;
    }
    #floting .form_field ul li{
    width: 42%;
    height: 6vw;
    margin: 0 5vw 2vw 0;
    }
    #floting .form_field li select{font-size: 2.5vw;}
    #floting .btn__assessment{
    font-size: 3vw;
    height: 6.5vw;
    width: 100%;
    }
    .blk__select-field .dial{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
   .blk__select-field .dial .ttl{font-size: 2.3vw;}
   .blk__select-field .dial .tel{font-size: 2.7vw;margin: 0 0.5vw;}
   .blk__select-field .day{font-size: 2vw;}
}

@media (min-width: 1050px) {
     body{ padding-bottom: 10rem !important;}
 
    .header_wrapper {
        width: 1000px;
        height: 68px
    }

    .header_h1 {
        font-size: 19px
    }

    .header_logo {
        width: 153px;
    }

    .mv_title {
        max-width: 1000px;
        margin: 0 auto;
    }

    .mv_text {
        width: 1000px
    }
    #mv table{
        width: 956px;
    }
    #mv table th{width: 20%;padding: 15px;}

    #mv table td{width: 80%;padding: 15px;}

    .section_title{
         margin: 80px auto 40px;
         font-size: 3rem;
         line-height: 1.3;
     }
    .txt{
       font-size: 1.8rem;
    }
    .section_txt{
       font-size: 1.8rem;
    }
    .titleBalloon {
        margin: 0 auto 10px;
        font-size: 2.5rem;
    }
    .okataduke_block02{
       max-width: 1000px;
       margin: 3rem auto 0;
     }
    .okataduke_block02 p{ padding: 1rem 0; }
    
    .kaikae_block01 {
        width: 1000px;
        margin: 0 auto 80px;
        border-radius: 4px;
    }
    .kaikae_block01text {
        width: 425px;
        padding: 10px 40px 30px 0;
        border-right: 2px solid #e7e7e7;
        font-size: 20px
    }
    .kaikae_block02{
        max-width: 1000px;
        margin: 0 auto 50px;
        font-size: 1.5rem;
    }
    .transaction_title {
        margin: 100px auto 45px;
        font-size: 46px
    }

    .transaction_title:after {
        top: -15px;
        width: 109px;
        height: 70px;
        transform: translate(-480px,0)
    }

    .transaction_titleBalloon {
        padding: 0 10px 10px;
        margin: 0 auto 30px;
        font-size: 30px
    }

    .transaction_titleBalloon:before {
        border-bottom: 3px solid #bfbfbf
    }

    .transaction_titleBalloon:after {
        bottom: -2px;
        width: 25px;
        height: 10px;
        border-bottom: 3px solid #bfbfbf
    }

    .transaction_text {
        margin: 0 auto 50px;
        font-size: 20px
    }

    .transaction_block {
        width: 1000px
    }

    .transaction_blockTitle {
        margin: 40px auto;
        font-size: 34px
    }

    .transaction_blockTitle_small {
        font-size: 24px;
        margin: 0 auto 15px
    }

    .transaction_flex {
        max-width: 1000px;
    }

    .transaction_panel {
        width: 49.5%;
        padding: 40px 40px 20px;
        background-size: 174px auto;
        margin: 0;
    }
    .transaction_panel:nth-of-type(1){
      background-position: 100% 100%;
       background-size: 10.57vw auto;
   }
   .transaction_panel:nth-of-type(2){
      background-position: 100% 100%;
       background-size: 10.57vw auto;
   }
   .transaction_panel:nth-of-type(2) .transaction_panelText dd{
   margin-bottom: 36px;
   }
    .transaction_panelText dt {
        font-size: 25px;
    }

    .transaction_panelText dd {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .transaction_panelNotes {
        margin: 12px 0 0;
        font-size: 1.4rem;
    }

    .transaction_panelBtn {
        width: 215px;
    }

    .transaction_comment {
        width: 1000px;
        margin: 120px auto 95px;
        padding: 30px 0 25px;
        border: 6px dotted #0e4679;
        font-size: 32px
    }

    .transaction_comment:after {
        top: -85px;
        border-top: 50px solid #d9e4ee;
        border-left: 90px solid rgba(255,255,255,0);
        border-right: 90px solid rgba(255,255,255,0)
    }

    #transaction .blk__select-field {
        margin: 95px auto 100px
    }
    .kaikae_block .section_title{
        max-width: 1000px;
        font-size: 2.6rem;
        padding: 2rem 0;
    }

     #kaikae .bottom_txt{font-size: 3rem;margin-top: 7rem;}
     #kaikae .bottom_txt:before{top: -45%;border: 45px solid  transparent;border-top: 40px solid  #004066;}
     
    #kaikae .LinkButton  {
       padding: 10px 0;
       width: 214px;
       margin: 0;
    }
    .LinkButton{
        font-size: 1.7rem;
    }
    #cus_club .section_title{ margin-top: 4rem;}
    
    .cus_club_block01{
        margin: 0 auto;
        padding-bottom: 3rem;
        max-width: 1000px;
        background: url(../img/pc_img_bg_cus.gif) ,url(../img/pc_img_bg_cus02.gif) ,#fff;
        background-repeat:no-repeat;
        background-position:center top , center bottom;
        background-size: contain;
     }
     .cus_club_block01 .inr{width: 700px;margin: 0 auto;}
     .cus_club_block01 dl dt img{ width: 100%;}
     #cus_club .lst__note li{font-size: 1.4rem;width: 80%;margin: 0 auto 0;}

   .Proud_block01{
    max-width: 1000px;
    margin: 0 auto;
     }
     .Customer_block01{
        max-width: 1000px;
        margin: 0 auto;
     } 
    .Customer_block01 img{
      max-width: 775px;
      margin: 1rem auto 0;
    } 
    .Customer_block01 .section_title{width: 350px;}
    
    #okataduke .section_title{
        margin-top: 0;
    }
     .okataduke_block01 .lst__note{
        margin: 1rem auto 0;
        width: 724px;
     }
     .Youtube_demo{
        width: 80%;
        height: 362px;
     }
         
    .form_title{
        font-size: 2.2rem;
        padding: 14px 0 5px;
    }
    .form_title span{
        font-size: 1.8rem;
    }
    .blk__select-field {
        width: 1000px;
        margin: 0 auto 80px;
    }

    .form_field {
        padding: 20px 0
    }

    .form_field li {
        width: 210px;
        height: 50px;
        margin: 0 50px 0 10px;
        padding: 2px;
    }

    .form_field li:before {
        right: 15px;
        width: 10px;
        height: 10px;
        border-bottom: 3px solid #000;
        border-left: 3px solid #000
    }

    .form_field li:after {
        right: -40px;
        width: 35px;
        height: 35px;
    }

    .form_field li select {
        padding: 0 20px;
        font-size: 18px;
    }

    .__assessment {
        /* margin: 50px 0 0; */
        width: 220px;
    }

    .__assessment:before {
    }

    .btn__assessment {
        font-size: 22px;
    }
    #floting .form_title{
       font-size: 1.6rem;
       display: -webkit-box;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
       justify-content: center;
       padding: 1vw 0 0;
       max-width: 1000px;
    }
    #floting .form_title span{
    padding: 0.4rem 0.5rem 0;
   }
    
    .blk__select-field .dial{
    border-left: 1px solid lightgrey;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    }
   .blk__select-field .dial .ttl{font-size: 1.6rem;}
   .blk__select-field .dial .tel{font-size: 1.7rem;}
   .blk__select-field .day{font-size: 1.3rem;}
    #floting .form_field ul{
    padding: 0;
    }
    #floting .form_field ul li{
    width: 19%;
    height: 44px;
    margin: 0 4.5rem 2rem 0;
    }
    #floting .form_field li select{
    font-size: 1.8rem;
   }
   #floting .__assessment{
    width: 23%;
    margin-left: 2rem;
    }
   #floting .btn__assessment{
    font-size: 2.2rem;
    height: 44px;
    padding: 0 0;
    }
}
.corona {
    border: 1px solid #e60012;
    max-width: 730px;
    margin: 0 auto 50px;
    width: 100%;
    padding: 10px;
    text-align: center;
	  color: #231815;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.4rem;
	letter-spacing: 0.07em;
	line-height: 1.5;
}
.noto {
    font-family: 'Noto Serif JP', serif;
}
.d-inline-block{
	display: inline-block;
}
.smile_steps_inner {
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
}
.fade_up {
    opacity: 0;
    transform: translateY(20px);
    transition-duration: 1s;
}
.fade_up.on {
    opacity: 1;
    transform: translateY(0);
}
.smile_steps .txt_des {
    color: #936F29;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 1.9;
    margin-bottom: 25px;
    text-align: center;
}
.smile_steps {
    padding: 50px 0 0;
}
.smile_steps .ttl {
    color: #ED7800;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
	letter-spacing: 0.1em;
}
.smile_steps .ttl.step1 {
    position: relative;
    /*padding-left: 150px;*/
    margin-bottom: 30px;
}
/*.smile_steps .ttl.step1:before {
    background: url(../img/step_01.png) no-repeat;
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    height: 33px;
    width: 100px;
}*/
.smile_steps .small {
    font-size: 25px;
    font-weight: 600;
}
.smile_steps .ttl.step1 .small {
    margin-left: 15px;
}
.smile_steps .caution {
    position: relative;
}
.smile_steps .no_exception {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    position: inherit;
    bottom: 5px;
    right: 15px;
    margin-left: 25px;
    transform: rotate(-8deg);
}
.smile_steps .no_exception:after {
    content: "";
    width: 110px;
    height: 1px;
    background: #936F29;
    bottom: 8px;
    left: 0;
    position: absolute;
}
.smile_steps .block_step1 {
    margin-bottom: 80px;
}
.smile_steps .contain_step1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.smile_steps .comtain_txt {
    padding-left: 20px;
}
.smile_steps .txt {
    color: #231815;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
	line-height: 1.7;
}
.smile_steps .notes {
    font-size: 12px;
}
p.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}
.smile_steps .img_r {
    position: absolute;
    bottom: -25px;
    right: -50px;
}
.mb00 {
    margin-bottom: 0 !important;
}
#support {
    background: #fff;
    overflow: hidden;
    margin-bottom: 5rem;
    padding-bottom: 4rem;
    margin-top: 3rem;
}
.container {
    width: 950px;
    margin: auto;
    position: relative;
}
.support_txt {
    font-size: 2rem;
    line-height: 1.6;
    margin: 4rem 1rem 1.5rem;
    padding: 1.1rem;
    text-align: center;
    color: #fff;
    background-color: #004066;
}
.container .section_title {
    margin: 40px auto;
}
.support_service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4rem 0 1rem;
    max-width: 950px;
    margin: 0 auto;
}
.support_service dl {
    width: 32%;
	border: #d9e4ee 2px solid;
    padding: 10px;
    box-sizing: border-box;
}
.support_service dl dt img {
    width: 100%;
}
.d-in-b {
    display: inline-block;
}
.clearfix {
    display: block;
    line-height: 2.4rem;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.support_service dl dd span {
    display: block;
    color: #004066;
    font-weight: 600;
    margin: 8px 0;
    font-size: 1.8rem;
}
.support_service .txt_link {
    float: right;
    position: relative;
    padding-left: 1.5rem;
    color: #1565c0;
    text-decoration: none;
}
.support_service .txt_link::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #004066;
    border-right: solid 2px #004066;
    transform: rotate(45deg);
    margin-right: 5px;
}
@media screen and (max-width: 750px){
	.corona {	
	margin: 50px auto 20px;
	width: 90%;
	}
.container {
    width: 95%;
}
	.el_pc {
    display: none;
}
.smile_steps {
    padding: 25px 0 0;
}
.smile_steps .ttl {
  font-size: 27px;
	z-index: 10;
}
	.smile_steps .ttl.step1 {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
}
/*.smile_steps .ttl.step1:before {
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}*/
	.smile_steps .txt_des {
    margin-bottom: 35px;
}
	.smile_steps .no_exception {
    font-size: 27px;
}
	.smile_steps .block_step1 {
    margin-bottom: 40px;
}
	.smile_steps .ttl.step1 .small {
    display: inline-block;
    margin-left: -80px;
    text-align: left;
		font-size: 17px;
}
	.smile_steps .contain_step1 {
    padding: 0 15px;
}
	.contain_img {
    margin-bottom: 20px;
}
	.smile_steps .comtain_txt {
    padding-left: 0;
}
	.smile_steps .img_r {
    position: absolute;
    bottom: inherit;
    right: 0;
    top: -110px;
}
	.smile_steps .img_r img {
    width: 85%;
    margin-left: auto;
}
	.support_service {
    padding: 1rem 0 1rem;
    display: block;
}
	.support_service dl {
    width: auto;
    margin: 15px;
}
}
@media (min-width: 751px){
.el_sp {
    display: none;
}
#support .section_title {
    margin: 9.52vw auto 4.29vw;
    font-size: 2.5rem;
    line-height: 1.1;
}
#support .section_txt {
    margin: 0 auto;
    max-width: 1000px;
    width: 95vw;
}
}
@media (min-width: 1050px){
#support .section_title {
    margin: 40px auto 40px;
    font-size: 3rem;
}
.Customer_block01 {
    max-width: 1000px;
    margin: 0 auto;
}
#support .section_txt {
    font-size: 1.8rem;
}
}