@charset "UTF-8";

/* 
------------------------------------*/
#point01, #point02, #point03, #point04 {
    padding-top: 100px;
    margin-top: -100px;
}
.specialLayout .inner > p {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.specialLayout h4 {
    position: relative;
    padding-left: 60px;
    color: #0071be;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 40px;
}
.specialLayout h4::before, .specialLayout h4::after {
    position: absolute;
    content: "";
    transform: skewX(-20deg);
    width: 25px;
    height: 12px;
}
.specialLayout h4::after {
    background-color: #0564a6;
    top: 12px;
    left: 20px;
}
.specialLayout h4::before {
    background-color: #087ab8;
    top: 16px;
    left: 0;
}
.specialLayout .read_t {
    padding-left: 60px;
}
.specialLayout .bg01 {
    background-color: #f6f2e8;
}
.specialLayout .point_box {
    text-align: center;
}
.specialLayout .point_box .point span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #1f61b3;
    font-size: 1.2rem;
}
.specialLayout .point_box .point span::before, .specialLayout .point_box .point span::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 20px;
    background-color: #1f61b3;
    top: 13px;
}
.specialLayout .point_box .point span::before {
    transform:rotate(-30deg);
    left: 0;
}
.specialLayout .point_box .point span::after {
    transform:rotate(30deg);
    right: 0;
}
.specialLayout .point_box .img {
    max-width: 110px;
    margin: 0 auto 40px;
}
.specialLayout .point_box h3 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 40px;
}
.specialLayout .point_box h3 span {
    color: #1f61b3;
    font-weight: bold;
}
.specialLayout .bold {
    font-weight: bold;
}
.img_box {
    margin-top: 40px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .specialLayout h4 {
                    font-size: 1.8rem;
                }
                .specialLayout .point_box h3 {
                    font-size: 3.4rem;
                    margin-bottom: 60px;
                }
                .img_box {
                    margin-top: 60px;
                }
                .specialLayout .cassette {
                    padding-bottom: 120px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }


/* 
------------------------------------*/
.specialLayout #c01 .inner {
    max-width: 1300px;
}
.specialLayout #c01 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: -70px;
}
.specialLayout #c01 ul li {
    width: 48%;
    margin-bottom: 70px;
}
.specialLayout #c01 ul li a {
    display: block;
    padding: 20px 20px 80px 20px;
    position: relative;
    border: 1px solid #1f61b3;
    color: #1f61b3;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
}
.specialLayout #c01 ul li a::before, .specialLayout #c01 ul li a::after,
.specialLayout #c01 ul li .point::before, .specialLayout #c01 ul li .point::after {
    position: absolute;
    content: "";
}
.specialLayout #c01 ul li .point::before, .specialLayout #c01 ul li .point::after {
    background-color: #1f61b3;
    width: 3px;
    height: 20px;
    top: 12px;
}
.specialLayout #c01 ul li .point::before {
    transform:rotate(-30deg);
    left: 20px;
}
.specialLayout #c01 ul li .point::after {
    transform:rotate(30deg);
    right: 20px;
}
.specialLayout #c01 ul li .point {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  min-width: 190px;
    font-size: 1.1rem;
}
.specialLayout #c01 ul li a::before {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1f61b3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.specialLayout #c01 ul li a::after {
    content: "↓";
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 28px;
    transition: all 0.3s;
}
.specialLayout #c01 ul li a:hover::after {
    bottom: 20px;
}
.specialLayout #c01 ul li .img {
    max-width: 110px;
    margin: 0 auto 20px;
}
.specialLayout #c01 ul li .b {
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.1rem;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .specialLayout #c01 ul li {
                    width: 23%;
                    margin-bottom: 0;
                }
                .specialLayout #c01 ul {
                    margin-top: 120px;
                    margin-bottom: 0;
                }
                .specialLayout #c01 {
                    padding-bottom: 80px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* 
------------------------------------*/
.specialLayout #c05 {
    background-color: #fff;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }


