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

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

.forteImg01 {
width: 700px;
float: right;
}

.inBox p {
line-height: 1.8em;
}

.forteImg02 {
width: 300px;
float: left;
margin-right: 50px;
}

.checkList {
width: 100%;
}

.checkList li {
margin-bottom: 15px;
}

.checkList li {
position: relative;
padding-left: 1.3em;
line-height: 1.4;
}

.checkList li:before{
font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 1em;
left: 0;
top: 0;
color: #df002b;
}


}


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


/*sp*/
@media only screen and (max-width: 768px) {
.comTit03 {
width: 100%;
float: none;
color: #0085c9;
font-size: 1.2em;
margin-bottom: 20px;
padding-bottom: 15px;
}

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

.inBox p {
line-height: 1.8em;
}

.forteImg02 {
width: 80%;
float: none;
margin: 0 auto 15px;
}

.checkList {
width: 100%;
}

.checkList li {
margin-bottom: 15px;
}

.checkList li {
position: relative;
padding-left: 1.3em;
line-height: 1.4;
}

.checkList li:before{
font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 1em;
left: 0;
top: 0;
color: #df002b;
}



}