@charset "UTF-8";


/***************************************************

	customer

***************************************************/

.page_head{
	background-image: url('../images/customer/customer_head_bg.jpg');
}

.page_head .text_wrapp{
	text-shadow: 2px 2px 3px rgba(255,255,255,0.6);
}

.page_head .p_head_wrapp .text_wrapp {
	color: var(--text);
}

.h_caption{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 48px;
}

.section_block{
	width: 800px;
	margin: 0 auto 60px;
}

.section_block:last-of-type{
	margin-bottom: 0;
}

.section_block h2{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 18px;
    padding-left: 24px;
    position: relative;
}

.section_block h2::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/common/circle_h.png);
    position: absolute;
    top: 0;
    left: 0;
}

.section_block table{
}

.section_block table tr .cont,
.section_block table tr .item{
	box-sizing: border-box;
	padding: 14px;
	border: 1px solid #e8e8e8;
	vertical-align: middle;
}

.section_block table tr .item{
	width: 520px;
}

.section_block table tr .cont{
	font-size: 14px;
	line-height: 1.4;
}

.section_block table thead tr .cont,
.section_block table thead tr .item{
	text-align: center;
	background: #ccc;
}

.section_block table tr .item a{
	display: inline-block;
	padding-left: 40px;
	position: relative;
}

.section_block table tr .item a::before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;

    position: absolute;
    top: 0;
    left: 0;
}

.section_block table tr .item.pdf a::before{
    background-image: url(../images/customer/icon_pdf.png);
}

.section_block table tr .item.xls a::before{
    background-image: url(../images/customer/icon_xls.png);
}

.section_block table tr .item.doc a::before{
    background-image: url(../images/customer/icon_doc.png);
}

.section_block table tr .cont dl{

}

.section_block table tr .cont dl dt{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.section_block table tr .cont dl dd{
    margin: -20px 0 6px 0;
    padding: 0 0 0 126px;
}

.section_block table tr .cont dl dd:last-of-type{
	margin-bottom: 0;
}


/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1300px){

.page_head .text_wrapp{
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.h_caption{
	font-size: 1.384615vw;
	margin-bottom: 3.692308vw;
}


.section_block{
	width: 61.538462vw;
	margin: 0 auto 4.615385vw;
}

.section_block h2{
    font-size: 1.538462vw;
    margin-bottom: 1.384615vw;
    padding-left: 1.846154vw;
}

.section_block h2::before {
    width: 1.538462vw;
    height: 1.538462vw;
}

.section_block table tr .cont,
.section_block table tr .item{
	padding: 1.076923vw;
}

.section_block table tr .item{
	width: 40vw;
}

.section_block table tr .cont{
	font-size: 1.076923vw;
}

.section_block table tr .item a{
	padding-left: 3.076923vw;
}

.section_block table tr .item a::before{
	width: 2vw;
	height: 2vw;
}

.section_block table tr .cont dl dd{
    margin: -1.538462vw 0 0.461538vw 0;
    padding: 0 0 0 9.692308vw;
}





}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){

.page_head .text_wrapp{
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.h_caption{
	font-size: 4.266667vw;
	margin: 0 5.333333vw 10.666667vw;
	text-align: left;
}


.section_block{
	width: auto;
	margin: 0 5.333333vw 8vw;
}

.section_block:last-of-type{
	margin-bottom: 0;
}

.section_block h2{
    font-size: 4.8vw;
    margin-bottom: 18px;
    padding-left: 24px;
}

.section_block h2::before {
    width: 4.8vw;
    height: 4.8vw;
}

.section_block table tr .cont,
.section_block table tr .item{
	padding: 3.2vw;
}

.section_block table tr .item{
	width: 50.666667vw;
}

.section_block table tr .cont{
	font-size: 3.2vw;
}

.section_block table tr .item a{
	padding: 6.666667vw 0 0 0;
}

.section_block table tr .item a::before{
	width: 5.333333vw;
	height: 5.333333vw;
}

.section_block table tr .cont dl{

}

.section_block table tr .cont dl dt{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.section_block table tr .cont dl dd{
    margin: 0 0 1.6vw 2em;
    padding: 0 0 0 0;
}





}


