@charset "UTF-8";
/* CSS Document */
img {
    max-width: 100%;
    height: auto;
}

/*
.sub section#subContainer h2 span {
    font-size: 26px;
    display: inline-block;
    color: #f28127;
}
*/
.sub section#subContainer .sec01 {
    width: 100%;
    margin:0 0 70px 0;
}
.sub section#subContainer .sec01 ol{
	width: 96%;
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
}
.sub section#subContainer .sec01 ol dt{
    width:35%;
    height:auto;
    overflow:hidden;
}
.sub section#subContainer .sec01 ol dt img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.sub section#subContainer .sec01 ol dd{
    width:60%;
}
.sub section#subContainer .sec01 ol dd h4{
    font-size:150%;
    font-weight:bold;
    margin-top:1em;
    margin-bottom:1em;
	border-bottom: none;
}
.sub section#subContainer .sec01 ol dd p {
    box-sizing:border-box;
}

.sub section#subContainer div.intro h4 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 2em;
	border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
}
.sub section#subContainer div.intro{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}

/*
.sub section#subContainer div.intro ul {
    margin: 80px 5%;
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub section#subContainer div.intro ul li {
    border: 5px solid #000;
    border-radius: 30px;
    width: 100%;
    padding: 60px 20px 30px 20px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 60px;
}

.sub section#subContainer div.intro h3 {
    margin: 15px 0 20px;
    font-size: 24px;
    color: #f28127;
    display: block;
    line-height: 1em;
}

.sub section#subContainer div.intro li p {
    line-height: 1.5em;
    text-align: center;
}

.sub section#subContainer div.intro ul li p {
    text-align: left;
    font-weight: bold;
}

.sub section#subContainer div.intro ul li::before {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
}

.sub section#subContainer div.intro ul li::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/new_concierge_icon_ex.png) no-repeat;
    background-size: 70px;
    background-position: center top;
    width: 100%;
    height: 95px;
    left: 0;
    top: -40px;
    margin: 0 auto;
}
*/

.sub section#subContainer div.support {
    /* background-image: none; */
    /* background-repeat: no-repeat; */
    /* background-position: top left, top right, bottom left, bottom right; */
    /* background-size: 30px; */
    /* padding: 15px; */
    /* margin: 30px 5%; */
}

.sub section#subContainer div.support{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.sub section#subContainer div.support h4 {
	font-size: 150%;
    font-weight: bold;
    margin-bottom: 2em;
	border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
}
.sub section#subContainer div.support ul.flex > li {
    width: 100%;
    margin-top: 30px;
}

.sub section#subContainer div.support ul.flex li h3 {
    font-size: 120%;
    margin: 0 0 30px 0;
    display: block;
    text-align: left;
    border-bottom: 2px dotted #000;
	font-weight: 700;
}

.sub section#subContainer div.support ul.flex li h3 span {
    color: #000;
    font-size: 30px;
    padding-right: 5px;
	font-family: 'Jost', sans-serif;
}

.sub section#subContainer div.support ul.flex li .box {
    /* display: flex; */
    text-align: center;
}

.sub section#subContainer div.support ul.flex li .box img {
    /* margin-right: 30px; */
	max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.sub section#subContainer div.support ul.flex li .box p {
    line-height: 1.8em;
    text-align: left;
}

.sub section#subContainer div.support ul.flex li .osusume ul {
    background: #fff;
    padding: 30px 15px  15px;
    text-align: left;
    font-size: 12px;
	border: 1px solid;
}

.sub section#subContainer div.support ul.flex li .osusume ul li {
    width: 100%;
    margin-bottom: 8px;
}

.sub section#subContainer div.support ul.flex li .osusume h3 {
    border: none;
    font-size: 16px;
    margin: 0 20px;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    position: relative;
    top: 15px;
}

.sub section#subContainer div.support ul.flex li .osusume {
    margin-top: 20px;
}

.sub section#subContainer div.support ul.flex {
    margin-top: 20px;
}

.sub section#subContainer div.trouble{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.sub section#subContainer div.trouble h4 {
	font-size: 150%;
    font-weight: bold;
    margin-bottom: 2em;
	border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
}
.sub section#subContainer div.trouble ul {
    margin: 30px 0;
}
.sub section#subContainer div.trouble ul li {
    position: relative;
    list-style-type: none!important;
    margin-bottom: 20px;
    line-height: 1em;
    border: 1px solid;
    border-radius: 50px 0px 0px 50px;
    padding: 20px 5% 20px 50px;
    font-size: 120%;
    font-weight: bold;
}
.sub section#subContainer div.trouble ul li:before{
	display:block; 
	/*以下丸つくる*/
	content:'';
	width:1em;
	height: 1em;
	background: #000;
	border-radius: 50%;
	margin: 0 20px 0 10px;
	position: absolute;
	top: 40%;
	left:10px;
}
.sub section#subContainer div.trouble ul li span{
	color: #7b1b1b;
}

.sub section#subContainer div.support .title img {
    width: 230px;
}

.sub section#subContainer .sp_bg {
	background:url(../img/new_concierge_estate_sp_mainbg.jpg) bottom 40px center;
    background-repeat: repeat-x;
    text-align: center;
}

/*タブレット*/
@media only screen and (max-width: 1040px) and (min-width: 768px){
img {
    max-width: 100%;
    height: auto;
}
.pc {
    display: block !important;
}
.sub section#subContainer .sec01 ol {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
 .sub section#subContainer div.intro ul {
    display: flex;
}

.sub section#subContainer div.intro ul li {
    width: 49%;
}

ul.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 60px;
}

.sub section#subContainer div.support ul.flex > li {
    width: 48%;
}   
}

/*sp*/
@media screen and (max-width: 479px) {
	.sub section#subContainer div.trouble {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 500px) {
    .sub section#subContainer section.main_v img {
        max-width: 90%;
    }
    .sub section#subContainer section.main_v {
        padding: 50px 0;
    }
    .sub section#subContainer .sec01 {
        padding:30px 0;
    }
    .sub section#subContainer .sec01 h4{
        font-size:140%;
    }
}
@media screen and (max-width: 768px) {
    .sub section#subContainer .sec01 ol{
        width:96%;
        margin:0 auto;
        display:block;
        justify-content:unset;
        box-sizing:border-box;
    }
    .sub section#subContainer .sec01 ol dt{
        width:100%;
        height:400px;
    }
    .sub section#subContainer .sec01 ol dd{
        width:100%;
    }
}
@media only screen and (max-width: 959px) {
	.sub #subContainer .subTitleBox .homeHead h2.homeHead_mainText {
    font-size: 20px;
    line-height: 2em;
}
}
