@charset "utf-8";
/*-----------------------------------------------
	共通
-----------------------------------------------*/
#main { 
	color: #000;
}
/*-----------------------------------------------
	secTopTit
-----------------------------------------------*/
.secTopTit {
	padding: 125px 0 145px;
}
.secTopTit .wrapper{
	width: 1040px;
	margin: 0 auto;
}
.secTopTit .boxTit .tit{
	font-size: 40px;
	line-height: calc(66 / 40);
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 0 0 0;
	position: relative;
}
/*.secTopTit .boxTit .tit::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 26px;
	height: 1px;
	background: #000;
}*/
.secTopTit .boxTit .txt{
	font-size: 13px;
	font-weight: bold;
	color: #0070B8;
	letter-spacing: 0.95px;
}

@media only screen and (max-width:1023px){
	.secTopTit { 
		padding: 0;
		margin: 105px 0 0 0;
	}
	.secTopTit .wrapper{
		width: 86.67%;
		margin: 0 auto;
	}
	.secTopTit .boxTit .tit{
		font-size: 19px;
		line-height: 30px;
		padding: 0 0 45px;
	}
	.secTopTit .boxTit .txt{
		font-size: 13px;
		font-weight: bold;
		color: #0070B8;
		letter-spacing: 0.95px;
	}
	.secTopTit .boxTit .txt{
		font-size: 13px;
		font-weight: bold;
		color: #0070B8;
		letter-spacing: 0.95px;
	}
}

/*-----------------------------------------------
	secContents
-----------------------------------------------*/
.secContents {
	background:#E8F5FA;
	padding: 64px 0 100px 0;
}
.secContentsIn {
	background:#fff;
	padding: 115px 95px 75px;
}
.secContents .boxTit .tit{
	font-size: 28px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 1px 0 25px;
	position: relative;
	margin-bottom:30px;
	color: #000;
}
.secContents .boxTit .tit::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 13px);
	width: 26px;
	height: 1px;
	background: #000;
}
.secContents .wrapper{
	width: 1040px;
	margin: 0 auto;
}
.secCustomer {
    width: calc(100% - 100px);
    max-width: 660px;
    margin: 0 auto;
}
.secCustomer .customerTit {
    font-size: 13px;
    line-height: calc(25 / 13);
    font-weight: bold;
    text-align: center;
}
.secCustomer .txtArea {
    width: 100%;
    margin-top: 55px;
    padding-top: 47px;
    border-top: 1px solid;
    border-color:#cacaca;
}
.secCustomer .txtArea .txtBox {
    width: 100%;
    text-align: left;
}
.secCustomer .txtArea .txtBox + .txtBox {
    margin-top: 25px;
}
.secCustomer .txtArea .txt {
    font-size: 13px;
    line-height: calc(25 / 13);
}
.secCustomer .txtArea .txtList {
    width: 100%;
    padding-left: 11px;
    margin-top: 3px;
}
.secCustomer .txtArea .txtItem {
    width: 100%;
}
.secCustomer .txtArea .txtItem + .txtItem {
    margin-top: 5px;
}
.secCustomer .txtArea .listtxt {
    font-size: 13px;
    line-height: calc(20 / 13);
}
.secCustomer .underArea {
    width: 100%;
    margin-top: 83px;
    padding-top: 35px;
    border-top: 1px solid;
    border-color:#cacaca;
    text-align: right;
}
.secCustomer .underArea .undertxtBox {
    display: inline-block;
}
.secCustomer .underArea .undertxt {
    font-size: 12px;
    line-height: calc(20 / 12);
    text-align: left;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:1023px){
	.secContents {
		background:#E8F5FA;
		padding:42px 0 21px 0;
	}
	.secContentsIn {
		padding: 40px 0;
	}
    .secContents .boxTit .tit{
		font-size: 15px;
		position: relative;
		line-height:14px;
		letter-spacing: 1px;
		font-weight:bold;
		padding: 1px 0 15px;
		text-align:center;
	}
	.secContents .boxTit .tit::after{
		width: 13px;
		left:calc(50% - 6.5px);
	}
    .secContents .wrapper{
        width: 86.67%;
		margin: 0 auto;
    }
    .secCustomer {
        width: calc(100% - 60px);
        max-width: 100%;
    }
    .secCustomer .customerTit {
        font-size: 13px;
        line-height: calc(25 / 13);
    }
    .secCustomer .txtArea {
        margin-top: 30px;
        padding-top: 25px;
    }
    .secCustomer .txtArea .txtBox {
        width: 100%;
        text-align: left;
    }
    .secCustomer .txtArea .txtBox + .txtBox {
        margin-top: 15px;
    }
    .secCustomer .txtArea .txt {
        font-size: 11px;
        line-height: calc(20 / 11);
    }
    .secCustomer .txtArea .txtList {
        padding-left: 10px;
    }
    .secCustomer .txtArea .txtItem + .txtItem {
        margin-top: 3px;
    }
    .secCustomer .txtArea .listtxt {
        font-size: 11px;
        line-height: calc(20 / 11);
    }
    .secCustomer .underArea {
        margin-top: 30px;
        padding-top: 25px;
    }
    .secCustomer .underArea .undertxt {
        font-size: 11px;
        line-height: calc(20 / 11);
    }
}
/* ▼260130 */
.secTopTit .boxTit,
.secContents .boxTit{
	text-align: left;
	color: #000;
}
@media only screen and (min-width:1024px){
	.secContents .boxTit .tit::after{
		left: 0;
		transform: none;
	}
}
