#new-main .ttl-l {
    border: 1px solid #0e357f;
    padding: 35px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

@media only screen and  (max-width: 767px) {
    #new-main .ttl-l {
        padding: 20px 18px;
        font-size: 1rem;
        margin-bottom: 25px;
    }
}

#new-main .ttl-m {
    border-left: 7px solid #0e357f;
    padding: 7px 18px;
    margin: 65px 0px 30px 0px;
    font-size: 1.3rem;
    font-weight: bold;
}

@media only screen and  (max-width: 767px) {
    #new-main .ttl-m {
        border-left: 5px solid #0e357f;
        padding: 5px 15px;
        font-size: 1.4rem;
        margin-bottom: 18px;
        margin-top: 50px;
    }
}

#new-main .ttl-m.l-btm-space-s {
    margin-top: 30px; 
    margin-bottom: 20px;
}

@media only screen and  (max-width: 767px) {
    #new-main .ttl-m.l-btm-space-s {
        margin-bottom: 15px;
    }
}

#new-main .ttl-s {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: bold;
}


@media only screen and  (max-width: 767px) {
    #new-main .ttl-s {
        font-size: 1rem;
        margin-bottom: 18px;
    }
}


#new-main .ttl-s.l-border-btm {
    padding-bottom: 5px;
    padding-top: 20px;
    border-bottom: 1px solid #cccccc;
}

#new-main .ttl-min {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid #275c7f;
    font-weight: bold;
    font-size: 1.2rem;
    color: #275c7f;
}

@media only screen and  (max-width: 767px) {
    #new-main .ttl-min {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}


#new-main .ttl-num {
    display: flex;
    color: #0e357f;
    font-weight: bold;
    font-size: 1.5rem;
    border: 1px solid #cccccc;
    margin-bottom: 40px;
}

@media only screen and  (max-width: 767px) {
    #new-main .ttl-num {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }
}

#new-main .ttl-num > * {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media only screen and  (max-width: 767px) {
    #new-main .ttl-num > * {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}

#new-main .ttl-num .num {
    background: transparent url("/mod/img/common/bg_ttl_num.gif") right center no-repeat;
    background-size: cover;
    padding-left: 23px;
    padding-right: 30px;
    text-align: center;
    min-width: 80px;
}

@media only screen and  (max-width: 767px) {
    #new-main .ttl-num .num {
        padding-left: 8px;
        padding-right: 15px;
        min-width: 40px;
    }
}

#new-main .ttl-num .txt {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and  (max-width: 767px) {
    #new-main .ttl-num .txt {
        padding-left: 8px;
        padding-right: 8px;
    }
}

#new-main .ttl-wrap.rss {
    overflow: hidden;
    margin-bottom: 0;
}

#new-main .ttl-wrap.rss .ttl-m,
#new-main .ttl-wrap.rss .ttl-unit {
    display: inline-block;
}

#new-main .ttl-wrap.rss .rss {
    display: inline-block;
}

@media only screen and  (max-width: 767px) {
    #new-main .ttl-wrap.rss.btn-float .rss {
        float: right;
    }
    #new-main .ttl-wrap.rss.btn-float .m-btn {
        position: static;
        margin-bottom: 15px;
    }
    #new-main .ttl-wrap.rss.btn-float .m-btn li {
        margin-right: 0;
    }
}

#new-main .m-ttl {
    margin-bottom: 40px;
}

#new-main .m-ttl.l-border {
    border: 1px solid #cccccc;
}

#new-main .m-ttl.l-border > .inner {
    display: block;
    width: 100%;
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl.l-border > .inner {
        display: flex;
        align-items: center;
    }
}

#new-main .m-ttl.l-bg {
    position: relative;
}

#new-main .m-ttl.l-bg > .inner {
    display: block;
    width: 100%;
    height: 90px;
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl.l-bg > .inner {
        display: flex;
        height: 70px;
    }
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl.l-bg .icon {
        max-width: 45px;
        width: 20%;
        margin-right: 0;
        padding-right: 10px;
    }
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl.l-bg .txt {
        flex: 1;
    }
}

#new-main .m-ttl.l-bg .ttl-wrap {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl.l-bg .ttl-wrap {
        flex: 1;
        position: relative;
        top: 0;
        left: 0;
        padding-left: 10px;
        transform: translateY(0);
    }
}

#new-main .m-ttl.f-large .ttl {
    font-weight: bold;
    font-size: 1.4375rem;
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl.f-large .ttl {
        font-size: 1rem;
    }
}

#new-main .m-ttl.f-green .ttl {
    color: #208800;
}

#new-main .m-ttl.l-icon .ttl-wrap {
    display: flex;
    align-items: center;
}

#new-main .m-ttl.l-icon .icon {
    margin-right: 20px;
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl.l-icon .icon {
        max-width: 45px;
        width: 20%;
        margin-right: 0;
        padding-right: 10px;
    }
}

#new-main .m-ttl.l-decoration {
    padding: 10px;
}

#new-main .m-ttl.l-decoration .ttl {
    border-left: 6px solid #e94d00;
    padding-left: 10px;
    font-size: 1.125rem;
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl.l-decoration .ttl {
        font-size: 0.875rem;
    }
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl .txt {
        width: 80%;
    }
}

#new-main .m-ttl .txt .ttl {
    font-size: 1.2rem;
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl .txt .ttl {
        font-size: 0.875rem;
    }
}

#new-main .m-ttl .category {
    color: #0e357f;
    font-weight: bold;
    font-size: 0.875rem;
}

#new-main .m-ttl .ttl {
    font-size: 1.25rem;
    font-weight: bold;
}

@media only screen and  (max-width: 767px) {
    #new-main .m-ttl .ttl {
        font-size: 1rem;
    }
}



/*20231207*/

body {
    text-align: left;
}

.u-text-center {
    text-align: center!important;
}

.p-btn {
    display: inline-block;
    position: relative;
    min-width: 15.66667em;
    padding: 0.7em 3em 0.7em 2.5em;
    color: #3e83c0;
    border: 2px solid #0f3580;
    border-radius: 3em;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.p-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.7em;
    width: 1.33333em;
    height: 1.33333em;
    background: url(/assets/img/common/ico_ar.png) 0 0 no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-btn:hover {
    text-decoration: underline;
}

#new-main h2.ttl-m {
    font-size: 26px;
    font-weight: 600;
    color: #1A1A1A;
    border-left: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-bottom: 30px;
    position: relative;
}

.otherPage h2:before {
    content: '';
    display: block;
    width: 8px;
    height: 100%;
    background: #0E357F;
    position: absolute;
    left: 0;
    top: 0;
}

.otherPage h2:after {
    content: '';
    display: block;
    width: 8px;
    height: 40%;
    background: #DF0615;
    position: absolute;
    left: 0;
    top: 0;
}


#new-main .pharagraph {
    font-size: 15px;
    line-height: normal;
}

.otherPage .midashi_navy,
.otherPage .midashi_pink,
.otherPage .midashi_green,
.otherPage .midashi_purple,
.otherPage .midashi_pink2,
.otherPage .midashi_orange,
.otherPage .midashi_beige,
.otherPage .midashi_waterblue,
.otherPage .midashi_fuji,
.otherPage .midashi_lightgreen,
.otherPage .midashi_brown,
.otherPage .midashi_blue2,
.otherPage .midashi_green2,
.otherPage .midashi_gray,
.otherPage .midashi_blue,
.otherPage .midashi_lightblue,
.otherPage .midashi_purple2 {
    font-size: 15px;
    padding-top: 8px;
}

#new-main .m-list.l-disc > li {
    font-size: 14px;
}

#new-main .insurance-unit .l-bottom-b {
    font-size: 14px;
}

.otherPage .label_yutai_navy {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_pink {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_green {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_purple {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_purple2 {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_lightblue {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_blue {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_pink2 {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_orange {
    font-size: 13px;
    padding-top: 3px;
}


.otherPage .label_yutai_beige {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_waterblue {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_fuji {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_blue2 {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_green2 {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_gray {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_lightgreen {
    font-size: 13px;
    padding-top: 3px;
}

.otherPage .label_yutai_brown {
    font-size: 13px;
    padding-top: 3px;
}

#new-main .m-ttl .category {
    font-size: 14px;
}

#new-main a {
    display: inline-block;
}

#new-main p,
#new-main a,
#new-main span {
    font-size: 15px!important;
}

#new-main .l-link-box .inner span {
    font-size: 20px!important;
}

#new-main .l-link-box .inner span a b {
    font-size: 20px!important;
}

#new-main .m-list.notes > li {
    font-size: 15px;
}

#new-main .ttl-min {
    font-size: 19px;
}

#new-main .contact-box dt {
    font-size: 15px;
}

#new-main .contact-box dd {
    font-size: 15px;
}

#new-main table tr td {
    vertical-align: middle;
}



/*PC版*/
@media screen and (min-width:768px) {
    #new-main .m-ttl .txt .ttl {
        font-size: 19px;
    }
    
    
    
    
}


/*SP版*/
@media only screen and  (max-width: 767px) {
    #new-main .m-ttl .txt .ttl {
        font-size: 14px;
    }
    #new-main h2.ttl-m {
        font-size: 22px;
        padding-left: 22px;
    }
    .otherPage .midashi_navy,
    .otherPage .midashi_pink,
    .otherPage .midashi_green,
    .otherPage .midashi_purple,
    .otherPage .midashi_pink2,
    .otherPage .midashi_orange,
    .otherPage .midashi_beige,
    .otherPage .midashi_waterblue,
    .otherPage .midashi_fuji,
    .otherPage .midashi_lightgreen,
    .otherPage .midashi_brown,
    .otherPage .midashi_blue2,
    .otherPage .midashi_green2,
    .otherPage .midashi_gray,
    .otherPage .midashi_blue,
    .otherPage .midashi_lightblue,
    .otherPage .midashi_purple2 {
        font-size: 14px;
        padding: 8px 10px 4px 10px;
    }
    .otherPage h2:before {
        width: 6px;
    }
    .otherPage h2:after {
        width: 6px;
    }
    
    
}



