/*
Theme Name:xeory_extension-child
Template:xeory_extension
Version:0.2.2
*/

/*　非表示エリア
--------------------------------------------------------------------*/
body {
    background: none!important;
}

#header {
    display: none;
}

body.home .front-loop {
    display: none;
}

body.home .front-main-cont .front-cont-header {
    display: none;
}

body.home #front-contents .c_box.c_box_left .c_img_box {
    display: none;
}
body.home #front-contents .c_box.c_box_right .c_img_box {
    display: none;
}

body.home #front-contents .c_box_inner {
    width: 100%;
    padding-bottom: 0;
}

body.home #front-contents .c_text p {
    margin-bottom: 0;
}

body.home #front-contents .c_box.c_box_right {
    background-color: #fff;
}
body.home #front-contents .c_box {
    border-bottom: none;
}

body.home .c_title {
    display: none;
}

body.home .c_btn {
    display: none;
}

body.home #front-service {
    display: none;
}

body.home #front-company .no-company-map .c_box_inner {
    display: none;
}

body.home #front-company .c_box {
    display: none;
}

body.home #front-contact .c_box_inner {
    display: none;
}

.footer-01 {
    display: none;
}

#content {
    padding: 0;
}

#footer {
    border-top: none;
}

/*　共通項目
--------------------------------------------------------------------*/
body.home .wrap {
    width: 100%;
    margin: 0;
}

.area {
    max-width: 1200px;
    margin: 0 auto;
}

p {
    line-height: 2;
    font-size: 19px;
}

ul {
    font-size: 19px;
    line-height: 2;
    list-style: disc;
}

body.home #front-contents h3 {
    font-size: 27px!important;
    border-bottom: none!important;
    font-weight: 500!important;
    color: #4D4D4D!important;
    margin-top: 70px!important;
    margin-bottom: 60px!important;
    
}

a {
    text-decoration: underline;
    color: #3E3E3E;
}

@media only screen and (max-width:500px){
    .area {
        padding: 0 20px;
    }
    
    p {
        line-height: 1.8;
        font-size: 16px;
    }
    
    ul {
        line-height: 1.8;
        font-size: 16px;
    }
    
    body.home #front-contents h3 {
        font-size: 18px!important;
    }
}

/*　ヘッダー
--------------------------------------------------------------------*/
body.home #main_visual {
    height: auto !important;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
}

body.home #main_visual .wrap {
    max-width: 1400px;
    padding-top: 0!important;
    background-image: url(https://joseikenko.net/wp-content/uploads/2020/08/main.png);
    height: 460px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 30px;
}

body.home #main_visual .wrap {
    width: auto;
    max-width: 1400px;
}

@media only screen and (max-width:1400px){
    
body.home #main_visual .wrap {
    height: 32vw;
}
    
}

@media only screen and (max-width:500px){
    
    body.home #main_visual .wrap {
        background-size: 125%;
        margin: 0;
        background-position: center center;
        height: 50vw;
    }
    
}

/*　フッター
--------------------------------------------------------------------*/
.footer-02 {
    background: #CFCFCF!important;
}

/*　ファーストビューエリア
--------------------------------------------------------------------*/
.soudan01 {
    background-color: #FFF5FA;
    border: 1px solid #C76A5C;
    border-radius: 15px;
    text-align: center;
    padding: 40px 20px;
    width: 38%;
    height: 710px;
}

.soudan02 {
    background-color: #EBF2F1;
    border: 1px solid #4B8CB7;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    width: 60%;
    height: 710px;
}

.soudan02-left {
    border-right: 2px dotted #4DBED6;
    padding-right: 20px;
    width: 52%;
}

.soudan02-right {
    width: 48%;
}

@media only screen and (max-width:500px){
 
    .soudan01 {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    
    .soudan02 {
        width: 100%;
        height: auto;
    }
    
    .soudan02-left {
        float: none;
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 2px dotted #4DBED6;
        padding-bottom: 20px;
    }
    
    .soudan02-right {
        float: none;
        width: 100%;
        padding-top: 20px;
    }
    
}

/*　相談センター案内
--------------------------------------------------------------------*/

.center-area {
    max-width: 900px;
    margin: 0 auto;
}

.item-right {
    width: 450px;
    margin-top: 10px;
}

.pink {
    font-weight: bold;
    color: #FF7076;
    text-decoration: underline;
}

.link a::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 10px;
}

.linkbox {
    display: inline-block;
    background-color: #FF7076;
    color: #fff;
    padding: 25px;
    vertical-align: middle;
    margin: 0 auto;
}

.nolink {
    display: inline-block;
    background-color: #FF7076;
    color: #fff;
    padding: 25px;
    vertical-align: middle;
    margin: 0 auto 10px;
}

.link a:hover {
    text-decoration: none;
    background-color: #FEAAAE;
}

.link a {
    text-decoration: none;
}

.years-info {
    margin: 40px 0 0 50px;
}

@media only screen and (max-width:500px){
    .item-right {
        width: 100%;
        margin-top: 0;
        padding: 0 0 0 30px;
    }
    
    .years-info {
        padding: 0;
        margin: 0 auto;
        float: none!important;
    }
    
    .link a {
        line-height: 1.3;
    }
    
}

/*　ほっとライン
--------------------------------------------------------------------*/
.hotline-bg {
    background-color: #EBF2F1;
    padding: 50px 0 20px;
}

.hotline-right {
    width: 420px;
    margin-top: 10px;
}

.line-soudan {
    background-color: #E5F8D2;
    padding: 20px;
    box-shadow: 2px 2px 3px #aaa;
}

@media only screen and (max-width:500px){
    .hotline-bg {
        padding: 40px 0 60px;
    }
    
    .hotline-right {
        float: none!important;
        padding: 10px 0 0 30px;
    }
}

/*　各種チラシ
--------------------------------------------------------------------*/

.flyer-left {
    width: 37%;
}

.flyer-right {
    width: 60%;
}

.flyer-title {
    background-color: #D6A44D;
    color: #fff;
    width: 280px;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #aaa;
    font-size: 20px;
}

.flyer-border {
    border: 1px solid #D6A44D;
    padding: 50px 20px 20px;
    height: 280px;
    margin-top: -30px;
    margin-left: 20px;
}    

.communi {
    float: right;
    padding-left: 20px;
    overflow: auto;
    height: 110px;
    width: 200px;
    line-height: 2;
}

.lh13 {
    line-height: 1.3;
}

.list-p {
    padding-right: 30px;
}

.list-p ul {
    margin: 0!important;
}

@media only screen and (max-width:500px){
    .flyer-left {
        width: 100%;
        margin-bottom: 40px;
}

    .flyer-right {
        width: 100%;
    }
    
    .flyer-title {
        width: 220px;
        font-size: 16px;
    }
    
    .flyer-border {
        height: auto;
    }
    
    .flyer-border ul {
        margin-left: 0!important;
    }   
    
    .communi {
        width: 32vw;
        height: 100px;
    }
    
    .list-p {
        padding-right: 0;
    }
}

/*　共通css
--------------------------------------------------------------------*/
.hidden {
    overflow: hidden;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}
.al-c {
    text-align: center;
}

.m20-b {
    margin-bottom: 20px;
}

.m40-b {
    margin-bottom: 40px;
}

.m60-b {
    margin-bottom: 60px;
}

.m80-b {
    margin-bottom: 80px;
}

.m100-b {
    margin-bottom: 100px;
}

.fs15 {
    font-size: 15px;
}

.pc-img {
    display:block;
}
    
.sp-img {
    display: none;
}

.br-sp {
    display: none;
}

@media only screen and (max-width:500px){
    
    .br-sp {
        display: inline-block;
    }
    
    .fl-n-m {
        float: none;
    }
    
    .m10-b-m {
        margin-bottom: 10px;
    } 
    
    .m20-b-m {
        margin-bottom: 20px;
    } 
    
    .m40-b-m {
        margin-bottom: 40px;
    }   
    
    .m60-b-m {
        margin-bottom: 60px;
    }
    
    .pc-img {
        display: none;
    }
    
    .sp-img {
        display: block;
    }
    
    .fs13-m {
        font-size: 13px;
    }
    
}