@charset "UTF-8";
.page_ttl{
    background-image: linear-gradient(147deg, #F35C32 0%, #FBB557 74%);
    padding: 25px 15px 30px;
    background-size: 150% 150%;
    color:#fff;
    text-align:center;
    font-size:26px;
}
.introduction_bg{
    position: relative;
    border-radius: 8px;
    box-shadow: 0 3px 6px #00000029;
    padding: 20px 20px 30px;
    background: rgba(255,255,255,.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    z-index: 10;
    transform: translateY(-15px);
    line-height:2;
    margin: 0 auto 20px;
    max-width:1000px;
}
.introduction_bg p{
    line-height:1.8;
}
.main_contents{
    max-width:1040px;
    margin: 0 auto 60px;
}
.sec_ttl {
    position: relative;
    font-size: 22px;
    line-height: 1;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
    color: #333;
}
.sec_ttl::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 22px;
    left: 0;
    top: 2px;
    border-top: 1px solid #eee;
}
.ttl{
    font-weight: bold;
}
.foot_nv_content {
    border-top: 1px solid #eee;
}
.breadcrumbsList {
    font-size: 14px;
    padding: 10px 15px;
}
.breadcrumbsList li {
    display:inline;
    list-style-type:none;
    padding: 0 5px;
}
.breadcrumbsList li a {
    position:relative;
    padding-right:15px;  
    color:#333;
    text-decoration:underline;
}
.breadcrumbsList li a::after{
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 2px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    transform: rotate(45deg);
}
.breadcrumbsList li a:hover {  
    text-decoration:none;
    color:#ee6500;
}
/* btn */
.border_mono_btn{
    display:block;
    text-align:center;
    border: 2px solid #999;
    border-radius:50px;
}
.detail_btn{
    display:block;
    text-align:center;
    background: #3766E8;
    color: #fff;
    border-radius:50px;
}
/* list */
ul.check_list {
    background: #fff;
    border-radius: 8px;
    margin:0 auto 15px;
    padding:15px;
    box-shadow: 0 10px 40px rgb(67 63 108 / 10%);
}
.check_list li{
    padding-left:30px;
    margin:0 0 5px;
    background: url(../images/ico_check_orange.svg) no-repeat left 4px;
    background-size: 20px auto;
}
@media screen and (min-width: 768px){

}
















