.main__flex__wrap{
    display: flex;
    max-width: 1200px;
    margin: auto;
    flex-direction: row-reverse;
    column-gap: 2%;
}

.page_wrapper h2{
    line-height: 1.4;
}

.main__flex__wrap .page_wrapper{
    margin: 0 auto 0 0;
    width: 67%;
}
.flow_text h3{
	text-align:left;
}

.top__caution{
	padding:2.6vw;
	margin:0 auto 2em;
	border:4px double #b00808;
}

.top__caution > div{
	margin-bottom:0;
	font-size:1.15rem;
}

.Cta--blue-top .Flex .Wh-icon {
    background: #fff;
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    color: #2540a7;
    margin-right: 10px;
}

.Cta--blue-top span.Seconds {
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    font-weight:normal;
    letter-spacing:1px;
}

.Cta--blue-top {
    background: #2540a7;
    padding: 0.75em 0.55em;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.Cta--blue-top .Flex .Item:first-child {
    width: 30%;
    padding-right: 0.5em;
    border-right: 2px solid #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Cta--blue-top .Flex .Item:nth-of-type(2) {
    width: 70%;
    padding-left: 0.5em;
    text-align: center;
}

.Cta--blue-top:after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #253fa7 transparent transparent transparent;
}

.Cta--blue-top .Flex .Wh-icon {
    background: #fff;
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    color: #2540a7;
    margin-right: 10px;
}

.Cta--blue-top span.Seconds {
    font-size: 45px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.tel-top {
    background: #2167af;
    text-align: center;
    color: #fff !important;
    padding: 0.5em;
    font-size: 14px !important;
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.cta .tel-wrap {
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
    padding: .5em;
    text-align: center;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cta .tel-wrap a.tel{
    font-size: 34px;
    font-family: 'Anton', sans-serif !important;
    font-weight: normal !important;
    padding-left: 0;
}

.cta .mail.soudankai{
    padding:.75em .5em;
    justify-content: center;
}
.cta .mail.soudankai:hover{
    color:#fff;
    text-decoration: none;
    opacity: 0.8;
}

.cta .mail{
    display: flex;
}

.bottom_menu_contents{
    align-items: inherit;
}
.ac_inner_wraper dl dd{
    text-align: left;
}
.fixed-form-wrap{
    width:31%;
}

.fixed-form{
    max-width: 350px;
    width: 100%;
    background: #f9f9f9;
    padding: .5em;
}

.fixed-form table th, .fixed-form table td{
    font-size: 10px;
    display: block;
    width: 100%;
}

.fixed-form.is-fixed {
    position: fixed;
    top:90px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    height: 100%;
}

h3.border-title{
    margin-bottom: .5em;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
}

h3.border-title span{
    display: block;
    font-weight: normal;
    color:#2167af;
    font-size: 12px;
    text-align: center;
}

.fixed-form table th{
    padding: .5em;
}

.fixed-form table th p, .fixed-form table th span{
    font-size: 14px;
}

.fixed-form table th p{
    font-weight: bold;
}

.fixed-form table th p span{
    font-weight: normal;
    font-size: 11px;
}

.fixed-form .wpcf7 form .wpcf7-response-output{
    margin: 5px auto;
    font-size: 15px;
    line-height: 1.2;
}

.fixed-form input[type="text"], .fixed-form textarea, .fixed-form select, .fixed-form input[type="email"], .fixed-form input[type="tel"]{
    padding: .3em;
    font-size: 15px;
    background: #fff;
    border:1px solid #666;
}

.fixed-form .wpcf7-not-valid-tip{
    font-size: 12px;
}

.fixed-form input[type="submit"]{
    padding: .5em;
    font-size: 17px;
}

.fixed-form input, .fixed-form textarea{
    max-height: 100px;
    width: 100%;
}

.fixed-form .wpcf7-spinner{
    display:none;
}

.Flex-wrap .three p.mod-title{
	min-height:40px;
}

/**************

sp

**************************/

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

    .main__flex__wrap .page_wrapper{
        width: 100%;
    }
	
	.big__text{
		font-size:1.1rem !important;
	}

    .fixed-form{
        max-width: 100%;
    }

    .fixed-form-wrap{
        width: 100%;
    }

    .main__flex__wrap{flex-wrap: wrap;
    flex-direction: column-reverse;}

	.Cta--blue-top {
	    font-size: 1.0rem;
	}

	.Cta--blue-top .Flex .Item:first-child {
	    line-height: 1.2;
	    width:100%;
	}

	.Cta--blue-top .Flex .Item:first-child {
	    padding: 0 0 0.22em 0;
	    border-bottom: 1px solid #fff;
	    margin-bottom: 0.35em;
	    border-right: none;
	}

	.Cta--blue-top .Flex .Item:nth-of-type(2) {
	    padding-left: 0;
	    width:100%;
	}

	.Cta--blue-top:after{
	 bottom:-15px;
	}
		.Cta--blue-top {
	    font-size: 1.0rem;
	}

	.Cta--blue-top .Flex .Item:first-child {
	    line-height: 1.2;
	    width:100%;
	}

	.Cta--blue-top .Flex .Item:first-child {
	    padding: 0 0 0.22em 0;
	    border-bottom: 1px solid #fff;
	    margin-bottom: 0.35em;
	    border-right: none;
	}

	.Cta--blue-top .Flex .Item:nth-of-type(2) {
	    padding-left: 0;
	    width:100%;
        font-size: 0.8rem;
	}

	.Cta--blue-top:after{
	 bottom:-15px;
	}

    .cta .tel-wrap a.tel{
        padding-left: 0;
    }
    .cta_contents_item a.mail{
        padding: 1em .5em;
    }
    .accordion_inner{
        padding: 7px !important;
    }
    .ac_inner_wraper dl dd{
        text-align: left;
    }
    .Flex .Hurf{
        width: 100%;
    }
    .fixed-form table th p, .fixed-form table th span{
        font-size: 16px;
    }
    
    .fixed-form .wpcf7 form .wpcf7-response-output{
        margin: 5px auto;
        font-size: 16px;
        line-height: 1.45;
    }
    
    .fixed-form input[type="text"], .fixed-form textarea, .fixed-form select, .fixed-form input[type="email"], .fixed-form input[type="tel"]{
        padding: .75em;
        font-size: 16px;
    }
    
    .fixed-form .wpcf7-not-valid-tip{
        font-size: 16px;
    }
}

/**************相談会ページNEW***************/

.worries__title__wrap{
    display: flex;
    column-gap: 10px;
    align-items: center;
    text-align: center;
    margin: 0 auto 1em;
	justify-content:center;
}

.worries__title__wrap .title{
    font-weight: bold;
    color:#2167af;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
}

.worries__title__wrap .freeicon img{
    width: 100px;
    display: block;
}

.dli-check-circle {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    min-width: 1em;
    border: 0.2em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
  }
  
  .dli-check-circle > span {
    width: 0.58em;
    height: 0.261em;
    border: 0.2em solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  ul.sd__worries{
    list-style: none;
    margin: 0 auto 2em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    column-gap: 0;
    row-gap: 1em;
  }

  ul.sd__worries li{
    display: flex;
    align-items: center;
    column-gap: 5px;
	  row-gap:.5em;
    font-size: 1.25rem;
    width: calc(100% / 1);
    line-height: 1.455;
    text-align: left;
    font-weight: bold;
    color:#000;
    padding: .75em;
	  flex-wrap:wrap;
    background: #f2f2fa;
    border-top-right-radius: 0.46em;
    border-bottom-left-radius: 0.46em;
  }

  p.underline{
    text-decoration: underline;
    font-size: 1.15rem;
    font-weight: bold;
  }

  dl.step{
    display: flex;
    border-bottom: 1px solid #007cc3;
    border-right: 1px solid #007cc3;

    margin:1px auto 0;
  }

  dl.step:first-of-type{
    border-top: 1px solid #007cc3;
    position: relative;
  }

  dl.step:first-of-type dt::before{
    width: 90px;
    height: 90px;
    background: url(../images/soudankai/attention_icon.svg)no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: '';
    z-index: 2;
  }

  dl.step dt{
    position: relative;
    background: #007cc3;
    padding: .75em;
    color:yellow;
    text-align: center;
    font-size: 22px;
    width: 30%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  dl.step dd{
    width: 70%;
    margin: 0;
    padding: .75em;
    text-align: left;
    font-weight: 400;
  }
  dl.step dd p{
    margin-bottom: 5px
  }
.big__text{
	font-weight:bold;
	font-size:1.5rem;
	text-align:center;
	margin-bottom:.75em;
	color:#b00808;
	line-height:1.4;
}

  @media screen and (max-width: 767px){
	  .worries__title__wrap .freeicon{
		  width:90px
	  }
    ul.sd__worries li{
        width: 100%;
		font-size:1.05rem;
    }

  }

  /********************* 吹き出し ***********************/

  .balloon-color {
    display: flex;
    flex-wrap: nowrap;
    }
    .balloon-color.left {
    flex-direction: row;
    }
    .balloon-color h3{
        margin-bottom: .5em;
        font-weight: bold;
        font-size: 1.25rem;
    }
    .left .chatting-color {
    position: relative;
    display: inline-block;
    margin: 15px 20px 20px;
    padding: 10px 20px;
    background: #fef2dd;
    text-align: left;
    border-radius: 15px;
    }
    .left .chatting-color::after {
    content: "";
    border: 15px solid transparent;
    border-top-color: #fef2dd;
    position: absolute;
    top: 15px;
    left: -15px;
    }
    .balloon-color.right {
    flex-direction: row-reverse;
    }
    .right .chatting-color {
    position: relative;
    display: inline-block;
    margin: 15px 20px 20px;
    padding: 10px 20px;
    background: #fef2dd;
    text-align: left;
    border-radius: 15px;
    }
    .right .chatting-color::after {
    content: "";
    border: 15px solid transparent;
    border-top-color: #fef2dd;
    position: absolute;
    top: 15px;
    right: -15px;
    }
    .balloon-color figure img {
    border-radius: 0;
    margin: 0 0 10px;
    }
    .icon-color {
    width: 180px;
    height: 180px;
    }
    .name-color {
    width: 150px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    }
    .text-color {
    color: #fff;
    font-size: 16px;
    }


.accordion{
    margin-top: 0;
    margin-bottom: 0;
}

    /* 必須 */
.accordion-content {
    display: none;
  }
  
  .accordion-header {
    background-color: #FFF;
    padding: 12px 45px 10px 20px;
    margin:0px 0 0;
    font-size: 1.25rem;
    font-weight: 600;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid var(--keyColor);
    text-align: left;
    line-height: 1.455;
  }
  
  .accordion-header::before,
  .accordion-header::after{
    position:absolute;
    content:'';
    top:1px;
    right:20px;
    bottom:0;
    width:12px;
    height:2px;
    margin:auto;
    background:#151E2F;
  }
  .accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
  }
  .accordion-header.active::after{transform:rotate(0deg);}
  
  .accordion-content {
    background-color: #FFF;
    padding: 12px 20px 10px;
    text-align: left;
    font-weight: 400;
    font-size: 1.05rem;
  }
  
  .accordion-header span,
  .accordion-content span{
    padding-left: 30px;
    display: flex;
    position: relative;
  }
  
  .accordion-header span::before{
    position: absolute;
    content:"Q";
    top: -5px;
    left: 0;
    color: var(--keyColor);
    font-weight: bold;
    font-size: 26px;
  }
  
  
  .accordion-content span::before{
      position: absolute;
    content:"A";
    top: 3px;
    left: 0;
    font-weight: bold;
    color: #e0060d;
    font-size: 26px;
  }
  
  /* hover */
  .accordion-header:hover {
    background-color: #F2F2F2;
  }

  @media screen and (max-width: 767px){
    .balloon-color{
        flex-wrap: wrap;
    }
	  
	  .block-wrap p.Center img{
		  max-width:100% !important;
	  }

    .icon-color {
        width: 120px;
        margin: auto;
        height: auto;
    }
    .left .chatting-color{
        width: 100%;
    }
    .left .chatting-color{
        margin:10px auto 2em;
    }
    .left .chatting-color::after{
        display: none;
    }
    
	.worries__title__wrap{
		align-items: center;
	}
    .worries__title__wrap .freeicon img {
        width: 150px;
        display: block;
    }
    .worries__title__wrap .title{
        font-size: 1.05rem;
		margin-top: .5em;
    }
  }

  .bg__pk{
    background: #feeef6;
    padding: 1em;
    font-weight: 400;
    margin-bottom: .5em;
  }

  .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 20px solid #36a0da;
    border-bottom: 0;
    margin: 0 auto .5em;
  }

  /* ::after要素をabsoluteで表示するために記載 */
.selectbox_area {
    position: relative;
  }
  
  /* セレクトボックス項目の後に"▼"を追加 */
  .selectbox_area::after {
    pointer-events: none; /*矢印部分をクリックを可能にする*/
    position: absolute;
    color: #666666;
    top: 50%;
    right: .5em;
    transform: translateY(-50%); /*▼を上に移動*/
    content: "▼";
  }

  table.nittei{
    border:none;
    border-left: 1px solid #222;
    border-top: 1px solid #222;
  }

  table.nittei th{
    border:none;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    font-weight: bold;
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

    background: var(--keyColor);
    padding: 1em;
    text-align: center;
    color:#fff;
  }
  table.nittei td{
    border:none;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    padding: 1em;
    font-weight: 400;
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
  }

  @media screen and (max-width: 767px) {
    table.nittei{
        font-size: 0.8rem;
    }
    table.nittei td{
        text-align: left;
        line-height: 1.55;
    }
    .ac_inner_wraper dl dt, .ac_inner_wraper dl dd{
        font-size: 0.9rem;
    }
  }

  .step__text{
    font-weight: 400;
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

  }