@charset "utf-8";
/*------------------------------------------------------------
	/company
------------------------------------------------------------*/
#conts .titleBox {
    margin-bottom: 14px;
}
#conts .photo {
    margin-bottom: 17px;
    text-align: center;
    float: right;
}
#conts .photoBox p {
    float: left;
    width: 540px;
}
#conts .photoBox .ttl {
    font-size: 2rem;
    color: #E95B00;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
}
#conts h3 {
	margin-bottom: 8px;
	font-size: 1.4rem;
}
#conts p {
	font-size: 1.4rem;
	line-height: 1.71;
}
#conts .text01 {
	margin-bottom: 30px;
}
#conts .comTableBox {
	margin-bottom: 33px;
	width: 678px;
	border-radius: 7px;
}
#conts .comTable th,
#conts .comTable td {
	width: 89%;
	font-size: 1.2rem;
	font-weight: normal;
}
#conts .comTable th {
	width: 11%;
	background: #FAF6ED;
}
#conts .comTable td .link {
	margin-top: 6px;
	color: #45AADB;
	font-size: 1.2rem;
}
#conts .comTable td .link::before {
	display: inline-block;
	vertical-align: top;
	content: ">";
}
#conts .comTable td .link a {
	color: #45AADB;
	text-decoration: underline;
}
#conts .comTable td .link a:hover {
	text-decoration: none;
}
#conts .comTable td li {
	padding-left: 12px;
	position: relative;
}
#conts .comTable td li:not(:last-child) {
	margin-bottom: 2px;
}
#conts .comTable td li::before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	border-radius: 50%;
	background: #000;
	content: "";
}
#conts dl {
	margin-bottom: 27px;
}
#conts dt {
	margin-bottom: 12px;
}
#conts dt a {
	padding-left: 20px;
	display: block;
	color: #1492e6;
	font-size: 1.4rem;
	font-weight: bold;
	background: url(../../img/common/icon52.png) no-repeat left top 2px / 15px 15px;
}
#conts dt a:hover {
	opacity: 0.7;
}
#conts dd {
	font-size: 1.4rem;
	line-height: 1.71;
}
#conts dd:not(:last-of-type) {
	margin-bottom: 28px;
}
#conts .imgList {
	margin-top: -20px;
	width: 680px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#conts .imgList li {
	margin-top: 20px;
	width: 208px;
}
#conts .imgList li .pho {
	margin-bottom: 8px;
}
#conts .imgList li .pho a:hover img {
    opacity: 0.7;
}
#conts .imgList li dl {
	margin-bottom: 0;
}
#conts .imgList li dt {
	margin-bottom: 6px;
}
#conts .imgList li dd {
	font-size: 1.3rem;
	line-height: 1.54;
}
@media all and (max-width: 897px) {
	#conts {
        margin-bottom: 54px;
	}
	#conts .titleBox {
        margin-bottom: 0;
		padding: 15px 10px 15px 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	#conts .photo {
		margin: 0 5px 0 0;
		width: 122px;
	}
	#conts .headLine04 {
		margin: 5px 0 0;
		line-height: 1.9;
		text-align: left;
	}
	#conts .h2Ttl01 {
        margin-bottom: 15px;
        font-size: 1.4rem;
        font-weight: bold;
	}
    #conts h3 {
        margin-bottom: 13px;
        padding-left: 10px;
        font-size: 1.4rem;
        position: relative;
    }
    #conts h3::before {
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 3px;
        background: #FF7B00;
        content: "";
    }
    #conts p {
        font-size: 1.4rem;
        line-height: 1.71;
    }
    #conts .text01 {
        margin-bottom: 15px;
    }
    #conts .comTableBox {
        margin-bottom: 15px;
        width: auto;
    }
    #conts .comTable th,
    #conts .comTable td {
        width: 80%;
        font-size: 1.2rem;
        font-weight: normal;
    }
    #conts .comTable th {
        width: 20%;
        font-size: 1.2rem;
        background: #F0F0F0;
    }
    #conts .comTable td .link a:hover {
        text-decoration: underline;
    }
    #conts .comTable td li:not(:last-child) {
        margin-bottom: 0;
    }
    #conts dl {
        margin-bottom: 15px;
    }
    #conts dd:not(:last-of-type) {
        margin-bottom: 10px;
    }
    #conts .imgList {
        margin-top: 0;
        width: auto;
        display: block;
    }
    #conts .imgList li {
        margin-top: 14px;
        width: auto;
        display: flex;
        justify-content: space-between;
    }
    #conts .imgList li .pho {
        margin-bottom: 0;
        width: 160px;
    }
    #conts .imgList li dl {
        margin-bottom: 0;
        width: calc(100% - 170px);
    }
    #conts .photoBox p {
        float: none;
        width: auto;
    }
    #conts .photoBox .ttl {
        font-size: 1.6rem;
        margin: 10px 0 20px 15px;
        line-height: 1.875;
    }
    #conts .photoBox .spTxt {
        clear: both;
    }
    #conts .photoBox .spTtl {
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
}
@media all and (max-width: 374px) {
	#conts .titleBox {
		padding-left: 0;
	}
	#conts .photo {
		width: 98px;
	}
    #conts .comTable th,
    #conts .comTable td {
        width: 75%;
    }
    #conts .comTable th {
        width: 25%;
    }
    #conts .imgList li .pho {
        width: 130px;
    }
    #conts .imgList li dl {
        width: calc(100% - 140px);
    }
    #conts .photoBox .ttl {
        font-size: 1.3rem;
    }
}

