@charset "UTF-8";
/* CSS Document */

div.conTitle {
    aspect-ratio: 4.3 / 1;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url("../img/title_pc_bg.jpg");
    background-size: contain;
    position: relative;
}
div.conTitle h3 {
    font-size: clamp(3.8rem, 3.2vw, 4.2rem);
    color: #2565A5;
    font-weight: 700;
    padding-top: 70px;
}
@media screen and (max-width: 767px) {
div.conTitle {
    aspect-ratio: 2.68 / 1;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url("../img/title_sp_bg.jpg");
    background-size: contain;
    position: relative;
}
div.conTitle h3 {
    font-size: 4.6vw;
    color: #2565A5;
    font-weight: 700;
    padding-top: 30px;
}	
}


.theftContents p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    margin: 1rem 0;
    color: #333333;
}
.theftContents ul {
    list-style: disc;
    margin: 0 0 50px 50px;
    padding: 0;
}
.theftContents ul li {
    font-size: 2rem;
    font-weight: 400;
    margin: 15px 0;
    padding: 0;
    text-align: left;
}
.theftContents ul li a {
    text-decoration: underline;
}
.jittai {
    margin: 50px 0;
}
.jittai h5 {
    color: #2565A5;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 0;
}
.jittai p {
    margin: 15px 0 50px 26px;
}

.taisaku {
    background-color: #FCFFD7;
    margin: 30px 0;
    padding-bottom: 50px;
}
.taisaku h5 {
    color: #B20613;
    font-size: 2.6rem;
    font-weight: 700;
    padding: 50px 0;
}
.taisaku p {
}
.taisaku span {
    color: #B20613;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px 0px;
    text-align: left;
    display: block;
}
p.txt11 {
    font-size: 1.8rem;
    margin-left: 26px !important;
}
.taisaku-inner {
    background-image: url("../img/theft_img01.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 70px;
}
div.osusume {
margin: 80px auto 30px auto;
font-size: 1.8rem;
}
.osusume span {
    font-size: 2.2rem;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
.theftContents p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    margin: 1rem 0;
    color: #333333;
}
.theftContents ul {
    list-style: disc;
    margin: 0 0 50px 30px;
    padding: 0;
}
.theftContents ul li {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 15px 0;
    padding: 0;
    text-align: left;
}
.theftContents ul li a {
    text-decoration: underline;
	font-size: 1.6rem;
}
.jittai {
    margin: 50px 0;
}
.jittai h5 {
    color: #2565A5;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 0;
}
.jittai p {
    margin: 15px 0 50px 22px;
}

.taisaku {
    background-color: #FCFFD7;
    margin: 30px 0;
    padding-bottom: 20px;
}
.taisaku h5 {
    color: #B20613;
    font-size: 2rem;
    font-weight: 700;
    padding: 30px 0 10px 0;
}
.taisaku p {
}
.taisaku span {
    color: #B20613;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px 0px;
    text-align: left;
    display: block;
}
p.txt11 {
    font-size: 1.6rem;
    margin-left: 16px !important;
}
.taisaku-inner {
    background-image: url("../img/theft_img01.png");
    background-position: bottom;
    background-size: 50%;
    background-repeat: no-repeat;
    margin: 0px 15px;
	padding-bottom: 180px;
}
div.osusume {
margin: 30px auto;
font-size: 1.6rem;
}
.osusume span {
    font-size: 1.8rem;
    font-weight: 700;
}
}




