@charset "utf-8";

/*-------------------------------------

ゲーミングアシストサービス

---------------------------------------*/
.pconly {display: block;}
.sponly {display: none;}

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 970px;
	color: #333333;
	font-size: 16px;
	margin: 30px auto;
}

#lp_page h2 {
	border-left: 4px solid #f6cc16;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 4px 8px;
}
		
#title_wrap {
    background: url("/5info/img/gaming_assistservice/ttl_gaming_assistservice_bg.jpg") no-repeat scroll center 0;
	font-weight: normal;
	text-align: center;
	margin: 0 -500% 0;
	padding: 0 500%;
	width: 100%;
}
#title {
    position: relative;
}
#title::after {
    content: url("/5info/img/gaming_assistservice/img_videocard.png");
    position: absolute;
    left: 0;
    top: 30px;
    width: 207px;
    height: 101px;
}
#title::before {
    content: url("/5info/img/gaming_assistservice/img_point.png");
    position: absolute;
    right: 50px;
    top: 10px;
    width: 119px;
    height: 109px;
}
#lp_page .contents {
    margin: 20px 0 40px;
}
#lp_page .contents_detail {
    margin: 0 -500%;
	padding: 40px 500%;
    background: #efefef;
}
#lp_page .contents_detail + .contents_detail {
    margin: 0 -500%;
	padding: 0 500% 40px;
    background: #efefef;
}



/*----------
コンテンツ
------------*/
/*キャンペーン*/
.camp_box {
    color:#C5190C;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 -500% 0;
	padding: 20px 500%;
	width: 100%;
    background: -moz-linear-gradient(top, #FFFED2, #FCD65B); background: -webkit-linear-gradient(top, #FFFED2, #FCD65B); background: linear-gradient(to bottom, #FFFED2, #FCD65B); 
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #C5190C;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    color: #FCD65B;
    margin-right: 20px;
}
/*加入特典*/
.tokuten_wrap {
    display: flex;
 position: relative;
}

.info_icon_circle {
    width: 159px;
    line-height: 53px;
    border-radius: 64%;
    border: solid px #f00;
    position: absolute;
    left: 109px;
    top: -20px;
    z-index: 100;
    background: #FF9800;
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-indent: 1em;
}
.tokuten_box {
    border: 2px solid #c5190c;
    padding-bottom: 20px;
    width: calc( 100% - 10px );
    box-sizing: border-box;
}
.tokuten_box + .tokuten_box {
    margin-left: 20px;
}
.tokuten_box h4 {
    background: #c5190c;
    color: #feea85;
    font-size: 1.5rem;
    padding: 10px 10px 5px;
    margin-bottom: 20px;
    position: relative;
}
.tokuten_box h4 span {
    font-size: 1rem;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #feea85;
    margin-bottom: 5px;
}
.tokuten_box h4 img.video {
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 23%;
    height: auto;
}
.tokuten_box h4 img.point {
    position: absolute;
    right: 10px;
    bottom: 7px;
    width: 17%;
    height: auto;
}
.tokuten_box p {
    margin: 0 20px;
    font-size: 1rem;
}
.tokuten_box p + p {
    margin-top: 10px;
}
.tokuten_box p span {
    color: #c5190c;
    font-weight: bold;
}
.tokuten_box p.notes {
    font-size: 12px;
    line-height: 1.4;
}

/*今すぐ加入ボタン*/
p.linkbtn {
    margin: 30px 0 5px;
}
p.linkbtn a {
	color: #fff;
	background: -moz-linear-gradient(bottom, #ba1409, #d74127); background: -webkit-linear-gradient(bottom, #ba1409, #d74127); background: linear-gradient(to top, #ba1409, #d74127); 
	display: inline-block;
	padding: 12px 30px 12px 12px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	position: relative;
    font-size: 1.875rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    outline: 1px solid #feea85;
    outline-offset: -5px;
}
p.linkbtn a:hover {
    background: -moz-linear-gradient(top, #ba1409, #d74127); background: -webkit-linear-gradient(top, #ba1409, #d74127); background: linear-gradient(to bottom, #ba1409, #d74127); 
}

p.linkbtn a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 4px solid #feea85;
    border-right: 4px solid #feea85;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 36%;
    right: 20px;
}
p.linkbtn_txt {
    text-align: center;
    margin-bottom: 30px;
}

/*特典詳細*/
#lp_page h3{
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
    font-size: 1.5rem;
    margin: 0 0 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c5190c;
    background: #fff;
    padding-right: 10px;
}
#lp_page h3 span {
    display: block;
    font-size: 1rem;
    background: #feea85;
    padding: 20px 0 20px 10px;
    margin-right: 30px;
    position: relative;
    color: #333;
}
#lp_page h3 span:after {
    position: absolute;
    content: '';
    right: -2em;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 2em transparent;
    border-top: solid 4em #feea85;
}
/*テーブル*/
#lp_page table {
    border-collapse: collapse;
    margin: 20px 0;
}
#lp_page table caption span {
    color:#c5190c;
    font-weight: bold;
}
#lp_page th, #lp_page td {
    padding: 10px;
    border: 1px solid #333;
}
#lp_page th {
    background: #feea85;
    text-align: center;
    font-weight: bold;
}
#lp_page td {
    text-align: right;
    background: #fff;
} 

/*申請ボタン*/
p.shinsei_btn {
    margin: 20px 0;
    text-align: center;
}
p.shinsei_btn a {
	color: #333;
	border: 2px solid #333;
	display: inline-block;
	padding: 12px 30px 12px 12px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	position: relative;
    box-sizing: border-box;
    text-align: center;
    background: #feea85;
}

p.shinsei_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 38%;
    right: 10px;
}

/*注意事項*/
ul.notes {
    padding: 10px;
    background: #fff;
}
ul.notes li {
    padding-left:1em;
    text-indent: -1em;
}
ul.notes li span {
    color: #c5190c;
}

#lp_page h5 {
    margin: 20px 0 5px;
}

/*還元*/
.kangen_point_wrap {
    background: #fff;
    padding: 10px;
}
.kangen_txt {
    color: #c5190c;
    font-weight: bold;
    font-size: 120%;
}
.kangen_point {
    background: #c5190c;
    padding: 10px;
    color: #fff;
    margin-top: 10px;
}
.kangen_point p {
    text-align: right;
}
.kangen_point p a {
    color: #fff;
}

/*よくある質問*/
.qabox {
    margin: 10px 0 20px;
    border: 1px solid #333;
    padding: 20px;
    overflow: hidden;
}
.qabox .answer, .qabox .quest {
    float: left;
    color: #fff;
    padding: 5px;
    margin-right: 0.5em;
    width: 2em;
    box-sizing: border-box;
    clear: left;
    margin-bottom: 5px;
    border-radius: 3px;
}
.qabox .quest {
    background: #333;
}
.qabox .answer {
    background: #c5190c;
}
.qabox dd {
    float: left;
    padding: 5px 0;
    width: calc( 100% - 2.5em );
}
.qabox dd + .quest {
    margin-top: 10px;
}
.qabox .quest + dd  {
    margin-top: 10px;
}
.qabox .quest:first-child + dd {
    margin-top: 0;
}




/*-------------------------------------
	ボックスが伸びるおまじない
---------------------------------------*/

.cl {
	display: inline-block;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
#Header {
	min-width: 320px;
}
#Header .inner {
	height: 40px;
	width: 100%;
}
#Header .logo {
	position: static;
}
#Header .logo img {
	height: auto;
	width: 50%;
}
#Header h1,
#Header ul.navi,
#Header .keyword,
#Header .btn,
#Globalnavi,
#headsearchBox,
.leadSection,
.leadSectionInner,
.breadCrumb {
	display: none !important;
}

body {
	min-width: 320px!important;
    width: 100%!important;
}
#container, #wrapper {
	width:100% !important;
}
#container #lp_page {
	margin-top: 10px;
    width: 96%;
}
.sectionBox img , .bnrBox img{
	width: 100%;
	height: auto;
}	
.sectionBox li + li {
	margin-top: 0.5em;
}
.sectionBox p + p {
	margin-top: 0.5em;
}
	
/*-------------------------------------
　フッター周り
---------------------------------------*/
#pagetop {
	bottom: 10px;
	right: 10px;
}

.footerTagline {
	margin-bottom: 4px;
	padding: 0% 2%;
	text-align: left;
	font-size: 90%;
	line-height: 140%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks {
	display: none;
}

.footerTagline,
#footer,
#footerNav2,
#footerLinks #footerLinks_Nav,
#footerLinks #footerLinks_NavParts,
#footerCopy,
#footerCopy p.copyright {
	width: 100%;
	min-width: 100%;
}

#footer {
	padding: 9px 0px 7px 0px;
}

#footerLinks ul {
	float: none;
}

#footerCopy p.copyright a {
	display: block;
	margin-bottom: 7px;
}

#footerLinks ul {
	margin: 12px 0px 0px 5px;
}

#footerLinks ul li {
	display: inline-table;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks ul li.catName,
#footerLinks ul li.noLink {
		width: 90%;
}

#footerNav2 ul {
	margin: 0% 4%;
}

#footerNav2 li {
	display: inline-table;
	width: 49%;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerNav2 li:first-of-type {
	margin-bottom: 9px !important;
}

#splink_footer {
	display: none !important;
}

#footerCopy p.copyright {
	text-align: center;
	font-size: 80%;
}
 


/*-------------------------------------
　コンテンツ
---------------------------------------*/
 #lp_page {
	font-size: 14px;
}   
.pconly {display: none;}
.sponly {display: block;}

    #title_wrap {
        background: none;
    }
    #title::after , #title::before {
        content: "";
    }
    
    /*加入特典*/
    .tokuten_wrap {
        flex-direction:column;
    }
    .tokuten_box {
        width: 100%;
    }
    .tokuten_box + .tokuten_box {
        margin-top: 20px;
        margin-left: 0;
    }
    .tokuten_box h4 img.video {
    bottom: 45px;
    width: 19%;
    }
    .tokuten_box h4 span {
        font-size: 16px;
        font-weight: normal;
        display: block;
        border-bottom: 1px solid #feea85;
        margin-bottom: 5px;
    }
    .tokuten_box h4 img.point {
        position: absolute;
        right: 10px;
        bottom: 7px;
        width: 17%;
        height: auto;
    }
	
    /*特典詳細*/
    #lp_page h3{
         flex-direction:column;
        padding-right: 0;
    }
    #lp_page h3 span {
        padding: 5px 0 5px 10px;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    #lp_page h3 span:after {
        content: none;
    }
    
    /*テーブル*/
    .scrollTable {
    overflow: auto;
    margin-bottom:20px;
      }
      .scrollTable table{
        width:100%;
        margin-bottom:0;
      }
      .scrollTable::-webkit-scrollbar{
        height: 10px;
      }
      .scrollTable::-webkit-scrollbar-track{
        background: #EEE;
      }
      .scrollTable::-webkit-scrollbar-thumb {
        background: #999;
      }
    
    /*還元*/
    .kangen_point p {
    text-align: left;
    }
    /*キャンペーン*/
    .camp_box {
        flex-direction: column;
        text-align: center;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
    }
    .circle {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
}/*消さない*/