@charset "UTF-8";
/* CSS Document */

/* reset.css */
caption,td,th{text-align:left}dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,table,th,tr,ul{margin:0;padding:0;font-size:100%}blockquote,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,span,td,th,ul{margin:0;padding:0}code,kbd,pre,samp,tt{font-family:monospace;line-height:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ol,ul{list-style-type:none}q:after,q:before{content:''}button,fieldset,form,input,label,legend,select,textarea{margin:0;padding:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0;font-size:100%}td,th{vertical-align:top}input[type=submit]::-moz-focus-inner{border:0}

/*-----------------------------
共通スタイル
-----------------------------*/
:root{
    --base-color: #151515;
    --base-font: "Noto Sans JP", sans-serif;
    --mincho: "Noto Serif JP", serif;
    --cormorant:"Cormorant", serif;
    --garamond:"Garamond", serif;
    --mv-font-serif: "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", "Times New Roman", Georgia, serif;
    --mv-font-sans: "Yu Gothic", "YuGothic", "Meiryo", "Helvetica Neue", Arial, sans-serif;
    --orange:#cb5b00;
    --blue:#66a8ae;
    --red:#6f1f27;
    --gold:#9d8501;
    --yellow:#f4f5b4;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--base-color);
    font-family: var(--base-font);
    font-style: normal;
}

a{
    transition: 0.3s;
}

a:hover,a:focus{
    opacity: 0.7;
    transition: 0.3s;
}

a[href^="tel:"] {
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.lp-kyodoshinken img{
  /*width: 100%;*/
  height: auto;
  vertical-align: bottom;
}

.inbl,.br{
    display: inline-block;
}

.block{
    display: block;
}

.sp-none{
    display: none;
}




@media screen and (max-width: 767px){
    a[href^="tel:"] {
        pointer-events:all;
    }

    .pc-none{
        display: none;
    }

    .sp-none{
        display: block;
    }
}


  /*** 共通 ***/
.lp-kyodoshinken{
  color: #151515;
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
footer .cv{
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
/*.lp-kyodoshinken p{
	color: #2e2e2e;
	margin-bottom: 0;
	line-height: 1.5;
}*/

div.main_container .lp-kyodoshinken p{
    line-height: 1.5;
    margin-bottom: 0;
}

.inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.lp-kyodoshinken section{
  padding: 120px 0;
}
.lp-kyodoshinken section.lp_office{
  padding: 50px 0;
  background-color: #f1f1f1;
}
div.main_container .lp-kyodoshinken h2{
  font-family: var(--mincho);
  color: #151515;
  font-size: clamp(42px, 2.5vw, 48px);
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 600;
  background-color: unset;
}
div.main_container .lp-kyodoshinken h2::before{
    display: none;
}
div.main_container .lp-kyodoshinken h2 span{
    display: inline-block;
    padding: 0;
}
div.main_container .lp-kyodoshinken h2 .txt-orange{
    color: var(--orange);
    font-size: clamp(48px, 2.91667vw, 56px);
    font-weight: 700;
}

.lp-kyodoshinken h2 .txt-big{
  font-size: clamp(48px, 2.8125vw, 54px);
  color: var(--red);
}
.lp-kyodoshinken h2 .dot{
  position: relative;
}
.lp-kyodoshinken h2 .dot::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9d8501;
  position: absolute;
  top:-10px;
  left: 50%;
  transform: translateX(-50%);
}

div.main_container .lp-kyodoshinken h3{
    font-weight: 600;
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin:0;
}

.lp-kyodoshinken h3,.lp-kyodoshinken h4{
  font-family: var(--mincho);
  font-weight: 500;
}
.lp-kyodoshinken h3 .txt-red,
p.section-omakase-infobox-title .txt-red{
	font-weight: 700;
}
.txt-orange{color: var(--orange);}
.txt-blue{color: var(--blue);}
.txt-red{color: var(--red);}
.txt-yellow{color: var(--yellow);}
.marker{
  background-color: #fddad7;
  padding: 0 3px;
  font-weight: 600;
}
.dot{
  position: relative;
}
.touten{
  width: 0.6em;
  display: inline-block;
}
.maru{
  width: 0.4em;
  display: inline-block;
}
.txt-box{
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
}
.txt-box p{
	font-size: 18px;
  color: #151515;
}
.txt-box p + p{
  margin-top: 1.5em;
}
div.main_container .lp-kyodoshinken .txt-box p{
    line-height: 1.8;
}
div.main_container .lp-kyodoshinken .txt-box p .txt-red{
    font-weight: 800;
}


@media screen and (max-width: 1536px){
  div.main_container .lp-kyodoshinken h2{
    font-size: clamp(40px, 3.125vw, 44px);
    margin-bottom: 60px;
  }
    div.main_container .lp-kyodoshinken h2 .txt-orange{
        font-size: clamp(44px, 3.4vw, 52px);
    }


}
@media screen and (max-width: 1336px){

}
@media screen and (max-width: 1280px){
  .lp-kyodoshinken section{
    padding: 100px 0;
  }
  div.main_container .lp-kyodoshinken h2{
    font-size: clamp(36px, 3.75vw, 40px);
    margin-bottom: 50px;
  }
  div.main_container .lp-kyodoshinken h2 .txt-orange{
    font-size: clamp(40px, 4.2vw, 46px);
    }
  .lp-kyodoshinken h2 .dot::before{
    width: 8px;
    height: 8px;
    top:-8px;
  }


}
@media screen and (max-width: 767px){
  .lp-kyodoshinken section{
    padding: 80px 0;
  }
  div.main_container .lp-kyodoshinken  h2{
    font-size: clamp(30px, 5vw, 36px);
    margin-bottom: 40px;
  }
  div.main_container .lp-kyodoshinken h2 .txt-orange{
    font-size: clamp(36px, 6vw, 42px);
    }
  .txt-box p{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px){
  .lp-kyodoshinken section{
    padding: 60px 0;
  }
  div.main_container .lp-kyodoshinken h2{
    font-size: clamp(24px, 6.5vw, 30px);
    margin-bottom: 40px;
  }
  div.main_container .lp-kyodoshinken h2 .txt-orange{
    font-size: clamp(28px, 7vw, 36px);
    }
  .lp-kyodoshinken h2 .dot::before{
    width: 6px;
    height: 6px;
    top:-6px;
  }



}


#main_big_wrap {
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
}
div.main_container {
    width: 100% !important;
    font-size: unset !important;
    line-height: 1.5 !important;
}



.lp_office {
  margin-top: 0 !important;
  background-color: #f5f1e5;
  margin-bottom: 0 !important;
}
.lp_office > div {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  width: 90%;
}


/* MV */
.mv,.webp .mv{
  width: 100%;
  height: 30vw;
  background: url("../../images/lp/lp-kyodoshinken/mv-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  font-family: var(--mv-font-sans);
}
.webp .mv{
  background: url("../../images/lp/lp-kyodoshinken/mv-bg.jpg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mv-inner{
    max-width: 1100px;
    width: 96%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div.main_container .mv h1{
    color: #2d2d2d;
    font-size: clamp(58px,3.3333vw,64px);
    margin-bottom: 20px;
    border-left: none;
    line-height: 1.4;
    padding: 0;
    font-family: var(--mv-font-serif);
    font-weight: 600;
    width: fit-content;
}
div.main_container .mv h1 .txt-orange{
    font-weight: 700;
    color: #cb5b00;
}
div.main_container .mv h1 .dot{
    position: relative;
}
div.main_container .mv h1 .dot::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #cb5b00;
    position: absolute;
    top:-10px;
    left: 50%;
    transform: translateX(-50%);
}
.mv .mv-sub{
    font-family: var(--mv-font-serif);
    color: #2d2d2d;
    font-size: clamp(20px,1.25vw,24px);
    border-top: 2px solid #2d2d2d;
    border-bottom: 2px solid #2d2d2d;
    display: inline-block;
    width: fit-content;
    padding: 0.3em 0;
}
.mv-inner-img{
    width: fit-content;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mv-inner-img::before,.webp .mv-inner-img::before{
    content: "";
    background: url("../../images/lp/lp-kyodoshinken/mv_lawyer_nagata-hiroki_kawakami-marina.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 26.823vw;
    height: 100%;
    position: absolute;
    top:0;
    right: -24vw;
}
.webp .mv-inner-img::before{
    background: url("../../images/lp/lp-kyodoshinken/mv_lawyer_nagata-hiroki_kawakami-marina.png.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1921px){
    .mv,.webp .mv{
        height: 580px;
    }
    div.main_container .mv h1{
        font-size: 64px;
    }
    .mv .mv-sub{
        font-size: 24px;
    }
    .mv-inner-img::before,.webp .mv-inner-img::before{
        width: 515px;
        right: -460px;
    }
}
@media screen and (max-width: 1536px){
    .mv,.webp .mv{
        height: 33vw;
    }
    .mv-inner-img::before,.webp .mv-inner-img::before{
        width: 29.5053vw;
        right: -26.5vw;
    }
    div.main_container .mv h1{
        font-size: clamp(58px,4.1558vw,64px);
    }
    .mv .mv-sub{
        font-size: clamp(20px,1.5584vw,24px);
    }
}
@media screen and (max-width: 1336px){

}
@media screen and (max-width: 1280px){
    .mv,.webp .mv{
        height: 39vw;
    }
    .mv-inner-img::before,.webp .mv-inner-img::before{
        width: 34.8699vw;
        right: -30.5vw;
    }
    div.main_container .mv h1{
        font-size: 4.5vw;
    }
    .mv .mv-sub{
        font-size: 1.65vw;
    }
}
@media screen and (max-width: 1024px){
    .mv,.webp .mv{
        height: 42vw;
    }
    .mv-inner-img::before,.webp .mv-inner-img::before{
        width: 37.5522vw;
        right: -33vw;
    }
}
@media screen and (max-width: 768px){
    .mv,.webp .mv{
        width: 100%;
        height: 110vw;
        background: url("../../images/lp/lp-kyodoshinken/mv-bg-sp_nagata-hiroki_kawakami-marina.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mv-inner-img::before, .webp .mv-inner-img::before{
        display: none;
    }
    .mv-inner-img{
        width: 100%;
        justify-content: flex-start;
        text-align: center;
        padding-top: 13vw/*15vw*/;
    }
    div.main_container .mv h1{
        width: 100%;
        font-size: 6vw;
        margin-bottom: 3vw;
        line-height: 1.3;
		letter-spacing: 0;
    }
    div.main_container .mv h1 .txt-sp{
        display: inline-block;
        width: 0.3em;
    }
    div.main_container .mv h1 .dot::before {
        width: 6px;
        height: 6px;
        top: -10px;
    }
    .mv .mv-sub {
        font-size: 3.5vw;
        border-top: 1px solid #2d2d2d;
        border-bottom: 1px solid #2d2d2d;
        display: inline-block;
        width: 95%;
        margin: 0 auto;
        padding: 0.5em 0;
    }
    .mv .mv-sub .txt-sp{
        display: inline-block;
        width: 0.5em;
    }
}
@media screen and (max-width: 500px){
    .mv .mv-sub {
        font-size: 4.2vw;
    }
}

/* CV */
.cv,.webp .cv{
    background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png");
    background-size: contain,cover;
    background-position: right,left center;
    background-repeat: no-repeat;
    padding: 35px 0;
}
.webp .cv{
    background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png.webp");
    background-size: contain,cover;
    background-position: right,left center;
    background-repeat: no-repeat;
}
.cv .cv-info{
    text-align: center;
    font-family: var(--mincho);
    font-size: 22px;
    color: #fff;
}
p.cv-title{
    display: flex;
    align-items: center;
    max-width: 440px;
    margin: 0 auto;
    width: 100%;       /* 横幅100% */
    gap: 1rem;         /* テキストと線の間隔（好みで調整） */
    font-family: var(--mincho);
    font-size: 32px;
    color: #fff;
    margin-top: 0.1em;
}
.cv-title::before,
.cv-title::after{
  content: "";
  flex: 1;           /* 残り幅を埋める */
  height: 1px;       /* 線の太さ */
  background: #fff;  /* 線の色 */
}
/* テキスト部分 */
.cv-title .box{
  padding: 0 .1rem;    /* 左右の余白（線との間隔） */
}
.cv-box{
    background-color: #fff;
    padding: 25px 0;
    position: relative;
    margin: 20px 0 20px;
}
.cv-box-title{
    text-align: center;
    font-family: var(--mincho);
    font-size: 18px;
}
.cv-flex{
  display: flex;
  justify-content: space-between;
  max-width: 830px;
  width: 90%;
  margin: 15px auto 10px;
}
.cv-flex-tel{
    padding-left: 0.75em;
    font-size: 80px;
    line-height: 1;
}
.cv-flex-tel a{
  font-family: var(--mincho);
  position: relative;
  /*font-size: clamp(60px,3.8541667vw,74px);*/
  font-size: 80px;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
}
.cv-flex-tel a::before{
  content: "";
  background: url("../../images/lp/lp-kyodoshinken/cv_tel.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 0.75em;
  height: 0.75em;
  /*display: inline-block;
  margin-right: 0.08em;*/
  position: absolute;
  top:0.23em;
  left: -0.75em;
}
.line-btn.sp-btn{
  display: none;
}
.cv-flex-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
.cv-flex-btn a{
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 36px;
  text-decoration: underline;
}
.cv-flex-btn a.mail-btn::before{
  content: "";
  background: url("../../images/lp/lp-kyodoshinken/cv_mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  position: absolute;
  top:0px;
  left: 0;
}
.cv-flex-btn a.line-btn::before{
  content: "";
  background: url("../../images/lp/lp-kyodoshinken/cv_line.svg"),#06c755;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  position: absolute;
  top:1px;
  left: 0px;
}
.cv-box-list{
    display: flex;
    justify-content: center;
    background-color: #f5f2e4;
    padding: 5px 5px 7px;
    margin-top: 15px;
    gap: 30px;
}
.cv-box-list li{
    font-size: 16px;
    font-family: var(--mincho);
    position: relative;
    padding-left: 20px;
    font-weight: 600;
}
.cv-box-list li::before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b37232;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}
.cv-note{
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.cv-note a{
    color: #fff;
}
.cv-pr{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #b30808;
    position: absolute;
    top:-50px;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}
.cv-pr .txt{
    font-family: var(--mincho);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2 !important;
}
.cv-pr .txt .txt-small{
    font-size: 18px;
}
.cv-pr .txt .txt-big{
    font-size: 36px;
    display: inline-block;
    line-height: 1;
}
.cv-pr .txt .txt-yellow{
    position: relative;
    font-size: 24px;
}
.cv-pr .txt .txt-yellow .kome{
    font-size: 12px;
    position: absolute;
    right: 0;
    top:-6px;
    color: #fff;
}
.cv-pr .txt .cv-pr-maru{
    display: none;
}

@media screen and (min-width: 1921px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png");
        background-size: 40.5% 100%, cover;
        background-position: right, left center;
        background-repeat: no-repeat;
    }
    .webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 40.5% 100%, cover;
        background-position: right, left center;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1720px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png");
        background-size: 43.5% 100%, cover;
        background-position: right, left center;
        background-repeat: no-repeat;
    }
    .webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 43.5% 100%, cover;
        background-position: right, left center;
        background-repeat: no-repeat;
    }
    .cv,.webp .cv{
        padding: 30px 0;
    }
    .cv-flex-tel{
        font-size: clamp(68px,4.6512vw,80px);
    }
    .cv-flex-tel a{
        font-size: clamp(68px,4.6512vw,80px);
    }
    .cv-flex{
        justify-content: center;
        gap: 50px;
    }

}
@media screen and (max-width: 1536px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png");
        background-size: contain,cover;
        background-position: right -10.5vw center, left center;
        background-repeat: no-repeat;
    }
    .webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png.webp");
        background-size: contain,cover;
        background-position: right -10.5vw center, left center;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1400px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png");
        background-size: 39% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
    }
    .webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 39% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1280px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png");
        background-size: 41% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
        padding: 25px 0;
    }
    .webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 41% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
    }
    .cv .cv-info{
        font-size: 20px;
    }
    p.cv-title{
        font-size: clamp(24px,2.5vw,30px);
        max-width: 400px;
    }
    .cv-box {
        padding: 20px 0;
        margin: 15px 0;
    }
    .cv-box-title{
        font-size: 16px;
        width: 70%;
        margin: 0 auto;
    }
    .cv-flex {
        max-width: 830px;
        width: 90%;
        margin: 10px auto 0;
        gap: 40px;
    }
    .cv-flex-tel {
        font-size: clamp(54px, 6.25vw, 68px);
    }
    .cv-flex-btn a{
        font-size: 16px;
    }
    .cv-pr {
        width: 120px;
        height: 120px;
        top: -60px;
        left: -30px;
    }
    .cv-pr .txt {
        font-size: 18px;
    }
    .cv-pr .txt .txt-small{
        font-size: 16px;
    }
    .cv-pr .txt .txt-big{
        font-size: 30px;
    }
    .cv-pr .txt .txt-yellow{
        font-size: 20px;
    }
    .cv-pr .txt .txt-yellow .kome{
        font-size: 10px;
        top:-6px;
    }
}
@media screen and (max-width: 1024px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png");
        background-size: 42% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
        padding: 25px 0;
    }
    .webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 42% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
    }
    .cv-flex {
        gap: 30px;
    }
    .cv-flex-tel {
        font-size: clamp(56px, 6.5vw, 60px);
    }
    .cv-flex-tel a {
        font-size: clamp(56px, 6.5vw, 60px);
    }
    .cv-box-list{
        gap: 20px;
    }
    .cv-box-list li{
        font-size: 14px;
    }

}
@media screen and (max-width: 768px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png");
        background-size: 55% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
        padding: 20px 0;
    }
    .webp .cv{
        background: url("../../images/lp/lp-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 55% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
    }
    .cv .cv-info{
        font-size: 18px;
    }
    div.main_container p.cv-title{
        font-size: clamp(20px,3.2vw,26px);
        max-width: 360px;
    }
    .cv-box {
        padding: 35px 0 20px;
        margin: 40px 0 15px;
    }
    .cv-pr {
        width: 80%;
        max-width: 400px;
        height: auto;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10px;
        padding: 7px 0 9px;
    }
    .cv-pr br{
        display: none;
    }
    .cv-box-title{
        width: 90%;
    }
    .cv-flex{
        flex-direction: column;
        gap: 20px;
    }
    .cv-flex-tel {
        font-size: 10vw;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        width: fit-content;
        margin: 0 auto;
    }
    .cv-flex-tel a {
        font-size: 10vw;
        text-align: center;
    }
    .cv-flex-tel a::before{
        display: inline-block;
        position: unset;
    }
    .cv-box-list{
        margin-top: 10px;
    }
    .cv-flex-btn{
        flex-direction: row;
    }
    div.main_container p.cv-note{
        font-size: 10px;
    }
    .line-btn.sp-btn{
        display: block;
    }
    .line-btn.pc-btn{
        display: none;
    }
    .cv-pr .txt .cv-pr-maru{
        display: inline-block;
    }   
}
@media screen and (max-width: 500px){
    .cv .cv-info {
        font-size: 16px;
    }
    .cv-pr .txt {
        font-size: 16px;
    }
    .cv-pr .txt .txt-small {
        font-size: 14px;
    }
    .cv-pr .txt .txt-big {
        font-size: 24px;
    }
    .cv-pr .txt .txt-yellow {
        font-size: 18px;
    }
    .cv-pr .txt .txt-yellow .kome {
        font-size: 8px;
        top: -5px;
    }
    .cv-pr {
        max-width: 340px;
        width: 90%;
        top: -22px;
    }
    .cv-flex {
        flex-direction: column;
        gap: 10px;
    }
    div.main_container p.cv-box-title{
        font-size: 16px;
        line-height: 1.3;
    }
    .cv-flex-tel a {
        font-size: 11vw;
    }
    .cv-box-list {
        gap: 8px;
    }
    .cv-box-list li {
        font-size: 12px;
        padding-left: 8px;
        letter-spacing: 0;
    }
    .cv-box-list li::before {
        width: 6px;
        height: 6px;
        left: 0;
        top: 54%;
    }
    .cv-flex-btn{
        gap: 10px;
    }
    .cv-flex-btn a {
        font-size: 12px;
        padding-left: 15px;
        letter-spacing: 0;
    }
    .cv-flex-btn a.mail-btn::before {
        width: 16px;
        height: 16px;
        top: 2px;
        left: -2px;
    }
    .cv-flex-btn a.line-btn::before{
        width: 16px;
        height: 16px;
        top: 2px;
        left: -2px;
    }
    div.main_container p.cv-note {
        font-size: 9px;
    }

}
@media screen and (max-width: 370px){
    .cv-pr {
        top: -20px;
    }
    .cv-pr .txt {
        font-size: 14px;
    }
    .cv-pr .txt .txt-small {
        font-size: 12px;
    }
    .cv-pr .txt .txt-big {
        font-size: 20px;
    }
    .cv-pr .txt .txt-yellow {
        font-size: 16px;
    }
}



/* 共同親権について、
こんな不安はありませんか？ */
.section-fuan{
    background: url("../../images/lp/lp-kyodoshinken/section-fuan-bg.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.webp .section-fuan{
    background: url("../../images/lp/lp-kyodoshinken/section-fuan-bg.jpg.webp");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.section-fuan-whbox{
    background-color: #fff;
    margin-bottom: 100px;
    padding: 50px 0;
    border-left: 9px solid #7695b9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px;
}
.section-fuan-whbox ul{
    max-width: 820px;
    width: 90%;
    margin: 0 auto;
}
.section-fuan-whbox ul li{
    font-family: var(--mincho);
    font-size: 28px;
    font-size: clamp(24px,1.45833vw,28px);
    font-weight: 600;
    padding-left: 40px;
    position: relative;
}
.section-fuan-whbox ul li + li{
    margin-top: 30px;
}
.section-fuan-whbox ul li::before{
    content: "";
    background: url("../../images/lp/lp-kyodoshinken/sec1_check.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 0.9em;
    height: 0.9em;
    position: absolute;
    top: 0.35em;
    left: 0;
}
div.main_container .lp-kyodoshinken .section-fuan h3{
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    color: #fff;
    background: linear-gradient(to right, #c05762 0%, #6f1f27 100%);
    border-radius: 6px;
    padding: 25px 10px;
    font-size: clamp(26px,1.66667vw,32px);
    font-weight: 500;
}
div.main_container .lp-kyodoshinken .section-fuan h3 .txt-underline{
    color: #f4f5b4;
    border-bottom: 1px solid #f4f5b4;
}
div.main_container .lp-kyodoshinken .section-fuan h3::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 26px solid #9e3a44;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.section-fuan-flex{
    display: flex;
    justify-content: space-between;
}
.section-fuan-flex-img,.webp .section-fuan-flex-img{
    background: url("../../images/lp/lp-kyodoshinken/sec1_lawyer_okamoto-shukiko.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 340px;
    height: 340px;
}
.webp .section-fuan-flex-img{
    background: url("../../images/lp/lp-kyodoshinken/sec1_lawyer_okamoto-shukiko.jpg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-fuan-flex .txt-box{
    width: calc(100% - 370px);
}
@media screen and (max-width: 1536px){
    div.main_container .lp-kyodoshinken .section-fuan h3{
        font-size: clamp(24px,2.08333vw,32px);
    }
}
@media screen and (max-width: 1280px){
    .section-fuan-whbox {
        margin-bottom: 80px;
        padding:40px 0;
    }
    .section-fuan-whbox ul li{
        font-size: clamp(22px, 2.1875vw, 24px);
        padding-left: 35px;
    }
    div.main_container .lp-kyodoshinken .section-fuan h3 {
        font-size: clamp(22px, 2.5vw, 28px);
        margin-bottom: 80px;
    }
    .section-fuan-flex-img,.webp .section-fuan-flex-img{
        width: 300px;
        height: 300px;
    }
    .section-fuan-flex .txt-box{
        width: calc(100% - 330px);
    }
}
@media screen and (max-width: 1024px){
    .section-fuan-flex-img,.webp .section-fuan-flex-img{
        width: 260px;
        height: 260px;
    }
    .section-fuan-flex .txt-box{
        width: calc(100% - 290px);
    }
}
@media screen and (max-width: 768px){
    .section-fuan-whbox {
        margin-bottom: 60px;
        padding: 30px 0;
    }
    .section-fuan-whbox ul li {
        font-size: clamp(20px, 2.8vw, 22px);
        padding-left: 30px;
    }
    .section-fuan-whbox ul li + li {
        margin-top: 25px;
    }
    div.main_container .lp-kyodoshinken .section-fuan h3 {
        font-size: clamp(22px, 3.2vw, 24px);
        margin-bottom: 60px;
        padding: 15px 10px 20px;
    }
    .section-fuan-flex{
        flex-direction: column;
        gap: 30px;
    }
    .section-fuan-flex-img,.webp .section-fuan-flex-img{
        background: url("../../images/lp/lp-kyodoshinken/sec1_lawyer_okamoto-shukiko-sp.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 32vw;
    }
    .webp .section-fuan-flex-img{
        background: url("../../images/lp/lp-kyodoshinken/sec1_lawyer_okamoto-shukiko-sp.jpg.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-fuan-flex .txt-box{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .section-fuan-whbox {
        padding: 25px 0;
    }   
    .section-fuan-whbox ul li {
        font-size: clamp(18px, 3.2vw, 20px);
        padding-left: 22px;
        line-height: 1.4;
    }
    .section-fuan-whbox ul li + li {
        margin-top: 20px;
    }
    div.main_container .lp-kyodoshinken .section-fuan h3 {
        font-size: clamp(20px, 4vw, 22px);
        margin-bottom: 50px;
        padding: 12px 10px 17px;
    }
    .section-fuan-flex-img,.webp .section-fuan-flex-img{
        height: 35vw;
    }
    .section-fuan-whbox ul li::before{
        top: 0.35em;
    }
}

/* 共同親権と単独親権の違い */
.section-chigai{
    background: url("../../images/lp/lp-kyodoshinken/sec2_bg_texture.png"),#fff;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.section-chigai-table{
    max-width: 800px;
    margin: 0 auto 80px;
}
.section-chigai-table-pc .table-title{
    display: flex;
    font-family: var(--mincho);
}
.section-chigai-table-pc .table-title .th{
    width: calc(100% / 3);
    text-align: center;
    padding: 12px 10px;
    font-size: 20px;
}
.section-chigai-table-pc .table-title .th.box01{
    color: #fff;
    background: linear-gradient(to right, #b37232 0%, #c08c50 100%);
}
.section-chigai-table-pc .table-title .th.box02{
    color: #fff;
    background: linear-gradient(to right, #7695b9 0%, #9ab6d7 100%);
}
.section-chigai-table-pc .table-box{
    display: flex;
}
.section-chigai-table-pc .table-box .td{
    width: calc(100% / 3);
    text-align: center;
    padding: 12px 10px;
    font-size: 20px;
}
.section-chigai-table-pc .table-box .td.box01{
    color: #fff;
    background-color: #a14545;
    border-bottom: 1px solid #bbbbbb;
}
.section-chigai-table-pc .table-box .td.box02{
    color: #9b400f;
    background-color: #f5f1e5;
    border-bottom: 1px solid #fff;
}
.section-chigai-table-pc .table-box .td.box03{
    color: #215b8d;
    background-color: #eef5f7;
    border-bottom: 1px solid #fff;
}
.section-chigai-table-pc .table-box:last-of-type .td.box01,
.section-chigai-table-pc .table-box:last-of-type .td.box02,
.section-chigai-table-pc .table-box:last-of-type .td.box03{
    border-bottom: none;
}
.section-chigai-flex{
    display: flex;
    justify-content: space-between;
}
.section-chigai-flex-box{
    background-color: #fff;
    max-width: 460px;
    width: 49%;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
    padding-bottom: 35px;
}
div.main_container .lp-kyodoshinken .section-chigai-flex-box p.title{
    text-align: center;
    font-family: var(--mincho);
    font-size: 24px;
    padding: 10px 10px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0.3em;
}
div.main_container .lp-kyodoshinken .section-chigai-flex-box.box1 p.title{
    color: #fff;
    background: linear-gradient(to right, #b37232 0%, #c08c50 100%);
}
div.main_container .lp-kyodoshinken .section-chigai-flex-box.box2 p.title{
    color: #fff;
    background: linear-gradient(to right, #7695b9 0%, #9ab6d7 100%);
}
div.main_container .lp-kyodoshinken .section-chigai-flex-box.box1 p.title::before{
    content: "";
    background: url("../../images/lp/lp-kyodoshinken/sec2_icon_kyoudou.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
}
div.main_container .lp-kyodoshinken .section-chigai-flex-box.box2 p.title::before{
    content: "";
    background: url("../../images/lp/lp-kyodoshinken/sec2_icon_tandoku.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.3em;
    height: 1.5em;
    display: inline-block;
}
div.main_container .lp-kyodoshinken .section-chigai-flex-box p.txt{
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 18px;
}
div.main_container .lp-kyodoshinken .section-chigai-flex-box p.txt .txt-bg{
    background-color: #f4f5b4;
    padding: 0 3px;
}
.section-chigai-table-sp{
    display: none;
}

@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
    .section-chigai-table {
        max-width: 720px;
        margin: 0 auto 70px;
    }
    .section-chigai-table-pc .table-title .th{
        font-size: 18px;
    }
    .section-chigai-table-pc .table-box .td{
        font-size: 18px;
    }
    div.main_container .lp-kyodoshinken .section-chigai-flex-box p.title{
        font-size: 22px;
    }
}
@media screen and (max-width: 768px){
    .section-chigai-table {
        margin: 0 auto 60px;
    }
    .section-chigai-table-pc .table-title .th{
        font-size: 16px;
    }
    .section-chigai-table-pc .table-box .td {
        font-size: 16px;
        letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-chigai-flex-box{
        padding-bottom: 25px;
    }
    div.main_container .lp-kyodoshinken .section-chigai-flex-box p.title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    div.main_container .lp-kyodoshinken .section-chigai-flex-box p.txt{
        font-size: 16px;
    }
}
@media screen and (max-width: 500px){
    .section-chigai-flex{
        flex-direction: column;
        gap: 30px;
    }
    .section-chigai-flex-box{
        width: 100%;
    }

    .section-chigai-table-pc{
        display: none;
    }
    .section-chigai-table-pc.section-chigai-table-sp{
        display: block;
    }
    .section-chigai-table-pc.section-chigai-table-sp .table-title .th,
    .section-chigai-table-pc.section-chigai-table-sp .table-box .td{
        width: calc(100% / 2);
        padding: 12px 5px;
    }
    .section-chigai-table-pc.section-chigai-table-sp .table-title .th{
        width: 100%;
    }
    .section-chigai-table-pc .table-box.box01-last{
        margin-bottom: 30px;
    }
    .section-chigai-table-pc .table-box.box01-last .td.box01,
    .section-chigai-table-pc .table-box.box01-last .td.box02,
    .section-chigai-table-pc .table-box.box01-last .td.box03{
        border-bottom: none;
    }
    div.main_container .lp-kyodoshinken .section-chigai-flex-box p.title{
        font-size: 18px;
    }
    .section-chigai-table-pc .table-title .th {
        font-size: 18px;
    }
}

/* 後悔や失敗するケース */
.section-kesu{
    background-color: #eef5f7;
}
.section-kesu-list{
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 45px;
}
.section-kesu-list li{
    max-width: 300px;
    width: calc(100% / 3);
    background-color: #fff;
}
.section-kesu-list li .img{
    width: 100%;
    height: 120px;
    display: block;
}
.section-kesu-list li.box01 .img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_list_01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-kesu-list li.box02 .img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_list_02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-kesu-list li.box03 .img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_list_03.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-kesu-list li.box04 .img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_list_04.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-kesu-list li.box05 .img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_list_05.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-kesu-list li.box01 .img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_list_01.jpg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-kesu-list li.box02 .img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_list_02.jpg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-kesu-list li.box03 .img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_list_03.jpg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-kesu-list li.box04 .img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_list_04.jpg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-kesu-list li.box05 .img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_list_05.jpg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-kesu-list li .txt{
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: var(--mincho);
    /*font-size: 26px;*/
    font-size: clamp(22px, 1.3542vw, 26px);
    color: #215b8d;
    font-weight: 600;
    padding: 20px 10px;
}
.section-kesu-flex{
    display: flex;
    justify-content: space-between;
}
.section-kesu-flex-img,.webp .section-kesu-flex-img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_lawyer_ogi-masashi.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 340px;
    margin-left: -30px;
}
.webp .section-kesu-flex-img{
    background: url("../../images/lp/lp-kyodoshinken/sec3_lawyer_ogi-masashi.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-kesu-flex .txt-box{
    width: calc(100% - 360px);
    display: flex;
    align-items: center;
}
.section-kesu-flex p .txt-bg{
    background-color: #f4f5b4;
    padding: 0 3px;
}
@media screen and (max-width: 1536px){
    .section-kesu-list li .txt{
        font-size: clamp(22px, 1.6927vw, 26px);
    }
}
@media screen and (max-width: 1280px){
    .section-kesu-list li .txt{
        font-size: clamp(20px, 2.03125vw, 24px);
    }
    .section-kesu-list{
        margin-bottom: 60px;
        justify-content: space-around;
        gap: 30px 0;
    }
    .section-kesu-list li{
        width: calc(100% / 3 - 20px);
    }
    .section-kesu-list li.box04{
        margin-left: auto;
        margin-right: 10px;
    }
    .section-kesu-list li.box05{
        margin-right: auto;
        margin-left: 10px;
    }
    .section-kesu-flex-img,.webp .section-kesu-flex-img{
        width: 288px;
        height: 272px;
        margin-left: -30px;
    }
    .section-kesu-flex .txt-box{
        width: calc(100% - 300px);
    }
}
@media screen and (max-width: 768px){
    .section-kesu-list {
        margin-bottom: 50px;
        justify-content: center;
        gap: 30px 20px;
    }
    .section-kesu-list li{
        width: calc(100% / 2 - 20px);
    }
    .section-kesu-list li.box04{
        margin-left: 0;
        margin-right: 0;
    }
    .section-kesu-list li.box05{
        margin-right: 0;
        margin-left: 0;
    }
    .section-kesu-list li .img {
        height: 100px;
    }
    .section-kesu-list li .txt{
        font-size: clamp(20px, 2.8vw, 22px);
        padding: 15px 5px;
    }
    .section-kesu-flex{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .section-kesu-flex .txt-box{
        width: 100%;
    }
    .section-kesu-flex-img,.webp .section-kesu-flex-img{
        background: url("../../images/lp/lp-kyodoshinken/sec3_lawyer_ogi-masashi-sp.png");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        width: 100%;
        height: 30vw;
        margin-left: 0;
    }
    .webp .section-kesu-flex-img{
        background: url("../../images/lp/lp-kyodoshinken/sec3_lawyer_ogi-masashi-sp.png.webp");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 500px){
    .section-kesu-list {
        margin-bottom: 40px;
        gap: 25px 20px;
    }
    .section-kesu-list li {
        width: 100%;
    }
    .section-kesu-list li .txt{
        font-size: clamp(18px, 3.5vw, 20px);
        padding: 12px 5px;
    }
    .section-kesu-flex-img,.webp .section-kesu-flex-img{
        height: 34vw;
    }
}

/* 弁護士に相談するメリット */
.section-meritto{
    background-color: #f5f3ee;
    overflow: hidden;
}
.section-meritto-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.section-meritto-list li{
    max-width: 230px;
    width: calc(100% / 4 - 10px);
    background-color: #a14545;
    border-radius: 10px;
    box-shadow: rgba(161, 69, 69, 0.5) 0px 0 6px;
    padding: 10px 0 15px;
    text-align: center;
}
.section-meritto-list li .icon{
    width: 3em;
    height: 3em;
    display: inline-block;
}
.section-meritto-list li.box01 .icon{
    background: url("../../images/lp/lp-kyodoshinken/sec4_icon_01.svg");
    background-position:center;
    background-repeat: no-repeat;
    width: 2.5em;
    height: 2.5em;
    margin: 0.25em 0;
}
.section-meritto-list li.box02 .icon{
    background: url("../../images/lp/lp-kyodoshinken/sec4_icon_02.svg");
    background-position:center;
    background-repeat: no-repeat;
}
.section-meritto-list li.box03 .icon{
    background: url("../../images/lp/lp-kyodoshinken/sec4_icon_03.svg");
    background-position:center;
    background-repeat: no-repeat;
}
.section-meritto-list li.box04 .icon{
    background: url("../../images/lp/lp-kyodoshinken/sec4_icon_04.svg");
    background-position:center;
    background-repeat: no-repeat;
}
.section-meritto-list li .txt{
    display: block;
    font-family: var(--mincho);
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    margin-top: 0.3em;
}
.section-meritto-box{
    position: relative;
}
.section-meritto-box::before,.webp .section-meritto-box::before{
    content: "";
    background: url("../../images/lp/lp-kyodoshinken/sec4_lawyer_tanigawa-seiji.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 760px;
    height: 797px;
    position: absolute;
    top:-160px;
    right: -290px;
}
.webp .section-meritto-box::before{
    background: url("../../images/lp/lp-kyodoshinken/sec4_lawyer_tanigawa-seiji.png.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.section-meritto-box .txt-box{
    max-width: 700px;
    position: relative;
}
div.main_container .section-meritto h3{
    position: relative;
    margin-top: 70px;
    font-size: 24px;
    font-style: italic;
    text-shadow: 0 0 3px #fff,0 0 6px #fff,0 0 8px #fff;
}
div.main_container .section-meritto h3 .txt-orange{
    font-size: 28px;
}
@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
    .section-meritto-list{
        margin-bottom: 60px;
    }
    .section-meritto-list li .txt{
        font-size: 20px;
    }
}
@media screen and (max-width: 1024px){
    .section-meritto-list li{
        width: calc(100% / 4 - 5px);
    }
    .section-meritto-list li .txt{
        font-size: 18px;
    }
    .section-meritto-box .txt-box {
        max-width: 650px;
        width: 75%;
    }

}
@media screen and (max-width: 768px){
    .section-meritto-list {
        margin-bottom: 50px;
        flex-wrap: wrap;
        gap: 15px 10px;
        justify-content: center;
    }
    .section-meritto-list li{
        width: calc(100% / 2 - 10px);
    }
    .section-meritto-box .txt-box {
        width: 100%;
    }
    div.main_container .section-meritto h3{
        margin-top: 40px;
        font-size: 22px;
        text-align: center;
    }
    div.main_container .section-meritto h3 .txt-orange{
        font-size: 26px;
    }
    .section-meritto-box {
        padding-bottom: 200px;
    }
    .section-meritto-box::before,.webp .section-meritto-box::before{
        width: 570px;
        height: 598px;
        position: absolute;
        top:unset;
        right: unset;
        bottom: -300px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 500px){
    .section-meritto-list {
        margin-bottom: 40px;
        gap: 10px 0;
        justify-content: space-between;
    }
    .section-meritto-list li {
        width: calc(100% / 2 - 5px);
        padding: 8px 0 10px;
    }
    .section-meritto-list li .txt {
        font-size: 16px;
        letter-spacing: 0;
        margin-top: 0.1em;
    }
    div.main_container .section-meritto h3{
        margin-top: 30px;
        font-size: 20px;
    }
    div.main_container .section-meritto h3 .txt-orange{
        font-size: 24px;
    }
    .section-meritto-box {
        padding-bottom: 150px;
    }
    .section-meritto-box::before,.webp .section-meritto-box::before{
        width: 428px;
        height: 449px;
        bottom: -220px;
    }
}
@media screen and (max-width: 350px){
    .section-meritto-list li .txt {
        font-size: 14px;
    }
    div.main_container .section-meritto h3 {
        font-size: 18px;
        letter-spacing: 0;
    }
}

/* わたしたちが選ばれる理由 */
.section-riyu{
    background-color: #fff;
    overflow: hidden;
}
.section-riyu-title{
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.section-riyu-title::before,.webp .section-riyu-title::before{
    content: "";
    background: url("../../images/lp/lp-kyodoshinken/sec5_h2_badge.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 225px;
    height: 224px;
    position: absolute;
    top:45%;
    transform: translateY(-50%);
    right: -160px;
}
.webp .section-riyu-title::before{
    background: url("../../images/lp/lp-kyodoshinken/sec5_h2_badge.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
div.main_container .lp-kyodoshinken .section-riyu h2{
    border-top: 1px solid #bbbbbb;
    padding: 0 10px;
    position: relative;
    margin-bottom: 100px;
}
.section-riyu-logo{
    background: url("../../images/lp/lp-kyodoshinken/sec5_alglogo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 285px;
    height: 30px;
    margin-left: 10px;
    margin-bottom: 8px;
    position: relative;
}
.section-riyu-list-box{
    padding: 80px 0;
}
.section-riyu-list-box.box01{
    padding-top: 0;
}
.section-riyu-list-box.box05{
    padding-bottom: 0;
}
.section-riyu-list .flex-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-riyu-list .flex-box .img-box{
    width: 470px;
    height: 400px;
    margin-right: -75px;
}
.section-riyu-list-box.box01 .flex-box .img-box{
    background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_tsuji-masahiro.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-riyu-list-box.box02 .flex-box .img-box{
    background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_imanishi-makoto.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-riyu-list-box.box03 .flex-box .img-box{
    background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_kawakami-marina.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-riyu-list-box.box04 .flex-box .img-box{
    background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_sakuma-akihiko.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-riyu-list-box.box05 .flex-box .img-box{
    background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_ito-kaori.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-riyu-list-box.box01 .flex-box .img-box{
    background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_tsuji-masahiro.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-riyu-list-box.box02 .flex-box .img-box{
    background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_imanishi-makoto.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-riyu-list-box.box03 .flex-box .img-box{
    background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_kawakami-marina.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-riyu-list-box.box04 .flex-box .img-box{
    background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_sakuma-akihiko.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-riyu-list-box.box05 .flex-box .img-box{
    background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_ito-kaori.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-riyu-list .flex-box .content-box{
    width: calc(100% - 430px);
    margin-bottom: auto;
}
div.main_container .lp-kyodoshinken .section-riyu-list h3{
    font-size: clamp(24px, 1.45833vw, 28px);
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 5px solid #b37232;
    letter-spacing: 0;
}
div.main_container .lp-kyodoshinken .section-riyu-list h3 .reason{
    display: block;
    font-size: 16px;
    color: #bbbbbb;
    font-weight: 700;
    line-height: 1;
    padding-top: 0;
    margin: 0;
    margin-bottom: 0.3em;
}
div.main_container .lp-kyodoshinken .section-riyu-list h3 .reason .count{
    font-size: 20px;
}
div.main_container .lp-kyodoshinken .section-riyu-list h3 .txt-orange{
    font-weight: 700;
}
div.main_container .lp-kyodoshinken .section-riyu-list h3 .kome{
    font-size: 14px;
    position: relative;
    top:-0.7em;
}
div.main_container .lp-kyodoshinken .section-riyu-list .txt-box p{
    letter-spacing: 0.02em;
    line-height: 1.6;
}
div.main_container .lp-kyodoshinken .section-riyu-list .txt-box p .txt-note{
    font-size: 12px;
    line-height: 1.4;
    display: inline-block;
    margin-top: 15px;
}
div.main_container .lp-kyodoshinken .section-riyu-list h4{
    padding: 0;
    margin: 0 0 30px;
    font-size: 20px;
    color: #6f1f27;
    border-left: none;
    font-weight: 600;
    font-style: italic;
}
.section-riyu-list-box.box02,
.section-riyu-list-box.box04{
    background: linear-gradient(to left, #f5f1e5 68%, #ffffff 32%);
}
.section-riyu-list-box.box02 .flex-box,
.section-riyu-list-box.box04 .flex-box{
    flex-direction: row-reverse;
}
.section-riyu-list-box.box02 .flex-box .img-box,
.section-riyu-list-box.box04 .flex-box .img-box{
    margin-right: 0;
    margin-left: -75px;
}
@media screen and (max-width: 1536px){
    div.main_container .lp-kyodoshinken .section-riyu-list h3 {
        font-size: clamp(24px, 1.8vw, 26px);
    }
}
@media screen and (max-width: 1280px){
    div.main_container .lp-kyodoshinken .section-riyu h2{
        margin-bottom: 80px;
    }
    .section-riyu-list .flex-box .img-box {
        width: 353px;
        height: 300px;
        margin-right: -75px;
    }
    .section-riyu-list .flex-box .content-box {
        width: calc(100% - 310px);
    }
    div.main_container .lp-kyodoshinken .section-riyu-list h3 {
        font-size: clamp(22px, 2.6vw, 24px);
    }
    .section-riyu-list-box {
        padding: 60px 0;
    }

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    .section-riyu-logo{
        width: 215px;
        height: 22px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
    }
    .section-riyu-title::before ,.webp .section-riyu-title::before{
        width: 160px;
        height: 160px;
        top: 45%;
        right: -60px;
    }
    div.main_container .lp-kyodoshinken .section-riyu h2 {
        margin-bottom: 60px;
    }
    .section-riyu-list-box {
        padding: 40px 0;
    }
    .section-riyu-list .flex-box,
    .section-riyu-list-box.box02 .flex-box,
    .section-riyu-list-box.box04 .flex-box{
        flex-direction: column;
        gap: 30px;
    }
    .section-riyu-list .flex-box .content-box{
        width: 100%;
    }
    .section-riyu-list .flex-box .img-box {
        width: 100%;
        height: 32vw;
        margin-right: 0;
    }
    .section-riyu-list-box.box02 .flex-box .img-box,
    .section-riyu-list-box.box04 .flex-box .img-box{
        margin-left: 0;
    }
    .section-riyu-list-box.box01 .flex-box .img-box{
        background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_tsuji-masahiro-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-riyu-list-box.box02 .flex-box .img-box{
        background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_imanishi-makoto-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-riyu-list-box.box03 .flex-box .img-box{
        background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_kawakami-marina-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-riyu-list-box.box04 .flex-box .img-box{
        background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_sakuma-akihiko-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-riyu-list-box.box05 .flex-box .img-box{
        background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_ito-kaori-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .section-riyu-list-box.box01 .flex-box .img-box{
        background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_tsuji-masahiro-sp.png.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .section-riyu-list-box.box02 .flex-box .img-box{
        background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_imanishi-makoto-sp.png.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .section-riyu-list-box.box03 .flex-box .img-box{
        background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_kawakami-marina-sp.png.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .section-riyu-list-box.box04 .flex-box .img-box{
        background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_sakuma-akihiko-sp.png.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .section-riyu-list-box.box05 .flex-box .img-box{
        background: url("../../images/lp/lp-kyodoshinken/sec5_lawyer_ito-kaori-sp.png.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    div.main_container .lp-kyodoshinken .section-riyu-list h3 {
        font-size: clamp(20px, 3.5vw, 22px);
        margin-bottom: 25px;
        padding-left: 15px;
        border-left: 4px solid #b37232;
    }
    .section-riyu-list-box.box02,
    .section-riyu-list-box.box04{
        background: #f5f1e5;
    }
}
@media screen and (max-width: 500px){
    .section-riyu-logo{
        width: 143px;
        height: 15px;
    }
    div.main_container .lp-kyodoshinken .section-riyu h2 {
        margin-bottom: 50px;
    }
    .section-riyu-list-box {
        padding: 30px 0;
    }
    div.main_container .lp-kyodoshinken .section-riyu-list h3 {
        font-size: clamp(20px, 4.2vw, 22px);
        line-height: 1.4;
    }
    div.main_container .lp-kyodoshinken .section-riyu-list h4 {
        padding: 0;
        margin: 0 0 25px;
        font-size: 18px;
        line-height: 1.4;
    }
    div.main_container .lp-kyodoshinken .section-riyu-list h3 .kome {
        font-size: 12px;
    }
}

/* よくあるご質問 */
.section-qanda{
    background: url("../../images/lp/lp-kyodoshinken/sec6_texture_top.png"),url("../../images/lp/lp-kyodoshinken/sec6_texture_bottom.png"),#e3eeed;
    background-position: top right,bottom left;
    background-repeat: no-repeat;
}
.webp .section-qanda{
    background: url("../../images/lp/lp-kyodoshinken/sec6_texture_top.png.webp"),url("../../images/lp/lp-kyodoshinken/sec6_texture_bottom.png.webp"),#e3eeed;
    background-position: top right,bottom left;
    background-repeat: no-repeat;
}
.section-qanda-box{
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 20px 0;
    border-radius: 6px;
}
.section-qanda .section-qanda-box:last-of-type{
    margin-bottom: 0;
}
div.main_container .lp-kyodoshinken p.section-qanda-box-title{
    padding: 0 70px;
    position: relative;
    font-family: var(--mincho);
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}
div.main_container .lp-kyodoshinken p.section-qanda-box-title::before{
    content: "";
    background: url("../../images/lp/lp-kyodoshinken/sec6_question.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 36px;
    position: absolute;
    top:0;
    left: 30px;
}
div.main_container .lp-kyodoshinken p.section-qanda-box-title::after{
    content: "";
    background: url("../../images/lp/lp-kyodoshinken/sec6_arrow_down.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 0.8em;
    height: 0.6em;
    position: absolute;
    top:0.5em;
    right: 40px;
    transition: 0.5s;
}
div.main_container .lp-kyodoshinken p.section-qanda-box-title.active::after{
    background: url("../../images/lp/lp-kyodoshinken/sec6_arrow_up.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
}
div.main_container .lp-kyodoshinken p.section-qanda-box-txt{
    padding: 0 70px;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.8;
    display: none;
}


@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
    div.main_container .lp-kyodoshinken p.section-qanda-box-title{
        font-size: 22px;
        padding: 0 60px;
    }
    div.main_container .lp-kyodoshinken p.section-qanda-box-title::before {
        width: 21px;
        height: 27px;
        top: 4px;
        left: 30px;
    }
    div.main_container .lp-kyodoshinken p.section-qanda-box-txt{
        padding: 0 60px;
        font-size: 18px;
        margin-top: 30px;
    }

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    .section-qanda-box {
        margin: 0 auto 15px;
        padding: 15px 0;
    }
    div.main_container .lp-kyodoshinken p.section-qanda-box-title{
        font-size: 20px;
        padding: 0 50px;
    }
    div.main_container .lp-kyodoshinken p.section-qanda-box-txt{
        padding: 0 50px;
        font-size: 16px;
        margin-top: 25px;
    }
    div.main_container .lp-kyodoshinken p.section-qanda-box-title::before {
        width: 21px;
        height: 27px;
        top: 4px;
        left: 20px;
    }
    div.main_container .lp-kyodoshinken p.section-qanda-box-title::after{
        top:0.5em;
        right: 30px;
    }
}
@media screen and (max-width: 500px){
    div.main_container .lp-kyodoshinken p.section-qanda-box-title{
        font-size: 18px;
        padding: 0 25px 0 40px;
        letter-spacing: 0;
    }
    div.main_container .lp-kyodoshinken p.section-qanda-box-txt{
        padding: 0 25px 0 40px;
        font-size: 16px;
        margin-top: 25px;
    }
    div.main_container .lp-kyodoshinken p.section-qanda-box-title::before {
        width: 21px;
        height: 27px;
        top: 2px;
        left: 14px;
    }
    div.main_container .lp-kyodoshinken p.section-qanda-box-title::after{
        top:0.5em;
        right: 15px;
    }

}

/* 弁護士費用 */
.section-fee{
    background: url("../../images/lp/lp-kyodoshinken/sec7_bg_texture.png"),#f8f8f8;
    background-position: center bottom;
    background-repeat: no-repeat;
}
div.main_container .lp-kyodoshinken .section-fee .txt-box{
  text-align: center;
  margin-bottom: 60px;
}
div.main_container .lp-kyodoshinken .section-fee .txt-box p{
    font-family: var(--mincho);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.section-fee-flex{
  display: flex;
  justify-content: center;
    flex-wrap: wrap;
  margin-bottom: 30px;
    gap: 2%;
}
.section-fee-flex-box{
  /*max-width: 475px;*/
    max-width: 500px;
  width: 49%;
  display: flex;
  flex-direction: column;
    margin-bottom: 30px;
}
div.main_container .lp-kyodoshinken p.section-fee-flex-title{
  min-height: 100px;
  background: linear-gradient(to right, #c05762 0%, #6f1f27 100%);
  color: #fff;
  font-family: var(--mincho);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1%;
  font-size:24px;
  font-weight: 500;
  text-align: center;
}
.section-fee-flex-title .maru{
  margin-left: -0.2em;
  margin-right: -0.2em;
  width: 1em;
  display: inline-block;
}
div.main_container .lp-kyodoshinken .section-fee-flex-box.box02 p.section-fee-flex-title{
  background: linear-gradient(to right, #c08c50 0%, #8e551e 100%);
}
div.main_container .lp-kyodoshinken .section-fee-flex-box.box03 p.section-fee-flex-title{
  background: linear-gradient(to right, #41668c 0%, #103a63 100%);
}
div.main_container .lp-kyodoshinken .section-fee-flex-box.box04 p.section-fee-flex-title{
  background: linear-gradient(to right, #3d8074 0%, #09473d 100%);
}
.section-fee-flex-table{
  display: flex;
  font-size: 18px;
  /*border-left:1px solid #d4d2d2;
  border-right:1px solid #d4d2d2;*/
  border-bottom:1px solid #bbbbbb;
}
.section-fee-flex-table.last-box{
  /*flex:1;*/
  border-bottom:none;
}
.section-fee-flex-th{
  width: 150px;
  font-weight: 600;
  background-color: #f5eae5;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
    text-align: center;
    padding: 0 2%;
}
.section-fee-flex-box.box02 .section-fee-flex-th{
    background-color: #f8f5ed;
}
.section-fee-flex-box.box03 .section-fee-flex-th{
    background-color: #ebf1f7;
}
.section-fee-flex-box.box04 .section-fee-flex-th{
    background-color: #edf7f6;
}
.section-fee-flex-th.shinken-th{
    flex-direction: column;
}
.section-fee-flex-td{
  width: calc(100% - 150px);
  background-color: #fff;
  display: flex;
    flex-direction: column;
    justify-content: center;
    
  /*align-items: center;*/
  padding: 20px;
    position: relative;
}
/*.section-fee-flex-td .td-center{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}*/
div.main_container .lp-kyodoshinken p.section-fee-flex-note{
  background-color: #fff;
  font-size: 14px;
  /*border-left:1px solid #d4d2d2;
  border-right:1px solid #d4d2d2;
  border-bottom:1px solid #d4d2d2;*/
  padding: 16px 15px;
  letter-spacing: 0;
  line-height: 1.4;
  /*flex:1;*/
}
.section-fee-flex-note .maru{
  display: inline-block;
  width: 0.5em;
}
div.main_container .lp-kyodoshinken p.section-fee-note{
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.section-fee-note .txt{
  width: fit-content;
  /*margin: 0 auto;*/
}
.section-fee-flex-td-note{
    font-size: 14px;
    margin-top: 10px;
}

@media screen and (max-width: 1280px){
  div.main_container .lp-kyodoshinken p.section-fee-flex-title{
    font-size: 22px;
    min-height: 114px;
  }
  .section-fee .txt-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px){
  .section-fee-flex-title .txt{
    display: flex;
    flex-direction: column;
  }
  .section-fee-flex-title .txt .maru{
    display: none;
  }
  .section-fee-flex-th{
    width: 120px;
  }
  .section-fee-flex-td{
    width: calc(100% - 120px);
    padding: 20px 10px 20px 20px;
  }

}
@media screen and (max-width: 767px){
  .section-fee .txt-box {
    margin-bottom: 40px;
  }
  .section-fee-flex{
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .section-fee-flex-box{
    width: 100%;
  }
  .section-fee-flex-title .txt{
    flex-direction: row;
  }
  .section-fee-flex-title .txt .maru{
    display: block;
  }
  .section-fee-flex-th{
    width: 140px;
  }
  .section-fee-flex-td{
    width: calc(100% - 140px);
    padding: 20px 10px 20px 30px;
  }
  div.main_container .lp-kyodoshinken .section-fee .txt-box{
    margin-bottom: 40px;
  }
  div.main_container .lp-kyodoshinken .section-fee .txt-box p{
    font-size: 18px;
  }
}
@media screen and (max-width: 499px){
  .section-fee-flex{
    gap: 30px;
  }
  div.main_container .lp-kyodoshinken p.section-fee-flex-title{
    font-size: 20px;
    min-height: 80px;
  }
  .section-fee-flex-title .txt{
    flex-direction: column;
  }
  .section-fee-flex-title .txt .maru{
    display: none;
  }
  .section-fee-flex-table{
    font-size: 16px;
  }
  .section-fee-flex-th{
    width: 110px;
    min-height: 100px;
  }
  .section-fee-flex-td{
    width: calc(100% - 110px);
    padding: 15px 10px 15px 15px;
  }
  .section-fee-flex-note{
    font-size: 14px;
  }
  .section-fee-note {
    font-size: 12px;
  }
  div.main_container .lp-kyodoshinken .section-fee .txt-box p{
    font-size: 16px;
  }
}








































