
.float-left-area {
    float:left;
}
.float-right-area {
    float:right;
}

.float-area-2-1 .float-left-area{
    width:65%;
	text-align: left;
}
.float-area-2-1 .float-right-area{
    width:30%;
}
.float-area-1-2 .float-left-area{
    width:316px;
}
.float-area-1-2 .float-right-area{
    width:630px;
}

.p_pers_subtitle {
    font-size: 14px!important;
    font-weight: bold;
    margin-top: 10px;
}
.font-note {
    font-size: 70% !important;
    font-weight: normal;
    font-style: italic;
}
.modTxt02--indent04 {
	padding-left: 2.5em;
    text-indent: -2.5em;
}

/*case上書き*/
.pageSection-case,.PageCase__body-p {
    line-height:1.6 !important;
}
.hlLv02-case,.hlLv03-case {
    line-height:1.2 !important;
}
.hlLv02-case span {
	font-size: 18px;
}


/*margin-padding*/
.elem-margin-top-20 {
    margin-top: 20px;
}
.elem-margin-top-40 {
    margin-top: 40px;
}


/*case*/
.h1-white {
    color: white;
}

.p-white {
    color: white;
}

.mainimg p {
    font-size: 28px;
}

.mainimg {
    background-color: #1c1a1f;
}

.lineupNav {
    display: flex;
    justify-content: space-between;
}

.lineupNav-white {
    color: white;
}

.lineupNav-skyblue {
    border-bottom: 2px solid #66ffff;
}

.lineupNav > li {
    flex-grow: 1;
    font-size: 18px;
    line-height: 63px;
    text-align: center;
}

.lineupNav-bold {
    font-size: 20px;
    font-weight: bold;
    flex-grow: 0!important;
}
.spcl__casedetail__ttlsml {
	font-size: 14px;
	margin-top: 20px;
}

.spcl__casedetail__infottl {
	font-size: 14px;
	float: left;
	clear: left;
    font-weight: bold;
}
.spcl__casedetail__infodata {
	font-size: 14px;
}



/*----------------------

section bg-color

----------------------*/

.pageSection-case {
    background-color: #e7e5da;
    color: #333333;
}

.pageSection-black {
    background-color: black;
    color: white;
}

.case-bottom-blank {
    background-color: #e3e0cd!important;
}


/*----------------------

flex-style

----------------------*/

.flex-2,
.flex-3,
.flex-2-2,
.flex-4 {
    display: flex;
    justify-content: space-between;
}

.flex-4 > li {
    flex: 0 0 208px;
}

.flex-3 > li {
    flex: 0 0 311px;
}
.flex-3 > li.flex3-1 {
    flex: 0 0 311px;
}
.flex-3 > li.flex-3-2 {
    flex: 0 0 622px;
}

.flex-2 > li {
    flex: 0 0 478px;
}

.flex-2-2 > li {
    flex: 0 0 229px;
}


/*----------------------

contents textstyle

----------------------*/

.label-case {
    display: inline-block;
    padding: 5px 8px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}
.label-case:after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.label-case-entertainment {
    background-color: #CC7D77;
    color: white;
}

.label-caset:after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.hlLv03, .hlLv04 {
    font-size: 30px ;
    margin-bottom: 30px;
    font-weight: bold;
}
.hlLv04-sub {
    font-size: 28px ;
}

.hlLv03-case, .hlLv04-case {
    color: #333333;
}
.hlLv02-case, .hlLv03-case, .hlLv04-case {
    line-height: 1.2!important;
}

.PageCase__body-p {
    font-size: 14px;
    line-height: 1.4;
    color: #666666;
}

.italic {
    font-style: italic;
}

.caption {
    text-align: center;
    padding-top: 20px;
}

.caption span {
	font-weight: bold;
}
.p_theme {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.theme {
    padding: 35px;
    background-color: #f2f1eb;
    box-shadow: 0 1px 0 #d8d0a4;
    line-height: 18px;
}
.theme-dt {
    font-size: 30px;
    margin-bottom: 24px;
}
.theme-dt-blue {
    color: #2b608c;
    font-weight: bold;
}
.theme-dd {
    font-size: 18px;
    margin-top: 16px;
    color: #666666;
    padding-left: 24px;
    background-image: url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}
.case-country {
    font-weight: bold;
}

blockquote {
    position: relative;
    padding: 0 15px 10px 35px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -18px;
    content: "“";
    font-family: sans-serif;
    color: #2b608c;
    font-size: 90px;
    line-height: 1;
}
blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 30px;
    content: "”";
    font-family: sans-serif;
    color: #2b608c;
    font-size: 90px;
    line-height: 0;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.4;
	font-size: 18px;
    color: #666666;
}

.quote-name {
	color: #666666;
	font-size: 16px;
	line-height: 1.4;
	vertical-align: top;
	padding: 0 0 0 35px;
	font-weight: bold;
}
.quote-company {
	color: #666666;
	font-size: 14px;
	padding-left: 36px;
}

a.blank:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url(../../../shared/img/icn_openwindow05.png) no-repeat center center;
    background-size: 10px auto;
    margin-left: 7px;
    vertical-align: middle;
}

/*----------------------

contents

----------------------*/

.whyChoose-dt {
    font-size: 30px;
    margin-bottom: 24px;
}

.imgContainer {
    margin: 40px 0;
}

.index02 {
    padding: 27px 23px;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 0px;
}

.pageSection--index01 {
    padding-bottom: 20px;
}

.pageSection--index02 {
    padding-top: 0px!important;
	padding-bottom: 0;
}

.youtube-wrapper {
    position: relative;
    width: 80%;
    padding-top: 56.25%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.hlLv02-case {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size:38px;
}

.pageSection--index02 .sectionContent,
.pageSection--index04 .sectionContent {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.pageSection--index02 .sectionContent {
    border-bottom: 1px solid #cccccc;
}

.pageSection--index02 .sectionContent:last-child {
    border-bottom: none;
}

.pageSection--index02 .sectionContent-noBorder {
    padding-bottom: 0;
    border-bottom: none;
}

.bx-wrapper .bx-pager {
    text-align: center!important;
}

.slider {
    margin-top: 40px;
}

.pageSection--index03 {
    /*padding: 80px 0;*/
}

.prdlink::before {
    content: "▶ ";
    color: rgb(85, 170, 255);
}

.spcl__casestudies__equipmentBtn_none {
    display: table-cell;
    height: 66px;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    font-size: 16px !important;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    line-height: 1.2;
}
/*----------------------

ページ固有？

----------------------*/
.detailContent {
    background-color: #f2f1eb;
    text-align: left;
    padding: 40px 40px;
    max-width: 902px;
    margin: 0 auto;
    border: none!important;
}
.detailContent h3 {
	text-align: center;
}
.detailContent h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.detailContent span {
	font-size: 16px;
	font-weight: bold;
}

.pdf li {
    background-color: #f0f0f0;
    height: 282px;
    position: relative;
}

.pdf h4 {
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: white;
    background-color: #4269b6;
}

.pdf .underline {
    padding: 15px;
    text-decoration: underline;
}

.bottom {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.bottom span {
    font-weight: bold;
}


.p_pers_subtitle{
    font-size:18px;
    font-weight:bold;
    margin-top:10px;
}

.text_left {
    text-align:left;
}

.caption_center{
    padding-top:10px;
    text-align:center;
	font-size: 12px;
}

.mb_zero{
    margin-bottom:0px;
}
.quote-date {
	font-size: 70%;
    text-align: right;
    display: block;
    color: #666666;
}
.note {
	font-size: 70%;
    display: block;
    color: #666666;
}
.towone-caption{
	width: 100%;
	font-size: 13px;
}
.towone-caption p:first-child{
	display: inline-block;
	width: 30%;
}
.towone-caption p:last-child{
	display: inline-block;
	width:68%;
	vertical-align: top;
}


/* 導入を終えて */
.clm2Box01__item__figure--casecustomer {
	width: 229px;
	padding-right: 15px;
}
.clm2Box01__item__txt--casecustomer {
	width: 300px;
	vertical-align: bottom;
}
.clm2Box01__item_casename {
	font-weight: bold;
	margin-top: 10px;
}
.clm2Box01__item_casename:first-child {
	margin-top: 0;
}

/* ロケーション */
.spcl__location_clm1box {
	text-align: center;
	background-color: #FFF;
	padding: 25px;
}

/* 関連情報 */
.news__cat--pdf {
	background-color: #4964B9;
}
.news__content--casestudies {
	background-color: #F0F0F0;
}
.news__item--blank {
	background-color: #E3E0CD;
}

@media only screen and (max-width:640px) {
    .sp-elem-padding-bottom-20 {
    padding-bottom: 20px!important;
    }
    .sp-elem-margin-bottom-15 {
    margin-bottom: 15px!important;
    }
    .pcOnly {
        display: none;
    }
    .mainInner {
        height: 0;
        padding-top: 60%;
        background: url(../../education001%20-%20Copy/img/museum003_sp_top.jpg) 0 0 no-repeat;
        background-size: contain;
        /*        margin-bottom: 37px;*/
        position: relative;
    }
    .mainInner h1 {
        position: absolute;
        display: block;
        width: 100%;
        height: 1em;
        bottom: 80%;
        line-height: 1;
        font-size: 28px;
        /*line-height:56px;
        top:0px;
        padding-top:0px;*/
    }
    .mainInner p {
        font-size: 14px;
        /*line-height:14px;*/
        /*line-height: 280px;*/
        position: absolute;
        display: block;
        width: 100%;
        height: 1em;
        bottom: 70%;
        line-height: 1;
        /*top:10px;
        padding-top:30px;*/
    }
    .pageSection--index01 {
        padding-top: 20px;
    }
    .hlLv02 {
        text-align: left;
        font-size: 24px;
    }
    .hlLv03 {
        font-size: 22px;
    }
	.hlLv04 {
        font-size: 22px;
    }
	.hlLv04-sub {
    font-size: 18px ;
	}
	.p_theme { 
		font-size:18px;
	}
	.quote-name {
		padding-left: 35px;
	}
	.quote-company {
		padding-left: 35px;
		display: block;
		margin-left: 0;
	}
	
	
    .flex-2,
    .flex-3,
    .flex-2-2 {
        display: block;
        text-align: center;
    }
    .flex-2 > li,
    .flex-3 > li,
    .flex-2-2> li,
    .flex-4> li {
        margin-bottom: 10px;
    }
    .flex-2-2,
    .flex-4 {
        flex-wrap: wrap;
    }
    .flex-2-2 > li,
    .flex-4 > li {
        flex: 0 0 48%;
    }
    .pdf li {
        background-color: #f0f0f0;
        height: 150px;
        position: relative;
    }
    .kennedyCenter {
        text-align: center;
    }
    .pageSection--index03 .sectionContent {
        margin-bottom: 0;
    }
    .pageSection--index04 .flex-2 > li {
        margin-bottom: 40px;
    }
    .caption {
        text-align: left!important;
        padding-top: 0;
    }
    .pdf .underline {
        text-align: left;
    }
    .youtube-wrapper {
    width: 100%;
    }
    .label-case {
    font-size: 100%;
    }
    .equipment-title {
    text-align:center;
    }
    .hlLv04_pers{
        font-size:16px;
        font-weight:bold;
    }

    .float-left-area {
        float:none;
    }
    .float-right-area {
        float:none;
    }
    .float-area-2-1 .float-left-area,
	.float-area-2-1 .float-right-area,
	.float-area-1-2 .float-left-area,
	.float-area-1-2 .float-right-area{
        width: 100%;
    }
	

	/* 導入を終えて */
	.clm2Box01__item {
		width: 100%;
	}
	.clm2Box01__item__figure--casecustomer {
		width: auto;
		padding-right: 0;
	}
	.clm2Box01__item__txt--casecustomer {
		width: auto;
		margin-top: 10px;
	}
	.clm2Box01__item_casename {
		font-size: 14px;
		margin-top: 10px;
	}
	.clm2Box01__item_casename:first-child {
		margin-top: 0;
	}

	/* ロケーション */
	.spcl__location_clm1box {
		text-align: center;
		background-color: #FFF;
		padding: 15px;
	}

}