@charset "UTF-8";

.thanks_header{
    background: url(../img/common/thanks_top.png),#00a53c;
    padding: 180px 0 50px;
    background-repeat: no-repeat;
    background-position: calc(50% - 440px) bottom;
}
.thanks_header > div{
    padding-left: 380px;
}
.thanks_header h2{
    font-size: 4.2rem;
    line-height: 30px;
    color: #fff;
}
.thanks_header h2 + p{
    font-size: 1.8rem;
    color: #fff;
    line-height: 36px;
    margin-top: 20px;
}
.thanks_content p{
    font-size: 1.8rem;
    line-height: 36px;
    padding: 40px 20px 0;
}
div.thanks .tel_area{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
div.thanks .tel_area p{
    margin: 0 20px 0 0;
    border: 1px solid #00a53c;
    border-radius: 5px;
    width: 336px;
}
div.thanks .tel_area p a{
    font-size: 3rem;
    color: #00a53c;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    padding: 0;
    pointer-events: none;
    flex-wrap: wrap;
}
div.thanks .tel_area .pref {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    border-radius: 3px 3px 0 0;
    background: #00a53c;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-right: 0;
    line-height: 40px;
}
div.thanks .tel_area .icon {
    width: 63px;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
    margin-left: 13px;
}
div.thanks .tel_area p a span.oswald {
    font-size: 4.2rem;
}
.contact_area h3 span{
    font-size: 2rem;
}
.contact_area .ttl span {
    border-radius: 18px;
    background: #00a53c;
    padding: 10px 20px;
}
.contact_area .ttl i{
    margin-right: 5px;
}
.contact_area {
    max-width: 1122px;
    padding: 30px 0 20px;
    margin: 60px auto 0;
    border-radius: 5px;
    border: 3px solid #00a53c;
    position: relative;
    background: #fff;
}
section:not(#contact) .btn_normal.btn_center {
    margin: 65px auto;
    font-size: 1.6rem;
    background: #333;
    color:#fff;
}
section:not(#contact) .btn_normal::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}
.line_area{
    background: #e6e6e6;
    padding: 50px;
}
.line_area > div{
    padding: 0 0 0 340px;
    background:url(../img/common/line_img01.png) no-repeat;
}
.line_area h3{
    font-size: 4.5rem;
    color: #00b901;
}
.line_area p{
    font-size: 1.8rem;
    color: #00b901;
    padding: 20px 0 15px;
}
.line_area div.flex figure{
    margin-right: 20px;
}
.line_area div.flex figure figcaption{
    font-size: 2.4rem;
    background: #00b901;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    margin-bottom: 10px;
    position: relative;
}
.line_area div.flex figure figcaption:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: #00b900 transparent transparent transparent;
    bottom: -8px;
    left: calc(50% - 10px);
}
.line_area div.flex figure:nth-of-type(2) figcaption{
    background:#2e9994;
}
.line_area div.flex figure:nth-of-type(2) figcaption:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: #2e9994 transparent transparent transparent;
    bottom: -8px;
    left: calc(50% - 10px);
}


@media screen and (max-width: 767px) {
    .thanks_header > div {
    padding-left: 0;
}
.thanks_header {
    padding: 100px 0 40px;
    background: #00a53c;
}
.thanks_header h2 {
    font-size: 3.0rem;
    line-height: 40px;
    color: #fff;
    margin-top:20px;
}
.thanks_header h2 + p {
    line-height: 30px;
    margin-top: 10px;
}
.thanks_content p {
    font-size: 1.8rem;
    line-height: 36px;
    padding: 40px 0px 0;
}
div.thanks .tel_area p {
    margin: 0 0px 20px 0;
    border: 1px solid #00a53c;
    border-radius: 5px;
    width: 90%;
}
.contact_area {
    padding: 30px 0 20px;
    margin: 60px 10px 0;
}
.line_area {
    background: #e6e6e6;
    padding: 50px 0;
}
.line_area h3{
    font-size: 3.0rem;
    color: #00b901;
    padding-left: 90px;
    line-height: 40px;
}
.line_area > div {
    padding: 0 0 0 0;
    background: url(../img/common/line_img01.png) no-repeat;
    background-size: 21%;
}
.line_area div.flex figure {
    margin-right: 20px;
    width: calc(50% - 10px);
}
.line_area div.flex figure:nth-of-type(2){
    margin-right: 0;
}
.line_area p {
    font-size: 1.8rem;
    color: #00b901;
    padding: 20px 0 40px;
}
div.thanks .tel_area .icon{
    width: 63px;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
    margin-left: 4%;
}
.contact_area .ttl span {
    border-radius: 18px;
    background: #00a53c;
    padding: 10px 10px;
    font-size: 1.6rem;
}
div.thanks .tel_area p a span.oswald {
    font-size: 3.2rem;
}
div.thanks .tel_area p a {
    align-items: center;
    justify-content: center;
}




}