@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  /*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	 font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  *font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	 width: 100%;
		height: auto;
		max-height: 100%;
}

/*----------------------------------------------------	
                    FAQ用
----------------------------------------------------*/
.FAQ-page {
	 width: 99%;
		margin: 0px auto;
}

.FAQ-menu-list {
	 margin: 0px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
		max-width: 830px;
		-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.smp-header {
	 width: 100%;
		max-width: 830px;
		height: 100%;
		margin: 0px auto;
		background-image: url(https://www.kouden-gaeshi.jp/manner/img/header-background.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border: solid 1px #c191c1;
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  border-top: solid 1px #fe8e2a;*/
  box-sizing: border-box;
  flex-grow: 1;
		flex-direction: row;
		flex-wrap: nowrap;
  align-items: center;
		align-content: center;
		justify-content: space-between;
}

.smp-header img {
	 width: 95%;
		max-width: 280px;
		margin: 0px 5px 0px 5px;
		padding: 0px 0px;
}

.FAQ-big-title {
  background-color: #aca1c5;
		width: 100%;
		max-width: 830px;
		text-align: center;
}

.FAQ-big-title p{
  color: #FFFFFF;
		font-size: 20px;
		text-align: center;
}

.FAQ-title-image {
	 width: 100%;
		max-width: 830px;
		margin: 20px auto;
}

.FAQ-title-image img{
	 width: 100%;
}


.FAQ-text-PC {
	 display: none;
}

.FAQ-text-smp {
	 width: 90%;
		display: block;
		margin: 0px auto;
}

.FAQ-text-smp p {
	 font-size: 16px;
		line-height: 160%;
		text-align:: left;
}

/* パソコン */
@media screen and (min-width:800px){
.FAQ-text-PC {
	 width: 90%;
		display: block;
		margin: 0px auto;
}

.FAQ-text-PC p {
	 font-size: 16px;
		line-height: 160%;
		text-align:: left;
}

.FAQ-text-smp {
	 display: none;
}

}



.FAQ-menu {
	 margin: 10px auto;
		padding: 20px 20px 20px 20px;
		text-align: left;
		font-size: 16px;
		border: solid 1px #cccccc;
		box-sizing: border-box;
/*		border-radius: 20px;*/
		width: 98%;
		position: relative;
}

/* iPad */
@media screen and (min-width:768px){
.FAQ-menu {
	 margin: 20px 2% 5px;
		padding: 20px 20px 20px 20px;
		text-align: left;
		font-size: 16px;
		border: solid 1px #cccccc;
		box-sizing: border-box;
/*		border-radius: 20px;*/
		width: 46%;
		position: relative;
}
}


/* パソコン */
@media screen and (min-width:1024px){
.FAQ-menu {
	 margin: 20px 2%;
		padding: 20px 20px 20px 20px;
		text-align: left;
		font-size: 16px;
		border: solid 1px #cccccc;
		box-sizing: border-box;
/*		border-radius: 20px;*/
		width: 46%;
		position: relative;
}
}
.FAQ-menu-title {
	 margin: 0px auto 20px auto;
		padding: 0px 0px 5px 45px;
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		color: #524257;
		border-bottom: solid 1px #524257;
}

.FAQ-menu-title a {
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		color: #524257 !important;
		text-decoration: none;
}

.FAQ-menu-title a:hover {
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		color: #d09ab0 !important;
		text-decoration: none;
}

.FAQ-menu-title img{
	 margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 10%;
		max-width: 40px;
		position: absolute;
		top: 15px;
		left: 30px;
}

.FAQ-menu p {
 	color: #505050;
	 margin: 8px auto 0px 5px;
		line-height: 160%;
}

.FAQ-menu a {
 	color: #505050;
	 margin: 8px auto 0px 15px;
		line-height: 160%;
		text-decoration: none;
}

.FAQ-menu p:hover {
 	color: #d09ab0;
		line-height: 160%;
		text-decoration: none;
}

.FAQ-menu p:before {
		font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
 	color: #cccccc;
		position: absolute;
		left: 3%;
}

.FAQ-menu p:hover:before {
		font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
 	color: #d09ab0;
		position: absolute;
		left: 3%;
}



.FAQ-answer-waku {
  margin: 100px auto 0px auto;
		width: 99%;
}


.FAQ-space img {
		width: 100%;
		vertical-align: top;
}

ul.list-bottun {
  display: block;
  width: 100%;
		height: auto;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #2f2f2f;
  text-align: left;
}

ul.list-bottun a {
  color: #2f2f2f;
  display: block;
  text-decoration: none;
  font-size: 16px;
}


/* サイド・フッターエリア内カテゴリリンク */
#accordion-plus {
  width: 100%;
		max-width: 829px;
  margin: 0px auto 0px;
  padding: 0px;
  text-align: center;
}

#accordion-plus dl {
  width: 100%;
		max-width: 829px;
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align: left;
}



#accordion-plus dt.FAQ {
  cursor: pointer;
  display: block;
/*  border: 1px solid #d7bba3;
  border-bottom: dotted 2px #d7bba3;*/
  width: 100%;
		max-width: 829px;
		height: 50px;
		line-height: 160%;
  font-size: 18px;
/*  background-color: #bd84b1;*/
  margin: 50px auto 7px auto !important;
  padding: 0px;
/*  letter-spacing: 0.1em;*/
  box-sizing: border-box;
  color: #2f2f2f;
	 border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
	 vertical-align: middle;
		text-align: left;
/* 背景 */
		background: #fafafa;
		background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-under.png) 10px no-repeat,  /*Old browsers */
  -moz-linear-gradient(top, #fafafa 0%, #fafafa 13%, #f7f7f7 32%, #f7f7f7 49%, #ededed 56%, #f7f7f7 100%); /* FF3.6-15 */
		
  background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-under.png) 10px no-repeat,  /*Old browsers */
		-webkit-linear-gradient(top, #fafafa 0%,#fafafa 13%,#f7f7f7 32%,#f7f7f7 49%,#ededed 56%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
		
  background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-under.png) 10px no-repeat,  /*Old browsers */
		linear-gradient(to bottom, #fafafa 0%,#fafafa 13%,#f7f7f7 32%,#f7f7f7 49%,#ededed 56%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
  background-position: 3%;
		background-size: 20px 20px,100% 100%;
}


#accordion-plus dt.openFAQ {
  cursor: pointer;
  display: block;
/*  border: 1px solid #d7bba3;
  border-bottom: dotted 2px #d7bba3;*/
  width: 100%;
		max-width: 829px;
		height: 50px;
		line-height: 160%;
  font-size: 18px;
/*  background-color: #bd84b1;*/
  margin: 7px auto 7px auto !important;
  padding: 0px;
/*  letter-spacing: 0.1em;*/
  box-sizing: border-box;
  color: #2f2f2f;
	 border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
	 vertical-align: middle;
		text-align: left;
/* 背景 */
		background: #fafafa;
		background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-up.png) 10px no-repeat,  /*Old browsers */
  -moz-linear-gradient(top, #fafafa 0%, #fafafa 13%, #f7f7f7 32%, #f7f7f7 49%, #ededed 56%, #f7f7f7 100%); /* FF3.6-15 */
		
  background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-up.png) 10px no-repeat,  /*Old browsers */
		-webkit-linear-gradient(top, #fafafa 0%,#fafafa 13%,#f7f7f7 32%,#f7f7f7 49%,#ededed 56%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
		
  background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-up.png) 10px no-repeat,  /*Old browsers */
		linear-gradient(to bottom, #fafafa 0%,#fafafa 13%,#f7f7f7 32%,#f7f7f7 49%,#ededed 56%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
  background-position: 3%;
		background-size: 20px 20px,100% 100%;
}



/* ページタイトル */
#accordion-plus dt.FAQ-question {
  cursor: pointer;
  display: block;
/*  border: 1px solid #d7bba3;*/
  border-bottom: dotted 2px #d7bba3;
  width: 100%;
		max-width: 829px;
		height: auto;
  line-height: 160%;
  text-align: left;
  color: #2f2f2f;
  font-size: 17px;
  background-color: #FFFFFF !important;
  margin: 0px auto 0px auto !important;
  padding: 0px 0px 0px 0px;
/*  letter-spacing: 0.1em;*/
  box-sizing: border-box;
		background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-under.png) 0px no-repeat;
		background-size: 15px 15px;
	 background-position: 96%;
}

#accordion-plus dt.openFAQ-question {
  cursor: pointer;
  display: block;
/*  border: 1px solid #d7bba3;*/
  border-bottom: dotted 2px #d7bba3;
  width: 100%;
		height: auto;
  line-height: 160%;
  text-align: left;
  color: #2f2f2f;
  font-size: 17px;
  background-color: #FFFFFF !important;
  margin: 0px auto 0px auto !important;
  padding: 0px 0px 0px 0px;
/*  letter-spacing: 0.1em;*/
  box-sizing: border-box;
		background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-up.png) 0px no-repeat;
		background-size: 15px 15px;
	 background-position: 96%;
}

#accordion-plus dd {
  width: 100%;
		max-width: 829px;
  height: auto;
  line-height: 160%;
  text-align: left;
  display: none;
/*  color: #bd84b1;
  font-size: 16px;*/
  margin: 0px auto 20px auto !important;
		padding: 0px;
}

p.FAQ-title {
  cursor: pointer;
  width: 100%;
  line-height: 160%;
  text-align: left;
  color: #2f2f2f;
  font-size: 19px !important;
  padding: 10px 15px 0px 45px;
  box-sizing: border-box;
  vertical-align: middle !important;
		margin: 0px;
}

/* iPad */
@media screen and (min-width:768px){
p.FAQ-title {
  cursor: pointer;
  width: 100%;
  line-height: 160%;
  text-align: left;
  color: #2f2f2f;
  font-size: 19px !important;
  padding: 10px 15px 0px 55px;
  box-sizing: border-box;
  vertical-align: middle !important;
		margin: 0px;
}
}

p.FAQ-question {
	 display: inline-block;
  width: 88%;
		height: auto;
  line-height: 160%;
  vertical-align: middle !important;
  text-align: left;
  font-size: 16px;
/*  background-color: #bd84b1;*/
  margin: 10px 0px;
  padding: 0px 0px 0px 3em;
/*  letter-spacing: 0.1em;*/
  box-sizing: border-box;
  color: #2f2f2f;
		text-indent: -2.3em;
}

li.list-bottun p.faq {
	 margin: 15px auto;
		padding: 0px 0px 0px 2em;
		text-align: 160%;
		width: 85%;
		height: auto;
		text-indent: -2.3em;
}

li.list-bottun p.faq02 {
	 margin: 15px auto;
		padding: 0px 0px 0px 2em;
		text-align: 160%;
		width: 85%;
		height: auto;
}

a.faq-link {
  font-size: 16px;
	 text-decoration: underline !important;
	 color: #3b91d6 !important;
		padding: 0px 0px 0px 0px;
		display: inline !important;
}

/* リスト内装飾系 */
span.question {
  color: #3236d9;
  font-size: 20px;
		font-weight: bold;
  margin: 0px 10px 0px 0px;
  text-align: left;
  vertical-align: middle !important;
}


/* リスト内装飾系 */
span.answer {
  color: #db1313;
  font-size: 20px;
		font-weight: bold;
  margin: 0px 10px 0px 0px;
  text-align: left;
  vertical-align: middle !important;
}

/* iPad */
@media screen and (min-width:768px){
li.list-bottun p.faq {
	 margin: 15px auto;
		padding: 0px 0px 0px 0em;
		text-align: 160%;
		width: 87.5%;
		height: auto;
		text-indent: -2.3em;
}

li.list-bottun p.faq02 {
	 margin: 15px auto;
		padding: 0px 0px 0px 0em;
		text-align: 160%;
		width: 88%;
		height: auto;
}

a.faq-link {
  font-size: 16px;
	 text-decoration: underline !important;
	 color: #3b91d6 !important;
		padding: 0px 0px 0px 0px;
		display: inline !important;
}

/* リスト内装飾系 */
span.question {
  color: #3236d9;
  font-size: 20px;
		font-weight: bold;
  margin: 0px 10px 0px 0px;
  text-align: left;
  vertical-align: middle !important;
}


/* リスト内装飾系 */
span.answer {
  color: #db1313;
  font-size: 20px;
		font-weight: bold;
  margin: 0px 10px 0px 0px;
  text-align: left;
  vertical-align: middle !important;
}
}

/* パソコン */
@media screen and (min-width:1024px){

/* スペース調整 */
ul.list-bottun {
  display: block;
  width: 100%;
		height: auto;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #2f2f2f;
  text-align: left;
}

ul.list-bottun a {
  color: #2f2f2f;
  display: block;
  text-decoration: none;
  font-size: 16px;
}


/* サイド・フッターエリア内カテゴリリンク */
#accordion-plus {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
		max-width: 830px;
}

#accordion-plus dl {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align: left;
}


#accordion-plus dt.FAQ {
  cursor: pointer;
  display: block;
/*  border: 1px solid #d7bba3;
  border-bottom: dotted 2px #d7bba3;*/
  width: 100%;
		height: auto;
		line-height: 160%;
  font-size: 18px;
/*  background-color: #bd84b1;*/
  margin: 0px auto 0px auto !important;
  padding: 10px 0px 10px 0px;
/*  letter-spacing: 0.1em;*/
  box-sizing: border-box;
  color: #2f2f2f;
	 border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
	 vertical-align: middle;
		text-align: left;
/* 背景 */
		background: #fafafa;
		background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-under.png) 10px no-repeat,  /*Old browsers */
  -moz-linear-gradient(top, #fafafa 0%, #fafafa 13%, #f7f7f7 32%, #f7f7f7 49%, #ededed 56%, #f7f7f7 100%); /* FF3.6-15 */
		
  background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-under.png) 10px no-repeat,  /*Old browsers */
		-webkit-linear-gradient(top, #fafafa 0%,#fafafa 13%,#f7f7f7 32%,#f7f7f7 49%,#ededed 56%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
		
  background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-under.png) 10px no-repeat,  /*Old browsers */
		linear-gradient(to bottom, #fafafa 0%,#fafafa 13%,#f7f7f7 32%,#f7f7f7 49%,#ededed 56%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
  background-position: 3%;
		background-size: 20px 20px,100% 100%;
}

#accordion-plus dt.openFAQ {
  cursor: pointer;
  display: block;
/*  border: 1px solid #d7bba3;
  border-bottom: dotted 2px #d7bba3;*/
  width: 100%;
		height: auto;
		line-height: 160%;
  font-size: 18px;
/*  background-color: #bd84b1;*/
  margin: 0px auto 0px auto !important;
  padding: 10px 0px 10px 0px;
/*  letter-spacing: 0.1em;*/
  box-sizing: border-box;
  color: #2f2f2f;
	 border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
	 vertical-align: middle;
		text-align: left;
/* 背景 */
		background: #fafafa;
		background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-up.png) 10px no-repeat,  /*Old browsers */
  -moz-linear-gradient(top, #fafafa 0%, #fafafa 13%, #f7f7f7 32%, #f7f7f7 49%, #ededed 56%, #f7f7f7 100%); /* FF3.6-15 */
		
  background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-up.png) 10px no-repeat,  /*Old browsers */
		-webkit-linear-gradient(top, #fafafa 0%,#fafafa 13%,#f7f7f7 32%,#f7f7f7 49%,#ededed 56%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
		
  background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-up.png) 10px no-repeat,  /*Old browsers */
		linear-gradient(to bottom, #fafafa 0%,#fafafa 13%,#f7f7f7 32%,#f7f7f7 49%,#ededed 56%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
  background-position: 3%;
		background-size: 20px 20px,100% 100%;
}



/* ページタイトル */
#accordion-plus dt.FAQ-question {
  cursor: pointer;
  display: block;
/*  border: 1px solid #d7bba3;*/
  border-bottom: dotted 2px #d7bba3;
  width: 100%;
		height: auto;
  line-height: 160%;
  text-align: left;
  color: #2f2f2f;
  font-size: 18px;
  background-color: #FFFFFF !important;
  margin: 0px auto 0px auto !important;
  padding: 0px 0px 0px 0px;
/*  letter-spacing: 0.1em;*/
  box-sizing: border-box;
		background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-under.png) 0px no-repeat;
		background-size: 15px 15px;
	 background-position: 96%;
}

#accordion-plus dt.openFAQ-question {
  cursor: pointer;
  display: block;
/*  border: 1px solid #d7bba3;*/
  border-bottom: dotted 2px #d7bba3;
  width: 100%;
		height: auto;
  line-height: 160%;
  text-align: left;
  color: #2f2f2f;
  font-size: 18px;
  background-color: #FFFFFF !important;
  margin: 0px auto 0px auto !important;
  padding: 0px 0px 0px 0px;
/*  letter-spacing: 0.1em;*/
  box-sizing: border-box;
		background: url(https://www.kouden-gaeshi.jp/pic-labo/arrow-up.png) 0px no-repeat;
		background-size: 15px 15px;
	 background-position: 96%;
}

#accordion-plus dd {
  width: 100%;
  height: auto;
  line-height: 160%;
  text-align: left;
  display: none;
/*  color: #bd84b1;
  font-size: 16px;*/
  margin: 0px auto 20px auto !important;
		padding: 0px;
}

p.FAQ-title {
  cursor: pointer;
  width: 100%;
  line-height: 160%;
  text-align: left;
  color: #2f2f2f;
  font-size: 19px !important;
  padding: 0px 18px 0px 55px;
  box-sizing: border-box;
  vertical-align: middle !important;
}


p.FAQ-question {
	 display: inline-block;
  width: 88%;
		height: auto;
  line-height: 160%;
  vertical-align: middle !important;
  text-align: left;
  font-size: 16px;
/*  background-color: #bd84b1;*/
  padding: 0px 0px 0px 3em;
/*  letter-spacing: 0.1em;*/
  box-sizing: border-box;
  color: #2f2f2f;
		text-indent: -2.3em;
}

li.list-bottun p.faq {
	 margin: 15px auto;
		padding: 0px 0px 0px 0px;
		text-align: 160%;
		width: 88.5%;
		height: auto;
		text-indent: -2.3em;
}

li.list-bottun p.faq02 {
	 margin: 15px auto;
		padding: 0px 0px 0px 0px;
		text-align: 160%;
		width: 88.5%;
		height: auto;
}

a.faq-link {
  font-size: 16px;
	 text-decoration: underline !important;
	 color: #3b91d6 !important;
		padding: 0px 0px 0px 0px;
		display: inline !important;
}

/* リスト内装飾系 */
span.question {
  color: #3236d9;
  font-size: 20px;
		font-weight: bold;
  margin: 0px 10px 0px 0px;
  text-align: left;
  vertical-align: middle !important;
}


/* リスト内装飾系 */
span.answer {
  color: #db1313;
  font-size: 20px;
		font-weight: bold;
  margin: 0px 10px 0px 0px;
  text-align: left;
  vertical-align: middle !important;
}

}


/* 下部のバナーエリア */
.topfreeservicelink{ margin:10px auto;max-width:830px;}
.topfreeservicelink .ftc01,.topfreeservicelink .ftc02,.topfreeservicelink .ftc03{ width:32%; float:left; }

.topfreeservicelink .ftc01{ float:left; margin:0px 2% 0px 0px;}
.topfreeservicelink .ftc02{ float:left; margin:0px 2% 0px 0px;}
.topfreeservicelink .ftc03{ float: right; margin:0px 0px 0px 0px;}


.banner-area-PC {
	 display: none;
}

.banner-area-smp {
	 width: 100%;
		max-width: 829px;
		margin: 100px auto 50px;
		display: block;
}

.banner-area-smp p {
	 font-size: 16px;
		line-height: 160%;
		text-align:: left;
}

.banner-area-smp img {
	 width: 100%;
		margin: 5px auto;
}


/* パソコン */
@media screen and (min-width:800px){
.banner-area-PC {
	 width: 100%;
		max-width: 800px;
		margin: 100px auto 250px;
		  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
		-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.banner-area-PC p {
	 font-size: 16px;
		line-height: 160%;
		text-align:: left;
}

.banner-area-PC img {
	 width: 100%;
		max-width: 380px;
		margin: 5px;
}

.banner-area-smp {
	 display: none;
}

.banner-area-PC img.image-big {
	 width: 100%;
		max-width: 650px;
		margin: 5px auto;
}

.footlink{
	 width: 100%;
  max-width: 650px;
  background-color: #f5e6c6;
  margin: 10px auto 10px;
		display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
		-ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
		padding: 10px 0px;
}
.houfoli01 { margin: 0px auto 0px 7px; width: 100%;}
.houfoli01 img{ max-width: 190px;}
}

/*----------------------------------------------------	
　ページ（カート）へ戻るボタン
----------------------------------------------------*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 100;
  text-align: center;
}
#page-top a {
  width: 100%;
  padding: 0;
  display: block;
}

#clearboth {clear:both;}
