@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
.comTit03 {
color: #0085c9;
font-size: 1.4em;
}

.coBox {
border-bottom: 1px dotted #ccc;
margin-bottom: 30px;
padding-bottom: 30px;
}

.coTit {
float: left;
width: 280px;
}

.coCom {
float: right;
width: 800px;
}

.coImg {
float: left;
width: 200px;
}

.coTxt {
float: right;
width: 560px;
}





}


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


/*sp*/
@media only screen and (max-width: 768px) {
.comTit03 {
color: #0085c9;
font-size: 1.4em;
margin-bottom: 20px;
}

.coBox {
border-bottom: 1px dotted #ccc;
margin-bottom: 30px;
padding-bottom: 30px;
}

.coTit {
float: none;
width: 100%;
}

.coCom {
float: none;
width: 100%;
}

.coImg {
float: none;
width: 80%;
text-align: center;
margin: 0 auto 10px;
}

.coTxt {
float: none;
width: 100%;
}






}