.first-content .content-main .wrap {
	background: url("../../images/first/main.png") no-repeat;
	background-position: top right;
	background-size: 500px;
	height: 100%;
}


.offer-content .content-main {
	height: 380px;
}
.offer-content .content-main .wrap {
	background: url("../../images/for-clinic/main.gif") no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
	display: block;
}
.offersp {
	display: none;
}

.first-01,
.first-02,
.first-03,
.first-04,
.first-05 {
	padding: 80px 0;
}

.first-01 .eng,
.first-02 .eng,
.first-03 .eng {
	font-family: 'Bathurst';
	color:#e9be54;
	font-size: 3.6rem;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1.7;
	
}

.first-01 h2,
.first-02 h2,
.first-03 h2,
.first-03 h2 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 40px;
}

.first-01 h2 span,
.first-02 h2 span,
.first-03 h2 span {
	font-size: 2rem;
	color:#e9be54;
}

.first-01 p,
.first-02 p,
.first-03 p,
.first-04 p {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2;
}

.point-box {
	background: #fff;
	padding: 60px;
	position: relative;
	margin-bottom: 40px;
}

.point-box .point-num {
	background: #a97cb6;
	padding: 15px;
	color:#fff;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	width: 200px;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1;
	position: absolute;
	top:0;
	left: 0;
	clip-path: polygon(0 1%, 100% 0, 87% 100%, 0% 100%);
}
.point-box .point-num span {
	font-size: 3rem;
	margin-left: 10px;
}


.point-box h3 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 40px;
	margin-top: 40px;
}
.point-box p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 20px;
	text-align: left;
}
.meritbox {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 50px 0;
	
}
.meritboxL {
	width: 20%;
	background:#e9be54;
	box-sizing: border-box;
	 display: flex;
  justify-content: center;
  align-items: center;
	color:#fff;
	font-size: 2rem;
}
.meritboxR {
	width: 80%;
	padding: 15px 30px;
	background: #f7f4ec;
	box-sizing: border-box;
}
.meritboxR p {
	font-size: 2rem;
}
.meritboxR p span {
	text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 205, 214, 0.7);
}

.first-02 .zu {
	width: 90%;
	margin: auto;
}
.first-02 .zu img {
	width: 100%;
	height: auto;
}

.point-cont {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.point-cont .ph {
	width: 20%;
}
.point-cont .text {
	width: 75%;
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.point-cont .ph img {
	width: 100%;
	height: auto;
}
.point-cont p {
	margin-bottom: 20px;
}


.merritbox {
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}

.merritboxL {
	border: 1px solid  #444444;
	border-bottom-right-radius: 40px;
	width: 60%;
	position: relative;
	padding: 40px;
	box-sizing: border-box;
}
.merritboxR {
	width: 35%;
}

.merritboxL::after {
    position: absolute;
   content: "";
    background: #f7f4ec;
	top:10px;
	left: 10px;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.merritboxL h3 {
	padding: 0;
	margin: 0;
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
	border-bottom: 3px solid  #a97cb6;
	padding-bottom: 15px;
}
.merritboxL p {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.7;
}
.mlist {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}
.mlist ul li {
	position: relative;
  padding: 0 0 0 2em;
  margin: 0;
}
.mlist ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #e9be54;
}

.merritboxR img{
	width: 100%;
	height: auto;
}

.reverse {
	flex-direction: row-reverse;
}


.first-04 .head {
	display: flex;
	justify-content: space-between;
}
.first-04 .head .headL {
	width: 70%;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
.first-04 .head .headR {
	width: 25%;
}


.first-04 h2 {
	padding: 0;
	margin: 0;
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 40px;
}

.first-04 .head .headR img {
	width: 100%;
	height: auto;
}
.fuki {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  background: #884f9c;
	box-sizing: border-box;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 20px;
}

.fuki:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #884f9c;
}

.fuki p {
  margin: 0;
  padding: 0;
}


.advbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advbox-item {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	width: 49%;
	margin-bottom: 20px;
}


.advbox-item h3 {
	padding: 0;
	margin: 0;
	font-size: 2.1rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
	border-bottom: 3px solid  #884f9c;
	padding-bottom: 15px;
}

.advbox-item p {
	font-size: 1.5rem;
	text-align: left;
}


.ptcnbox {
	display: flex;
	justify-content: space-between;
}
.ptcnboxL {
	width: 40%;
}
.ptcnboxR {
	width: 55%;
}
.ptcnboxR h2 {
	padding: 0;
	margin: 0;
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
	border-bottom: 3px solid  #884f9c;
	padding-bottom: 15px;
}
.ptcnboxR h3 {
	padding: 0;
	margin: 0;
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 15px;
	color:#e9be54;
}
.ptcnboxR  p {
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 20px;
}
.ptcnboxL img{
	width: 100%;
	height: auto;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}


@media screen and (max-width: 768px) {
	
	
.first-content .content-main .wrap {
	background: url("../../images/first/main.png") no-repeat;
	background-position: top 10px right;
	background-size: 180px;
	height: 100%;
}


	.offer-content .content-main {
		display: none;
	}
.offer-content .content-main .wrap {
	background: url("../../images/for-clinic/main.png") no-repeat;
	background-position: top 10px right;
	background-size: 180px;
	height: 100%;
	display: none;
}
.offersp {
	display: block;
	margin-top: -10px;
}
.offersp img {
	width: 100%;
	height: auto;
}


.first-01,
.first-02,
.first-03,
.first-04,
.first-05 {
	padding: 40px 0;
}

.first-01 .eng,
.first-02 .eng,
.first-03 .eng {
	font-family: 'Bathurst';
	color:#e9be54;
	font-size: 2.4rem;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1.7;
	
}

.first-01 h2,
.first-02 h2,
.first-03 h2 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
	line-height: 1.7;
}

.first-01 h2 span,
.first-02 h2 span,
.first-03 h2 span {
	font-size: 1.6rem;
	color:#e9be54;
}

.first-01 p,
.first-02 p,
.first-03 p,
.first-04 p {
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.8;
}

.point-box {
	background: #fff;
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
}

.point-box .point-num {
	padding: 15px;
	color:#fff;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	width: 150px;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1;
	position: absolute;
	top:0;
	left: 0;
	clip-path: polygon(0 1%, 100% 0, 87% 100%, 0% 100%);
}
.point-box .point-num span {
	font-size: 2rem;
	margin-left: 10px;
}


.point-box h3 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
	margin-top: 60px;
}
.point-box p {
	font-size: 1.4rem;
	line-height: 1.7;
}
.meritbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	
}
.meritboxL {
	width: auto;
	background:#e9be54;
	box-sizing: border-box;
	 display: flex;
  justify-content: center;
  align-items: center;
	color:#fff;
	font-size: 1.4rem;
}
.meritboxR {
	width: auto;
	padding: 15px 15px;
	box-sizing: border-box;
}
.meritboxR p {
	font-size: 1.5rem;
}
.meritboxR p span {
	text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 205, 214, 0.7);
}

.first-02 .zu {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}
.first-02 .zu img {
	width: 100%;
	height: auto;
}

.point-cont {
	display: flex;
	
	flex-direction: column;
	justify-content: space-between;
}
.point-cont .ph {
	width: 60%;
	margin: auto;
	margin-bottom: 20px;
}
.point-cont .text {
	width: auto;
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.point-cont .ph img {
	width: 100%;
	height: auto;
}
.point-cont p {
	margin-bottom: 20px;
}


.merritbox {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin: 30px 0;
}

.merritboxL {
	border: 1px solid  #444444;
	border-bottom-right-radius: 40px;
	width: auto;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}
.merritboxR {
	width: 60%;
	margin: auto;
	margin-bottom: 20px;
}

.merritboxL::after {
    position: absolute;
   content: "";
	top:10px;
	left: 10px;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.merritboxL h3 {
	padding: 0;
	margin: 0;
	font-size:1.8rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 15px;
	border-bottom: 2px solid  #a97cb6;
	padding-bottom: 10px;
}
.merritboxL p {
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.7;
}
.mlist {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 20px;
}
.mlist ul li {
	position: relative;
  padding: 0 0 0 2em;
  margin: 0;
	font-size: 1.4rem;
}
.mlist ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #e9be54;
}

.merritboxR img{
	width: 100%;
	height: auto;
}

.reverse {
	flex-direction: column-reverse;
}


.first-04 .head {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.first-04 .head .headL {
	width: auto;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
.first-04 .head .headR {
	width: 60%;
	margin: auto;
}


.first-04 h2 {
	padding: 0;
	margin: 0;
	font-size: 1.7rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 40px;
	line-height: 1.7;
}

.first-04 .head .headR img {
	width: 100%;
	height: auto;
}
.fuki {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
	box-sizing: border-box;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 20px;
	line-height: 1.6;
}

.fuki:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #884f9c;
}

.fuki p {
  margin: 0;
  padding: 0;
}


.advbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advbox-item {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 15px;
}


.advbox-item h3 {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
	border-bottom: 2px solid  #884f9c;
	padding-bottom: 15px;
}

.advbox-item p {
	font-size: 1.4rem;
	text-align: left;
}


.ptcnbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ptcnboxL {
	width: 60%;
	margin: auto;
	margin-bottom: 15px;
}
.ptcnboxR {
	width: auto;
}
.ptcnboxR h2 {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 15px;
	border-bottom: 2px solid  #884f9c;
	padding-bottom: 10px;
}
.ptcnboxR h3 {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom:5px;
	color:#e9be54;
}
.ptcnboxR  p {
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 20px;
}
.ptcnboxL img{
	width: 100%;
	height: auto;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}
	
}











.ph03 {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.ph03 div {
	width: 33.3%;
}
.ph03 div img {
	width: 100%;
	height: auto;
}

.graph {
	width: 90%;
	margin: 40px auto;
}
.graph img {
	width: 100%;
	height: auto;
}

.plan-price {
	margin-bottom: 50px;
}
.plan-price h3 {
	background: #f7f4ec;
	border-top: 4px solid #e9be54;
	display: flex;
	padding: 10px 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
	font-size: 2.2rem;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.pricebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


table#price {
    width: 49%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1.8rem;
	box-sizing: border-box;
}

table#price th {
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #a97cb6;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	color:#fff;
	height: 30px;
}
table#price td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	font-weight: bold;
}


.price-cation {
	background: #f5f5f5;
	padding: 40px;
	box-sizing: border-box;
}
.price-cation p {
	font-size: 1.5rem;
	text-align: left;
}
.price-cation ul {
	list-style-type: disc;
	margin-left: 20px;
}
.price-cation li {
	font-size: 1.5rem;
	text-align: left;
	list-style-type: disc;
	line-height: 1.7;
}


.offer-03 .point-box {
	background: #fff;
	padding: 60px;
	position: relative;
	margin-bottom: 40px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}


.offer-03 .point-cont .ph {
	width: 30%;
}
.offer-03 .point-cont .ph img {
	clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
}
.offer-03 .point-cont .text {
	width: 65%;
}

.faqBOX {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.faq-area{
    list-style: none;

}


/*アコーディオンタイトル*/
.faqQ {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.8rem;
    font-weight: normal;
    transition: all .5s ease;
	background: #a97cb6;
	color:#fff;
	padding: 10px 20px;
	box-sizing: border-box;
}

/*アイコンの＋と×*/
.faqQ::before,
.faqQ::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
	

}
.faqQ::before{
    top:48%;

    transform: rotate(0deg);
	right:15px;
    
}
.faqQ::after{    
    top:48%;
    right:15px;
    transform: rotate(90deg);
	

}
/*　closeというクラスがついたら形状変化　*/
.faqQ.close::before{
  transform: rotate(45deg);
}

.faqQ.close::after{
  transform: rotate(-45deg);
}

.faqQ i {
    margin-right: 15px;
}

/*アコーディオンで現れるエリア*/
.faqA {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin-top: 15px;
	padding: 20px 30px;
	box-sizing: border-box;
}
.faqA p {
    font-size: 1.6rem;
	margin-bottom: 20px;
	text-align: left;
}
.faqA p:last-child {
    margin-bottom: 0;
}

/*========= レイアウトのためのCSS ===============*/




.admin-confirmation02 {
	width: 400px;
	margin: 40px auto 0;
}

.admin-confirmation02 .button-confirmation {
	background: #e9be54;
	border-radius: 40px;
	border: 1px solid #ffc737;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 0px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 2rem;
}
.admin-confirmation02 .button-confirmation a {
	color:#fff;
	display: block;
	padding: 10px;
	position: relative;
}
.admin-confirmation02 .button-confirmation a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:13px;
  right: 0px;
	margin-right: 10px;
  position: absolute;
}
.admin-confirmation02 .button-confirmation span {
	font-size: 1.3rem;
}



.offerline {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 20px;
}

.offerlineL {
	width: 55%;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	border-right: 1px solid  #a09f9f;
}
.offerlineR {
	width: 40%;
	box-sizing: border-box;
	
}
.offerlineR img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.offerlineL h3 {
	font-size: 2.4rem;
}
.offerlineL p {
	font-size: 1.4rem;
}



@media screen and (max-width: 768px) {
.ph03 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.ph03 div {
	width: 33.3%;
}
.ph03 div img {
	width: 100%;
	height: auto;
}

.graph {
	width: 100%;
	margin: 30px auto;
}
.graph img {
	width: 100%;
	height: auto;
}

.plan-price {
	margin-bottom: 0px;
}
.plan-price h3 {

	border-top: 3px solid #e9be54;
	display: flex;
	padding: 10px 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.pricebox {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}


table#price {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1.4rem;
	box-sizing: border-box;
	margin-bottom: 15px;
}

table#price th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	color:#fff;
	height: 30px;
}
table#price td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
}
	


.price-cation {
	background: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
}
.price-cation p {
	font-size: 1.3rem;
	text-align: left;
}
.price-cation ul {
	list-style-type: disc;
	margin-left: 20px;
}
.price-cation li {
	font-size: 1.3rem;
	text-align: left;
	list-style-type: disc;
	line-height: 1.7;
}


.offer-03 .point-box {
	background: #fff;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}


.offer-03 .point-cont .ph {
	width: 100%;
}
.offer-03 .point-cont .ph img {
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}
.offer-03 .point-cont .text {
	width: 100%;
}

.faqBOX {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.faq-area{
    list-style: none;

}


/*アコーディオンタイトル*/
.faqQ {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.5rem;
    font-weight: normal;
    transition: all .5s ease;
	color:#fff;
	padding: 10px 20px;
	box-sizing: border-box;
}

/*アイコンの＋と×*/
.faqQ::before,
.faqQ::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
	

}
.faqQ::before{
    top:48%;
    transform: rotate(0deg);
	right:15px;
    
}
.faqQ::after{    
    top:48%;
    right:15px;
    transform: rotate(90deg);
	

}
/*　closeというクラスがついたら形状変化　*/
.faqQ.close::before{
  transform: rotate(45deg);
}

.faqQ.close::after{
  transform: rotate(-45deg);
}

.faqQ i {
    margin-right: 15px;
}

/*アコーディオンで現れるエリア*/
.faqA {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin-top: 15px;
	padding: 10px 15px;
	box-sizing: border-box;
}
.faqA p {
    font-size: 1.4rem;
	margin-bottom: 15px;
	text-align: left;
}
.faqA p:last-child {
    margin-bottom: 0;
}

/*========= レイアウトのためのCSS ===============*/




.admin-confirmation02 {
	width: 90%;
	margin: 30px auto 0;
}

.admin-confirmation02 .button-confirmation {
	border-radius: 40px;
	border: 1px solid #ffc737;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 0px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.admin-confirmation02 .button-confirmation a {
	color:#fff;
	display: block;
	padding: 10px;
	position: relative;
}
.admin-confirmation02 .button-confirmation a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:13px;
  right: 0px;
	margin-right: 10px;
  position: absolute;
}
.admin-confirmation02 .button-confirmation span {
	font-size: 1.3rem;
}



.offerline {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 20px;
}

.offerlineL {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	border-right: 0px solid  #a09f9f;
	margin-bottom: 20px;
}
.offerlineR {
	width: 100%;
	box-sizing: border-box;
	
}
.offerlineR img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.offerlineL h3 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.offerlineL p {
	font-size: 1.4rem;
}


}


.campaign {
	border-top: 5px solid #1a1a1a;
	border-bottom: 5px solid #1a1a1a;
	padding: 30px;
}
.camptitle {
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.camptitle span {
	color:#e9be54;
	font-size: 4rem;
}
.camptitle02 {
	font-size: 5rem;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.camptitle02 span {
	color:#fc1466;
	font-size: 7rem;
}


@media screen and (max-width: 768px) {
.campaign {
	border-top: 5px solid #1a1a1a;
	border-bottom: 5px solid #1a1a1a;
	padding: 20px;
}
.camptitle {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.camptitle span {
	color:#e9be54;
	font-size: 3rem;
}
.camptitle02 {
	font-size: 4rem;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.camptitle02 span {
	color:#fc1466;
	font-size: 5rem;
}
	
}


/*登録申込フローティング*/
.floating-offer {
  position: fixed; /* バナーを追従させる */
  bottom: 0px; /* バナーの上下の位置 */
display:block;
width:100%;
background:rgba(169,124,182,1);
	z-index: 2;
	padding: 15px;
	box-sizing: border-box;
}
.floating-offer image {
  width: 100%; /* 画像の最大幅 */
}
.floating-offer .wrap {
  max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.floating-offer .wrap .item {
  width: 48%;
	font-size: 1.6rem;
	color:#fff;
	line-height: 1.7;
	display: flex;
  justify-content: center;
  align-items: center;
}

.floating-offer .admin-confirmation02 {
	width: 100%;
	margin: 0px auto 0;
	box-sizing: border-box;
}

.floating-offer .admin-confirmation02 .button-confirmation {
	background: #ffc737;
	border-radius: 40px;
	border: 1px solid #ffc737;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 0px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 2rem;
}
.floating-offer .admin-confirmation02 .button-confirmation a {
	color:#fff;
	display: block;
	padding: 10px;
	position: relative;
}
.floating-offer .admin-confirmation02 .button-confirmation a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:13px;
  right: 0px;
	margin-right: 10px;
  position: absolute;
}
.floating-offer .admin-confirmation02 .button-confirmation span {
	font-size: 1.3rem;
}


@media screen and (max-width: 768px) {
	


/*登録申込フローティング*/
.floating-offer {
  position: fixed; /* バナーを追従させる */
  bottom: 0px; /* バナーの上下の位置 */
display:block;
width:100%;
	z-index: 2;
	padding: 15px;
	box-sizing: border-box;
}
.floating-offer image {
  width: 100%; /* 画像の最大幅 */
}
.floating-offer .wrap {
  max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.floating-offer .wrap .item {
  width: 48%;
	font-size: 1.2rem;
	color:#fff;
	line-height: 1.3;
	display: flex;
  justify-content: center;
  align-items: center;
}

.floating-offer .admin-confirmation02 {
	width: 100%;
	margin: 0px auto 0;
	box-sizing: border-box;
}

.floating-offer .admin-confirmation02 .button-confirmation {
	background: #ffc737;
	border-radius: 40px;
	border: 1px solid #ffc737;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 0px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1.5rem;
}
.floating-offer .admin-confirmation02 .button-confirmation a {
	color:#fff;
	display: block;
	padding: 5px;
	position: relative;
}
.floating-offer .admin-confirmation02 .button-confirmation a:after {
	content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 15px;
	top:11px;
  right: 0px;
	margin-right: 5px;
  position: absolute;
}
.floating-offer .admin-confirmation02 .button-confirmation span {
	font-size: 1.3rem;
}

	
}
