@charset "utf-8";

.subnavi ul li:nth-child(2) {
    width: 270px;
}
.subnavi ul li a {
    letter-spacing: 0;
    text-indent: 0;
}

.sq_title h3 {
    font-size: 3em;
    line-height: 1;
    font-weight: 400;
    color: #727171;
}
.sq_title h4 {
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
}

.bg_care {
    background-image: url("../img/bg.jpg");
    background-position: center center;
    background-size: cover;
}
.sq_title ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 40%;
    margin: 1em 0 0 auto;
}
.sq_title ul li:first-child {
    width: 60%;
}
.sq_title ul li:last-child {
    width: 35%;
}

.ca_sub1 {
    background-color: #d3d3d4;
    color: #003668;
    padding: 0.5em 0.7em;
    line-height: 1;
    font-size: 1.16em;
    margin-bottom: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ca_sub1 span {
    background-color: #b0462e;
    color: #fff;
    font-weight: normal;
    font-size: 0.76em;
    padding: 0.3em;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    border-radius: 0.3em;
    margin-left: 0.3em;
}
.ca_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.ca_box1 ul li {
    width: 49%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #666;
    line-height: 1.5;
    padding: 0.3em 0;
}
.ca_box1 ul li img {
    height: 4em;
    margin-right: 1em;
}
.btm_bd {
    border-bottom: 1px solid #666;
}
.ca_box1 p {
    text-align: right;
    font-size: 0.76em;
}

.ca_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: 0 0 0 auto;
}
.ca_box2 ul li {
    width: 32%;
}
.two_sz {
    width: 100% !important;
    height: 4em;
}

.camg7 {
    width: 40%;
    margin: 1em 0 0 auto;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 560px) {
.subnavi ul li:nth-child(1),.subnavi ul li:nth-child(2) {
    width: 100%;
}

.sq_title h3 {
    font-size: 2em;
}
.sq_title h4 {
    font-size: 1.24em;
}

.sq_title ul {
    width: 100%;
}

.ca_box1 ul {
    font-size: 0.84em;
}

.ca_box2 ul {;
    width: 100%;
    margin: 0.5em 0 0 auto;
}
.ca_box2 ul li {
    width: 32%;
}
.two_sz {
    width: 100% !important;
    height: 4em;
}

.camg7 {
    width: 49%;
    margin: 1em 0 0 auto;
}



}
