@charset "UTF-8";

h1, h2, h3, h4 {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-weight: 300;
    letter-spacing: 0.02em;
}

/*  #header  */
#header {
	
}
#header .nameSet {
	width:18.27%;
	float:right;
	margin:1.3% 2% 0 0;
	background:#f1f1f1;
	border-radius:15px;
}
#header .nameSet dt {
	width:16.85%;
	display:inline-block;
	margin:0 -2px;
	vertical-align:middle;
}
#header .nameSet dd {
	width:83.15%;
	display:inline-block;
	margin:0 -2px;
	vertical-align:middle;
	box-sizing:border-box;
	padding:0 8px;
}

/* #mainBody */
#mainBody {
	max-width:1040px;
	margin:0 auto;
	clear:both;
	background-size:100% auto;
	padding-bottom:80px;
}

/* .subArea */
.subArea {
	width:24%;
	padding-top:90px;
	float:left;
}
.subArea .sbtn {
	width:85%;
	margin:0 auto;
	padding-bottom:30px;
}
.subArea .sbtn a {
	display:block;
	background:#eba036;
	color:#fff;
	text-align:center;
	padding:12px 0;
	border-radius:5em;
	text-decoration:none;
	border:#eba036 2px solid;
	box-sizing:border-box;
	cursor: pointer;
	transition: background-color .3s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.subArea .stit {
	background:#0a98c6;
	padding:10px 8.5%;
}
.subArea .stit span {
	display:block;
	position:relative;
	color:#fff;
	font-weight:bold;
	padding:2px 0 2px 16.5%;
}
.subArea .stit span:before {
	content: "\f0c9" ;
	position: absolute;
	font-size:120%;
	line-height:1.5;
	margin:0;
	left:0;
	color: #fff ;
	font-weight:normal;
	font-family: FontAwesome ;
}
.subArea .snavi {
	width:98%;
}
.subArea .snavi li {
	border-bottom:#e8e8e8 1px solid;
}
.subArea .snavi li a {
	color:#4d4d4d;
	text-decoration:none;
	display:block;
	padding:11px 8%;
}
.subArea .snavi li a span {
	position:relative;
	display:inline-block;
	padding:4px 0 5px 34px;
}
.subArea .snavi li.ico01 a span:before {
	content: "\f015" ;
	position: absolute;
	font-size:120%;
	line-height:1.5;
	left:0;
	color: #717171 ;
	font-family: FontAwesome ;
}
.subArea .snavi li.ico02 a span:before {
	content: "\f007" ;
	position: absolute;
	font-size:120%;
	line-height:1.5;
	left:0;
	color: #717171 ;
	font-family: FontAwesome ;
}
.subArea .snavi li.ico03 a span:before {
	content: "\f1da" ;
	position: absolute;
	font-size:120%;
	line-height:1.5;
	left:0;
	color: #717171 ;
	font-family: FontAwesome ;
}
.subArea .snavi li.ico04 a span:before {
	content: "\f145" ;
	position: absolute;
	font-size:120%;
	line-height:1.5;
	left:0;
	color: #717171 ;
	font-family: FontAwesome ;
}
.subArea .snavi li.ico05 a span:before {
	content: "\f27a" ;
	position: absolute;
	font-size:120%;
	line-height:1.5;
	left:0;
	color: #717171 ;
	font-family: FontAwesome ;
}
.subArea .snavi li.ico06 a span:before {
	content: "\f29c" ;
	position: absolute;
	font-size:120%;
	line-height:1.5;
	left:0;
	color: #717171 ;
	font-family: FontAwesome ;
}
.subArea .snavi li.ico07 a span:before {
	content: "\f08b" ;
	position: absolute;
	font-size:120%;
	line-height:1.5;
	left:0;
	color: #717171 ;
	font-family: FontAwesome ;
}

/* .mainArea */
.mainArea {
	width:76%;
	padding-top:60px;
	float:right;
}
.mainArea .main {
	width:94%;
	margin:0 auto;
}
.mainArea .mtxt {
	padding-bottom:30px;
}
/* .entArea */
.entArea {
	width:80%;
	padding-top:60px;
	margin:0 auto;
}
.entArea .main {
	width:94%;
	margin:0 auto;
}
.entArea .mtxt {
	padding-bottom:30px;
}

/* .headTitle */
.headTitle03 {
	position:relative;
	color:#0a98c6;
	letter-spacing:0.1em;
	padding:1.3em 0 .8em 1.3em;
}
.headTitle03:before {
	content: "\f007" ;
	position: absolute;
	font-size:110%;
	line-height:1.55;
	left:0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.headTitle04 {
	background:#0a98c6;
	color:#fff;
	letter-spacing:0.1em;
	padding:6px 2%;
	margin-bottom:1em;
}
.headTitle05 {
	width:100%;
	background:#e8e8e8;
	border:#e8e8e8 1px solid;
	color:#4d4d4d;
	padding:6px 2%;
	box-sizing:border-box;
}
.helpTitle {
	position:relative;
	color:#0a98c6;
	letter-spacing:0.1em;
	padding:1.3em 0 .8em 1.4em;
}
.helpTitle:before {
	content: "\f29c" ;
	position: absolute;
	font-size:115%;
	line-height:1.55;
	left:0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.infoTitle {
	position:relative;
	color:#0a98c6;
	letter-spacing:0.1em;
	padding:1.3em 0 .8em 1.4em;
}
.infoTitle:before {
	content: "\f27a" ;
	position: absolute;
	font-size:110%;
	line-height:1.55;
	left:0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.historyTitle {
	position:relative;
	color:#0a98c6;
	letter-spacing:0.1em;
	padding:1.3em 0 .8em 1.4em;
}
.historyTitle:before {
	content: "\f1da" ;
	position: absolute;
	font-size:110%;
	line-height:1.55;
	left:0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.beginnerTitle {
	position:relative;
	color:#0a98c6;
	letter-spacing:0.1em;
	padding:1.3em 0 .8em 1.2em;
}
.beginnerTitle:before {
	content: "\f132" ;
	position: absolute;
	font-size:110%;
	line-height:1.6;
	left:0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.hbTitle {
	position:relative;
	color:#0a98c6;
	letter-spacing:0.1em;
	padding:1.3em 0 .8em 1.4em;
}
.hbTitle:before {
	content: "\f19c" ;
	position: absolute;
	font-size:100%;
	line-height:1.65;
	left:0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.hidTitle {
	position:relative;
	color:#0a98c6;
	letter-spacing:0.1em;
	padding:1.3em 0 .8em 1.4em;
}
.hidTitle:before {
	content: "\f2c3" ;
	position: absolute;
	font-size:100%;
	line-height:1.7;
	left:0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.entTitle {
	position:relative;
	color:#0a98c6;
	letter-spacing:0.1em;
	padding:1.3em 0 .8em 1.4em;
}
.entTitle:before {
	content: "\f06b" ;
	position: absolute;
	font-size:125%;
	line-height:1.35;
	left:0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}

/* .changBtn */
.changBtn {
	position: relative;
	text-align:right;
	padding:0 1% 12px;
}
.changBtn a {
	min-width:16%;
	display:inline-block;
	background:#0a98c6;
	color:#fff;
	text-align:right;
	text-decoration:none;
	border-radius:5px;
	letter-spacing:0.1em;
	padding:3px 4% 3px 0;
	box-sizing:border-box;
	transition: background-color .3s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.changBtn a:before {
	content: "\f101";
	position: absolute;
	font-size: 160%;
	line-height: 1.05;
	margin: 0;
	right: 2%;
	color: #fff;
	font-family: FontAwesome;
}

/* .registSet */
.registSet {
	padding-bottom:28px;
}
.registSet.pbE {
	padding-bottom:58px;
}
.registSet table {
	width:100%;
	clear:both;
	border-top:#e8e8e8 1px solid;
	border-left:#e8e8e8 1px solid;
	margin-bottom:15px;
}
.registSet table th {
	width:20%;
	border-bottom:#e8e8e8 1px solid;
	border-right:#e8e8e8 1px solid;
	text-align:left;
	vertical-align:middle;
	background:#e5eff8;
	font-weight:normal;
	padding:8px 1.5%;
	box-sizing:border-box;
}
.registSet table td {
	border-bottom:#e8e8e8 1px solid;
	border-right:#e8e8e8 1px solid;
	padding:.5em .675em;
	text-align:left;
	vertical-align:middle;
	box-sizing:border-box;
}
.registSet table td.noBor {
	border-bottom:none;
}
.registSet table td.td01 {
	width:62%;
	border-right:none;
}
.registSet table td.td02 {
	width:53%;
	border-right:none;
}
.registSet table td.td03 {
	width:42%;
	border-right:none;
}
.registSet table th.th01 {
	letter-spacing:0;
}
.registSet table td a {
	color:#333;
}
.registSet table td .changBtn {
	padding-bottom:0;
	text-align:center;
}
.registSet table td .changBtn.pb {
	padding-bottom:12px;
}
.registSet table td .changBtn a {
	width:98%;
	padding-right:22%;
	color:#fff;
}
.registSet table td .changBtn a:before {
	padding-right:5.5%;
}
.registSet table td .changBtn.wid a {
	padding-right:13.5%;
	letter-spacing:0.1em;
}
.registSet table td .changBtn.wid a:before {
	padding-right:3%;
}
.registSet table td .txt01 {
	color:#eba036;
	font-weight:bold;
}
.registSet .txt02 {
	padding:0 1% 16px;
}
.registSet .txt02 a {
	color:#0a98c6;
}
.registSet table th.th01 p {
	padding:8px 0;
}
.registSet table td .changBtn.dif a {
	padding:3px 0;
	text-align:center;
}
.registSet table td .changBtn.dif a:before {
	display:none;
}
.registSet table td .txt03 {
	line-height:1.7;
}
.registSet table td .list03 li {
	padding:6px 0;
}
.registSet input[type="checkbox"] {
	margin:0 2% 0 0;
	padding:0;
	vertical-align:baseline;
}
.registSet table td .textarea01 {
	width:98%;
	font-size:16px;
	color:#4d4d4d;
	border:#e8e8e8 1px solid;
	padding:.5em .5em;
	margin:.2em 0 0 .3em;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.05);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing:border-box;
	height:140px;
}
.registSet .list01 {
	margin:0;
}
.registSet .list01 li {
	position:relative;
	padding:0 2% 0 4%;
	overflow:hidden;
}
.registSet .list01 li:before {
	content: "\f071" ;
	position: absolute;
	font-size:120%;
	margin:-1px 0 0 0;
	left:0;
	color: #eba036 ;
	font-family: FontAwesome ;
}
.registSet .list01 li.checked:before {
	content: "\f00c" ;
	position: absolute;
	font-size:120%;
	margin:-1px 0 0 0;
	left:0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.registSet .list01 li p {
	width:72%;
	margin:0 -2px;
	text-indent:-5.6em;
	padding-left:5.6em;
	box-sizing:border-box;
}
.botTxt {
	font-size:.875em;
	text-align:center;
	padding-bottom:1em;
}
.botTxt a {
	color: #0a98c6;
}

/* .numSet */
.numSet {
	padding:6px 1% 0 0;
	margin-bottom:-2px;
}
.numSet dl {
	width:100%;
	clear:both;
	padding-bottom:8px;
}
.numSet dl dt {
	width:63%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -2px;
	padding:0 3% 0 2%;
}
.numSet dl dd {
	width:32%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -2px;
	box-sizing:border-box;
}
.numSet dl dt input,
.numSet dl dd input {
	width:100%;
	border: #e8e8e8 1px solid;
	font-size:1em;
	padding:.5em .5em;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.05);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing:border-box;
}
.numSet dl dt input::placeholder,
.numSet dl dd input::placeholder {
	color:#c6c6c6;
}
/* .mypageSet */
.mypageSet {
	padding-top:30px;
}
.mypageSet .list01 {
	border-left:#e8e8e8 1px solid;
	border-right:#e8e8e8 1px solid;
	margin-bottom:40px;
}
.mypageSet .list01 li {
	position:relative;
	border-bottom:#e8e8e8 1px solid;
	padding:7px 2% 8px 5%;
	overflow:hidden;
}
.mypageSet .list01 li:before {
	content: "\f071" ;
	position: absolute;
	font-size:120%;
	margin:2px 0 0 8px;
	left:0;
	color: #eba036 ;
	font-family: FontAwesome ;
}
.list01 li.checked:before {
	content: "\f00c" ;
	position: absolute;
	font-size:120%;
	margin:1px 0 0 8px;
	left:0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.mypageSet .list01 li p {
	width:72%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -2px;
	text-indent:-5.6em;
	padding-left:5.6em;
	box-sizing:border-box;
}
.mypageSet .list01 li p.wid {
	width:auto;
}
.mypageSet .list01 li .links {
	width:29%;
	text-indent:0;
	padding-left:0;
	margin:0 -2% 0 0;
	text-align:right;
}
.mypageSet .list01 li .links a {
	position:relative;
	color:#0a98c6;
	padding-right:18px;
}
.mypageSet .list01 li .links a:hover {
	color:#0a98c6;
	text-decoration:underline;
}
.mypageSet .list01 li .links a:before {
	content: "\f101" ;
	position: absolute;
	font-size:120%;
	line-height:1.6;
	margin:0;
	right: 0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.mypageSet .list02 {
	border-right:#e8e8e8 1px solid;
	border-left:#e8e8e8 1px solid;
}
.mypageSet .list02 li {
	border-bottom: #e8e8e8 1px solid;
	padding:8px 10px;
}
.mypageSet .list02 li .dates {
	width:16%;
	display: inline-block;
	vertical-align: top;
	color:#a6a6a6;
}
.mypageSet .list02 .ico {
	width:12%;
	display: inline-block;
	background:#717171;
	color:#fff;
	font-size:0.8em;
	text-align:center;
	border:#717171 1px solid;
	line-height:1.4;
	margin-top:.3em;
	padding:.12em .12em;
}
.mypageSet .list02 .ico2 {
	width:12%;
	display: inline-block;
	background:#fff;
	color:#717171;
	font-size:0.8em;
	text-align:center;
	border:#717171 1px solid;
	line-height:1.4;
	margin-top:.3em;
	padding:.12em .12em;
}
.mypageSet .list02 .ico3 {
	width:12%;
	display: inline-block;
	background:#fff;
	color:#0a98c6;
	font-size:0.8em;
	text-align:center;
	border:#0a98c6 1px solid;
	line-height:1.4;
	margin-top:.3em;
	padding:.12em .12em;
}
.mypageSet .list02 li p {
	width:64%;
	display: inline-block;
	vertical-align: top;
	padding-left: 6%;
	word-break: break-all;
	overflow-wrap: break-all;
}
.mypageSet .list02 li p a {
	color:#4d4d4d;
}
.mypageSet .list02 li p a:hover {
	color:#0a98c6;
}
.mypageSet .txt01 {
	text-align:center;
	color:#666;
	padding:40px 0;
}
.mypageSet .txt01 a{
	color:#eba036;
}

/* .rateBox */
.ratetitle_mp {
	width:100%;
	margin:0 auto;
	padding-top:20px;

}
.ratetitle_mp ul {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	list-style: none;
}
.ratetitle_mp li {
	font-weight:normal;
	margin: 0 3px;
	padding: 10px;
	text-align:center;
	font-size:16px;
	color: #4d4d4d;
	border-bottom:#0a98c6 1px solid;
	flex:1;
}

.ratetitle_mp li:first-child {
	flex:1.2;
}
.ratetitle_mp .new {
	border-bottom:#eba036 1px solid;
}

.ratebox_mp {
	width:100%;
	margin:0 auto;
	padding:0;
}
.ratebox_mp img {
	width:86%;
	min-height:50px;
	border:#e8e8e8  1px solid;
	border-radius:3px;
}
.ratebox_mp ul {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	list-style: none;
}
.ratebox_mp li {
	padding:40px 10px;
	text-align:center;
	font-size:16px;
	margin:auto 3px;
	border-bottom:#0a98c6 1px solid;
	flex:1;
}
.ratebox_mp .new {
	border-bottom:#eba036 1px solid;
}
.ratebox_mp .num {
	margin: 0;
	padding-right:4px;
	text-align:center;
	font-size:32px;
	color: #0a98c6 ;
	flex:1;
}
.ratebox_mp li:first-child {
	color: #eba036;
	font-size:12px;
	color:#4d4d4d;
	flex:1.2;
}
.ratebox_mp .newnum {
	margin: 0;
	padding-right:4px;
	text-align:center;
	font-size:32px;
	color: #eba036;
	flex:1;
}
.ratebox_mp span {
	margin: 0;
	padding:0px;
	text-align:center;
	font-size:12px;
}
.ratetitle_mpSP {
	display:none;
}
.ratebox_mpSP {
	display:none;
}

.entBtn {
	text-align:center;
}
.entBtn li {
	width:34%;
	display:inline-block;
	padding:0 1%;
}
.entBtn li a {
	width:100%;
	display:block;
	text-align:center;
	border:#eba036 2px solid;
	background: #eba036;
	color:#fff;
	border-radius:5em;
	padding:5% 0;
	text-decoration:none;
	cursor:pointer;
    transition: background-color .3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.entBtn li a:hover {
	/* 20200325 opacity式に変更 */
	/*
	color:#fff;
	background:#f4ba66;
	border-color:#f4ba66;
	*/
	opacity: 0.7;
}
.entBtn.SP{
	display:none;
}
/* .remailSet */
.remailSet {
	padding-top:30px;
}
.remailSet .cont {
	border:#e8e8e8 1px solid;
	border-top:none;
	padding:2.5% 2%;
	box-sizing:border-box;
}
.remailSet .cont .txt01 {
	padding-bottom:1.5em;
}
.remailSet .cont .txt02 {
	text-indent:-1em;
	padding-left:1em;
	line-height:1.6;
	padding-bottom:18px;
}
.remailSet.use .cont .txt01 {
	padding-bottom:20px;
	line-height:1.7;
	margin-top:-5px;
}

/* .linkTxt */
.linkTxt {
	position:relative;
	text-align:right;
	padding:10px 0 25px;
	margin-bottom:10px;
}
.linkTxt a {
	color:#0a98c6;
	padding:0 3% 0 0;
	text-decoration:none;
}
.linkTxt a:before {
	content: "\f101" ;
	position: absolute;
	font-size:160%;
	line-height:1.1;
	margin:0;
	right:0;
	color:#0a98c6;
	font-family: FontAwesome ;
}

/* .inputSet */
.inputSet {
	padding-bottom:35px;
}
.remailSet.use .inputSet {
	padding-bottom:22px;
}
.inputSet dt {
	position:relative;
	width:18%;
	padding:0 0 .5em 1.5em;
	display:block;
}
.inputSet .mail:before {
	content: "\f003" ;
	position: absolute;
	font-size:110%;
	line-height:1.8;
	margin:0;
	left:0;
	color:#717171;
	font-family: FontAwesome ;
}
.inputSet dd {
	width:70%;
	display:inline-block;
	box-sizing:border-box;
}
.inputSet dd input {
	width:100%;
	color: #4d4d4d;
	border: #e8e8e8 1px solid;
	font-size:16px;
	padding:.5em .5em;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.05);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing:border-box;
}
.inputSet.dl01 dt {
	vertical-align:top;
	padding-top:6px;
}
.inputSet.dl01 dd {
	border:none;
}
.inputSet.dl01 dd p {
	border:#9f9f9f 1px solid;
	position:relative;
	margin-bottom:12px;
}
.inputSet.dl01 dd p:last-child {
	margin-bottom:0;
}
.inputSet.dl01 dd p span {
	top:25%;
	right:8px;
	position:absolute;
}
.inputSet.dl01 dd input {
	width:80%;
}

/* .editSet */
.editArea {
	padding-bottom:55px;
}
.editSet table {
	width:100%;
	clear:both;
	border-bottom:#e8e8e8 1px solid;
	border-right:#e8e8e8 1px solid;
	margin-bottom:24px;
}
.editSet table th {
	/* width:21%; */
	width:22%;
	border-top:#e8e8e8 1px solid;
	border-left:#e8e8e8 1px solid;
	font-weight:normal;
	text-align:left;
	box-sizing:border-box;
	vertical-align: middle;
	padding:18px 1.5%;
}
.editSet table th.conTit {
	width:27%;
}
.editSet table th p {
	position:relative;
}
.editSet table th.thP {
	padding:8px 1.5%;
}
.editSet table th p span.required {
	display:inline-block;
	vertical-align:text-top;
	background-color:#eba036;
	color:#fff;
	font-size: 70%;
	padding:2px 5px;
	margin:2px 0 0 10px;
	border-radius: 3px;
}
.editSet table th .mustTxt {
	background:#0999c8;
	color:#fff;
	position:absolute;
	right:-1%;
	letter-spacing:0;
	font-weight:normal;
	border-radius:3px;
	padding:2px 5px;
	line-height:1.2;
	margin-top:2px;
}
.editSet table td {
	border-top:#e8e8e8 1px solid;
	border-left:#e8e8e8 1px solid;
	padding:10px 3.5%;
	box-sizing:border-box;
	text-align:left;
	vertical-align:middle;
}
.editSet table td input[type="text"] {
	width:100%;
	color:#4d4d4d;
	border:#e8e8e8 1px solid;
	font-size:16px;
	padding:.5em .5em;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.05);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing:border-box;
}
.editSet table td input.text01 {
	color:#4d4d4d;
}
.editSet table td textarea {
	width:100%;
	color:#4d4d4d;
	border:#e8e8e8 1px solid;
	font-size:16px;
	padding:.5em .5em;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.05);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing:border-box;
}
.editSet table td select {
	width:100%;
	background-color:#fff;
	border:#e8e8e8 1px solid;
	color:#4d4d4d;
	font-size:16px;
	padding:.5em .5em;
	box-sizing:border-box;
}
.editSet table td select.text01 {
	width:36%;
}
.editSet table td input.text02 {
	width:36%;
	color:#4d4d4d;
}
.editSet table td input.text01::placeholder,
.editSet table td input.text02::placeholder {
	color:#c6c6c6;
}
.editSet table td p {
	padding: 1em 0 .5em;
}
.editSet table td .bsTtl {
	position:relative;
	padding: .5em 0 .5em 1.5em;
}
.editSet table td .bsTtl:before {
	content: "\f19c";
	position: absolute;
	line-height: 1.8;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.editSet table td .bosTtl {
	position:relative;
	padding: 1em 0 .5em 1.5em;
}
.editSet table td .bosTtl:before {
	content: "\f002";
	position: absolute;
	line-height: 1.8;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.editSet table td .bankimg {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	list-style: none;
}
.editSet table td .bankimg li {
	margin: 3px 6px 3px 0;
	text-align: center;
	border: #e8e8e8 1px solid;
	flex: 1;
}
.editSet table td .bankimg li:last-child {
	margin: 3px 0;
}
.editSet table td .bankimg li:hover {
	opacity:0.6;
	transition: .3s ease;
}
.editSet table td .list01 li {
	display:inline-block;
	padding-right:8%;
}
.editSet table td .list01 li input[type="radio"] {
	padding:0;
	margin:0 5px 0 0;
	vertical-align:baseline;
	cursor:pointer;
}
.editSet table td .list02 {
	width:67%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -2px;
}
.editSet table td .list02 li {
	display:inline-block;
	width:27%;
}
.editSet table td .list02 li .sel01 {
	width:78%;
	border:#e8e8e8 1px solid;
	display:inline-block;
	font-size:16px;
	margin-right:4%;
}
.editSet table td .tabTxt {
	width:36%;
	display:inline-block;
	vertical-align:middle;
	color:#990000;
	margin-right:-6%;
	text-indent:-1em;
	padding-left:1em;
}

/* .bankSelect */
table#bankSelect{
	text-align:center;
	border:1px solid #9f9f9f;
	margin-top:3px;

}
table#bankSelect th{
	text-align:center;
	vertical-align:middle;
	background-color:#0999C8;
	color:#fff;
	border:1px solid #e8e8e8;
	padding:4px;;
	margin:0;
	font-size:18px;
	display:table-cell;
}
table#bankSelect td{
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #e8e8e8;
	padding:4px;;
	margin:0;
	font-size:18px;
	display:table-cell;
	width:10%;
}
table#bankSelect a{
	color:#0a98c6;
}
table#bankSelect td:hover{
	background-color:#e8e8e8;
}

/* .emailSet */
.emailSet .cont {
	padding:0 2%;
	box-sizing:border-box;
}
.emailSet .cont .txt01 {
	padding-bottom:1.5em;
}
.emailSet .cont .txt02 {
	text-indent:-1em;
	padding-left:1em;
	line-height:1.6;
	padding-bottom:18px;
}
.emailSet.use .cont .txt01 {
	padding-bottom:20px;
	line-height:1.7;
	margin-top:-5px;
}
.emailSet dl {
	padding-bottom:35px;
}
.emailSet dt {
	position: relative;
	width: 24%;
	padding: 0 0 .5em 1.5em;
	display: block;
}
.emailSet dd {
	width:70%;
	display:inline-block;
	box-sizing:border-box;
}
.emailSet dd input {
	width:100%;
	color:#4d4d4d;
	border:#e8e8e8 1px solid;
	font-size:16px;
	padding:.5em .5em;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.05);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing:border-box;
}
.emailSet .mail:before {
	content: "\f003";
	position: absolute;
	font-size: 110%;
	line-height: 1.8;
	margin: 0;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.emailSet .cont .txt02 {
	text-indent:-1em;
	padding-left:1em;
	line-height:1.6;
	padding-bottom:18px;
}

/* .passSet */
.passSet .cont {
	padding:0 2%;
	box-sizing:border-box;
}
.passSet .cont .txt01 {
	padding-bottom:1.5em;
}
.passSet .cont .txt02 {
	text-indent:-1em;
	padding-left:1em;
	line-height:1.6;
	padding-bottom:18px;
}
.passSet.use .cont .txt01 {
	padding-bottom:20px;
	line-height:1.7;
	margin-top:-5px;
}
.passSet dl {
	padding-bottom:1em;
}
.passSet dt {
	position: relative;
	width: 100%;
	padding: 0 0 .5em 1.5em;
	display: block;
}
.passSet dd {
	width:70%;
	display:inline-block;
	box-sizing:border-box;
}
.passSet dd input {
	width:100%;
	color:#4d4d4d;
	border:#e8e8e8 1px solid;
	font-size:16px;
	padding:.5em .5em;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.05);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing:border-box;
}
.passSet input.text01::placeholder {
	color:#c6c6c6;
	font-size:14px;
}
.passSet .key:before {
	content: "\f084";
	position: absolute;
	font-size: 110%;
	line-height: 1.8;
	margin: 0;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.passSet .lock:before {
	content: "\f023";
	position: absolute;
	font-size: 125%;
	line-height: 1.5;
	margin-left: .15em;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.passSet .cont .txt02 {
	text-indent:-1em;
	padding-left:1em;
	line-height:1.6;
	padding-bottom:18px;
}

/* .upSet */
.registSet {
	padding-bottom:28px;
}
.upSet p {
	padding: 0 .2em 1.5em;
}
.upSet a {
	color: #0a98c6;
}
.upSet ul {
	border:#e8e8e8 1px solid;
	padding:1% 2%;
	margin-bottom:1.5em;
}
.upSet li {
	line-height:2;
}
.upSet .att {
	color:#eba036;
	font-weight:bold;
}
.upSet .pidAva {
	position: relative;
	padding: 0 0 .5em 1.7em;
}
.upSet .pidAva:before {
	content: "\f2c3";
	position: absolute;
	font-size:110%;
	line-height: 1.7;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.upSet .auDoc {
	position: relative;
	padding: 0 0 .5em 1.7em;
}
.upSet .auDoc:before {
	content: "\f0f6";
	position: absolute;
	font-size:110%;
	line-height: 1.7;
	margin-left:.2em;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}

/* .listUpload */
.listUpload {
	margin:0 -1%;
}
.listUpload li {
	width:33.33%;
	float:left;
	padding:0 1% 46px;
	box-sizing:border-box;
	text-align:right;
}
.listUpload li div {
	background:#e8e8e8;
	padding:7% 7.25% 2.5%;
	text-align:center;
}
.listUpload li span {
	display: inline-block;
	padding: 5px 0;
}
.listUpload li div .img {
	padding-bottom:15px;
}
.listUpload li div .img img {
    border-radius:4px;
}
.listUpload li .file {
	position:relative;
	display:inline-block;
	background:#eba036;
	border:1px solid #eba036;
	padding:2% 10%;
	overflow:hidden;
	color:#fff;
	border-radius: .3em;
	text-decoration:none;
	text-indent:0;
	font-size:80%;
	line-height:1.4;
}
.listUpload li .file input {
	position:absolute;
	font-size:100px;
	right:0;
	top:0;
	opacity:0;
	cursor:pointer;
}

/* .couponSet */
.couponSet {
	padding-bottom:12px;
}
.couponSet .cTxt {
	line-height:1.8;
	padding-bottom:24px;
}
.registSet.couponSet table td .txt01 {
	font-weight:normal;
	padding-top:8px;
}
.registSet.couponSet table .tdCou01 {
	width:60%;
	border-right:none;
	padding-top:14px;
	padding-bottom:14px;
}
.registSet.couponSet table .tdCou02 {
	text-align:center;
	padding:0;
	font-weight:bold;
}

/* .newList */
.newList {
	width:100%;
	padding-top:0;
}
.newList li span,
.newList li p {
	margin: 0 -2px;
}
.newList li .dates {
	width:14.5%;
	margin-top:.1em;
	color:#a6a6a6;
}
.newList li .ico {
	line-height:1.4;
	margin-top:.3em;
	padding:.1em .12em;
}
.newList li .ico2 {
	line-height:1.4;
	margin-top:.3em;
	padding:.1em .12em;
}
.newList li .ico3 {
	line-height: 1.4;
	margin-top: .3em;
	padding: .1em .12em;
}
/* .newsDetail */
.newsDetail {
	width:76%;
	padding: 60px 0 64px;
    float: right;
}
.newsDetail .cont {
    width: 94%;
}
.newsDetail .addart {
    width: 94%;
    margin: 0 auto;
    padding-top: 4em;
}

/* .helpSet */
.helpSet {
	padding:0 .5em 1.2em;
}
.helpSet .list01 {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.helpSet .list01 li {
	padding-bottom:.3em;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	flex-basis: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.helpSet .list01 li a {
	color:#0a98c6;
	text-decoration:none;
}

/* .mpfaqSet */
.mpfaqSet {
	width:98%;
	margin: 0 auto;
	position: relative;
}
.mpfaqSet .mpfaqList {
	border-bottom: #e8e8e8 1px solid;
}
.mpfaqSet .mpfaqList li {
	border-bottom: #e8e8e8 1px solid;
}
.mpfaqList li:last-child {
	border: none;
}
.mpfaqSet .mpfaqList h3 i {
	color: #0a98c6;
	font-size: 40px;
	float: right;
	line-height: 28px;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.mpfaqList h3.open i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mpfaqSet .title {
	font-weight:normal;
	padding:1em 0;
}
.mpfaqSet .title span {
	width: 90%;
	display: inline-block;
	color: #0a98c6;
	line-height: 1.6;
	vertical-align: middle;
	margin-left: -4px;
	padding: 0 0 0 3%;
}
.mpfaqSet .title .ico {
	width: 3.2%;
	display: inline-block;
	color: #0a98c6;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0 -4px 0 0;
}
.mpfaqSet .trigger {
	cursor:pointer;
}
.mpfaqSet .mpanwSet {
	display:none;
}
.mpfaqSet .mpanwSet a {
    color: #0a98c6;
}
.mpfaqSet .mpanwSet .tit {
	width: 3.2%;
	float: left;
}
.mpfaqSet .mpanwSet div {
	width: 89.5%;
	float: right;
	padding: 0 5.4% 0 1.9%;
	line-height: 1.6;
}
.mpfaqSet .mpanwSet .txt {
	padding-bottom: 16px;
}

/* .btnList */
.btnList li {
	width:34%;
}
.btnList li.corB02 {
	width:30%;
}
.btnList li.corB02 a,
.btnList li.corB02 .button01 {
	font-size:1em;
	border-radius:5px;
	font-weight:normal;
	padding:2.5% 0;
}

.btnList li.corB02 a,
.btnList li.corB02 .button02 {
	width: 100%;
	display: block;
	text-align: center;
	border: #0a98c6 2px solid;
	background: #fff;
	color: #0a98c6;
	font-size:1em;
	border-radius:5px;
	font-weight:normal;
	padding:2.5% 0;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .3s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btnList li.corB02 a:hover,
.btnList li.corB02 .button02:hover {
	border: #1aaad8 2px solid;
	background: #1aaad8;
	color: #fff;
}

/* .cvbtn */
.cvbtn {
	text-align:center;
}
.cvbtn li {
	width:34%;
	display: inline-block;
	padding: 0 1%;
}
.cvbtn li a,
.cvbtn li .button01 {
	width:100%;
    display: block;
    font-size:1em;
    background: #eba036;
    color: #fff;
    padding: 4% 5% 4%;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5em;
    text-align: center;
    border: 2px solid transparent;
    transition: background-color .3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cvbtn li a:hover,
.cvbtn li .button01:hover {
	background:#f4ba66;
	color:#fff;
	border-color:#f4ba66;
}

/* .aboutUs */
.aboutUs {
	width:100%;
	padding:12px 0 0;
}
.aboutUs li {
	padding:2.5% 1% 1%;
}
.aboutUs .mailSet .tit,
.aboutUs .telSet .tit {
	padding-bottom:.6em;
}
.aboutUs .mailSet .txt {
	padding-bottom:1.2em;
}
.aboutUs .mailSet .btn a {
	padding:.6em 0;
	font-weight:normal;
	border-radius:2em;
}
.aboutUs .telSet .txt {
    padding-bottom: 1.2em;
}
.aboutUs .telSet .tel span {
	line-height: 1;
	padding-left:10%;
	font-size:2em;
}

/* .guideArt */
.guideArt {
	padding:0;
	letter-spacing:.5px;
	line-height:1.8;
}
.guideArt .cont{
	padding:0 2%;
}
.guideArt h2 {
	font-size: 1.4em;
	font-weight:bold;
	padding-bottom: .3em;
	margin: 3em 0 1em 0;
	border-bottom: #e8e8e8 5px solid;
}
.guideArt p {
	margin-bottom:1.8em;
}
.guideArt a {
	color:#0a98c6;
}
.guideArt h3 {
	font-size: 1.2em;
	font-weight: bold;
	border-left: solid #0a98c6 5px;
	padding: 0 10px;
	margin: 3em 0 1em 0;
}
.guideArt .fo {
	color:#eba036;
}
.guideArt .fb {
	color:#0a98c6;
}
.guideArt .bold {
	font-weight:bold;
}
.allList {
	position: relative;
	border:#0a98c6 2px solid;
	border-radius: .5em;
	padding: 1em 1em 1em 1.5em;
	margin-bottom:2em;
}
.allList.gray {
	border:#717171 1px solid;
}
.allList p{
	margin:0;
}
.allList ol {
	margin:0 .5em;
	padding: 0 0 0 1em;
	list-style: decimal;
}
.allList ul {
	margin:0 .5em;
	padding: 0 0 0 1em;
	list-style: disc;
}
.allList ul {
	margin:0 .5em;
	padding: 0 0 0 1em;
	list-style: disc;
}
.allList li {
	padding: 8px 0;
	border-bottom:#e8e8e8 1px solid;
	line-height:1.8;
}
.allList li:last-child {
	border-bottom:none;
}
.allList a {
	color: #4d4d4d;
	display: block;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.allList a:hover {
	text-decoration:none;
	opacity:.5;
}
.listTtl {
	position: absolute;
	font-weight: bold;
	color: #0a98c6;
	font-size: 1.2em;
	background: white;
	padding: 0 .5em 0 1.8em;
	top: -.5em;
	line-height: 1;
	margin-left: .5em;
}
.listTtl.gttl {
	color: #717171;
}
.gttl:before {
	content: "\f071";
	position: absolute;
	font-size:100%;
	line-height: 1;
	margin-left:.5em;
	left: 0;
	color: #717171;
	font-family: FontAwesome;
}
.listTtl.bank:before {
	content: "\f19c";
	position: absolute;
	font-size:100%;
	line-height: 1;
	margin-left:.5em;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.listTtl.avaId:before {
	content: "\f2c3";
	position: absolute;
	font-size:100%;
	line-height: 1.1;
	margin-left:.4em;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.listTtl.auxDoc:before {
	content: "\f0f6";
	position: absolute;
	font-size:100%;
	line-height: 1.1;
	margin-left:.5em;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.listTtl.help:before {
	content: "\f29c";
	position: absolute;
	font-size:120%;
	line-height: 0.9;
	margin-left:.4em;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.attention {
	position: relative;
	border:#eba036 2px solid;
	border-radius: .5em;
	padding: 1em 1em 1em 1.2em;
	margin-bottom:2em;
}
.attention p{
	margin:0;
}
.attention ul {
	margin:0 .5em;
	padding: 0 0 0 1em;
	list-style: disc;
}
.attention li {
	padding: 8px 0;
	border-bottom:#e8e8e8 1px solid;
	line-height:1.8;
}
.attention li:last-child {
	border-bottom:none;
}
.attTtl {
	position: absolute;
	font-weight: bold;
	color: #eba036;
	font-size: 1.2em;
	background: white;
	padding: 0 .5em 0 1.8em;
	top: -.5em;
	line-height: 1;
	margin-left: .5em;
}
.attTtl:before {
	content: "\f071";
	position: absolute;
	font-size:100%;
	line-height: 1;
	margin-left:.5em;
	left: 0;
	color: #eba036;
	font-family: FontAwesome;
}
.banTtl {
	position: absolute;
	font-weight: bold;
	color: #eba036;
	font-size: 1.2em;
	background: white;
	padding: 0 .5em 0 1.8em;
	top: -.5em;
	line-height: 1;
	margin-left: .5em;
}
.banTtl:before {
	content: "\f05e";
	position: absolute;
	font-size:110%;
	line-height: 1;
	margin-left:.5em;
	left: 0;
	color: #eba036;
	font-family: FontAwesome;
}
.guideArt .inLink {
	position: relative;
	padding-left:1.2em;
}
.guideArt .inLink:before {
	content: "\f105";
	position: absolute;
	font-size:150%;
	line-height: 1.1;
	margin-left:.2em;
	left: 0;
	color: #0a98c6;
	font-family: FontAwesome;
}
.guideArt nav{
	background: #fafafa;
	width:96%;
	padding: 0;
	border: solid 2px #0a98c6;
	border-radius: 3px;
	margin: 0 auto 2em;
}
.guideArt nav h2 {
	font-weight:bold;
	padding: 8px 12px;
	margin: -1px;
	background: #0a98c6;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border-bottom: none;
}
.guideArt nav ol {
	font-weight: bold;
	color: #717171;
	margin: 4px 5%;
	padding: 0 0 0 20px;
	list-style: decimal;
}
.guideArt nav ul {
	padding: 0 0 0 1.5em;
	list-style: disc;
}
.guideArt nav li {
	color: #717171;
	padding: 0;
}
.guideArt nav ol ol, 
.guideArt nav ol ul,
.guideArt nav ul ol,
.guideArt nav ul ul {
	margin: 0;
}
.guideArt nav ol li ul li, 
.guideArt nav ol li ul li a {
	font-weight: normal;
}
.guideArt nav ol li ul li a {
	padding: 4px 0;
}
.guideArt nav li {
	color: #4d4d4d;
	padding: 0;
}
.guideArt nav a {
	color: #4d4d4d;
	padding: 8px 0;
	display: block;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.guideArt nav a:hover {
	text-decoration:none;
	opacity:.5;
}
.exFoto ul {
	list-style: none;
	display: -webkit-flex;
	display:flex;
	flex-wrap: wrap;
}
.exFoto li {
	width:32%;
	margin:0 3px;
	text-align:center;
	flex-grow:1;
}
.exFoto li.mt {
	margin-top:2em;
}
.exFoto.dif li {
	text-align:right;
}
.exFoto li span {
	display: inline-block;
	padding-top: .1em;
}
.exFoto li span.ng {
	position: relative;
	padding-left:1.5em;
}
.exFoto li span.ng:before {
	content: "\f00d";
	position: absolute;
	font-size:130%;
	line-height: 1.45;
	margin-left:.2em;
	left: 0;
	color: #eba036;
	font-family: FontAwesome;
}

/* .stepList */
.stepList {
	width:100%;
	padding-bottom:1em;
}
.stepList .img01 {
	display: block;
	width: 96%;
	margin: 0 auto;
}
.img-shadow01 {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.15);
	transition: all .2s ease-in-out;
}


@media only screen and (min-width:681px){
#header:hover,
.fixNav {
	background:#fff;
}
#header:hover #logo,
.fixNav #logo {
	background:none;
}
#header:hover #logo img,
.fixNav #logo img {
	opacity:1;
}
.subArea .sbtn a:hover {
	background:#f4ba66;
	color:#fff;
	border-color:#f4ba66;
}
.subArea .snavi li a:hover {
	color:#0a98c6;
}
.subArea .snavi li a span:hover::before {
	color:#0a98c6;
}
.changBtn a:hover {
	background:#1aaad8;
}
.mypageSet .list01 li .links a:hover,
.linkTxt a:hover,
.helpSet .list01 li a:hover {
	color:#0a98c6;
	text-decoration:underline;
}
.helpSet .title a:hover {
	color:#0a98c6;
}
}

@media only screen and (min-width:681px) and (max-width:1024px){
#header .nameSet {
	margin:1.5% 2% 0 0;
}
.registSet table th,
.registSet table td {
	font-size:1.5vw;
}
.mypageSet .list01 {
	font-size:1.5vw;
}
.mypageSet .list01 .links {
	font-size:1.4vw;
}
.editSet table td .list02 li {
	width:auto;
	white-space:nowrap;
	padding-right:0.5%;
}
.editSet table td .list02 li:first-child .sel01 {
	width:4.6em;
}
.editSet table td .list02 li .sel01 {
	width:3.6em;
}
.aboutUs .telSet .tel span {
	font-size:3.5vw;
}

/* .tabBox */
.tabBox {
	border-right:#9f9f9f 1px solid;
	border-left:#9f9f9f 1px solid;
	box-sizing:border-box;
}
.tabBox table.tab01 {
	width:20.2%;
	margin-right:-0.2%;
	border-left:none;
}
.tabBox table.tab02 {
	width:80.5%;
	margin-right:-0.5%;
}
.tabBox table td .prices {
	font-size:1.3vw;
}
.tabBox table td .prices span,
.tabBox table th span {
	font-size:1.8vw;
}
.tabBox table td div {
	font-size:3.5vw;
}
.tabBox table td div span {
	font-size:5.4vw;
}

/* .editSet */
.editSet table th,
.editSet table td {
	font-size:1.5vw;
}
}

@media only screen and (min-width:681px) and (max-width:760px){
.editSet table td .list02 {
	width:73%;
}
.editSet table td .tabTxt {
	width:29%;
	margin-right:-5%;
}
}

@media only screen and (min-width:1px) and (max-width:680px){
#header .nameSet {
	width:6.933%;
	background:none;
	position:absolute;
	top:2px;
	right:16%;
}
#header .nameSet dt {
	width:100%;
	background:url(../../images/profile/ico_mypage_on.png) no-repeat center center;
	background-size:100% auto;
}
.fixNav .nameSet dt img {
	display:none;
}
#header .nameSet dd {
	display:none;
}

/* #mainBody */
#mainBody {
	background:none;
	padding-bottom:40px;
}

/* .subArea */
.subArea {
	display:none;
}

/* .mainArea */
.mainArea {
	width:100%;
	padding-top: 4em;
	float:none;
}

/* .entArea */
.entArea {
	width:100%;
	padding-top: 4em;
	float:none;
}

/* .headTitle */
.headTitle03 {
	font-size:6.4vw;
	padding:.5em 0 .5em 1em;
}
.helpTitle {
	font-size:6.4vw;
	padding:.5em 0 .5em 1.2em;
}
.helpTitle:before {
	font-size:115%;
}
.infoTitle {
	font-size:6.4vw;
	padding:.5em 0 .5em 1.3em;
	letter-spacing:1px;
}
.infoTitle:before {
	font-size:110%;
	line-height:1.55;
}
.historyTitle {
	font-size:6.4vw;
	padding:.5em 0 .5em 1.3em;
	letter-spacing:1px;
}
.historyTitle:before {
	font-size:110%;
	line-height:1.55;
}
.beginnerTitle {
	font-size:6.4vw;
	padding:.5em 0 .5em 1.1em;
	letter-spacing:1px;
}
.beginnerTitle:before {
	font-size:105%;
	line-height:1.7;
}
.hbTitle {
	font-size:6.4vw;
	padding:.5em 0 .5em 1.4em;
}
.hbTitle:before {
	font-size:100%;
	line-height:1.65;
}
.hidTitle {
	font-size:6.4vw;
	padding:.5em 0 .5em 1.3em;
	letter-spacing:1px;
}
.hidTitle:before {
	font-size:100%;
	line-height:1.75;
}
.entTitle {
	font-size:6.4vw;
	padding:.5em 0 .5em 1.3em;
	letter-spacing:1px;
}
.entTitle:before {
	font-size:120%;
	line-height:1.3;
}
.headTitle04 {
	margin-bottom:10px;
}
.headTitle05 {
	font-size:4.5vw;
	text-align:center;
}

/* .changBtn */
.changBtn,
.registSet table td .changBtn.pb {
	padding-bottom:10px;
	text-align:center;
}
.changBtn a {
	min-width:60%;
	text-align:center;
	padding:6px 0;
}
.registSet table td .changBtn a {
	width:auto;
	min-width:60%;
	display:inline-block;
	padding:6px 0;
}
.registSet table td .changBtn.wid a {
	padding:6px 0;
}

/* .registSet */
.registSet {
	padding-bottom:15px;
}
.registSet.pbE {
	padding-bottom:25px;
}
.registSet table {
	border-left:none;
}
.registSet table th {
	width:100%;
	display:block;
	padding:5px 1.5%;
	border-left:#e8e8e8 1px solid;
}
.registSet table td {
	width:100%;
	display:block;
	padding:5px 0.25% 5px 1.5%;
	border-left:#e8e8e8 1px solid;
}
.registSet table td.td01,
.registSet table td.td02,
.registSet table td.td03 {
	width:100%;
	border-right:#e8e8e8 1px solid;
}
.registSet table td .textarea01  {
	width:99%;
	margin:0 auto;
}
.registSet table td .changBtn.dif a {
	padding: 10px 0;
}
.registSet table td.bdn {
	border:none;
}
.registSet .list01 {
	margin:0;
}
.registSet .list01 li {
	padding:0 2% 0 7%;
}
.registSet .list01 li:before {
	font-size:110%;
	margin:-1px 0 0 0;
}
.registSet .list01 li.checked:before {
	font-size:120%;
	margin:-3px 0 0 0;
}
.registSet .list01 li p {
	width:auto;
	display:block;
	margin:0;
	text-indent:-4.2em;
	padding-left:4.2em;
	box-sizing:border-box;
}
.botTxt {
	padding:0 0 15px;
}

/* .mypageSet */
.mypageSet {
	padding-top:30px;
}
.mypageSet .list01 {
	margin-bottom:30px;
}
.mypageSet .list01 li {
	padding:8px 2% 8px 10%;
}
.mypageSet .list01 li:before {
	font-size:110%;
	margin:0 0 0 8px;
}
.list01 li.checked:before {
	font-size:120%;
	margin:0 0 0 8px;
}
.mypageSet .list01 li p {
	width:auto;
	display:block;
	margin:0;
	text-indent:-4.2em;
	padding-left:4.2em;
	box-sizing:border-box;
}
.mypageSet .list01 li .links {
	width:auto;
	margin:0;
}
.mypageSet .list01 li .links a {
	padding-right:1em;
}
.mypageSet .list01 li .links a:before {
	content: "\f101" ;
	position: absolute;
	font-size:140%;
	line-height:1.1;
	margin:0;
	right: 0;
	color: #0a98c6 ;
	font-family: FontAwesome ;
}
.mypageSet .list01 li .links a span .pcon {
	display:none;
}
.mypageSet .list02 li .dates {
	width: 28%;
	vertical-align: middle;
	padding: 0;
	line-height: 1.4;
	margin-top: .05em;
}
.mypageSet .list02 .ico {
	width:28%;
	display: inline-block;
	background:#717171;
	color:#fff;
	font-size:0.8em;
	text-align:center;
	border:#717171 1px solid;
	line-height:1.4;
	margin-top:.05em;
	padding:0;
}
.mypageSet .list02 .ico2 {
	width:28%;
	display: inline-block;
	background:#fff;
	color:#717171;
	font-size:0.8em;
	text-align:center;
	border:#717171 1px solid;
	line-height:1.4;
	margin-top:.3em;
	padding:0;
}
.mypageSet .list02 .ico3 {
	width:28%;
	display: inline-block;
	background:#fff;
	color:#0a98c6;
	font-size:0.8em;
	text-align:center;
	border:#0a98c6 1px solid;
	line-height:1.4;
	margin-top:.3em;
	padding:0;
}
.mypageSet .list02 li p {
	width:95%;
	float:none;
}
.mypageSet .txt01 {
	padding:22px 0;
}
.mypageSet .txt01 a{
	color:#eba036;
}

/* .tabBox */
.tabBox {
	margin-top:20px;
}

/* .rateBox */
.ratetitle_mpSP {
	width:100%;
	display:block;
}
.ratetitle_mpSP ul {
	width:100%;
	display: table;
}
.ratetitle_mpSP li {
	width:27%;
	vertical-align:middle;
	font-weight:bold;
	padding: 10px 0;
	text-align:center;
	font-size:2.8vw;
	color: #4d4d4d;
	border-bottom:#0a98c6 1px solid;
	display: table-cell;
}
.ratetitle_mpSP img {
	width:86%;
	border:#e8e8e8  1px solid;
	border-radius:3px;
}
.ratetitle_mpSP span {
	margin: 0;
	padding:0px;
	text-align:center;
}

.ratetitle_mpSP li:first-child {
	width:19%;
	font-size:3.6vw;
	font-weight:normal;
}
.ratetitle_mpSP .new {
	border-bottom:#eba036 1px solid;
}
.ratebox_mpSP {
	width:100%;
	display: block;
}
.ratebox_mpSP ul {
	width:90%;
	margin:0 auto;
	display: table;
}
.ratebox_mpSP li {
	width:27%;
	vertical-align:middle;
	padding:5% 0;
	text-align:center;
	font-size:3.6vw;
	display:table-cell;
	border-bottom:#0a98c6 1px solid;
}
.ratebox_mpSP .new {
	border-bottom:#eba036 1px solid;
}
.ratebox_mpSP .num {
	margin: 0;
	padding-right:4px;
	text-align:center;
	font-size:8vw;
	color: #0a98c6 ;
}
.ratebox_mpSP li:first-child {
	color: #eba036;
	width:20%;
	font-size:4.5vw;
	vertical-align:middle;
	color:#4d4d4d;
}
.ratebox_mpSP .newnum {
	margin: 0;
	padding-right:4px;
	text-align:center;
	font-size:8vw;
	color: #eba036;
}
.ratetitle_mp {
	display:none;
}
.ratebox_mp {
	display:none;
}

/* .entBtn */
.entBtn li {
	width:78%!important;
	font-size: 5.2vw;
}
.entBtn.SP{
	display:block;
}

/* .linkTxt */
.linkTxt {
	padding:.625em 0 1em;
	margin-bottom:.3em;
}
.linkTxt a {
	padding:0 1em 0 0;
}
.linkTxt a:before {
	font-size:140%;
	line-height:1.1;
	margin:0;
	right:0;
}

/* .remailSet */
.remailSet {
	padding-top:30px;
}
.remailSet .cont {
	padding:3% 4%;
}
.remailSet .cont .txt01 {
	padding-bottom:15px;
}

/* .inputSet */
.inputSet {
	padding-bottom:15px;
}
.inputSet dt {
	display:block;
	width:100%;
	margin:0;
	padding:0 0 .5em 1.5em;
}
.inputSet .mail:before {
	font-size: 120%;
	line-height: 1.5;
}
.inputSet dd {
	width:100%;
}
.inputSet dd input {
	font-size:4.6vw;
}

/* .editSet */
.editArea {
	padding-bottom:30px;
}
.editSet table {
	border:none;
}
.editSet table th {
	width:100%;
	display:block;
	padding:1% 2% 0 2%;
	border:none;
}
.editSet table th.conTit {
    width: 100%;
}
.editSet table th p {
	font-size:4.6vw;
}
.editSet table th p span.required {
	font-size: 80%;
	padding:0 4px;
}
.editSet table th .mustTxt {
	position:static;
}
.editSet table td {
	width:100%;
	display:block;
	padding:1% 2%;
	border:none;
}
.editSet table td input.text01 {
	width:100%;
	font-size:4.2vw;
}
.editSet table td select.text01 {
	width:100%;
	font-size:4.2vw;
}
.editSet table td input.text02 {
	width:100%;
	font-size:4.2vw;
}
.editSet table td .bankimg li {
	padding:1em 0;
}
.editSet table td .bankimg li:hover {
	opacity:1;
}
.editSet table td .list02 {
	width:100%;
	display:block;
	margin:0 0 10px;
}
.editSet table td .list02 li {
	width:30%;
}
.editSet table td .tabTxt {
	width:auto;
	display:block;
	margin:0;
}

/* .numSet */
.numSet {
	padding:0 0.5%;
}
.numSet dl:last-child {
	margin-bottom:-15px;
}
.numSet dl dt {
	width:66%;
	padding:0 2% 0 0;
}
.numSet dl dt input,
.numSet dl dd input {
	font-size:3.8vw;
}

/* .emailSet */
.emailSet .cont {
	padding:1% 4%; 3%;
}
.emailSet .cont .txt01 {
	padding-bottom:15px;
}
.emailSet dl {
	padding-bottom: 15px;
}
.emailSet dt {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 .5em 1.5em;
}
.emailSet .mail:before {
	font-size: 120%;
	line-height: 1.5;
}
.emailSet dd {
	width:100%;
}
.emailSet dd input {
	font-size:4.6vw;
}

/* .passSet */
.passSet .cont {
	padding:1% 4%; 3%;
}
.passSet .cont .txt01 {
	padding-bottom:15px;
}
.passSet dl {
	padding-bottom: 15px;
}
.passSet dt {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 .5em 1.5em;
}
.passSet .mail:before {
	font-size: 120%;
	line-height: 1.5;
}
.passSet dd {
	width:100%;
}
.passSet dd input {
	font-size:4.6vw;
}
.passSet input.text01::placeholder {
	color:#c6c6c6;
	font-size:4vw;
}

/* .bankSelect */
table#bankSelect td:hover{
	background-color:#fff;
}

/* .listUpload */
.listUpload {
	margin:0;
}
.listUpload li {
	width:100%;
	padding:0 0 25px;
	float:none;
}

/* .couponSet */
.couponSet {
	padding-bottom:5px;
}
.couponSet .cTxt {
	padding-bottom:15px;
}
.registSet.couponSet table .tdCou01 {
	width:100%;
	border-right:#9f9f9f 1px solid;
	border-bottom:none;
}
.registSet.couponSet table .tdCou02 {
	text-align:left;
	padding-left:1.5%;
	padding-right:1.5%;
}

/* .newList */
.newList {
	width:100%;
	padding-top:0;
}
.newList li span,
.newList li p {
	margin:0;
}
.newList li .dates {
	width:26%;
	margin-top:0;
}
.newList li .ico,
.newList li .ico2,
.newList li .ico3 {
	width:26%;
	padding:0;
	line-height: 1.4;
	margin-top: .05em;
}

/* .newsDetail */
.newsDetail {
	width:100%;
	padding-bottom: .5em;
}
.newsDetail .addart {
	width: 100%;
	margin: 0 auto;
	padding-top: 2em;
}

/* .helpSet */
.helpSet {
	padding: 0 .5em 1em;
}
.helpSet .list01 {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.helpSet .list01 li {
	padding-bottom:.5em;
	flex-basis: 100%;
}
.helpSet .list01 li a {
	color:#0a98c6;
	text-decoration:none;
}

/* .mpfaqSet */
.mpfaqSet {
	width:100%;
}
.mpfaqSet .title {
	margin:4px 0;
}
.mpfaqSet .title span {
	width: 81%;
	padding-left:5%;
	vertical-align:top;
}
.mpfaqSet .title .ico,
.mpfaqSet .mpanwSet .tit {
	width:6%;
	margin:0.5% -4px 0 0;
}
.mpfaqSet .trigger,
.mpfaqSet .trigger.open {
	background-size:4% auto;
}
.mpfaqSet .mpanwSet div {
	width:82%;
	padding:2px 5% 0 3%;
}
.mpfaqList li i {
    font-size: 30px;
}

/* .btnList */
.btnList li {
	width:60%!important;
}

/* .cvbtn */
.cvbtn li,
.cvbtn li .button01 {
	display: block;
	margin: 0 auto;
	width: 80%;
}

/* .aboutUs */
.aboutUs {
	padding:0;
}
.aboutUs li {
	padding:4%;
}
.aboutUs .telSet .tel span {
	font-size:8.5vw;
}
.aboutUs .mailSet .tit{
	padding-bottom: .75em;
	font-size: 5.2vw;
}
.aboutUs .mailSet .txt {
	padding-bottom: 1.125em;
}
.aboutUs .mailSet .btn a {
	padding: .875em 0;
	font-weight: normal;
	border-radius: 2em;
}
.aboutUs .telSet .tit {
	color: #005b9a;
	padding-bottom: .75em;
	font-size: 5.2vw;
}
.aboutUs .telSet .txt {
    padding-bottom: .625em;
}

/* .guideArt */
.exFoto li {
	width:100%;
	margin: 0 0 2em 0;
}
.exFoto li:last-child {
	margin: 0;
}
.exFoto li.mt {
    margin-top: 0;
}
}

@media only screen and (min-width:1px) and (max-width:480px){
#header .nameSet {
	top:6px;
}
}

