.casestudy .f-w{
    overflow: hidden;
}
.casestudy .f-w .f-l{
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.casestudy .f-w .f-r{
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}

.casestudy .ques{
    color: #327fa6;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.casestudy .ques img{
	vertical-align: middle;
}

.casestudy .box p{
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.casestudy .dl-box dt{
    color: #327fa6;
    font-weight: bold;
	font-size: 18px;
}

.casestudy .dl-box dd ul{
	font-size:16px;
}

.casestudy .casestudy-topList li {
	margin-bottom:30px;
    background: #F7F7F7;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}

.casestudy .ImgUnderTxtBox ul li:nth-child(n + 4) {
    margin-top: 0;
}

.casestudy .ImgUnderTxtBox ul li.empty{
    background: transparent;
    margin: 0;
    padding: 0;
}

.casestudy .casestudy-topList li h4{
    margin-bottom: 10px;
	font-size: 16px;
    text-align: center;
}
.casestudy .casestudy-topList li h3{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.casestudy .casestudy-top{
    margin-bottom: 150px;
}

.casestudy .casestudy-topList li p{
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    flex-grow: 1;
}
.casestudy .casestudy-topList li .ImgBox img{
    width: 164px;
}

.casestudy .ImgUnderTxtBox .linkBtn01 {
    margin-top: 20px;
}

.casestudy .casestudy-top .linkBtn01 a{
	font-size:14px;
}

.casestudy .casestudy-topList li.white{
	background-color:#fff;
}

.linkBtn01 .more_open:after{
    content: '続きを読む';
}

.linkBtn01 .more_open.active:after{
    content: '閉じる';
}

.casestudy .listbox{
    background-color: #f7f7f7;
    padding: 20px;
}

.casestudy .afterp{
    margin-top: -50px;
}

.casestudy .anas-t th{
	width:25%;
}

.casestudy.jigyo_under .base_fee.anas-t tr td{
	padding-left:30px;
}

.casestudy .francebed-p .dl-box,
.casestudy .kumagaya-p .dl-box,
.casestudy .tokyotama-p .dl-box,
.casestudy .marunaka-p .dl-box{
	width:75%;
}

.casestudy .francebed-p .dl-box th,
.casestudy .kumagaya-p .dl-box th,
.casestudy .tokyotama-p .dl-box th,
.casestudy .marunaka-p .dl-box th{
	white-space: nowrap;
}

.casestudy .dl-box .nittochi-t th{
	width:15%;
	white-space: nowrap;
}


/* 帝国劇場 */
.casestudy.teikoku .ImgBlock{
	margin-bottom:50px;
}

.casestudy .fs22{
	font-size:22px;
}

/* 日土地 */
.casestudy .about_n dt{
	width:60%;
	padding-right:30px;
}

.casestudy .about_n dd{
	width:40%;
}

/* 株式会社ジャパネットホールディングス */
.casestudy dl.blue_deep{
    width:48%;
    padding:20px;
    background-color: #327fa6;
    color:#ffffff;
}

.casestudy dl.blue_light{
    width:48%;
    padding:20px;
    background-color: #56B2D9;
    color:#ffffff;
}

.abreast .profile{
    width: 30%;
    margin-left: 5%;
}

.abreast .profile th{
    white-space: nowrap;
    text-align: center;
}

/* 伊藤忠ハウジング */
.itochu-housing .donyu-gaiyo.base_fee,
.itochu-housing .donyu-gaiyo.base_fee td,
.itochu-housing .donyu-gaiyo.base_fee th{
    border: 1px solid #fff;	
}
.itochu-housing .jigyo_under .process .base_fee,
.jigyo_under .process .base_fee td,
.jigyo_under .process .base_fee th {
    border: 1px solid #327fa6;
}
.itochu-housing .donyu-gaiyo.base_fee,
.itochu-housing .jigyo_under .process .base_fee {
    width:100%;
}
.jigyo_under .process .base_fee th {
    width:180px;
	text-align: left;
}
.light_blue{
	background: #CFE2F3 !important;
}


/* 西武・プリンスホテルズワールドワイド */
.casestudy {
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ","Meiryo","MSPゴシック","MS PGothic",sans-serif;
}
.cs_head {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 88px;
    display: flex;
    justify-content: space-between;
}
.cs_head .cs_head_img {
    width: calc(100% - 502px);
    order: 2;
}
.cs_head .cs_head_txt {
    padding-top: 60px;
    width: 470px;
}
.cs_head .cs_head_txt .cs_head_name {
    font-size: 24px;
    line-height: 1.25em;
    position: relative;
    margin-bottom: 35px;
}
.cs_head .cs_head_txt .cs_head_name::after {
    content: '';
    display: block;
    height: 1px;
    width: 58px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.cs_head .cs_head_txt .cs_head_ttl {
    font-size: 32px;
    line-height: 1.4em;
}

.cs_body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.cs_body .cs_body_ttl {
    font-size: 46px;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 30px;
}
.cs_body .cs_body_up {
    color: #fff;
    display: block;
    margin: 0 auto 26px;
    background: #000;
    width: 160px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: "din-2014", sans-serif;
}
.cs_body .cs_body_txt {
    font-size: 18px;
    line-height: 1.7em;
}
.cs_body .cs_body_t_ttl {
    font-size: 18px;
    color: #3E92B5;
    font-weight: 600;
    margin-top: 57px;
    margin-bottom: 10px;
}
.cs_body .cs_body_t {}
.cs_body .cs_body_t table {
    width: 100%;
}
.cs_body .cs_body_t table tr th {
    width: 140px;
    vertical-align: middle;
    color: #fff;
    background: #3E92B5;
    border: solid 2px #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}
.cs_body .cs_body_t table tr td {
    width: calc(100% - 140px);
    border: solid 2px #fff;
    font-size: 16px;
    line-height: 2em;
    padding: 10px 15px;
    background: #F4F4F4;
    vertical-align: middle;
}
.cs_body .cs_body_t table tr:nth-child(2n) td {
    background: #EBEBEB;
}
.cs_body .cs_body_sub {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-top: 120px;
    margin-bottom: 34px;
    position: relative;
}
.cs_body .cs_body_sub span {
    position: relative;
    display: inline-block;
    z-index: 2;
    background: #fff;
    padding: 0 20px;
}
.cs_body .cs_body_sub::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: dashed 1px #000;
}
.cs_body .backgr {}
.cs_body .backgr .backgr_txt1 {
    text-align: center;
    background: #F3F0E6;
    padding: 25px 0;
    font-size: 26px;
    line-height: 1.46em;
    font-weight: bold;
    margin-bottom: 75px;
}
.cs_body .backgr .backgr_img {
    text-align: center;
    position: relative;
    width: 580px;
    margin: 0 auto 63px;
}
.cs_body .backgr .backgr_img img {
    display: block;
    margin: 0 auto;
}
.cs_body .backgr .backgr_img span {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 20px;
    width: 140px;
}
.cs_body .backgr .backgr_arr {
    text-align: center;
    margin-bottom: 43px;
}
.cs_body .backgr .backgr_arr img {
    width: 300px;
}
.cs_body .backgr .backgr_frame {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
    border: solid 1px #000;
    padding: 0 90px 30px;
}
.cs_body .backgr .backgr_frame .backgr_frame_ttl {
    text-align: center;
    background: #fff;
    display: block;
    margin: -30px auto 10px;
    background: #fff;
    font-weight: bold;
    font-size: 32px;
    color: #3E92B5;
    width: 480px;
}
.cs_body .backgr .backgr_frame .backgr_frame_sub {
    color: #3E92B5;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}
.cs_body .backgr .backgr_frame .backgr_frame_list {}
.cs_body .backgr .backgr_frame .backgr_frame_list li {
    position: relative;
    padding-left: 1.3em;
    font-size: 28px;
    line-height: 1.5em;
    margin-bottom: 2px;
}
.cs_body .backgr .backgr_frame .backgr_frame_list li::after {
    display: block;
    width: 28px;
    height: 28px;
    content: '';
    background: #3E92B5;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px;
}
.cs_body .csvoice {
   
}
.cs_body .csvoice .csvoice_box {
     width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.cs_body .csvoice .csvoice_box .csvoice_left {
    order: 2;
    width: 435px;
}
.cs_body .csvoice .csvoice_box .csvoice_left .csvoice_posi {
    padding-left: 160px;
    font-size: 18px;
    margin-top: 15px;
}
.cs_body .csvoice .csvoice_box .csvoice_left .csvoice_name {
    padding-left: 160px;
    font-size: 20px;
}
.cs_body .csvoice .csvoice_box .csvoice_left {}
.cs_body .csvoice .csvoice_box .csvoice_left {}
.cs_body .csvoice .csvoice_box .csvoice_left {}
.cs_body .csvoice .csvoice_box .csvoice_right {
    width: calc(100% - 435px);
}
.cs_body .csvoice .csvoice_box .csvoice_right .csvoice_comment {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 40px;
}
.cs_body .csvoice .csvoice_box .csvoice_right .csvoice_day {
    text-align: right;
    font-size: 16px;
    line-height: 2em;
}
.cs_body .cs_body_btn {
    margin-top: 128px;
    text-align: center;
}
.cs_body .cs_body_btn a {
    display: inline-block;
    text-decoration: none;
    background: #E7F2FF;
    border: solid 1px #000;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    color: #000;
    font-size: 28px;
    padding: 20px 40px;
}
.cs_body .cs_body_btn a:hover {
    background: #000;
    color: #fff;
}
.sponly {
    display: none;
}


/* 　＋＋＋＋＋＋＋　スマホ - phone （1199px）以下　用　＋＋＋＋＋＋＋　*/
@media screen and (max-width:1199px) {
    /*float*/
    .casestudy .f-w .f-l{
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .casestudy .f-w .f-r{
        float: none;
        margin-left: 0;
        text-align: center;
    }
    main.jigyo_under.casestudy .mv .text h1 img{
        width: auto;
    }
	
    .casestudy .casestudy-top{
        margin-bottom: 100px;
    }

    .casestudy .casestudy-topList li .ImgBox img{
        width: 100%;
    }
	
	.casestudy .afterp{
	    margin-top: 0;
	}

    .casestudy dl.blue_deep,.casestudy dl.blue_light{
        width:100%;
    }

    .casestudy dl.blue_deep{
        margin-bottom:30px;
    }

    .abreast .profile{
        width: 100%;
        margin-left: 0;
    }
	
    
    /* 西武・プリンスホテルズワールドワイド */
.cs_head {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cs_head .cs_head_img {
    order: 2;
    width: 100%;
    margin-top: 30px;
}
.cs_head .cs_head_txt {
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.cs_head .cs_head_txt .cs_head_name {
    font-size: 12px;
    line-height: 1.25em;
    position: relative;
    margin-bottom: 17px;
}
.cs_head .cs_head_txt .cs_head_name::after {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    background: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
}
.cs_head .cs_head_txt .cs_head_ttl {
    font-size: 16px;
    line-height: 1.4em;
}

.cs_body {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 25px;
    }
    .sponly {
        display: block !important;
    }
.cs_body .cs_body_ttl {
    font-size: 20px;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 35px;
}
.cs_body .cs_body_up {
    font-family: "din-2014", sans-serif;
    color: #fff;
    display: block;
    margin: 0 auto 13px;
    background: #000;
    width: 140px;
    padding: 4px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.cs_body .cs_body_txt {
    font-size: 13px;
    line-height: 1.7em;
}
.cs_body .cs_body_t_ttl {
    font-size: 14px;
    color: #3E92B5;
    font-weight: 600;
    margin-top: 27px;
    margin-bottom: 10px;
}
.cs_body .cs_body_t {}
.cs_body .cs_body_t table {
    width: 100%;
}
.cs_body .cs_body_t table tr th {
    width: 90px;
    vertical-align: middle;
    color: #fff;
    background: #3E92B5;
    border: solid 1px #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
}
.cs_body .cs_body_t table tr td {
    width: calc(100% - 90px);
    border: solid 1px #fff;
    font-size: 12px;
    line-height: 1.7em;
    padding: 10px;
    background: #F4F4F4;
    vertical-align: middle;
}
.cs_body .cs_body_t table tr:nth-child(2n) td {
    background: #EBEBEB;
}
.cs_body .cs_body_sub {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 90px;
    margin-bottom: 34px;
    position: relative;
}
.cs_body .cs_body_sub span {
    position: relative;
    display: inline-block;
    z-index: 2;
    background: #fff;
    padding: 0 10px;
}
.cs_body .cs_body_sub::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: dashed 1px #000;
}
.cs_body .backgr {}
.cs_body .backgr .backgr_txt1 {
    text-align: center;
    background: #F3F0E6;
    padding: 25px 0;
    font-size: 15px;
    line-height: 1.46em;
    font-weight: bold;
    margin-bottom: 35px;
}
.cs_body .backgr .backgr_img {
    text-align: center;
    position: relative;
    width: 100%;
    padding-left: 22vw;
    margin: 0 0 20px;
}
.cs_body .backgr .backgr_img img {
    display: block;
    width: 78vw;
}
.cs_body .backgr .backgr_img span {
    display: block;
    position: absolute;
    top: 0;
    left: 1vw;
    width: 20vw;
}
.cs_body .backgr .backgr_arr {
    text-align: center;
    margin-bottom: 43px;
}
.cs_body .backgr .backgr_arr img {
    width: 180px;
}
.cs_body .backgr .backgr_frame {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
    border: solid 1px #000;
    padding: 0 20px 30px;
}
.cs_body .backgr .backgr_frame .backgr_frame_ttl {
    text-align: center;
    background: #fff;
    margin: -15px auto 10px;
    background: #fff;
    font-weight: bold;
    font-size: 20px;
    width: auto;
    color: #3E92B5;
}
.cs_body .backgr .backgr_frame .backgr_frame_sub {
    color: #3E92B5;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.cs_body .backgr .backgr_frame .backgr_frame_list {}
.cs_body .backgr .backgr_frame .backgr_frame_list li {
    position: relative;
    padding-left: 1.3em;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 2px;
}
.cs_body .backgr .backgr_frame .backgr_frame_list li::after {
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    background: #3E92B5;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px;
}
.cs_body .csvoice {
   
}
.cs_body .csvoice .csvoice_box {
     width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
}
.cs_body .csvoice .csvoice_box .csvoice_left {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
}
.cs_body .csvoice .csvoice_box .csvoice_left .csvoice_posi {
    text-align: center;
    padding-left: 0;
    font-size: 18px;
    margin-top: 15px;
}
.cs_body .csvoice .csvoice_box .csvoice_left .csvoice_name {
    text-align: center;
    padding-left: 0;
    font-size: 20px;
}
.cs_body .csvoice .csvoice_box .csvoice_right {
    width: 100%;
    
}
.cs_body .csvoice .csvoice_box .csvoice_right .csvoice_comment {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 40px;
}
.cs_body .csvoice .csvoice_box .csvoice_right .csvoice_day {
    text-align: right;
    font-size: 16px;
    line-height: 2em;
}
.cs_body .cs_body_btn {
    margin-top: 40px;
    text-align: center;
}
.cs_body .cs_body_btn a {
    display: inline-block;
    text-decoration: none;
    background: #E7F2FF;
    border: solid 1px #000;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    color: #000;
    font-size: 15px;
    padding: 10px 30px;
}
.cs_body .cs_body_btn a:hover {
    background: #000;
    color: #fff;
}
    
    
}

/*＋＋＋＋＋＋＋　スマホ - phone （767px）以下　用　＋＋＋＋＋＋＋*/

@media screen and (max-width:767px) {
	.casestudy .francebed-p .dl-box,
	.casestudy .kumagaya-p .dl-box,
	.casestudy .tokyotama-p .dl-box,
	.casestudy .marunaka-p .dl-box{
		width:100%;
	}

	.casestudy .dl-box dt{
		font-size: 16px;
	}
	
	.casestudy .dl-box dd ul{
		font-size:14px;
	}
	
	/* 日土地 */
	.casestudy .about_n dt{
		width:100%;
		padding-right:0;
	}
	
	.casestudy .about_n dd{
		width:100%;
	}
	
}
