@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:700px){
#company_overview{
    padding-left: 7.69%;
    background-color: #EAEAEA;
    padding-top: 72px;
    padding-right: 7.69%;
    padding-bottom: 10%;
}
#com_about {
    padding-left: 7.69%;
    padding-right: 7.69%;
    background-color: #FFFFFF;
    border-radius: 24px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    padding-bottom: 11.53%;
	
}
#com_about .kage-tit {
    margin-top: 0px;
    top: -18px;
}

.com_catch{
    text-align: center;
    margin-top: 6px;
    margin-bottom: 24px;
}
.com_catch p{
    color: #E05581;
    line-height: 1.6em;
    font-weight: 600;
    letter-spacing: 0.032em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16px;
    display: inline-block;
}

#com_about_flex{
    box-sizing: border-box;
}

#com_about_img{
    width: 100%;
    margin-bottom: 10px;
}
#com_about_img img{
    width: 100%;
    border-radius: 16px;
}
#com_about_flex table{
    width: 100%;
    border-collapse: collapse;
/*
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
*/
}
#com_about_flex table tr{
	flex-direction: column;
	display: flex;
}
#com_about_flex table tr th{
    /* [disabled]background-color: #FCF5F7; */
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: left;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0;
    color: #36519D;
    min-width: inherit;
    width: 100%;
	border-bottom: 0;
}
/*
#com_about_flex table tr:first-child th{
	border-top-left-radius: 16px;
}
#com_about_flex table tr:last-child th{
	border-bottom-left-radius: 16px;
	border-bottom: 0;
}
#com_about_flex table tr:last-child td{
	border-bottom: 0;
}
*/
#com_about_flex table tr td{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 14px;
	 border-bottom: 2px solid #36519D
}
#company_service {
    padding-top: 12.3%;
/*    padding-left: 7.69%;*/
    padding-bottom: 9.23%;
    background-image: url(../images/company_sq.svg);
            background-position: left 16px top 32px;
    background-repeat: no-repeat;
    background-size: 68px auto;
}
#com_jigyo{
    /* [disabled]padding-top: 6.92%; */
    /* [disabled]padding-bottom: 13.07%; */
    /* [disabled]padding-left: 7.69%; */
    /* [disabled]padding-right: 7.69%; */
    margin-top: 24px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 7.69%;
    align-items: center;
    flex-direction: column;
/*
    background-image: url(../images/top_po_sq_L.png), url(../images/top_po_sq_R.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 9.23% top 30%, right 9.23% top 10%;
    background-size: 15.38% auto, 15.38% auto;
    z-index: 1;
    position: sticky;
*/
}
#com_jigyo_l {
	width: 100%;
	padding-right: 7.69%;
	margin-bottom: 16px;
	box-sizing: border-box;
}

#com_jigyo .com_catch{
	margin-top: 0;
	margin-bottom: 12px;
}
#com_jigyo .com_catch p{
    font-size: 20px;
}
#com_jigyo_txt{
/*
	width: 98.46%;
        margin-left: auto;
        margin-right: auto;
*/
        box-sizing: border-box;
}
#com_jigyo_txt p{
	font-size: 15px;
    line-height: 1.7em;
    font-weight: 500;
}
	#com_jigyo_txt .p_margin-b{
		margin-bottom: 8px;
	}
#com_jigyo_img {
    width: 100%;
/*    margin-left: auto;*/
}
}
