@charset "utf-8";

/* about
---------------------------------------------------*/
#contents{
    margin-top:125px;
}

#contents #leftArea{
    padding:20px 30px 40px 30px;
    box-sizing:border-box;
}

#contents #leftArea.about {
    padding: 0;
}

.concept_ul li {
    text-align: center;
}
.about h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about .gray {
    background: #fcfbf9;
}
.about img {
    max-width: 100%;
}
.about section {
    padding: 50px 30px;
}
.about section p {
    font-size: 18px;
    line-height: 1.8;
}
.about p {
    margin-bottom: 1em;
}
.about h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.about h2 span {
    display: block;
    font-size: 14px;
}
.about center {
    text-align: center;
}
.h2_decoration {
    width: 60px;
    margin: 15px auto;
    border-top: #f57f14 1px solid;
}
.pr_gray {
    padding: 16px;
    background: #eeeceb;
    text-align: center;
}
.btn {
    display: block;
    width: 220px;
    margin: 50px auto;
    padding: 14px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    border: #5a453f 4px solid;
}
.btn span {
    font-size: 12px;
}

.company_tb dt {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24%;
    margin-bottom: 16px;
    padding: 28px;
    background: #d5cfcd;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.company_tb dd {
    box-sizing: border-box;
    width: 74%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 28px;
    background: #e8e5e3;
    font-size: 18px;
}
.service_ul li {
    width: 24%;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 2.4;
    text-align: center;
}

.flow_tb {
	position: relative;
}
.flow_tb > div {
	z-index: 10;
	position: relative;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 25px;
}
.flow_tb h4,
.flow_tb p{
    box-sizing: border-box;
	padding: 1.6em;
	color: #000;
	text-align: left;
	display: flex;
	align-items: center;
}
.flow_tb h4{
	font-size: 18px;
	font-weight: bold;
	background: #5a4540;
    color: #FFF;
    border: #5a4540 3px solid;
}
.flow_tb p{
	margin: 0;
	display: flex;
	align-items: center;
	background: #FFF;
    border: #5a4540 6px solid;
	font-size: 0.8em;
}
.flow_tb::before {
	z-index: 4;
	content: '';
	position: absolute;
	display: inline-block;
    border-left: #5a4540 3px solid;
    width: 3px;
	height: 100%;
    left: 50%;
	text-align: center;
}

.qa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.about section p.q_num {
    box-sizing: border-box;
    width: 8%;
    padding: 10px 14px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background-image: url(../img/about/q_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.q_text {
    width: 90%;
}
.answer {
    display: flex;
}
.answer::before {
    content: 'A.';
    display: block;
    font-weight: bold;
    margin-right: 10px;
}

@media screen and (min-width:750px) {
    .flexwrap {
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
    }
    .flexwrap.OneThird > li {
        width: 32%;
    }

    .concept_ul img {
        height: 320px;
    }
    .flow_tb > div {
        display: flex;
    }
    .flow_tb h4{
        width: 22%;
    }
    .flow_tb p{
        width: 77.8%;
    }
}

@media screen and (max-width:749px) {
	#contents{
		margin-top: 50px;
	}

	#contents #logo,
	.pcOnly {
        display:none !important;
    }

    img {
        max-width: 100%;
    }
    
    .concept_ul img {
        height: 260px;
    }
    .concept_ul li {
        margin-bottom: 30px;
        line-height: 2;
    }
    .about p.pr_gray {
        font-size: 5vw;
    }
    .company_tb dt{
        margin-bottom: 0;
    }
    .company_tb dt,
    .company_tb dd{
        display: block;
        width: 100%;
        text-align: center;
    }
    .service_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .service_ul li {
        width: 48%;
    }
    
    .flow_tb h4,
    .flow_tb p {
        text-align: center;
        padding: 10px;
    }
    .about section p.q_num {
        box-sizing: border-box;
        width: 15%;
        padding: 2px 6px 10px 7px;
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        background-image: url(../img/about/q_bg.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .q_text {
        width: 80%;
    }
}