
.sub_tit {
    border-left: 5px solid #bbb;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
    padding: 0 0 0 5px;
}
.font-weight-bold {
    font-weight: bold;
}
#container .contents_inner .header-image {
    margin: 30px 0;
}

#container .contents_inner section {
  margin: 80px 0;
}
#container .contents_inner section.mt40 {
    margin-top: 40px;
}
#container .contents_inner section.mb40 {
    margin-bottom: 40px;
}
#container .contents_inner p.catch.taC {
    font-size: 25px;
    font-weight: bold;
}
#container .contents_inner .box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-basis { width:100%; flex-basis: auto;}
#container .contents_inner .box-flex.box-figure figure {
    padding: 5px;
}
#container .contents_inner .box-flex.box-figure .col2 {
    width: calc(50% - 10px);
    text-align: center;
}
#container .contents_inner .box-flex.box-figure .col2.m0a {
    margin: 0 auto;
}
#container .contents_inner .box-flex.box-figure .col3 {
    width: calc(33.33% - 10px);
    text-align: center;
}
#container .contents_inner .box-flex.box-figure .col4 {
    width: calc(25% - 10px);
    text-align: center;
}
#container .contents_inner .box-flex.box-figure .caption {
    font-size: 13px;
    margin-top: 0;
}
#container .contents_inner .box-flex .img {
    width: 24%;
    margin: 0 30px;
}
#container .contents_inner .box-flex .body {
    width: 76%;
}
@media screen and (min-width: 769px) {
    .box-torikumi {
        width: 100%;
    }
    .box-torikumi figure:nth-child(1){
        width: calc(28.5% - 10px);
    }
    .box-torikumi figure:nth-child(2){
        width: calc(28.5% - 10px);
    }
    .box-torikumi figure:nth-child(3){
        width: calc(66.66% - 10px);
    }
}
@media screen and (max-width: 768px),screen and (orientation: portrait) {
    #container .contents_inner .header-image {
        margin: 15px 0;
    }
    #container .contents_inner section {
        margin: 40px 0;
    }

    #container .contents_inner .box-flex:not(.not-block) {
        display: block;
    }
    #container .contents_inner .box-flex.box-figure .col2,
    #container .contents_inner .box-flex.box-figure .col3{
        width: 100%;
    }
    #container .contents_inner .box-flex.box-figure figure.col2,
    #container .contents_inner .box-flex.box-figure figure.col3{
        width: calc(100% - 10px);
    }
    #container .contents_inner .box-flex.box-figure .col4{
        width: calc(50% - 10px);
    }

    #container .contents_inner .box-flex.box-figure div[class*="col"] + div[class*="col"] {
        margin-top: 15px;
    }

    #container .contents_inner .box-flex .img {
        text-align: center;
        margin: 0 auto 20px;
        width: 40%;
    }
    #container .contents_inner .box-flex .body {
        width: 100%;
    }
    #container .contents_inner .more {
        text-align: center;
    }
}

#container .btn-more {
    display: block;
    width: 100%;
    padding: 8px 20px;
    margin-top: 20px;
    background: #F40009;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
#container .btn-flex {
    width : auto;
    display : inline-block;
}
.pcOn {
    display: block;
}
.spOn {
    display: none !important;
}
@media screen and (max-width: 768px), screen and (orientation: portrait) {
    .pcOn {
        display: none !important;
    }

    .spOn {
        display: block !important;
    }
}

.list_disc {
    margin-left: 1.5em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.list_disc li {
    list-style-type: disc;
}
.list_disc li + li {
    margin-top: 1rem;
}

img.r_siz {
    display: block;
    margin: 10px auto;
    max-width: 90%;
}
img.resize {
    max-width: 100%;
    height: auto;
    width/***/: auto;
}


p + p,
p + div,
p + ul,
figure + p,
p + figure,
p + h3{
    margin-top: 20px;
}

.title02 {
    margin-bottom: 20px;
}

.title03 {
    border-top: solid 1px #F40009;
    border-bottom: solid 1px #F40009;
    color: #F40009;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 1.05rem;
}
.title03 a {
    color: #F40009;
    text-decoration: none;
}
.title03 a:hover {
    text-decoration: underline;
}
.title03 + figure a:hover {
    opacity: .7;
}
figure + .title03 {
    margin-top: 50px;
}
#container .contents_inner section.info {
    margin-top: 160px;
}
@media screen and (max-width: 768px), screen and (orientation: portrait) {
    .title02 {
        font-size: 18px;
    }
    figure + .title03 {
        margin-top: 30px;
    }
    #container .contents_inner section.info {
        margin-top: 80px;
    }
}

.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
@media screen and (max-width: 768px), screen and (orientation: portrait) {
    .mt70 {
        margin-top: 35px;
    }
}
.txt-left {
    text-align: left !important;
}
.flexbox01 {
    align-items: center;
}
