.mySection:first-of-type {
    margin: 0 0 15vw;
}

.mySection h1 {
    text-align: center;
}

.mySection h3 {
    margin: 0 0 6.25vw;
}

#mv.mySection h1 span {
    display: block;
    padding: 0 0 4.6875vw;
    line-height: 1;
}

#mv.mySection h1 span.ja {
    font-size: 10rem;
    padding: 0;
}

#mv.mySection h1 span.en {
    font-size: 36rem;
}

#mv.mySection {
    padding: 31.375vw 0 0;
    margin: 0 0 10vw;
}

.myBread.inner {
    background: rgba(255,255,255,0.55);
    padding-top: 1em;
    padding-bottom: 1em;
}

.myPostContainer .myBread.inner {
    padding: 2em 0;
}

.myBread p {
    display: inline-block;
}

.myBread .myBreadArrow {
    margin: 0 0.75em;
}

.serviceMv {
    /*background: #0E78C4;*/
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    color: #ffffff;
}

.myServiceMvView {
    margin: 0 auto 9.375vw;
}

.mySection h2 span.ja {
    font-size: 24rem;
    padding: 0 0 4.6875vw;
}

.myServiceExampleRow {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    flex-wrap: wrap;
}

.myServiceExampleItem {
    width: 100%;
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    flex-wrap: wrap;
    margin: 0 0 4px;
    background: #ffff;
    padding: 0 6.25vw;
}

.myServiceExampleView,
.myServiceExampleText {
    width: 100%;
    padding: 6.25vw 0;
}

.myServiceExampleText {
    border-top: 1px solid #ebedef;
}

.mySlide {
    height: auto;
    padding-top: 60%;
    overflow: hidden;
}

.myServiceExampleText {
    padding: 6.25vw 6.25vw;
}

.myServiceExampleText h3, .myServiceExampleText p {
    width: 100%;
}

.myServiceExampleText {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    align-items: center;
}

.myServiceInfo {
    position: relative;
}

.myServiceInfoContainer {
    padding: 6.25vw 6.25vw 14.0625vw;
    background: #65727a;
    color: #ffffff;
    position: relative;
}

.myServiceInfoContainer h2 span {
    display: block;
    line-height: 1;
    padding: 0 0 4.6875vw;
}

.myServiceInfoContainer ul {
    margin: 0 0 12.5vw;
}

.myServiceInfoItem {
    width: 100%;
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    flex-wrap: wrap;
    margin: 0 0 6.25vw;
    background: rgba(255,255,255,0.1);
}

.mySection .myServiceInfoContainer h2 span.en {
    font-size: 10rem;
    padding: 0 0 4.6875vw;
}

.myServiceInfoItemView,
.myServiceInfoItemText {
    width: 100%;
}

.myServiceInfoItemText {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    align-items: center;
    padding: 6.25vw 6.25vw;
}

#post {
    margin-top: 120px;
}

.myPostContainer {
    background: #ffff;
}

.myPostHead {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    align-items: center;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #fafaf5;
    justify-content: flex-start;
}

.myPostYear {
    font-size: 10rem;
    padding: 10px 0;
    border-right: 1px solid #ebedef;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.myPostDate {
    margin-left: 20px;
}

.myPostYear,
.myPostCategory{
    font-size: 1.4rem;
}

.myPostCategory {
    font-size: 12rem;
    position: absolute;
    right: 6.3492063492%;
    top: 50%;
    margin-top: -15px;
    color: #e94088;
}

.myPostDate {
    flex-wrap: wrap;
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    justify-content: center;
    line-height: 1;
    align-items: center;
    text-align: center;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
}

.myPostDate .month {
    width: 100%;
    display: block;
    text-align: center;
}


.mySection h1.myPostTitle {
    font-weight: inherit;
    font-size: 20rem;
    padding: 30px 20px;
    line-height: 1.3333333333;
}

.myPostHeadline {
    margin-top: 40px;
    width: 87.3015873016%;
    margin-left: auto;
    margin-right: auto;
    background: #F0F7FF;
    border: solid #DEECFF;
    border-width: 1px 0 1px 0;
}

.myPostBody {
    border-bottom: 1px solid #DEECFF;
    padding: 40px 0;
    width: 87.3015873016%;
    margin-left: auto;
    margin-right: auto;
}

/*table*/
.myTable,
.myTable tbody,
.myTable tr,
.myTable td,
.myTable th{
    display: block;
    width: 100%;
}

.myTable tbody {
    width: 100%;
}

.myTable p.mb {
    font-size: 1.2rem;
}
.myTable tr {
    border-bottom: 1px solid #fff;
    padding: 0 0 20rem;
    margin: 0 0 20rem;
}

.myTable tr:last-of-type {
    padding: 0;
    margin: 0;
    border-bottom: none;
}


@media screen and (min-width: 768px){
    .mySection h3 {
        /*margin: 0;*/
        margin: 0 0 20px;
    }

    .myServiceMvView {
        margin: 0;
    }

    #mv.mySection h1 span {
        display: block;
        padding: 0 0 20px;
        line-height: 1;
    }

    #mv.mySection h1 span.ja {
        font-size: 1.4rem;
        padding: 0;
    }

    #mv.mySection h1 span.en {
        font-size: 6rem;
    }

    #mv.mySection {
        padding: 142px 0 0;
        margin: 0 0 50px;
    }

    .mySection h2 span.ja {
        font-size: 6rem;
        padding: 0 0 20px;
    }

    .serviceMv {
        padding-bottom: 0;
    }

    .serviceMv.mySection h2 span.ja {
        margin: 0 0 60px;
    }

    .myServiceMvView {
        width: calc(50% - 80px);
    }

    .myServiceMvContent {
        width: 50%;
    }

    .myServiceMvView .inner {
        padding: 0;
    }

    .myServiceExampleItem {
        padding: 20px;
    }

    .myServiceExampleView {
        width: 33%;
        padding: 0;
    }

    .myServiceExampleText {
        padding: 0 40px;
        width: calc(67% - 40px);
        border-top: none;
        border-left: 1px solid #ebedef;
        margin: 0 0 0 40px;
    }

    .myServiceInfo {
        position: relative;
        width: 100%;
    }

    .myServiceInfoContainer h2 span {
        padding: 0 0 40px;
    }

    .mySection .myServiceInfoContainer h2 span.en {
        font-size: 1.8rem;
        margin: 0;
        padding: 0px 0 20px;
    }

    .mySection .myServiceInfoContainer h2 span.ja {
        font-size: 3.6rem;
        border-bottom: 1px solid #ffffff;
        margin: 0 0 40px;
        line-height: 1.6;
    }

    .myServiceInfoText {
        font-size: 1.4rem;
    }

    .myServiceInfoContainer {
        padding: 47px 20px 95px;
    }

    .myServiceInfoContainer ul {
        margin: 0;
    }

    .myServiceInfoItemText ul {
        margin: 0 0 1rem;
    }

    .myServiceInfoItemText ul:last-of-type {
        margin-bottom: 0;
    }

    .myServiceInfoItem {
        padding: 20px;
        margin: 0 0 80px;
    }

    .myServiceInfoItemView {
        width: 33%;
    }

    .myServiceInfoItemText {
        padding: 0 40px;
        width: calc(67% - 40px);
        border-left: 1px solid #ebedef;
        margin: 0 0 0 40px;
    }

    .myFacilityRow {
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
        flex-wrap: wrap;
        margin: 0 0 40px;
    }

    .myFacilityRow:last-child {
        margin: 0;
    }

    .myFacilityItem {
        width: 25%;
        padding: 0 20px;
        border-right: 1px solid #ebedef;
    }

    .myFacilityItem:last-of-type {
        border-right: none;
    }

    .myServiceInfoContainer ul:last-child {
        margin: 0;
    }

    .myNewsContainer {
        width: 100%;
    }


    #post {
        margin-top: 120px;
    }

    .myPostContainer {
        background: #ffff;
        padding: 0 80px 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .myPostHead {
        padding: 78px 0;
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        border-bottom: none;
    }

    .myPostYear,
    .myPostCategory{
        font-size: 1.4rem;
    }

    .myPostYear {
        border-right: none;
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
    }

    .myPostCategory {
        font-size: 1.4rem;
        writing-mode: inherit;
        position: relative;
        right: auto;
        top: auto;
        margin: 0;
    }

    .myPostDate {
        flex-wrap: wrap;
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
        justify-content: center;
        line-height: 1;
        align-items: center;
        text-align: center;
        font-family: 'Karla', sans-serif;
        font-weight: 700;
    }

    .myPostDate .month {
        width: 100%;
        display: block;
        text-align: center;
    }

    .mySection h1.myPostTitle {
        font-size: 3.6rem;
        padding: 80px;
        line-height: 1.6;
        font-weight: inherit;
    }

    .myPostHeadline {
        background: #F0F7FF;
        border: solid #DEECFF;
        border-width: 1px 0 1px 0;
        width: 100%;
    }

    .myPostBody {
        padding: 70px 0;
        border-bottom: 1px solid #DEECFF;
        width: 100%;
    }

    .myTable {
        display: table;
    }
    .myTable tbody {
        display: table-row-group;
    }
    .myTable tr,
    .myTable tr.tbpc {
        display: table-row !important;
        padding: 0;
        margin: 0;
    }
    .myTable th,
    .myTable td{
        display: table-cell;
        width: auto;
        padding: 1rem;
        text-align: left;
    }

    th.myTableMarker, td.myTableMarker {
        width: 14rem;
    }


    th.myTableName, td.myTableName {
        width: 20rem;
    }

    th.myTableCount, td.myTableCount {
        width: 8rem;
    }
}
