@charset "UTF-8"; /* CSS Document */
#contents_2nd {
	background: #fff;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 174px 20px 20px;
	width: 980px;
    font-family: 'Noto Sans JP', sans-serif;
}
#contents_2nd .inner .main_img {
    width: 100%;
}
.intro .inner {
    width: 83%;
    margin: 0px auto;
    padding: 40px 0px 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:space-between;
}
.intro .inner div.img {
    width: 30%;
}
.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:140%;
line-height: 160%;
}
.annotation {
    margin: 0 auto 40px;
    width:860px;
}
.annotation p{
    font-size:96%;
    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: 160%;
    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;
}