/* CSS Document */

/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                トップページ専用CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
/*ここにcss*/

.main_img{
	width:100%;
	margin:0 auto 60px;
	text-align:center;
	min-width:1000px;
	background-color:#bbcad2;
}
.main_img img{
	width:80%;
	max-width:1920px;
}
.text_01{
	text-align:center;
	font-size:1.6em;
	line-height:1.3em;
	color:#2f90cf;
	margin-bottom:60px;
}
    .text_01 a{
        color:#2f90cf;
        text-decoration: none;
    }

.works{
	background-color:#e8f2f9;
	padding:60px 0;
}
.works_con{
	width:1000px;
	margin:0 auto;
}

.works_title{
	text-align:left;
	font-size:1.8em;
	line-height:1.2em;
	margin-bottom:60px;
}

.works_box{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	margin:0 auto 60px;
}
.works_cel{
	width:480px;
	margin-bottom:40px;
}
.works_cel:nth-child(odd){
	margin-right:40px;
}

.works_cel_ph{
	margin-bottom:8px;
}
.works_cel_ph img{
	width:100%;
	height:auto;
}
.works_cel_ti{
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:8px;
}


.other_work_title{
	font-size:1.7em;
	line-height:1.4em;
	text-align:center;
	margin:0 auto 30px;
}
.other_work_title span{
	padding:0 15px;
	background:linear-gradient(transparent 60%, #ff6 60%);	
}

.other_work_box{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	width:100%;
}
.other_work_cel{
	width:50%;
	font-size:1.2em;
	line-height:1.4em;
}

.other_work_cel span{
	display:block;
	background:url(images/oth01.png) no-repeat left center;
	background-size:25px;
	padding:4px 0 0 35px;
	margin-bottom:6px;
}

.contact{
	padding:60px 0;
}
.contact_con{
	width:1000px;
	margin:0 auto;
	text-align:center;
}

.contact_title{
	height:50px;
	background:url(images/title_03.png) no-repeat left center;
	background-size:50px;
	text-align:left;
	font-size:2.0em;
	line-height:1.2em;
	padding:15px 0 0 65px;
	margin-bottom:60px;
}
.contact_txt{
	margin-bottom:35px;
	padding-left:65px;
	text-align:left;
}
.ct_error{
	color:#E13131;
	font-weight:bold;
	text-align:left;
}

/*



*/
.contact_tbl {
	width: 870px;
	margin: 0 auto;
	text-align: center;
}
.contact_tbl table {
	width:100%;
	margin: 0 auto 60px;
}
.contact_tbl th {
	padding: 4px 20px 15px 0;
	font-size: 12px;
	white-space:nowrap;
}
.contact_tbl td {
	padding: 0 0 15px 0;
}
.contact_submit{
	text-align:center;
	margin:0 auto 300px;	
}
/*



*/


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
/*ここにcss*/



/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
