@charset "UTF-8";
/* コンテンツ */
#title {
    position: relative;
    background-image: url("../../img/square2.png");
    background-position: center center;
    background-size: 50px;
}

.tx1 {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
}
.tx2 {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.flowimg {
    width: 100%;
    position: relative;
    overflow: auto;
}
.flowimg img {
    width: 100%;
}
.swiptx {
    font-size: 0.84em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 0.5em;
}

.mt_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mt_box1 ul li {
    width: 30%;
}
.mt_box1 ul li img {
    width: 100%;
}
.mt_box1 ul li h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
.mt_box1 ul li p {
    line-height: 1.6;
    font-size: 0.92em;
}
.mt_box1 ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1em;
}

.mt_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mt_box2 ul li {
    width: 22%;
}
.mt_box2 ul li img {
    width: 100%;
    margin-bottom: 1em;
}
.mt_box2 ul li h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.mt_box2 ul li p {
    margin-top: 1em;
    line-height: 1.6;
    font-size: 0.92em;
}

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


}

@media screen and (min-width: 961px) {
.swiptx {
    display: none;
}
}

@media screen and (max-width: 960px) {
.flowimg img {
    width: 1060px;
}

.mt_box1 ul {
    margin-bottom: -3em;
}
.mt_box1 ul li {
    width: 47%;
    margin-bottom: 3em;
}
.mt_box1 ul li:first-child {
    width: 100%;
}

.mt_box2 ul {
    margin-bottom: -2em;
}
.mt_box2 ul li {
    width: 30%;
    margin-bottom: 2em;
}
.mt_box2 ul li img {
    width: 100%;
    margin-bottom: 1em;
}
.mt_box2 ul li:last-child {
    width: 100%;
}
.mt_box2 ul li:last-child img {
    width: 30%;
}
}


@media screen and (max-width: 520px) {
.tx1 {
    font-size: 1.32em;
}
.tx2 {
    font-size: 1.32em;
}

.flowimg img {
    width: 700px;
}

.mt_box1 ul {
    margin-bottom: -2em;
}
.mt_box1 ul li {
    width: 100%;
    margin-bottom: 2em;
}
.mt_box1 ul li h6 {
    text-align: center;
}
.mt_box1 ul li h6 img {
    width: 80%;
}

.mt_box2 ul {
    justify-content: space-around;
    margin-bottom: -3em;
}
.mt_box2 ul li {
    width: 70% !important;
    margin-bottom: 3em;
}
.mt_box2 ul li img {
    width: 100% !important;
    margin-bottom: 1em;
}


}

