@charset "UTF-8";
#gsclub.inner{
	width: 100%;
	padding: 100px 0 0;
}

.breadcrumbs{
	width: 1200px;
	padding: 24px 61px;
	margin: 0 auto;
}

.inner-wrap{
	width: 982px;
	margin: 0 auto;
}

#visual{
	text-align: center;
}

#visual p{
	padding: 24px 0;
}


section .annotation{
	font-size: 12px;
	font-size: 1.2rem;
}

section p{
	margin-bottom: 1rem;
}

/* SECTION 1
-----------------------------------*/
section#sec1{
	position: relative;
	width: 820px;
	margin: 0 auto;
}

section#sec1 h3{
	display: inline-block;
	color: #AC7500;
	vertical-align: middle;
	font-size: 27px;
	font-size: 2.7rem;
	border-bottom: 1px solid #AC7500;
	margin-bottom: 15px;
}

section#sec1 h3.mt{
	margin-top: 30px;
}

section#sec1 h3 span{
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	vertical-align: middle;
	padding-bottom: 7px;
	padding-left: 15px;
}

section#sec1 h3 + p{
	font-size: 18px;
	font-size: 1.8rem;
}

section#sec1 #freeimage{
	position: absolute;
	right: 0;
	top: -20px;
}

section#sec1 .exsample{
	font-size: 13px;
	font-size: 1.3rem;
}

section#sec1 .example-big{
	font-size: 18px;
	font-size: 1.8rem;
	padding: 20px 0;
}

section#sec1 .st{
	font-weight: bold;
	color: #AC7500;
}

section#sec1 #point-table-wrap{
	position: relative;
}

section#sec1 #point-table-wrap h4{
	font-size: 19px;
	color: #C3000A;
	font-weight: bold;
	position: relative;
	left: 275px;
}

.point-table{
	margin-bottom: 15px;
}

.point-table th{
	text-align: center;
	vertical-align: middle;
}

.point-table th.th1{
	background-color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}

.point-table th.th2{
	font-size: 14px;
	font-size: 1.4rem;
}

.point-table th.th2 img{
	vertical-align: middle;
	margin-right: 10px;
}

.point-table th.th3{
	font-size: 13px;
	font-size: 1.3rem;
}

.point-table td{
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.point-table td span{
	font-size: 20px;
	font-size: 2.0rem;
}

.point-table td .tax{
	font-size: 10px;
	font-size: 1.0rem;
}


.point-table td.td2,
.point-table td.td3{
	background-color: #fdfaf7;
}

.point-table .club-top{
	border-top: 2px dashed #D8200D;
	border-left: 2px dashed #D8200D;
	border-right: 2px dashed #D8200D;
}
.point-table .club-left{
	border-left: 2px dashed #D8200D;
}
.point-table .club-right{
	border-right: 2px dashed #D8200D;
}
.point-table .club-last{
	border-bottom: 2px dashed #D8200D;
}

/* SECTION 2
-----------------------------------*/
section#sec2{
	position: relative;
	width: 820px;
	margin: 50px auto;
}

section#sec2 h2{
	text-align: center;
	margin-bottom: 35px;
}

section#sec2 .row{
	display: flex;
	margin-bottom: 35px;
}

section#sec2 .row .left{
	width: 620px;
}

section#sec2 .row .right{
	width: 200px;
	text-align: right;
}

section#sec2 .row .left h3{
	position: relative;
	color: #fff;
	background: #a17000;
	background: -moz-linear-gradient(left, #a17000 0%, #794b00 100%);
	background: -webkit-linear-gradient(left, #a17000 0%,#794b00 100%);
	background: linear-gradient(to right, #a17000 0%,#794b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a17000', endColorstr='#794b00',GradientType=1 );
	text-align: center;
	padding: 11px 0;
	line-height: 100%;
}

section#sec2 .row .left h3 img{
	position: absolute;
	top: -9px;
	left: 97px;
}

section#sec2 .row .left ul{
	padding: 20px 47px;
	background-color: #fbf6ef;
}

section#sec2 .row .left ul li{
	margin: 12px 0;
	display: table;
	width: 100%;
}

section#sec2 .row .left ul li .num{
	display: table-cell;
	background-color: #af8000;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	line-height: 19px;
    padding: 6px 0 4px;
}
section#sec2 .row .left ul li .txt{
	display: table-cell;
	width: 496px;
	padding: 0 0 0 23px;
	line-height: 120%;
	font-size: 20px;
	font-size: 2.0rem;
	vertical-align: middle;
}

section#sec2 .row .left ul li .txt span{
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
}

/* VERSION
-----------------------------------*/
section#version{
	width: 820px;
	margin: 0 auto 60px;
}
section#version h2{
	background-color: #543921;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	line-height: 100%;
	padding: 12px 0;
}
section#version .padding{
	border: 1px solid #543921;
	padding: 30px 55px;
}
section#version .ver{
	display: flex;
	font-size: 2rem;
	justify-content: center;
	margin-bottom: 25px;
}
section#version .ver div{
	margin: 0 20px;
}
section#version .ver span{
	display: inline-block;
	line-height: 100%;
	padding: 8px 0;
	text-align: center;
	width: 116px;
	color: #fff;
	font-size: 1.8rem;
	margin-right: 15px;
}
section#version .ver .iphone span{
	background-color: #ec7d31;
}
section#version .ver .android span{
	background-color: #91bf50;
}

section#version p{
	text-align: center;
}

section#version p .an{
	font-size: 1.3rem;
}

section#version hr{
	margin: 26px 0;
}

section#version h3{
	position: relative;
	text-align: center;
	margin-bottom: 1rem;
}

section#version h3::before{
	content: "";
	display: block;
	position: absolute;
	left: 95px;
	top: 7px;
	width: 0;
	height: 0;
	border-left: 11px solid #543921;
	border-right: 11px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

section#version b{
	color: #C2000A;
}

	
/* FAQ
-----------------------------------*/
#faq{
	background-color: #eeeeee;
	padding-bottom: 70px;
}

#faq h2{
	text-align: center;
	padding: 40px 0 30px;
	letter-spacing: 2px;
}

#faq h2 span{
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	font-weight: bold;
}

#faq #fax-boxs{
	width: 820px;
	margin: 0 auto;
}

#faq #fax-boxs .box{
	background-color: #fff;
	margin-bottom: 2rem;
}

#faq #fax-boxs .box h3{
	padding: 10px 10px 10px 77px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	background: #8e5f1d url('/image/gsclub/icon-q.png') no-repeat left 30px center;
}

#faq #fax-boxs .box .answer{
	padding: 27px 27px 27px 77px;
	background: #fff url('/image/gsclub/icon-a.png') no-repeat left 30px top 30px;
}

#faq #fax-boxs .box .answer .attention{
	color: #C22100;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

#faq #fax-boxs .box .answer ul{
	list-style: disc;
	padding-left: 25px;
	font-size: 16px;
	font-size: 1.6rem;
}

#faq #fax-boxs .box .answer .min{
	font-size: 16px;
	font-size: 1.6rem;
}

/* CONTACT
-----------------------------------*/
section#contact{
	background-color: #4a2920;
	border: 1px solid #9d6f0c;
	padding: 5px;
	width: 820px;
	margin: 50px auto 0;
}

section#contact .in{
	border: 1px solid #9d6f0c;
	text-align: center;
	padding: 30px;
}

section#contact .in p{
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

/* TERMS
-----------------------------------*/
#terms{
	width: 820px;
	margin: 0 auto;
}

#terms h2 .jp{
	font-size: 13px;
	font-size: 1.3rem;
	vertical-align: middle;
}

#terms h3{
	font-size: 13px;
	font-size: 1.3rem;
	margin: 2rem 0 1rem;
}

#terms h4{
	font-size: 13px;
	font-size: 1.3rem;
}

#terms p{
	font-size: 13px;
	font-size: 1.3rem;
}

#terms .point-table{
	margin-bottom: 2rem;
}

#terms table{
	width: auto;
	margin-bottom: 1em;
}

#terms ol{
	padding-left: 18px;
}

#terms ol li{
	list-style-type: decimal;
	font-size: 13px;
	font-size: 1.3rem;
}



/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {
#gsclub.inner{
	padding: 0;
}

.inner-wrap{
	width: 100%;
}

.breadcrumbs{
	width: 100%;
	padding: 10px 10px;
}

main.sub h1 span {
    font-size: 1.8rem;
}

#visual h2{
    font-size: 1.8rem;
}

#visual p{
	padding: 20px 0;
	padding: 0 10px;
	font-size: 1.2rem;
}

section#sec1{
	width: 100%;
}

section#sec1 #freeimage{
	position: static;
	text-align: center;
	padding: 20px 0;
}

section#sec1 h3{
	font-size: 1.8rem;
}

section#sec1 h3.mt{
	margin-top: 10px;
}

section#sec1 h3 + p{
	font-size: 1.4rem;
}

section#sec1 .exsample{
	font-size: 1.0rem;
}

section#sec1 .example-big{
	font-size: 1.4rem;
	padding: 1rem 0;
}

section#sec1 .st {
	font-size: 1.4rem;
}


section#sec2{
	width: 100%;
	margin: 20px 0;
	padding: 0 10px;
}

section#sec2 h2{
	margin-bottom: 10px;
	padding: 0 10px;
}

section#sec2 .row{
	display: block;
}

section#sec2 .row .left h3 img{
	display: none;
}

section#sec2 .row .left{
	width: 100%;
}

section#sec2 .row .left ul{
	padding: 10px;
}

section#sec2 .row .right{
	display: none;
}

section#sec2 .row .left ul li .num{
	font-size: 1.4rem;
}

section#sec2 .row .left ul li .txt{
	width: 92%;
	font-size: 1.3rem;
	padding: 0 0 0 18px;
}

section#sec2 .row .left ul li .txt span{
	font-size: 1.0rem;
}

section#version{
	padding: 0 10px;
	width: 100%;
}

section#version h2{
	font-size: 1.8rem;
}

section#version .padding{
	padding: 15px;
}

section#version .ver{
	display: block;
}

section#version .ver div{
	margin: 5px 0;
	font-size: 1.6rem;
}

section#version .ver span{
	font-size: 1.4rem;
}

section#version p{
	text-align: left;
	font-size: 1.4rem;
}

section#version h3{
	font-size: 1.6rem;
}

section#version h3::before{
	content: none;
}

#faq {
	padding: 0 10px 40px;
}

#faq h2{
	padding: 15px;
}

#faq #fax-boxs{
	width: 100%;
}

#faq #fax-boxs .box{
	margin-bottom: 1rem;
}

#faq #fax-boxs .box h3{
	padding-left: 40px;
	background-position: left 10px top 15px;
	background-size: 20px;
	font-size: 1.4rem;
}

#faq #fax-boxs .box .answer{
	padding: 15px 15px 15px 40px;
	background-position: left 10px top 19px;
	background-size: 20px;
	font-size: 1.2rem;
}

#faq #fax-boxs .box .answer .attention{
	font-size: 1.2rem;
}

#faq #fax-boxs .box .answer ul{
	font-size: 1.2rem;
}

#faq #fax-boxs .box .answer .min{
	font-size: 1.2rem;
}

section#contact{
	width: 100%;
}

section#contact .in p{
	font-size: 1.6rem;
}

#terms{
	width: 100%;
}

#terms h2 .en{
	font-size: 1.6rem;
}

}