@charset "UTF-8";
/*-----------------------------------------*/
/*プライバシーポリシー*/
/*-----------------------------------------*/

p.cts_p{
    text-align: left;
}
.cts_p+.cts_p{
    margin-top: 10px;
}
[class*="ti"] + .cts_p{
    margin-top: 15px;
}

/*sec01------------------*/

.contents_list{
    list-style-type: disc;
    margin: 0 0 0 25px;
}
.contents_list li{
    text-align: left;
}
.contents_list li:not(:first-child){
    margin-top: 10px;
}

/*sec02------------------*/

[id*="sec"]{
    counter-reset: number;
}/*
[id*="sec"] .contents_ti::before{
  counter-increment: number;
  content:"(" counter(number) ")";
    color: #003da6;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top:2px;

}*/
[id*="sec"] .contents_ti strong{
    color: #003da6;
    margin-right: 5px;
    left: 10px;
    top:2px;

}

.contents_ti{
    text-align: left;
    color: #003da6;
    font-weight: bold;
    border-left: 5px solid #003da6;
    padding: 2px 0 2px 25px;
    color: #111;
    position: relative;
}

.contents_ti:not(:first-child){
    margin-top: 40px;
}


#sec02 .sheet_basic{
    margin-top: 20px;
    background: #fff;
}
.ex_cus_hara_box{
 margin: 40px 0;
 padding: 30px 0;
}
/**/
.contents_box{
    counter-reset: number;
    background: #fff;
    padding: 15px;
    text-align: left;
    margin-top: 20px;
}
.contents_box .contents_subti:not(:first-child){
   margin-top:20px;
}
.contents_subti{
    text-align: left;
    font-size: 16px;
    color: #003da6;
    font-weight: bold;
}
.contents_box .contents_subti::before{
    /*counter-increment: number;
    content:"(" counter(number) ")";*/
    color: #003da6;
    margin-right: 5px;

}
.contents_ol{
    list-style-type: decimal;
    padding: 0 0 0 15px;
}
.contents_ol li{
    text-align: left;
    margin-top: 10px;
}

.google_link{
    text-align-last: left;
}
.google_link a{
    color: #003da6;
    text-decoration: underline;
    transition: 0.2s;
    margin-top: 20px;
}
.google_link a:hover{
    opacity: 0.8;
}
.note_list {
    margin-top: 20px;
}
.note_list li{
    text-align: left;
    position: relative;
    padding: 0 0 0 20px;
    margin-top: 5px;
}
.note_list li::before{
    content: "※";
    position: absolute;
    left: 0;
    top:0;
    color: red;
}
@media print, screen and (min-width:768px) {
    .contents_box{
        padding: 30px;
    }

}

.ex_cus_hara{
 margin-top: 30px;
}
.ex_cus_hara li{
 text-align: left;
 font-weight: bold;
 color: #111;
}

.ex_cus_hara li strong{
 color: #003da6;
 margin-right: 10px;
}
.ex_cus_hara li:not(:last-child){
 margin-bottom: 20px;
}
/*sec03------------------*/
.contents_app{
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 20px;
}
.contents_app dt{
    font-weight: bold;
    text-align: left;
}

.contents_app dd{
    text-align: left;
}
