@charset "UTF-8";


/* #header h1 {
	position: relative;
	margin: 0 0 0 0;
}


#main {
	position: relative;
}

#main #nav .wrapper {
	height: 42px;
}

#main .wrapper {
	position: relative;
	top: 0;
} */

#main #breadcrumb {
	background-color: #fff;
	height: 36px;
/*	z-index: 100;*/
}

#main #breadcrumb .wrapper {
	width: 1004px;
	margin: 0 auto;
	position: relative;
	top: 0;
}

#main #breadcrumb p {
	margin: 0 0 0 5px;
	padding: 2px 0 0 0;
	width: 100vw;
	/* height: 34px; */
	background-color: #fff;
	/* line-height: 41px; */
}
#main #breadcrumb p a {
	color: #333;
}
/*
#breadcrumb {
	position: absolute;
	left: 0;
	top: 43px;
}
*/

#main #main_title {
    position: relative;
    /* width: 897px;
    height: 197px; */
    margin: 20px auto 25px auto;
    border-radius: 17px;
    background: #fff;
    border: 3px solid #c0d953;
    overflow: hidden;
}

#main #main_title div.title>div {
    float: right;
    height: 90px;
}

#main #main_title div.title p {
    clear: right;
    width: 139px;
    height: 101px;
    margin: 0 30px 0 0;
    float: right;
}

#main #main_title div.title h2 {
    /* position: absolute;
    left: 239px;
    top: 29px; */
    padding: 20px 10px 60px 10px;
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 34px;
    color: #007b44;
    text-indent: -12px;
}

#main #main_title div.syogai {
    /* position: absolute;
    left: -3px;
    bottom: -3px;
    width: 897px;
    height: 70px; */
    border-radius: 0px 0px 17px 17px;
    background: #c0d953;
    border: 3px solid #c0d953;
    margin: 0 -3px -3px -3px;
}

#main #main_title div.syogai p {
    /* width: 730px; */
    padding: 0 10px 10px 15px;
    margin: 10px auto 0 auto;
    font-size: 1rem;
    color: #333;
}


#main #case {
    /* width: 818px;
    height: 130px; */
    margin: 0 15px 60px 15px;
    /* background: #fff url("../images/case_back.svg") 0 0 no-repeat; */
    background-color: #fff;
    border: dashed 2px #3db680;
    opacity: 0.8;
}

#main #case dl {
    position: relative;
    padding: 10px 0 0 0;
}

#main #case dt {
    /* position: absolute;
    left: 0;
    top: 14px; */
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    width: 172px;
    height: 34px;
    padding: 5px 5px 5px 15px;
    margin: 0 0 0 -2px;
    background: url("../images/case_title_back.svg") -1px 0 no-repeat;
}

#main #case dd {
    /* position: absolute;
    left: 50px;
    top: 57px; */
    padding: 10px 20px;
    font-size: 0.94rem;
    color: #333;
}


#contents .title {
    border-left: 8px solid #3db680;
    /* width: 897px;
    height: 50px; */
    margin: 0 auto 30px auto;
}

#contents .title h3 {
    margin: 0 0 0 5px;
    padding: 5px 0 5px 25px;
    font-size: 1.13rem;
    /* line-height: 50px; */
    font-weight: normal;
    background-color: #c0d860;
    /* width: 868px; */
}


#contents .step1 {
    /* width: 818px;
    height: 117px; */
    background: #fff;
    border: 1px solid #c0d860;
    margin: 0 15px 20px 15px;
}

#contents .arrow {
    width: 56px;
    height: 27px;
    margin: 0 auto 20px auto;
}

#contents .step2 {
    /* width: 818px;
    height: 165px; */
    background: #fff;
    border: 1px solid #c0d860;
    margin: 0 15px 120px 15px;
}

#contents .step1 dt,
#contents .step2 dt {
    width: 122px;
    height: 26px;
    padding: 2px 2px 2px 10px;
    background: url("../images/free-consultation-step-back.svg") -1px 0 no-repeat;
}

#contents .step1 dd,
#contents .step2 dd {
    /* width: 735px; */
    font-size: 0.94rem;
    color: #333;
    padding: 10px;
    margin: 0 auto;
}

#service-area h4 {
    font-weight: normal;
    margin-bottom: 8px;
}

#service-area ul {
    margin-left: 2rem;
}

#service-area ul li {
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

#contents #contents_contact {
    position: relative;
    /* background: url("../images/free-consultation-contact-back.svg") 0 0 no-repeat; */
    padding: 70px 10px 10px 10px;
    margin: 0 auto 50px auto;
    background-color: #fff;
    border: dashed 2px #ffaa41;
    border-radius: 14px;
}

#contents #contents_contact h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    text-align: left;
    font-weight: normal;
    font-size: 1.25rem;
    color: #333;
    background: url("../images/free-consultation-contact-title-back.png") center top no-repeat;
    background-size: cover;
    border-radius: 14px;
    width: calc(100vw - 24px);
    padding: 10px;
    margin: 0 auto 0 auto;
}

#contents #contents_contact h4>br.sp {
    display: none;
}

#contents #contents_contact p {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 40px;
    color: #b50000;
    text-align: center;
}

#contents #contents_contact p img {
    /* display: inline-block; */
    margin: 0 13px 0 0;
    vertical-align: bottom;
    padding: 0 0 4px 0;
}

#contents #contents_contact p a {
    text-decoration: none;
}

#contents #contents_contact p span.tellink {
    color: #b50000;
}

#contents #note {
    font-size: 0.88rem;
    color: #333;
    margin: 0 15px 60px 15px;
}

#contents #note p {
    text-indent: -1.3rem;
    margin: 10px 0 10px 1.3rem;
}

#contents #return {
    position: relative;
    height: 82px;
    background: #c0d953;
    border: 3px solid #3db680;
    margin: 0 10px 80px 10px;
}

#contents #return a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#contents #return p {
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 1.13rem;
    color: #333;
    line-height: 60px;
}

#contents #return p img {
    margin: 0 10px 0 0;
}


@media print, screen and (min-width:344px) {

    #contents #return {
        width: 318px;
        margin: 0 auto 80px auto;
    }

    #contents #return p {
        left: 20px;
    }





}


@media print, screen and (min-width:370px) {

    #main #main_title div.title h2 {
        padding: 20px 10px 80px 10px;
    }






}


@media print, screen and (min-width:360px) {

    #contents #contents_contact {
        padding: 50px 10px 10px 10px;
    }






}


@media print, screen and (min-width:420px) {

    #contents #contents_contact h4 {
        width: 396px;
    }

    #contents #contents_contact h4>br.sp {
        display: inline;
    }





}


@media print, screen and (min-width:465px) {

    #main #main_title div.title {
        padding: 10px 0 10px 10px;
    }

    #main #main_title div.title>div {
        display: none;
    }

    #main #main_title div.title p {
        float: left;
        margin: 20px 0 0 0;
    }

    #main #main_title div.title h2 {
        float: left;
        width: calc(100vw - 200px);
        padding: 20px 0 20px 20px;
    }

    #main #main_title div.syogai {
        clear: left;
    }

    #main #case dd {
        padding: 0 20px 10px 20px;
    }




}


@media print, screen and (min-width:600px) {

    #main #main_title {
        margin: 20px 15px 25px 15px;
    }

    #main #main_title div.title h2 {
        float: left;
        width: calc(100vw - 230px);
        padding: 20px 0 20px 20px;
    }

    #main #case {
        margin: 0 50px 60px 50px;
    }


    #contents .title h3 {
        padding: 0 0 0 25px;
        line-height: 50px;
    }

    #contents .title h3>br.sp {
        display: none;
    }





}


@media print, screen and (min-width:630px) {



}


@media print, screen and (min-width:690px) {

    #contents .step2 {
        margin: 0 15px 80px 15px;
    }

    #contents #contents_contact {
        width: 666px;
        padding: 40px 10px 10px 10px;
    }

    #contents #contents_contact h4 {
        top: -20px;
        text-align: center;
        background-size: auto;
        border-radius: 0;
        width: 690px;
        height: 44px;
        line-height: 48px;
        padding: 0;
        margin: 0 auto 0 auto;
    }

    #contents #contents_contact h4>br.sp {
        display: none;
    }

    #contents #contents_contact p>br.sp {
        display: none;
    }

    #contents #return {
        margin: 0 44px 80px auto;
    }



}


@media print, screen and (min-width:850px) {

    #contents .step1 {
        width: 818px;
        margin: 0 auto 20px auto;
    }

    #contents .step2 {
        width: 818px;
        margin: 0 auto 80px auto;
    }

    #contents .step1 dd,
    #contents .step2 dd {
        width: 735px;
        padding: 10px 0 20px 0;
    }

    #contents #note {
        width: 820px;
        margin: 0 auto 60px auto;
    }



}


@media print, screen and (min-width:918px) {

    #main #case {
        width: 814px;
        margin: 0 auto 60px auto;
    }

    #main #case dd {
        width: 700px;
        padding: 0 20px 10px 50px;
    }

}


@media print, screen and (min-width:933px) {

    #main #main_title {
        width: 897px;
        margin: 20px auto 25px auto;
    }

    #main #main_title div.title p {
        margin: 10px 0 10px 30px;
    }

    #main #main_title div.title h2 {
        width: auto;
        padding: 20px 0 20px 50px;
    }

    #main #main_title div.syogai p {
        width: 730px;
        padding: 0 0 10px 0;
        margin: 10px auto 0 auto;
    }


    #contents .title {
        width: 897px;
        height: 50px;
    }




}


@media print, screen and (min-width:1000px) {

    #contents {
        width: 1000px;
        margin: 0 auto;
    }



}
