@charset "UTF-8";

header {
    text-align: center;
    background: url("../common/img/header_bg.png")no-repeat center;
    background-size: cover;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*.item_contents */
.item_contents {
    margin-top: 100px;
}
.item_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0;
}
.item_about {
    display: flex;
    align-items: flex-start;
}
.premium_logo {
    margin-right: 40px;
}
.item_name{
    font-size: 2.8rem;
    font-weight: bold;
    color: #505050;
    line-height: 1.4em;
    width: 400px;
}
.item_tit {
    font-size: 3.2rem;
    color: #0095E5;
    font-weight: bold;
    line-height: 1.7em;
    border-bottom: dotted 5px;
    padding: 15px 0;
    margin-bottom: 25px;
}
.item_more {
    position: relative;
}
.bottom_more, .bottom_download {
    background: #D9EFFB;
    border: none;
    border-radius: 50px;
    font-size: 2.8rem;
    padding: 20px 50px;
    color: #0095E5;
    font-weight: bold;
    margin: 0 auto;
    width: 600px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
}
a.bottom_more {
    color: #0095E5;
}
a.bottom_download {
    color: #fff;
}
.bottom_more {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}
.bottom_more:after {
    content: "＞";
    position: absolute;
    right: 30px;
    font-weight: bold;
}

.bottom_download {
    background: #0095E5;
    color: #fff;
    padding: 30px;
}
.bottom_download {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}
.bottom_download:after {
    content: "＞";
    position: absolute;
    display: block;
    right: 30px;
    font-weight: bold;
    color: #F4FF50;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
以下レスポンシブ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
.item_top {
    justify-content: space-around;
}
}


@media screen and (max-width: 767px) {
/*.item_contents */
.item_contents {
    margin-top: 50px;
    max-width: 90%;
    margin: 30px auto 50px;
}
.premium_logo {
    margin-right: 20px;
    max-width: 60px;
}
.item_name {
    font-size: 1.6rem;
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
}
.item_tit {
    font-size: 2.0rem;
    line-height: 1.5em;
    padding: 0 0 10px;
    margin-bottom: 15px;
}
.bottom_more, .bottom_download {
    border-radius: 30px;
    font-size: 2.0rem;
    padding: 10px 50px;
    margin: 0 auto;
    width: auto;
}
.bottom_more:after {
    content: "＞";
    position: absolute;
    right: 10px;
    font-weight: bold;
}
.bottom_more {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
 .bottom_download {
    font-size: 1.8rem;
    padding: 10px 40px 10px 20px;
    margin: 0 auto;
    width: auto;
}
.bottom_download:after {
    right: 5px;
}
.bottom_download {
    bottom: -20px;
}
}

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

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