/* Newsエリア----------------------------
   ------------------------------------- */
div#news{
    text-align:center;
    margin-top: 50px;
}
div#news #newsWrap{
    max-width:960px;
    margin-right:auto;
    margin-left: auto;
    text-align:left;
}
div#news #newsWrap ul{
    padding: 25px;
}
div#news #newsWrap ul li{
    margin-bottom: 20px;
}
div#news #newsWrap ul li span{
    font-size:1.2em;
}


/* Q&Aパーツ-----------------------------
   ------------------------------------- */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp_qa {
    overflow-x: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #333333;
}
.cp_qa label{
    color: blue;
    text-decoration: underline;
}
.cp_qa .cp_actab {
    padding: 20px 0;
    border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
    font-size: 1.2em;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 10px 0 48px;
    cursor: pointer;
    text-align: left;
}
.cp_qa .cp_actab-content {
    font-size: 1em;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0;
    padding: 0 14px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
    height: auto;
    padding: 14px;
    opacity: 1;
}
.cp_qa .cp_plus {
    font-size: 2.4em;
    line-height: 100%;
    position: absolute;
    z-index: 5;
    margin: 3px 0 0 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.cp_qa .cp_actab input[type=checkbox] {
    display: none;
}


/* 吹き出しコメントパーツ-----------------------------
   ------------------------------------- */
/* ----- 共通 ----- */

.talk {
    margin-bottom: 40px;
}

.talk figure img {
    width: 100%;
    height: 100%;
    border: 2px solid #00a246;
    border-radius: 50%;
    margin: 0;
}

.talk figure img.nonborder {
    border: none;
}

/* 画像の下のテキスト */
.talk-imgname {
    padding: 5px 0 0;
    font-size: 10px;
    text-align: center;
}

p.talk-text {
    margin: 0 0 8px;
    font-size: 20px;
    text-align: left;
}

@media (max-width:767px){
    p.talk-text {
        font-size: 16px;
    }
}

p.talk-text:last-child {
    margin-bottom: 0px;
}

/* 回り込み解除 */
.talk:after,.talk:before {
    clear: both;
    content: "";
    display: block;
}

/* ----- 左の場合 ----- */

/* 左画像 */
.talk-Limg {
    margin-left: 4px;
    margin-top: -1px;
    float: left;
    width: 60px;
    height: 60px;
}

/* 左からの吹き出しテキスト */
.talk-Ltxt {
    color: #444;
    position: relative;
    margin-left: 70px;
    padding: 10px;
    border: 3px solid #00a246;
    background-color: #fff;
    border-radius: 5px;
}

/* 左の三角形を作る */
.talk-Ltxt:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #00a246;
    top: 15px;
    left: -20px;
}

.talk-Ltxt:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 15px;
    left: -16px;
}
figure.talk-Limg{
    margin: 0;
}


/* ----- 右の場合 ----- */

/* 右画像 */
.talk-Rimg {
    margin-right: 4px;
    margin-top: -1px;
    float: right;
    width: 120px;
    height: 120px;
}

/* 右からの吹き出しテキスト */
.talk-Rtxt {
    position: relative;
    margin-right: 150px;
    padding: 1.2em;
    border: 3px solid #333;
    background-color: white;
    border-radius: 5px;
}

/* 右の三角形を作る */
.talk-Rtxt:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #333;
    top: 15px;
    right: -23px;
}

.talk-Rtxt:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #333;
    top: 15px;
    right: -20px;
}


/*--- お問い合わせフォーム系 ---*
 */
.form_table table{
    width:600px;
    margin-right:auto;
    margin-left:auto;
    font-size: 1.5em;
}
.form_table table tr{
    border:1px solid #CCC;
}
.form_table table th{
    border-right:1px solid #CCC;
    padding: 20px;
    text-align: right;
    background-color:#EEE;
}
.form_table table td{
    padding: 20px;
}



/* ---ステップ ----*/
.stepflow * {
    box-sizing: border-box;
}
.stepflow  {
    /*min-height: 100vh;*/
    margin: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stepflow ul {
    padding: 0;
}
.stepflow li {
    list-style-type: none;
}
.stepflow dd {
    margin-left: 0;
}

.stepflow .stepflow-inner > li {
    position: relative;
    padding: 0;
    border: none;
}
.stepflow .stepflow-inner > li:not(:last-child) {
    margin-bottom: 40px;
    border: none;
}
.stepflow .stepflow-inner > li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #e5e5e5;
    position: absolute;
    top: -40px;
    left: -webkit-calc(10% + 30px - 2px);
    left: calc(10% + 30px - 2px);
    z-index: 10;
}
.stepflow .stepflow-inner > li dl {
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #00a246;
    border-radius: 10px;
    position: relative;
}
.stepflow .stepflow-inner > li:not(:last-child) dl::before,
.stepflow .stepflow-inner > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.stepflow .stepflow-inner > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #00a246;
}
.stepflow .stepflow-inner > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
}
.stepflow .stepflow-inner > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #00a246;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
}
.stepflow .stepflow-inner > li dl dt .icon {
    font-size: 12px;
    color: #fff;
    background: rgb(107,144,219);
    background: -moz-linear-gradient(left, #00a246 0%, #e2f0d9 100%);
    background: -webkit-linear-gradient(left, #00a246 0%,#e2f0d9 100%);
    background: linear-gradient(to right, #00a246 0%,#e2f0d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a246', endColorstr='#e2f0d9',GradientType=1 );
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}




/*---- CVボタン（PCサイドバー） -----*/
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

.btn-sidebar *,
.btn-sidebar *:before,
.btn-sidebar *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


.btn-sidebar .btn,
.btn-sidebar a.btn,
.btn-sidebar button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.btn-sidebar .btn-wrap-pc-sp {
    max-width: 435px;
    margin: 0 auto 20px;
}

.btn-sidebar a.btn-pc-sp {
    line-height: 1.4;

    width: 49.5%;
    padding: 1.25rem 0;

    color: #ffff;
}

.btn-sidebar a.btn--contact {
    display: block;

    padding: 1.5rem 0;

    margin-top: 20px;

    color: #fff;
    background: #333;
    -webkit-box-shadow: 0 5px 0 #333;
    box-shadow: 0 5px 0 #333;
}

.btn-sidebar a.btn--contact i {
    font-size: 2rem;
}

.btn-sidebar a.btn--contact i.fa-position-left {
    font-size: 2rem;
    left: 4rem;
}

.btn-sidebar a.btn--contact :hover {
    color: #fff;
}

.btn-sidebar a.btn--tel {
    display: block;

    margin-top: 15px;
    padding: 1rem 0;

    color: #fff;
    background: #1a1a77;
    -webkit-box-shadow: 0 5px 0 #1a1a77;
    box-shadow: 0 5px 0 #1a1a77;
}

.btn-sidebar a.btn--tel i {
    font-size: 2rem;
}

.btn-sidebar a.btn--tel i.fa-position-left {
    font-size: 2rem;
    left: 4rem;
}

.btn-sidebar a.btn--tel .number {
    line-height: 1;

    display: inline-block;

    margin-top: 0.5rem;
    padding: 0.25rem 2rem;

    letter-spacing: 0;

    color: #1a1a77;
    border-radius: 0.5rem;
    background: #fff;
}

.btn-sidebar a.btn--tel:hover {
    color: #fff;
}

.btn-sidebar .fa-position-left {
    position: absolute;
    top: calc(30% - 0.5em);
    left: 1rem;
}

.btn-sidebar .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}


/*-------------- メインカラムのボタン ---------*/

.btn_maincolumn .btn,
.btn_maincolumn a.btn,
.btn_maincolumn button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.btn_maincolumn .btn-wrap-pc-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 435px;
    margin: 0 auto 20px;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.btn_maincolumn a.btn-pc-sp {
    line-height: 1.4;

    width: 49.5%;
    padding: 1.25rem 0;

    border-radius: 100vh;

    color: #ffff;
}

.btn_maincolumn a.btn-pc-sp--contact {
    color: #fff;
    background: #333;
}

.btn_maincolumn a.btn-pc-sp--tel {
    color: #fff;
    background: #1a1a77;
}

.btn_maincolumn .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}
.btn_maincolumn p{
    font-size: 14px;
    margin-top: -5px;
    text-align: center;
}


    /*---------------- ボタンを光らせる---------- */
.reflection {
    overflow: hidden;
}
.reflection::after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 5s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 5s ease-in-out infinite;
}
@keyframes reflect {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}



/*---- 下向き三角形 ----*/
.triangle{
    text-align: center;
}
.triangle div{
    width: 50px;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #00a246;
    margin: 20px auto;
}



/* --- CPAエリア ---*/
section.cpa_area{
    padding: 10px;
    background-color: #eaf4e4;
}