@charset "UTF-8";
.c-wrap.ver2 {
    max-width: 940px;
}
.pageMv_wrap {
    background: #F0F6FC;
    padding: 110px 0;
}
.pageMv_ttl {
    font-size: 30px;
}
.cnt_ttl {
    font-size: 28px;
    line-height: 1;
    border-bottom: 1px solid #0057AE;
    padding-bottom: 16px;
}
.acc_wrap{
    padding: 0 0 148px;
}
.acc_read{
    padding: 50px 0 68px;
}
.acc_cnt {
    margin-top: 62px;
}
.acc_cnt:first-of-type {
    margin-top: 0;
}
.acc_cnt:last-child {
    margin-top: 78px;
}
.accCnt_ttl {
    margin-bottom: 10px;
}
.accCnt_ttl a {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    /*padding-left: 30px;*/
    position: relative;
    pointer-events: none;
}
/*.accCnt_ttl a:before,
.accCnt_ttl a:after {
    content: '';
    display: block;
    width: 18px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #0057AE;
}
.accCnt_ttl.on a:after {
    transform:rotate(-90deg);
}*/
.accCnt_box {
    display: block;
}
.accCnt_logo {
    text-align: left;
    margin-bottom: 6px;
}
.accCnt_table {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CFCFCF;
}
.accCnt_table table {
    width: 100%;
}
.accCnt_table th,
.accCnt_table td {
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
}
.accCnt_table tr:first-child th,
.accCnt_table tr:first-child td {
    border-top: none;
}
.accCnt_table th {
    width: 40%;
    height: 62px;
    padding: 16px 20px;
    box-sizing: border-box;
}
.accCnt_table th span {
    color: #B90000;
}
.accCnt_table th span.lt {
    color: #333;
    font-size: 14px;
}
.accCnt_table td {
    height: 62px;
    font-size: 14px;
    padding: 16px 20px;
    box-sizing: border-box;
}
.accCnt_table td > span {
    font-size: 14px;
    color: #0057AE;
    padding-right: 24px;
}
.accCnt_table td > span a {
    font-size: 18px;
    font-weight: bold;
    color: #0057AE;
}
.accCnt_table .c-btn {
    width: 238px;
}
.accCnt_table .c-btn a {
    font-size: 14px;
    height: 42px;
    padding: 0 18px;
}
.accCnt_table .c-btn a:before {
    width: 25px;
    height: 6px;
    right: 14px;
}
.accCnt_info{
    border: 4px solid rgba(0, 87, 174, .25);
    border-radius: 4px;
    padding: 36px 40px;
}
.accCnt_info .cmp{
    margin-bottom: 18px;
}
.accCnt_info .cmp dt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.accCnt_info .tel{
    font-size: 18px;
    font-weight: bold;
    color: #0057AE;
    margin-bottom: 16px;
}
.accCnt_info .tel span{
    padding-left: 32px;
    padding-right: 20px;
    position: relative;
}
.accCnt_info .tel a{
    color: #0057AE;
}
.accCnt_info .tel span:before {
    content: '';
    display: block;
    width: 14px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_tel.svg) no-repeat center;
    background-size: 100% auto;
}
.accCnt_info .tel li:nth-child(2) span:before {
    width: 18px;
    height: 14px;
    background: url(../svg/icn_fax.svg) no-repeat center;
    background-size: auto 100%;
}
.accCnt_info .time{
    font-size: 14px;
}
.priv_wrap {
    padding: 62px 0 200px;
    line-height: 1.5;
}
.priv_ttl {
    font-size: 22px;
    line-height: 1;
    border-bottom: 1px solid #0057AE;
    padding-bottom: 16px;
    margin-bottom: 30px;
}
.priv_txt {
    margin-bottom: 54px;
}
.privDtl_wrap {
    margin-bottom: 40px;
}
.privDtl_wrap:last-child {
    margin-bottom: 0;
}
.privDtl_ttl {
    font-size: 20px;
    padding-left: 38px;
    position: relative;
    margin-bottom: 14px;
}
.privDtl_ttl span {
    position: absolute;
    top: 0;
    left: 0;
}
.privDtl_in {
    padding-left: 38px;
}
.privTgl_ttl {
    margin-top: 18px;
}
.privTgl_ttl a {
    padding-left: 26px;
    position: relative;
}
.privTgl_ttl a:before,
.privTgl_ttl a:after {
    content: '';
    display: block;
    width: 16px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #0057AE;
}
.privTgl_ttl.on a:after {
    transform: rotate(-90deg);
}
.privTgl_box {
    padding-left: 26px;
    margin-top: 8px;
}
.privDtl_wrap .txt + .lst {
    padding: 14px 0;
}
.privDtl_wrap .lst li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}
.privDtl_wrap .lst li span {
    position: absolute;
    top: 0;
    left: 0;
}
.privDtl_wrap .lst.ver2 li span {
    left: -.5em;
}
.privDtl_wrap .lst li:last-child {
    margin-bottom: 0;
}
.privDtl_wrap .lnk_lst li {
    margin-bottom: 8px;
}
.privDtl_wrap .lnk_lst li:last-child {
    margin-bottom: 0;
}
.privDtl_wrap .lnk_lst li a {
    line-height: 1;
    padding-right: 20px;
    position: relative;
    color: #0057AE;
}
.privDtl_wrap .lnk_lst li a:before {
    content: '';
    display: block;
    width: 14px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_window.svg) no-repeat center;
    background-size: auto 100%;
}
.privDtl_wrap .dl_lst {
    margin-top: 15px;
}
.privDtl_wrap .dl_lst dt {
    padding-left: 42px;
    position: relative;
    margin-bottom: 8px;
}
.privDtl_wrap .dl_lst dt span {
    position: absolute;
    top: 0;
    left: 0;
}
.privDtl_wrap .dl_lst dd {
    padding-left: 42px;
}
.privDtl_wrap .txt.ver2 {
    padding-left: 42px;
    position: relative;
    margin-top: 15px;
}
.privDtl_wrap .txt.ver2 span {
    position: absolute;
    top: 0;
    left: 0;
}
.privDtl_wrap .txt.ver2:first-child {
    margin-top: 0;
}
.privDtl_add {
    padding: 25px 0;
}
.privDtl_add dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.privDtl_add dl:last-child {
    margin-bottom: 0;
}
.privDtl_add dt {
    width: 100px;
}
.privDtl_date {
    margin-top: 65px;
    text-align: right;
}
.privDtl_wrap .add {
    padding-left: 1.5em;
    position: relative;
}
.privDtl_wrap .add span {
    position: absolute;
    top: 0;
    left: 0;
}
.comp_wrap{
    line-height: 1.5;
    padding: 50px 0 150px;
}
.compDtl_wrap{
    margin-bottom: 90px;
}
.compDtl_wrap:last-child{
    margin-bottom: 0;
}
.compDtl_wrap .txt{
    margin-bottom: 20px;
}
.compDtl_wrap .lst li{
    padding-left: 28px;
    position: relative;
    margin-bottom: 22px;
}
.compDtl_wrap .lst li:last-child{
    margin-bottom: 0;
}
.compDtl_wrap .lst li span{
    position: absolute;
    top: 0;
    left: 0;
}
.cust_wrap {
    line-height: 1.5;
    padding: 50px 0 150px;
}
.custDtl_txt {
    margin-bottom: 40px;
}
.phil_box {
    margin: 0 40px;
    border: 1px solid #0057AE;
    margin-bottom: 50px;
}
.phil_box .ttl {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #0057AE;
    border-bottom: 1px solid #0057AE;
    padding: 12px 0;
}
.phil_box .txt {
    padding: 26px 0 32px;
}
.phil_box .txt li {
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 14px;
    text-align: center;
}
.phil_box .txt li:last-child {
    margin-bottom: 0;
}
.custDtl_box {
    margin-bottom: 42px;
}
.custDtl_box:last-child {
    margin-bottom: 0;
}
.custDtl_box dt {
    font-size: 20px;
    padding-left: 28px;
    position: relative;
    margin-bottom: 14px;
}
.custDtl_box dt span {
    position: absolute;
    top: 0;
    left: 0;
}
.custDtl_box dd {
    padding-left: 28px;
}
.priv_day {
    text-align: right;
    padding-top: 90px;
}
.privDtl_wrap .txt a,
.privDtl_add dd a {
    color: #0057AE;
    text-decoration: underline;
}
@media (min-width: 896px) {
    footer {
        border-top: 1px solid #CFCFCF;
    }
    .privDtl_wrap .txt a:hover,
    .privDtl_add dd a:hover {
        text-decoration: none;
    }
}
@media (max-width: 896px) {
    .pageMv_wrap {
        padding: 64px 0;
    }
    .pageMv_ttl {
        font-size: 22px;
    }
    .cnt_ttl {
        font-size: 19px;
        padding-bottom: 12px;
    }
    .acc_wrap{
        padding: 0 0 74px;
    }
    .acc_read{
        padding: 22px 15px 35px;
    }
    .acc_cnt {
        padding: 0 15px;
        margin-top: 40px;
    }
    .acc_cnt:last-child {
        margin-top: 50px;
    }
    .accCnt_ttl {
        margin-bottom: 10px;
    }
    .accCnt_ttl a {
        font-size: 16px;
        /*padding-left: 24px;*/
    }
    /*.accCnt_ttl a:before,
    .accCnt_ttl a:after {
        width: 15px;
        height: 2px;
        top: 9px;
    }*/
    .accCnt_box {
        display: block;
    }
    .accCnt_logo {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .accCnt_logo source,
    .accCnt_logo img {
        width: 100%;
        height: auto;
        max-width: 375px;
    }
    .accCnt_table {
        width: 100%;
    }
    .accCnt_table table {
        width: 100%;
    }
    .accCnt_table tr th:first-child {
        border-left: none;
    }
    .accCnt_table th {
        width: 142px;
        height: auto;
        padding: 20px 15px;
        font-weight: bold;
        font-size: 13px;
    }
    .accCnt_table th span.lt {
        font-size: 12px;
    }
    .accCnt_table td {
        height: auto;
        font-size: 12px;
        line-height: 1.4;
        padding: 16px 20px;
    }
    .accCnt_table td > span {
        font-size: 12px;
        display: block;
        padding: 0 0 8px;
    }
    .accCnt_table td > span a {
        display: block;
        font-size: 18px;
        line-height: 1.6;
    }
    .accCnt_table .c-btn {
        width: 100%;
    }
    .accCnt_table .c-btn a {
        font-size: 13px;
        height: 40px;
        padding: 0 12px;
    }
    .accCnt_table .c-btn a:before {
        width: 16px;
        height: 6px;
        right: 10px;
    }
    .accCnt_info{
        border: 3px solid rgba(0, 87, 174, .25);
        border-radius: 0;
        padding: 19px 15px;
    }
    .accCnt_info .cmp{
        margin-bottom: 8px;
    }
    .accCnt_info .cmp dt{
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .accCnt_info .cmp dd{
        font-size: 12px;
        line-height: 1.4;
    }
    .accCnt_info .tel{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .accCnt_info .tel span{
        padding-left: 25px;
        padding-right: 10px;
    }
    .accCnt_info .time{
        font-size: 12px;
    }

    .priv_wrap {
        padding: 40px 15px 72px;
        font-size: 13px;
        line-height: 1.4;
    }
    .priv_ttl {
        font-size: 18px;
        line-height: 1.5;
        padding-bottom: 14px;
        margin-bottom: 18px;
    }
    .priv_txt {
        margin-bottom: 40px;
    }
    .privDtl_wrap {
        margin-bottom: 25px;
    }
    .privDtl_ttl {
        font-size: 15px;
        padding-left: 22px;
        margin-bottom: 10px;
    }
    .privDtl_in {
        padding-left: 22px;
    }
    .privTgl_ttl {
        margin-top: 18px;
    }
    .privTgl_ttl a {
        padding-left: 20px;
    }
    .privTgl_ttl a:before,
    .privTgl_ttl a:after {
        width: 14px;
        height: 2px;
        top: 6px;
    }
    .privTgl_box {
        padding-left: 20px;
        margin-top: 8px;
    }
    .privDtl_wrap .txt + .lst {
        padding: 12px 0;
    }
    .privDtl_wrap .lst li {
        padding-left: 14px;
        margin-bottom: 8px;
    }
    .privDtl_wrap .lnk_lst li {
        margin-bottom: 10px;
    }
    .privDtl_wrap .dl_lst {
        margin-top: 12px;
    }
    .privDtl_wrap .dl_lst dt {
        padding-left: 36px;
        margin-bottom: 6px;
    }
    .privDtl_wrap .dl_lst dd {
        padding-left: 36px;
    }
    .privDtl_wrap .txt.ver2 {
        padding-left: 36px;
    }
    .privDtl_add {
        padding: 18px 0;
    }
    .privDtl_add dl {
        margin-bottom: 8px;
    }
    .privDtl_add dt {
        width: 90px;
    }
    .privDtl_add dd {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        box-sizing: border-box;
    }
    .privDtl_date {
        margin-top: 30px;
    }
    .privDtl_wrap .add {
        padding-left: 1.2em;
    }
    .comp_wrap{
        padding: 40px 15px 65px;
    }
    .compDtl_wrap{
        line-height: 1.4;
        margin-bottom: 50px;
    }
    .compDtl_wrap .txt{
        margin-bottom: 18px;
    }
    .compDtl_wrap .lst li{
        padding-left: 15px;
        margin-bottom: 18px;
    }

    .cust_wrap {
        padding: 40px 15px 38px;
    }
    .custDtl_txt {
        margin-bottom: 25px;
    }
    .phil_box {
        margin: 0;
        margin-bottom: 30px;
    }
    .phil_box .ttl {
        font-size: 18px;
        padding: 11px 0;
    }
    .phil_box .txt {
        padding: 24px 0 30px;
    }
    .phil_box .txt li {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 18px;
    }
    .custDtl_box {
        margin-bottom: 25px;
    }
    .custDtl_box dt {
        font-size: 15px;
        padding-left: 20px;
        margin-bottom: 8px;
    }
    .custDtl_box dd {
        padding-left: 20px;
    }
    .priv_day {
        padding-top: 30px;
    }
}
@media (max-width: 374px) {
    .accCnt_table th {
        width: 120px;
        padding: 10px 10px;
        font-size: 12px;
    }
    .accCnt_table td {
        padding: 10px 10px;
    }
    .accCnt_table .c-btn a {
        font-size: 11px;
    }
}

/*240312*/
.compliance .ver3 .compDtl_wrap h3{
  text-align: center;
  border: solid 1px #000;
  width: 350px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 auto 30px;
  font-size: 1.2rem;
}

@media (max-width: 374px) {
.compliance .ver3 .compDtl_wrap h3{
  width: 100%;
}
}

/*250525 お客さま本位の業務運営に関する方針*/
.customer_first section.phil_box.Reimin{
	text-align:center;
}

.customer_first section.phil_box.Reimin .txt{
	display:inline-block;
	padding:26px 50px 32px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.customer_first section.phil_box.Reimin .txt li:not(:first-child){
	text-align:left;
	text-indent: -1em;
	padding-left: 1em;
}

@media (max-width: 374px) {
.customer_first section.phil_box.Reimin .txt{
	padding:26px 20px 32px;
}
	
	
	
}






