/*===============================================
●smartphone.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width:640px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

h2{
	margin-top:15px;
	margin-bottom:50px;
}

.jissekiBox{
	padding:0 15px;
	overflow:hidden;
}

/*  各実績の見出し　*/

.jissekiBox h3{
	font-size:18px;
	line-height:1.4em;
	font-weight:bold;
	color:#333;
	margin-bottom:20px;
}

/*  ボックスとボックスの間　*/

.mt-first{
	margin-top:30px;
}

.box_mt{
	border-top:1px solid #CCC;
	margin-top:40px;
	padding-top:40px;
}

/*  お客様のニーズ　*/
/*--------------------------------------------------------*/

.jissekiBox dl.needs {
}
.jissekiBox dl.needs dt {
	color:#333;
	font-size:16px;
	font-weight:bold;
	color:#FF6600;
	line-height:1.6em;
	margin-bottom:15px;
}
.jissekiBox dl.needs dd {
	font-size:14px;
	line-height:1.6em;
}

/*  シンクスの対応　*/
/*--------------------------------------------------------*/

.jissekiBox dl.thinks {
	margin-top:20px;
}
.jissekiBox dl.thinks dt {
	color:#333;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
}
.jissekiBox dl.thinks dd {
	font-size:14px;
	line-height:1.6em;
}

.jissekiBox dl.thinks dt .pc_tit{
	display:none;
}

.jissekiBox dl.thinks .arrow{
	padding:0 0 20px 30px;
}

.jissekiBox dl.thinks .title{
	font-size:16px;
	font-weight:bold;
	color:#004BB9;
	margin-bottom:15px;
}

.jissekiBox dl.thinks .teian_tit{
	font-size:15px;
	font-weight:bold;
	color:#333;
	margin-bottom:2px;
}

.jissekiBox dl.thinks .taiou_tit{
	font-size:15px;
	font-weight:bold;
	color:#333;
	margin-bottom:8px;
	margin-top:26px;
}

.jissekiBox dl.thinks .merit_tit{
	font-size:15px;
	font-weight:bold;
	color:#333;
	margin-bottom:8px;
	margin-top:26px;
}

.jissekiBox .photoBox01{
	margin-top:25px;
	text-align:center;
}

.jissekiBox .photoBox01 .photo01{
	text-align:center;
}

.jissekiBox .photoBox01 .photo02{
	margin-top:10px;
	text-align:center;
}

.jissekiBox .movieBox {
	margin-top:25px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.jissekiBox .movieBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*  リスト　*/
/*--------------------------------------------------------*/

.jissekiBox ul.thinklist li{
	font-size:14px;
	font-weight:nomal;
	color:#333;
	line-height:1.4em;
	margin-bottom:10px;
	list-style-type: disc;
	margin-left:18px;
}

/*  clr　*/
/*--------------------------------------------------------*/

.clr_jisseki{
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 60px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.clr_jisseki_last{
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 30px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

}

