.working_parentbox{
    margin-top: 85px;
}
.working_parent-bg{
    background-image: url(/images2/working_parent_bg.svg),url(/images2/wave-working_parent01.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top,bottom;
    height: 602px;
}
.working_parentbox p{
    font-size: 22px;
    padding-top: 46px;
    line-height: 1.8;
}
.topic_wrap{
    background-color: #f9f7f4;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 52px 0 119px;
}
.topic_wrap h2{
    line-height: 1;
    font-size: 26px;
    font-weight: bolder;
}
.topic_in{
    margin-top: 28px;
}
.is-m-r28{
    margin-right: 28px;
}
.topic-banner:not(:last-child){
    margin-bottom: 32px;
}
.topic-banner a{
    display: inline-block;
}
.topic-banner a:hover{
    opacity: 0.6;
}
/********************************
manga
*********************************/
.mangaContent_wrap {
    width: 940px;
    margin: 0 auto 82px;
}
.manga-bg {
    background-color: #f9f7f4;
    padding: 60px 40px 90px;
    margin-bottom: 82px;
}
.manga_wrap {
    border: #000 4px solid;
    border-radius: 10px;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 8px 8px 0 0 #000;
    margin-top: 60px;
}
.manga_in a {
    text-decoration: none;
    color: #000;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}
.manga_in a::before {
    position: absolute;
    content: "";
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f47a9f;
}
.manga_in a::after {
    position: absolute;
    content: "";
    z-index: 9;
    top: 50%;
    right: 40px;
    width: 7px;
    height: 7px;
    margin-top: -1px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
.manga_in.on a::after {
    margin-top: 2px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.manga_in a:hover {
    background: rgba(255, 232, 239, 0.5);
    color: #f47a9f;
}
.manga_in.on a:hover {
    background: none;
    color: #000;
}
.mangaTtl_wrap h1 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    display: inline-block;
    position: relative;
    padding-top: 33px;
}
.mangaTtl_wrap.is-ver2 h1 {
    line-height: 1.5;
}
.manga_wrap-name {
    width: 100px;
    height: 25px;
    background-color: #35b5d2;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mangaTtl_wrap.is-ver2 .manga_wrap-name {
    width: auto;
    padding: 0 15px;
}
.manga_wrap-txt {
    padding: 30px;
}
.manga-img {
    padding: 0 0 85px;
    display: none;
}
.manga_in.on .manga-img {
    display: block;
}
.manga_wrap-txt h2 {
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    line-height: 1;
}
.manga_wrap-name span {
    color: #FFF;
    line-height: 25px;
}
.manga_wrap-img {
    padding-right: 17px;
}
.manga-btn a {
    text-decoration: none;
    color: #fff;
    line-height: 1;
    display: block;
    font-size: 18px;
    font-weight: bold;
    background: #1a36b1 url(/images2/com_icn_link_wh.png) no-repeat 20px 50%;
    border-radius: 50px;
    padding: 19px 0;
    width: 370px;
    margin: 0 auto;
}
.manga-btn a:hover{
    opacity: 0.7;
}
.modalArea {
    display: none;
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.modal_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 100%;
    max-width: 940px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
}
.modal-btn {
    width: 100%;
    max-width: 724px;
    height: 150px;
    margin: 0 auto;
    background: #fff url(/images2/manga_img02.png) no-repeat center left 40px;
    border: 4px solid #35b5d2;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    font-size: 20px;
    box-sizing: border-box;
    padding-left: 40px;
    border-radius: 8px;
    box-shadow: 4px 4px 0 0 #108099;
    position: relative;
    margin-top: 50px;
}
.modal-btn.is-ver2 {
    background: #fff url(/images2/manga02_img02.png?data=20250926) no-repeat center left 40px;
}
.modal-btn::before {
    position: absolute;
    content: "";
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #35b5d2;
}
.modal-btn::after {
    position: absolute;
    content: "";
    z-index: 9;
    top: 50%;
    right: 52px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.authorImg {
    border: 2px solid #000;
}
.modal_wrap .name {
    font-size: 24px;
    font-weight: bold;
    background: #35b5d2;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
}
.modal_wrap .txt {
    margin-top: 30px;
    font-weight: bold;
}
.modal_wrap .like,
.modal_wrap .sns {
    margin-top: 20px;
}
.modal_wrap dl dt,
.modal_wrap dl dd {
    display: inline-block;
}
.modal_wrap .like .is-br {
    display: flex;
    flex-wrap: wrap;
}
.modal_wrap .like .is-br dd {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    margin: 0;
}
.modal-btn:hover {
    cursor: pointer;
    background: rgba(194, 243, 255, 0.2) url(/images2/manga_img02.png) no-repeat center left 40px;
}
.modal-btn.is-ver2:hover {
    background: rgba(194, 243, 255, 0.2) url(/images2/manga02_img02.png) no-repeat center left 40px;
}
.authorDtl_wrap {
    font-size: 16px;
    text-align: left;
    padding-left: 75px;
    line-height: 1.4;
}
.closeModal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    content: "";
    z-index: 9;
}
.closeModal:before,
.closeModal:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 30px;
    background: #35b5d2;
}
.closeModal:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.closeModal:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}