@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
/*nav ul {
    list-style:none;
}*/
ol, ul {
    list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}


body{
	font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
	margin:0;
	color:#313131;
	width: 100%;
max-width: 100%;
	background-color:#ffffff;
}

img{
	outline:none;
	border-style:none;
}

a{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #F5A862;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
br.spLine {
		display: none;
	}

@media screen and (max-width: 767px){
	br.spLine {
		display: inline;
	}
}

/* -------------------------------------------- header */	
header {
	max-width:100%;
	width: 100%;
	margin: 0 auto;
	position:relative;
}

header .headWrap {
	width:470px;
	margin:0 auto;
	display: flex;
	align-items: center;
    padding: 0.95em 0;
}

header .headWrap h1 {
	color:#ffffff;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	line-height:180%;
	margin:0 auto;
	padding:10px;
}

header .headWrap .memberOnly {
	background:#ffffff;
	color:#7d0000;
	font-size:.6em;
	font-weight:bold;
	padding:5px 10px;
	height:30px;
    line-height: 1.8em;
    text-align: center;
}

.ribbon {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
.ribbon img {
	width:200px;
}

.gift {
	position:absolute;
	top:5px;
	right:2px;
	z-index:1;
}
.gift img {
	width:230px;
}

@media screen and (max-width: 767px){
	header {
		width: 100%;
		margin: 0 auto;
		height:120%;
	}
	header .headWrap {
		width:100%;
		text-align:center;
		flex-direction: column;
		margin:0;
	}
	header .headWrap h1 {
		font-size:.8em;
		text-align:center;
		width:80%;
	}
	header .headWrap .memberOnly {
		margin-top:10px;
		padding:5px 50px;
	}
	.ribbon img {
		width:60px;
	}
	.gift {
		top:90px;
		right:0;
	}
	.gift img {
		width:150px;
	}
}

/* -------------------------------------------- HERO-index */	
section#hero {
	width: 100%;
	height:500px;
	margin: 0 auto;
	padding:0;
	background: url('../img/2026topback_pc.jpg') top center no-repeat;
	background-size:cover;
	position:relative;
}
.present {
	position:absolute;
	top:20px;
	left:40px;
}
.present img {
	width:200px;
}



section#hero h2 {
	text-align:center;
	font-weight:bold;
	font-size:3em;
	padding-top:100px;
	margin:0 auto 40px auto;
}
section#hero h2 span {
	font-size:.8em;
}
section#hero h2 img {
	width:600px;
}


@media screen and (max-width: 767px){
	section#hero {
		height:250px;
		background: url('../img/topback_sp2026.jpg') top center no-repeat;
		background-size:cover;
	}
	.present {
		position:absolute;
		top:10px;
		left:20px;
	}
	.present img {
		width:150px;
	}
	section#hero h2 {
		padding-top:100px;
		font-size:2em;
	}
	section#hero h2 img {
		width:80%;
	}
}
/* -------------------------------------------- ４つの写真 */	
.fpWrapper {
	width:100%;
	margin:0 auto 40px;
	justify-content: space-around;
	background-color:#dcc8b4;
}


.fourPoint {
	width:1000px;
	margin:0 auto;
	padding:20px 40px;
	display:flex;
	justify-content: space-around;
	
}

.fourPoint img {
	width:23%;
	box-shadow:0 10px 10px 2px #777777;
}
@media screen and (max-width: 767px){
	.fpWrapper {
		padding-bottom:1px;		
	}
	.fourPoint {
		width:96%;
		flex-wrap: wrap; 
		padding:20px 0 0;
		margin-bottom:20px;
	}
	.fourPoint img {
		width: calc(50% - 17px);
		margin-bottom:20px;
	}
}

/* -------------------------------------------- 社長コメント */	
.twoCon {
	width:1000px;
	margin:40px auto 40px auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.twoCon p {
	width:48%;
	font-size:1.1em;
	font-weight:500;
	color:#333333;
	line-height:180%;
	margin-left:30px;
}
.twoCon p img{
	width:50%;
}
.twoCon img.selfy {
	width:300px;
}
@media screen and (max-width: 767px){
	.twoCon {
		width:96%;
		flex-direction: column;
	}
	.twoCon p {
		width:100%;
		margin:20px auto 0 auto;
	}
	.twoCon img {
		width:100%;
	}
	.twoCon img.selfy {
		margin:0 auto;
	}
}
/* -------------------------------------------- コンテンツ画像枠 */	
section#afterCon {
	width: 100%;
	margin: 0 auto;
	padding:0;
	background-color:#ffffff;
}
.oneCon {
	width:1000px;
	margin:0 auto 40px auto;	
}
@media screen and (max-width: 767px){
	.oneCon {
		width:96%;
	}
}

.lGoldCon {
	width:100%;
	background-color:#ecdfce;
	margin:0 auto 40px;
	display:flex;
}

.lGoldCon img {
	padding-top:20px;
}

.lGoldCon .pointTwoRight,
.lGoldCon .pointTwoLeft {
	padding:20px;
}

@media screen and (max-width: 767px){
	.lGoldCon {
		width:96%;
	}	
	.lGoldCon .pointTwoLeft {
		padding:20px 0 0 20px;
	}
	.lGoldCon .pointTwoRight {
		padding:20px 20px 0 0;
	}
	.pointTwoLeft {
		padding:20px 0 0 20px;
	}
	.pointTwoRight {
		padding:20px 20px 0 0;
	}
}
/* -------------------------------------------- コンテンツコーディング用 */
.normalTitle {
	margin:0 auto 30px auto;
  text-align: center;
  padding: 20px 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #10386b;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.ribbonWrapper {
	text-align: center;
	margin:0 auto 30px auto;
}
.ribbonTitle {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
	margin:0 auto;
}
.ribbonTitle:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #325686;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ribbonTitle:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #325686;
  border-right-color: transparent;/*山形に切り抜き*/
}

.ribbonTitle h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 100px;
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  background-color: #10386b;/*真ん中の背景色*/
}
.ribbonTitle h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #112b4c;/*左の折り返し部分*/
}
.ribbonTitle h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #112b4c;/*右の折り返し部分*/
}

.renewTitle {
	margin:0 auto 30px auto;
  text-align: center;
  padding: 20px 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #a72227;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

/*  金色リボン */
.ribbonTitleGold {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 45px;
	width:90%;
    padding: 0 1rem;
	background: -moz-linear-gradient(left, #c99d54, #f6df9b 50%, #c99d54);
	background: -webkit-linear-gradient(left, #c99d54, #f6df9b 50%, #c99d54);
	background: linear-gradient(left, #c99d54, #f6df9b 50%, #c99d54);
    color: #a72227;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
	box-shadow: 2px 2px 4px gray;
}

.ribbonTitleGold::before,
.ribbonTitleGold::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #c99d54 transparent;
    border-style: solid;
    content: '';
}

.ribbonTitleGold::before {
    left: -15px;
    border-width: 25px 0px 25px 15px;
}

.ribbonTitleGold::after {
    right: -15px;
    border-width: 25px 15px 25px 0px;
}
.ribbonTitleGold h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 100px;
  font-size: 1.2rem;
	font-weight:bold;
  color:#a72227;  
}
@media screen and (max-width: 767px){
	.ribbonTitleGold {
		width:80%;
	}
	.ribbonTitleGold h3 {
		padding:0 10px;
	}
}

/*  金色リボン */
.ribbonTitleGoldThick {
    position: relative;
    display: inline-block;
    height: 100px;
    line-height: 25px;
	width:90%;
    padding: 0 1rem;
	background: -moz-linear-gradient(left, #c99d54, #f6df9b 50%, #c99d54);
	background: -webkit-linear-gradient(left, #c99d54, #f6df9b 50%, #c99d54);
	background: linear-gradient(left, #c99d54, #f6df9b 50%, #c99d54);
    color: #a72227;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
	box-shadow: 2px 2px 4px gray;
}

.ribbonTitleGoldThick::before,
.ribbonTitleGoldThick::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #c99d54 transparent;
    border-style: solid;
    content: '';
}

.ribbonTitleGoldThick::before {
    left: -15px;
    border-width: 50px 0px 50px 15px;
}

.ribbonTitleGoldThick::after {
    right: -15px;
    border-width: 50px 15px 50px 0px;
}
.ribbonTitleGoldThick h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 10px 100px 0;
  font-size: 1.2rem;
	font-weight:bold;
  color:#a72227;  
}
@media screen and (max-width: 767px){
	.ribbonTitleGoldThick {
		width:80%;
	}
	.ribbonTitleGoldThick h3 {
		padding:20px 0 0;
	}
}


.ribbonTitleThick {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}
.ribbonTitleThick:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -25px;
  left: -35px;
  z-index: -2;
  border: 20px solid #325686;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ribbonTitleThick:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -25px;
  right: -35px;
  z-index: -2;
  border: 20px solid #325686;
  border-right-color: transparent;/*山形に切り抜き*/
}

.ribbonTitleThick h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 100px;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
  background-color: #10386b;/*真ん中の背景色*/
}
.ribbonTitleThick h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #112b4c;/*左の折り返し部分*/
}
.ribbonTitleThick h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #112b4c;/*右の折り返し部分*/
}
h3.dualLine {
		padding-top:20px;
	}
@media screen and (max-width: 767px){
	h3.multiLine {
		font-size:.8rem;
		padding-top:10px;
	}
	h3.dualLine {
		font-size:1rem;
		padding-top:22px;
	}
}

@media screen and (max-width: 767px){
	.ribbonTitle h3 {
		line-height: 30px;
		padding:0 10px;
	}
	.ribbonTitleThick h3 {
		padding:0 20px;
	}
	.ribbonTitle:before {/*左側のリボン端*/
		bottom: -25px;
	}
	.ribbonTitle:after {/*右側のリボン端*/
		bottom: -25px;
	}
	.ribbonTitleThick:before {/*左側のリボン端*/
		bottom: -85px;
		left: -75px;
		border: 40px solid #325686;
	}
	.ribbonTitleThick:after {/*右側のリボン端*/
		bottom: -85px;
		right: -75px;
		border: 40px solid #325686;
	}
}
/* -------------------------------------------- 3つのポイント */
.mainAdv {
	display:flex;
	margin:0 auto 20px;
	justify-content: space-between;
}

.mainAdv dl {
	width:30%;
}
.mainAdv dl dt {
	margin-bottom:20px;
}

.mainAdv dl dd {}

.mainAdv dl dd img{
	width:100%;
}
.mainAdv dl dd span {
	font-size:.7rem;
}

.mainSubTitle {
	width:100%;
	text-align:left;
	background:url("../img/wa_pattern.jpg")top left repeat;
	position:relative;
	padding:10px 0 10px 0;
	height:50px;
}

.mainSubTitle::before {
	content: ''; /* 必ず指定する */
	display: block;
	position: absolute;
	top:0;
	left:0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);	
	background: -moz-linear-gradient(left, #c99d54, #f6df9b 50%, #c99d54);
	background: -webkit-linear-gradient(left, #c99d54, #f6df9b 50%, #c99d54);
	background: linear-gradient(left, #c99d54, #f6df9b 50%, #c99d54);
	color:#000000;
	padding: 10px 15px;
	width:30px;
	height:50px;
}

.TitleNoOne::after {
	content: '1'; /* 必ず指定する */
	display: block;
	position: absolute;
	top:0;
	left:7px;
	color:#000000;
	font-size:2rem;
	/*z-index:1000;*/
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:bold;	
}
.TitleNoTwo::after {
	content: '2'; /* 必ず指定する */
	display: block;
	position: absolute;
	top:0;
	left:7px;
	color:#000000;
	font-size:2rem;
	/*z-index:1000;*/
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:bold;	
}
.TitleNoThree::after {
	content: '3'; /* 必ず指定する */
	display: block;
	position: absolute;
	top:0;
	left:7px;
	color:#000000;
	font-size:2rem;
	/*z-index:1000;*/
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:bold;	
}

.mainSubTitle h4 {
	color:#ffffff;
	fon-weight:bold;
	font-size:.9rem;
	margin-left:50px;
	margin-left:50px;
}
.mainSubTitle h4.conduct {
	font-size:.83rem;
}
@media screen and (max-width: 767px){
	.mainAdv {
		flex-direction:column;
		width:86%;
	}
	.mainAdv dl {
		width:100%;
		margin-bottom:20px;
	}
}
/* -------------------------------------------- POINT1,2,3 */
.pointOne {
	margin:0 auto 20px auto;
	display:flex;
	justify-content: space-between;		
	align-items: flex-start;
}
.pointOneLeft {
	flex-grow: 2;
	margin-right:20px;
}

.pointOneLeft p {
	line-height:180%;
	margin-bottom:20px;
}

.pointOne img{
	width:35%;
}

table.explanation,
table.explanation th,
table.explanation td {
	border-collapse: collapse;
    border:1px solid #444;
}

table.explanation {
	width: 100%;
	border-spacing: 0;
}
table.explanation th{
  text-align: left;
  color:#444444;
  background: #ecdfce;	
  width: 65%;
  padding: 10px 0 10px 10px;
}

table.explanation td{
  text-align: left;
	color:#444444;
	background: #ffffff;
  padding: 10px 0 10px 10px;
}
td span.emphasize{
	font-size:1.2em;
	font-weight:bold;
}
td span.supplement {
	font-size:.8em;
}


@media screen and (max-width: 767px){
	.pointOne {
		flex-direction: column;
	}
	.pointOne img{
		width:90%;
		margin:20px auto 0 auto;
	}
	.pointOneLeft {
		margin:0 auto;
	}
}
	
.pointTwo {
	margin:0 auto;
	display:flex;
	justify-content: space-around;	
	align-items: center;
}
.pointTwoRight {
	margin-left:20px;	
	}

.pointTwoLeft {
	margin-right:20px;	
	}
.pointTwo img {
	width:35%;
}
.pointTwo p {
	margin-bottom:10px;
}

.pointTwo img.applyGift {
	width:20%;
	padding-right:20px;
}

.pointTwo img.briefChart {
	width:35%;
	padding-left:20px;
}


@media screen and (max-width: 767px){
	.pointTwo {
		flex-direction: column;
	}
	.pointTwo img{
		width:90%;
		margin:0 auto 20px auto;
	}
	.pointTwoRight,
	.pointTwoLeft {
	}
	.pointTwo img.applyGift {
	width:60%;
	padding-right:20px;
}
	.pointTwo img.briefChart {
		width:80%;
		padding-top:20px;
		padding-left:0;
	}
}

.pointTwoLeft dl dt {
	margin-bottom:10px;
}

.pointThree {
	margin:0 auto 20px auto;
	display:flex;
	justify-content: space-between;		
	align-items: flex-start;
}
.pointThreeLeft {
	flex-grow: 2;
	margin-right:20px;
}

.pointThreeLeft p {
	line-height:180%;
	margin-bottom:20px;
}

.pointThree img{
	width:25%;
}

table.expThree,
table.expThree th,
table.expThree td {
	border-collapse: collapse;
    border:1px solid #444;
}

table.expThree {
	width: 100%;
}

table.expThree th{
  text-align: left;
	font-weight:normal;
  color:#444444;
  background: #ecdfce;	
  width: 55%;
  padding: 10px 0 10px 10px;
}

table.expThree td{
  text-align: left;
	color:#444444;
  background-color: #ecdfce;
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 767px){
	.pointThree {
		flex-direction: column;
	}
	.pointThree img{
		width:90%;
		margin:20px auto 0 auto;
	}
	.pointThreeLeft {
		margin:0 auto;
	}
}

/* -------------------------------------------- 条件 */	
.condition {
	margin:0 auto 20px auto;
	display:flex;
	justify-content: space-between;		
	align-items: flex-start;
}
.condition h4 {
	margin-bottom:10px;
	font-size:1em;
}

.cdtDetail {
	width:32%;	
}
.cdtDetailFull {
	width:96%;	
}
.cdtPrice {
	width:32%;
}
.cdtDetail ul {
	margin:0 auto;
	list-style: disc;
	padding-left:30px;
}
.cdtDetail ul li {
	color:#cccccc;
	margin-bottom:5px;
}
.cdtDetail ul li span {
	color:#333333;
}
.cdtDetailFull ul li.notice {
	color:#333333;
	font-size:.8rem;
	list-style: none;
}
.cdtDetailFull ul {
	margin:0 auto;
	list-style: disc;
	padding-left:1.5em;
}
.cdtDetailFull ul li {
	margin-bottom:5px;
}
.cdtDetail ul li span {
	color:#333333;
}
.cdtDetail ul li.notice {
	color:#333333;
	font-size:.8rem;
	list-style: none;
}
p.deadLine {
}
.timeNotice {
	margin:10px auto 20px auto;
	display:flex;
	justify-content: space-between;		
	align-items: flex-start;
}
.timeNotice p {
	font-size:.7em;
	width:29%;
}
.timeNotice img {
	width:69%;
}

.difCourse {
	text-align:right;
	font-size:.7rem;
	
}

table.expPrice,
table.expPrice th,
table.expPrice td {
	border-collapse: collapse;
    border:1px solid #444;
}

table.expPrice {
	width: 100%;
	margin-bottom:10px;
}

table.expPrice th{
  text-align: left;
	font-weight:normal;
  color:#444444;
  background: #d3d3d3;	
  padding: 10px;
	width: 60%;
}

table.expPrice td{
  text-align: left;
	color:#444444;
  background-color: #ffffff;
  padding: 10px;
}
table.expPrice th.orange{  
  text-align: left;
	font-weight:normal;
  color:#444444;
  background: #ecdfce;	
  width: 100%;
  padding: 10px;
}
.pmGoods {
	font-size:.8em;
	padding-bottom:10px;
}
.priceNotice {
	text-align:right;
}
.priceNotice p {
	font-size:.7rem;
}

table.expPrice ul li {
	list-style: disc;
	font-size:.8rem;
	margin-left:20px;
}

table.expPrice img.fitSize {
	width:20%;
}

@media screen and (max-width: 767px){
	table.expPrice th{ width: auto;}
	table.expPrice tr{display: grid;}
	.condition {
		flex-direction: column;
	}
	.cdtDetail {
		width:96%;
		margin:0 auto 20px auto;
	}
	.cdtPrice {
		width:96%;
		margin:0 auto 20px auto;
	}
	.timeNotice {
		flex-direction: column;
	}
	.timeNotice p {
		width:100%;
	}
	.timeNotice img {
		width:100%;
	}

}
/* -------------------------------------------- 流れ */
.flow {
	margin:0 auto 20px auto;
}
img.horizontal {
	width:100%;
	margin:0 auto 20px auto;
}
img.vertical {
	display:none;
}
@media screen and (max-width: 767px){
	img.vertical {
		display:block;
		width:100%;
	}
	img.horizontal {
		display:none;
	}
}

.nonExpUser {
	display:block;
	width:98%;
	border-bottom:solid 1px #444444;
	font-weight:bold;
	font-size:1.2em;
	padding:5px;
	color:#333333;
	margin:5px auto 5px auto;
	line-height:180%;
}
span.aboutYou {
	background-color:#4c4a49;
	color:#ffffff;
	padding:2px 5px;
	margin:0 3px;
}
span.aboutPp {
	background-color:#956135;
	color:#ffffff;
	padding:2px 5px;
	margin:0 3px;
}

.flow ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.5em 0.5em 0.5em 10px;
}
.flow ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.flow ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #444444;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 10px;
  border-radius: 50%;
	top:20%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  /*以下 上下中央寄せのため*/
}

@media screen and (max-width: 767px){
	.nonExpUser {
	}
	.flow ol li:before{
		top:10px;
	}
}
/* -------------------------------------------- FAQ */
.faq {
	margin:0 auto 20px auto;
	display:flex;
	justify-content: space-between;		
	align-items: flex-start;
}

table.expQa,
table.expQa th,
table.expQa td {
	border-collapse: collapse;
    border:none;
	margin:0 5px;
}

table.expQa {
	width: 98%;
	margin-bottom:10px;
}

table.expQa td.qaTop {
	width:60px;
	text-align:center;
	vertical-align:middle;
	background-color:#b28247
}
table.expQa td.qaBottom {
	width:60px;
	text-align:center;
	vertical-align:middle;
	background:url("img/qbox_back.png") top center no-repeat;
	background-color:#a48b78;
}

table.expQa td.qBox {
	padding:5px;
	font-weight:bold;
	background-color:#ecdfce;
}
table.expQa td.aBox {
	padding:5px;
	background-color:#e3dcd5;
	border-top:solid 5px #ffffff;
}
@media screen and (max-width: 767px){
	.faq {
		flex-direction: column;
	}
}

/* -------------------------------------------- MARC */	
.marcApply {
	width:100%;
	background:#81191b;
	padding:20px;
	postion: -webkit-sticky;
    position: sticky;
    bottom: 0;
}
a.invite {
	display:flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
	padding:10px 20px;
	width:500px;
	background:#ffffff;
	border-radius:10px;
	text-decoration:none;
	font-weight:bold;
	color:#81191b;
	font-size:1.2em;
}
a.invite:hover{
	color:#cf6e6f;
}
a.invite img:hover{
	opacity: 0.5;
}

a.invite img {
	margin-right:20px;
}
.marcApply p {
	color:#dca2a2;
	font-size:0.7em;
	text-align:center;
	margin:10px auto 0 auto;
}

@media screen and (max-width: 767px){
	.marcApply {
		padding-top:20px;
		padding-left:0;
		padding-right:0;
	}
	a.invite {
		width:80%;
		padding:10px;
	}
	a.invite img {
		margin-right:10px;
	}
}



/* -------------------------------------------- フッター */	

footer {
	width:100%;
	height:200px;
	background-color:#ffffff; 
	text-align:center;
}


ul.fNav {
	width:240px;
	margin:0 auto;
	padding:70px 0 30px 0;
}

ul.fNav li{
	float:left;
	margin:0 15px 0 0;
	color:#313131
	
}
ul.fNav li a{
	color:#313131
}
ul.fNav li a:hover{	
	color:#666666;
}
p {
	clear:both;
}



/* -------------------------------------------- HERO-PP(パワーパートナー) */
section#heroPP {
	width: 100%;
	margin: 0 auto 20px auto;
	padding:0;
	background: url('img/topback_pp.jpg') top center no-repeat;
}

section#heroPP h2 {
	text-align:center;
	padding-top:50px;
	margin:0 auto 0 auto;
}

section#heroPP h2 img {
	width:500px;
}

section#heroPP p {
	margin:0 auto;
	padding-bottom:30px;
	text-align:left;
	font-size:.9em;
	line-height:160%;
	color:#333333;
	width:500px;
	text-shadow: 2px 2px 10px #fff ,
		-2px 2px 10px #fff ,
		2px -2px 10px #fff ,
		-2px -2px 10px #fff;
}

@media screen and (max-width: 767px){
	section#heroPP h2 {
		padding-top:30px;
	}
	section#heroPP h2 img {
		width:80%;
	}
	section#heroPP p{
		width:90%;
	}
}

