@charset "UTF-8";

/* mv -------------------------------------- */
article[id^="mv-"]  {
    height: 600px;
	padding: 0;
}
article#mv-a {
    background: url(../img/fac-mv-bg.jpg) left center no-repeat;
    background-size: cover;
}
article#mv-b {
    background: url(../img/sys-mv-bg.jpg) left center no-repeat;
    background-size: cover;
}
article[id^="mv-"] section[id^="mv-"] {
    height: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
article[id^="mv-"] section[id^="mv-"] h1, article[id^="mv-"] section[id^="mv-"] p.h1sub {
    font-size: 3rem;
    color: #fff;
    text-align: center;
}
article[id^="mv-"] section[id^="mv-"] h1 {
    padding-bottom: 10px;
    margin: 0 auto 25px;
    width: 300px;
    border-bottom: 1px solid #fff;
}
article[id^="mv-"] section[id^="mv-"] p.h1sub {
    margin: 0 auto 50px;
}
article[id^="mv-"] section[id^="mv-"] p {
    margin: 25px auto 0;
    font-size: 1.6rem;
    line-height: 2em;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 765px){
    article[id^="mv-"]  {
        height: 100vh;
    }
    article#mv-a {
        background: url(../img/fac-mv-bg-sp.jpg) right center no-repeat;
        background-size: cover;
    }
    article#mv-b {
        background: url(../img/sys-mv-bg-sp.jpg) right center no-repeat;
        background-size: cover;
    }
    article[id^="mv-"] section[id^="mv-"] p.h1sub {
        margin: 0 auto 25px;
    }
    article[id^="mv-"] section[id^="mv-"] h1 {
        font-size: 1.6rem;
        padding-bottom: 25px;
    }
    article[id^="mv-"] section[id^="mv-"] p {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 499px){

}


/* section1 -------------------------------------- */
article#section1 {
	padding: 100px 0 0;
}
#section1 [id^="s1-"] {
    padding-bottom: 100px;
    border-bottom: 1px solid #707070;
}
#section1 #s1-1 h2 {
    font-size: 5.6rem;
    color: #AF0909;
    margin-bottom: 10px;
}
.sub-textbox {
    border-left: 3px solid #AA1323;
    padding: 20px 0 20px 20px;
    margin-bottom: 50px;
}
.sub-textbox h3 {
    font-size: 2.5rem;
    margin-bottom: 0.5em;
}
.sub-textbox p {
    font-size: 1.4rem;
    line-height: 1.5em;
}
.sub-imagebox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#s1-1 .sub-imagebox img {
    width: 45%;
}
#s1-2 .sub-imagebox dl {
    width: 22%;
    margin-bottom: 50px;
}
#s1-2 .sub-imagebox dl dd {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.75em;
    padding-bottom: 15px;
    border-bottom: 1px solid #585858;
}
#s1-2 .sub-imagebox dl dt {
    padding-top: 15px;
}
[id^="s1-"] .sub-textbox {
    margin-top: 50px;
}
#s1-1 .sub-textbox {
    margin-top: 0;
}
#section1 #s1-3 {
    border-bottom: none;
}
#s1-3 .sub-textbox {
    margin-bottom: 10px;
}
#s1-3 table {
    width: 100%;
}
#s1-3 table, #s1-3 th, #s1-3 td  {
    border: 1px solid #000;
}
#s1-3 table th {
    background: #A30707;
    color: #fff;
    font-size: 2rem;
    font-weight: 100;
    text-align: center;
    padding: 15px 0;
}
#s1-3 table td {
    background: #fff;
    font-size: 1.4rem;
    text-align: left;
    padding: 10px 0 10px 5px;
}
#s1-3 table td.num {
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 765px){
    #section1 [id^="s1-"] {
        border-bottom: none;
        padding-bottom: 25px;
    }
    #section1 #s1-1 h2 {
        font-size: 3rem;
    }
    .sub-textbox h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    #s1-1 .sub-imagebox {
        flex-direction: column;
    }
    #s1-1 .sub-imagebox img {
        width: 100%;
    }
    #s1-2 .sub-imagebox dl {
        width: 46%;
    }
    #s1-2 .sub-imagebox dl dd {
        font-size: 1rem;
        height: 50px;
        margin-bottom: 15px;
    }
    #s1-2 .sub-imagebox dl:nth-of-type(7) dd,#s1-2 .sub-imagebox dl:nth-of-type(8) dd,#s1-2 .sub-imagebox dl:nth-of-type(9) dd,#s1-2 .sub-imagebox dl:nth-of-type(10) dd {
        height: 30px;
    }
    #s1-3 table th {
        font-size: 1.2rem;
        padding: 5px;
    }
    #s1-3 table th:nth-of-type(2) {
        padding: 5px 0;
        width: 3em;
    }
    #s1-3 table td {
        font-size: 1.2rem;
        padding: 5px;
    }
    #s1-3 table td {
        font-size: 1rem;
        padding: 5px;
    }
}
@media screen and (max-width: 499px){
}


/* section2 -------------------------------------- */
article#section2 {
	padding: 50px 0 0;
}
#section2 [id^="s2-"] {
    padding: 0 0 100px;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 765px){
}
@media screen and (max-width: 499px){
}
