@charset "UTF-8"; /* CSS Document */
.line{
    width:90%;
    margin:0px auto;
}
.intro .inner {
    width: 100%;
    margin: 0px auto;
    padding: 20px 0px 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.intro .inner div.img {
    width: 30%;
    padding: 10px 0px;
}

.intro .inner div.img img {
    width: 100%;
}

.intro .inner div.txt {
    width: 68%;
    padding-left: 2%;
}

.intro .inner div.txt p {
    margin-bottom: 15px;
    font-size: 110%;
    line-height: 160%;
}

.annotation {
    margin: 0 auto 40px;
    width: 860px;
}

.annotation p {
    font-size: 85%;
    color: #e20013;
}

h2 {
    padding: 15px 20px;
    background: #00b900;
    border-radius: 10px;
    font-size: 230%;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

h2 span.step {
    margin-right: 20px;
    font-size: 80%;
    color: #ffef00;
    font-weight: bold;
}

h2 span.step span {
    font-size: 140%;
}

h2 span.txt {
    margin-left: 10px;
    font-size: 50%;
}

h2.app {
    background: #3e85d4;
}

.step01 {
    width: 90%;
    margin: 0px auto;
    padding: 20px 0px 80px 0px;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step01 .step01__left,.step01 .step01__right {
    width: calc(50% - 40px - 10px);
    padding: 20px;
    border-radius: 10px;
    background: #fffa67;
    overflow: hidden;
    height: 440px;
}

.step01 h3 {
    margin-bottom: 10px;
    text-align: center;
}

.step01 h3 img {
    width: auto;
    height: 40px;
}

.step01 h4 {
    width: 70%;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 8px 0px;
    border-radius: 10px;
    background: #00b900;
    border-radius: 5px;
    font-size: 135%;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.step01 p.txt {
    height: 70px;
    margin-bottom: 20px;
    font-size: 120%;
}

.step01 p.img {
    text-align: center;
    margin-bottom: 10px;
}

.step_block {
    padding: 20px 0px 40px 0px;
}

.step_block ul {
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step_block ul li {
    width: 50%;
    margin-bottom: 20px;
}

.step_block ul li img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.step_block div.movie {
    text-align: center;
}

.step02 {
    padding: 20px 0px 40px 0px;
}

.step02 ul {
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step02 ul li {
    width: 50%;
    margin-bottom: 20px;
}

.step02 ul li img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.step02 div.movie {
    text-align: center;
}

.step03 .inner {
    width: 96%;
    margin: 0px auto;
    padding: 30px 0px 60px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step03 .inner div.img {
    width: 46%;
}

.step03 .inner div.img img {
    width: 98%;
}

.step03 .inner div.txt {
    width: 46%;
    padding: 0 2%;
}

.step03 .inner div.txt p {
    margin-bottom: 15px;
    font-size: 140%;
    line-height: 160%;
}

.step03 .inner div.txt p span {
    font-size: 78%;
    color: #e20013;
}

.bnr_reserve {
    text-align: center;
    margin-bottom: 70px;
}

ul.btn {
    width: 100%;
    margin: 0px auto;
    padding: 60px 0px;
    text-align: center;
    display: flex;
}

ul.btn li {
    width: 100%;
    margin-bottom: 40px;
}

ul.btn li img {
    width: auto;
}

#paper,#digital {
    margin-top: -160px;
    padding-top: 160px;
}
/*------------------------------------------------------*/
@media screen and (max-width: 768px) {
.intro .inner {
    width: 100%;
    margin: 0px auto;
    padding: 40px 0px 10px;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.intro .inner div.img {
    width: auto;
    padding: 30px 0px;
    margin: 0px auto;
    text-align: center;
}

.intro .inner div.img img {
    width: 50%;
}

.intro .inner div.txt {
    width: 100%;
    padding-left: 0%;
}

.intro .inner div.txt p {
    margin-bottom: 10px;
    font-size: 95%;
    line-height: 160%;
}

.annotation {
    margin: 0 auto 40px;
    width: 100%;
}

.annotation p {
    font-size: 85%;
    width: 100%;
}

h2 {
    padding: 5px 6px;
    font-size: 135%;
    line-height: 1.3;
    font-weight: normal;
    text-align:center;
}

h2 span.step {
    margin-right: 0px;
    font-size: 120%;
    display:block;
    text-align:center;
}

h2 span.step span {
    font-size: 140%;
    text-align:center;
}

h2 span.txt {
    margin-left: 10px;
    font-size: 50%;
}

h2.app {
    background: #3e85d4;
}

.step01 {
    width: 90%;
    margin: 0px auto;
    padding: 20px 0px 80px 0px;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step01 .step01__left,.step01 .step01__right {
    width: calc(100% - 0px - 10px);
    padding: 20px;
    height:  auto;
}

.step01 h3 {
    margin-bottom: 10px;
    text-align: center;
}

.step01 h3 img {
    width: auto;
    height: auto;
}

.step01 h4 {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 8px 0px;
    border-radius: 10px;
    border-radius: 5px;
    font-size: 140%;
    font-weight: normal;
}

.step01 p.txt {
    height: auto;
    margin-bottom: 20px;
    font-size: 90%;
}

.step01 p.img {
    text-align: center;
    margin-bottom: 10px;
}

.step_block {
    padding: 20px 0px 40px 0px;
}

.step_block ul {
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step_block ul li {
    width: 109%;
    margin-bottom: 20px;
}

.step_block ul li img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.step_block div.movie {
    text-align: center;
}

.step02 {
    padding: 20px 0px 40px 0px;
}

.step02 ul {
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step02 ul li {
    width: 50%;
    margin-bottom: 20px;
}

.step02 ul li img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.step02 div.movie {
    text-align: center;
}

.step03 .inner {
    width: 96%;
    margin: 0px auto;
    padding: 30px 0px 60px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step03 .inner div.img {
    width: 100%;
    margin-bottom: 15px;
}

.step03 .inner div.img img {
    width: 98%;
}

.step03 .inner div.txt {
    width: 100%;
    padding: 0 0%;
}

.step03 .inner div.txt p {
    margin-bottom: 15px;
    font-size: 100%;
    line-height: 1.2;
}

.step03 .inner div.txt p span {
    font-size: 75%;
}

.bnr_reserve {
    text-align: center;
    margin-bottom: 70px;
}

ul.btn {
    width: 100%;
    margin: 0px auto;
    padding: 20px 0px;
    text-align: center;
    display: flex;
}

ul.btn li {
    width: 100%;
    margin-bottom: 20px;
}

ul.btn li img {
    width: auto;
}

#paper,#digital {
    margin-top: -160px;
    padding-top: 160px;
}

}