/* For salonprofessionalcard CSS */

/* ========= NotVip ========= */
#NotVip{
	min-height:500px;
	text-align:center;
	line-height:1.6;
}
#NotVip h1{
	margin-top:50px;
	line-height:1.6;
}
#NotVip .text--large{
	margin-top:50px;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
}
#NotVip .loginbtn{
	margin-top:40px;
}
#NotVip .btn-secondary{
	font-size:18px;
	font-weight:bold;
	padding:15px 100px;
}
@media screen and (max-width: 1023px){
	#NotVip .text--large{
		font-size:15px;
	}
	#NotVip .btn-secondary{
		font-size:15px;
	}
}

/* ========= Common ========= */
#Wrap{
	font-family: 'Yu Mincho Demibold','YuMincho Demibold','YuMincho Medium', 'Noto Serif JP', 'Hiragino Mincho ProN-W6', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho ProN', 'YuMincho', 'HGS明朝E', serif;
	font-size:18px;
  font-weight: 500;
	line-height:1.6;
	color:#000;
}
@media screen and (max-width: 1023px){
	#Wrap{ font-size:16px;}
}
#Wrap th, #Wrap td{color:#000; font-size:18px;}
@media screen and (max-width: 1023px){
	#Wrap th, #Wrap td{ font-size:16px;}
}

#Wrap img{width:100%; height:auto;}
#Wrap a{color:#70accb; text-decoration:underline;}
#Wrap .blue{ color:#003366; }
#Wrap .red{ color:#d20e0e; }
#Wrap .white{ color:#fff; }
#Wrap .mt20{margin-top:20px;}
#Wrap .mt50{margin-top:50px;}
#Wrap .mb10{margin-bottom:10px;}

#Wrap .SecCenter,
#Wrap .Sec{
	margin-top:40px;
	padding-top:40px;
	padding-bottom:40px;
	/*min-height:483px;*/
}
#Wrap #Sec6{
	padding-top:0;
}
#Wrap .BackYellow{
	background:#f5ede1;
}

#Wrap .Triangle{
	position:relative;
}
#Wrap .Triangle::after{
	position:absolute;
	left:2px;
	top:2px;
	display:block;
	content:'';
	width:0;
	height:0;
	border-right:20px solid transparent;
	border-top:20px solid #003366;
}

/* ========= EntryBtn ========= */
#Wrap .EntryBtn{
	display:none;
}
#Wrap .EntryBtn a{
	margin:0 auto;
	font-weight:bold;
	color:#fff;
	background:linear-gradient(to left, #d20f0e, #fc8c27);
	font-family:"Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
	text-decoration:none;
	text-align:center;
	display:block;
	position:relative;
}
#Wrap .EntryLogin a{
	margin:0 auto;
	font-weight:bold;
	color:#fff;
	border:2px solid #fd6029;
	background:#fc8c27;
	font-family:"Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
	line-height:1.2;
	text-decoration:none;
	text-align:center;
	display:block;
	position:relative;
}
#Wrap .EntryBtn a i::before,
#Wrap .EntryLogin a i::before{
 font-size:80%; 
}
#Wrap .ContactBox{
  padding:20px;
  border:3px solid #f9f9f9;
}

/* ========= h2, h3 Common ========= */
#Wrap h2{
	font-size:46px;
	padding-bottom:10px;
	margin-bottom:20px;
	line-height:1.2;
	border-bottom:1px solid #c2a64f;
}
#Wrap h2 .H2block{
	display:none;
}
@media screen and (max-width:1024px){
	#Wrap h2 .H2block{
		display:block;
	}
}
#Wrap h3{
	font-size:30px;
	margin-bottom:20px;
	color:#003366;
}
@media screen and (max-width:1024px){
	#Wrap h2{
		font-size:34px;
	}
	#Wrap h3{
		font-size:28px;
	}
}
@media screen and (max-width:767px){
	#Wrap h2{
		font-size:30px;
	}
	#Wrap h3{
		font-size:25px;
	}
}

#Wrap .SecCenter .SecCont h2{
	width:60%;
}
#Wrap #Sec1 .SecCont h2,
#Wrap #Sec5 .SecCont h2,
#Wrap #Sec7 .SecCont h2{
	text-align:right;
}
#Wrap #VideoSec .SecCont h2{
	width:70%;
	margin-left:30%;
}
#Wrap #Sec6 .SecCont h2{
	margin-left:40%;
}
@media screen and (max-width:1199px){
	#Wrap .SecCenter .SecCont h2{
		width:65%;
	}
	#Wrap #VideoSec .SecCont h2{
		width:80%;
		margin-left:20%;
	}
	#Wrap #Sec6 .SecCont h2{
		margin-left:35%;
	}
}
@media screen and (max-width:767px){
	#Wrap .SecCenter .SecCont h2{
		width:95%;
	}
	#Wrap #VideoSec .SecCont h2{
		width:95%;
		margin-left:5%;
	}
	#Wrap #Sec6 .SecCont h2{
		margin-left:5%;
	}
}

/* ========= animation ========= */

#Wrap .animation{
	opacity:1;
	/*opacity:0;*/
}
#Mainwrap .Mainimg2 .Box2 .Box2Cont p:first-child{
  -webkit-animation: LightToRightSlideIn 0.5s ease-in-out 0s both;
          animation: LightToRightSlideIn 0.5s ease-in-out 0s both;	
}
#Mainwrap .Mainimg2 .Box2 .Box2Cont p:last-child{
  -webkit-animation: LightToRightSlideIn 1s ease-in-out 0s both;
          animation: LightToRightSlideIn 1s ease-in-out 0s both;	
}
#Wrap .LeftToRightSlide.slideInTxt{
  -webkit-animation: LightToRightSlideIn 1s ease-in-out 0s both;
          animation: LightToRightSlideIn 1s ease-in-out 0s both;
}
#Wrap .RightToLeftSlide.slideInTxt{
  -webkit-animation: RightToLeftSlideIn 1s ease-in-out 0s both;
          animation: RightToLeftSlideIn 1s ease-in-out 0s both;
}

@keyframes LightToRightSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes RightToLeftSlideIn {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes BottomToUpSlideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========= Layout ========= */

#Wrap .Layout1170{
	width:1170px;
	margin:0 auto;
}
#Wrap .Layout1200{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width:1199px){
	#Wrap .Layout1170{
		width:calc(100% - 60px);
	}
	#Wrap .Layout1200{
		width:calc(100% - 60px);
	}
}
@media screen and (max-width:767px){
	#Wrap .Layout1170{
		width:calc(100% - 20px);
	}
	#Wrap .Layout1200{
		width:calc(100% - 20px);
		margin-left:auto;
		margin-right:auto;
	}
}

/* ========= Mainwrap ========= */
#Mainwrap{
  position: relative;
}
#Mainwrap .Maininner{
	background: #efe3d7 url(../img/mainimg4.jpg) center top no-repeat;
}
#Mainwrap .Layout1170{
	display: flex;
	align-items: flex-start;
}
#Mainwrap .Mainreverse{
	width:calc(100% - 270px);
  display: flex;
  flex-direction: column-reverse;
}
#Mainwrap .Mainreverse .Mainimg1,
#Mainwrap .Mainreverse .Mainimg2,
#Mainwrap .Mainimg3{
	width:100%;
}
#Mainwrap .Mainreverse .Mainimg1 .H1wrap{
  display: flex;
  flex-direction: column-reverse;
}
#Mainwrap .Mainreverse .Mainimg1 .H1wrap h1{
	font-size:86px;
	font-weight:500;
	font-family:'Cormorant Garamond', serif;
	display:block;
	line-height:1.1;
	width:800px;
}
#Mainwrap .Mainreverse .Mainimg1 .H1wrap p{
	font-size:23px;
  padding-top: 20px;
	line-height:1.1;
	width:100%;
}
#Mainwrap .Mainreverse .Mainimg2{
  position: relative;
}
#Mainwrap .Mainreverse .Mainimg2::after{
  content: '';
  display: block;
}
#Mainwrap .Mainreverse .Mainimg2 .Box1 p{
	font-size:30px;
	margin-top:20px;
	color:#fff;
	display: inline-block;
}
#Mainwrap .Mainreverse .Mainimg2 .Box1 p span{
	background:#003366;
	padding:5px 20px;
}
#Mainwrap .Mainreverse .Mainimg2 .Box2 .Box2Cont {
  padding-top: 58px;
	position:relative;
}
#Mainwrap .Mainreverse .Mainimg2 .Box2 .Box2Cont::after{
	content:'';
	display:block;
	padding-bottom:10px;
	border-bottom:1px solid #c2a64f;
}
#Mainwrap .Mainreverse .Mainimg2 .Box2 .Box2Cont p:first-child{
	font-size:30px;
}
#Mainwrap .Mainreverse .Mainimg2 .Box2 .Box2Cont p:last-child{
	font-size:46px;
}
#Mainwrap .MainCard{
	width: 270px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#Mainwrap .MainCard p{
	width: 100%;
	text-align: center;
	margin:30px auto 20px;
}
#Mainwrap .MainCard p img{
	width: 196px;
}
#Mainwrap .MainCard figure{
	width: 100%;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
#Mainwrap .MainCard figure img{
	width: 238px;
}
#Mainwrap .Mainimg3 .Cont{
	background:#231815;
}
#Mainwrap .Mainimg3 .Cont .Layout1170{
	padding:40px 0;
	text-align:center;
	position:relative;
  z-index: 0;
}
@media screen and (max-width:1199px){
	#Mainwrap .Mainreverse .Mainimg1 .H1wrap h1{
		font-size:8vw;
    margin-bottom: 20px;
    word-wrap: break-word;
    width: 100%;
	}
  #Mainwrap .Mainreverse .Mainimg2 .Box2 .Box2Cont{ 
    padding-top:20px;
  }
	#Mainwrap .Mainreverse .Mainimg2 .Box2 .Box2Cont p:last-child{
		font-size:40px;
	}
}
@media screen and (max-width:1199px) and (min-width:1024px){
	#Mainwrap .Mainreverse .Mainimg1 .H1wrap h1{
		font-size:9vw;
	}
	#Mainwrap .Mainreverse .Mainimg2 .Box1 p{
		font-size:2.2vw;
	}
}
@media screen and (max-width:1023px){
	#Mainwrap .Maininner{
		background: #efe3d7 url(../img/mainimg3.jpg) 25% top no-repeat;
		background-size:auto 100%;
	}
	#Mainwrap .Layout1170{
		display: block;
	}
	#Mainwrap .Mainreverse{
		width: 100%;
	  display: flex;
	  flex-direction: column-reverse;
	}
	#Mainwrap .Mainreverse .Mainimg2 .Box1 p{
		margin-top:10px;
	}
	#Mainwrap .Mainreverse .Mainimg2 .Box2 .Box2Cont::after{
		width:95%;
	}
	#Mainwrap .MainCard{
		width: 100%;
	}
	#Mainwrap .MainCard p{
		margin:0 auto 20px;
	}
	#Mainwrap .MainCard p img{
		width: 350px;
		margin: 0 auto;
	}
	#Mainwrap .MainCard figure{
		padding-top:0;
		padding-bottom: 20px;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170 figure{
		top:-235px;
	}
}
@media screen and (max-width:767px){
	#Mainwrap .Maininner{
		background: #efe3d7 url(../img/mainimg3.jpg) 26% top no-repeat;
		background-size:auto 100%;
	}
	#Mainwrap .Mainreverse .Mainimg1 .H1wrap{
		width:100%;
	}
  #Mainwrap .Mainreverse .Mainimg1 .H1wrap h1{
		width:100%;
		font-size:11.3vw;
		letter-spacing:-2px;
		padding-top:10px;
	}
	#Mainwrap .Mainreverse .Mainimg1 .H1wrap p{
		font-size:15px;
    padding-top: 15px;
	}
	#Mainwrap .Mainreverse .Mainimg2 .Box1 p{
		font-size:15px;
	}
	#Mainwrap .Mainreverse .Mainimg2 .Box1 p span{
		padding:5px;
	}
  #Mainwrap .Mainreverse .Mainimg2 .Box2 .Box2Cont{
    padding-top: 25px;
  }
	#Mainwrap .Mainreverse .Mainimg2 .Box2 .Box2Cont p:first-child{
		font-size:15px;
	}
	#Mainwrap .Mainreverse .Mainimg2 .Box2 .Box2Cont p:last-child{
		font-size:30px;
		line-height:1.3;
	}
	#Mainwrap .MainCard p img{
		width: 100%;
		max-width: 287px;
		margin: 0 auto;
	}
	#Mainwrap .MainCard figure img{
		width: 42%;
		max-width:238px;
		min-width: 150px;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170{
		padding:40px 0 30px;
	}
}
@media screen and (max-width:640px){
	#Mainwrap .Mainreverse .Mainimg1 figure{
		width:38%;
	}
}
@media screen and (max-width:410px){
	#Mainwrap .Mainreverse .Mainimg1 figure{
		width:43%;
	}
}

/* ========= 新規入会特典 ========= */

#Mainwrap .Mainimg3 .Cont .Layout1170{
	display: block;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .notosans{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .barlow{
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  transform: scale(1.1, 1.0);
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH2{
	width: 80%;
	margin: 0 auto 40px;
	position: relative;
	background:linear-gradient(to right, #c0a654, #f4e4b5, #c0a654);
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH2 h2{
	padding:5px;
	border:none;
	text-align:center;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH2 p{
	max-width: 20vw;
	position: absolute;
	right: 1%;
	top: -4vw;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 h3{
	color: #e6ca75;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 h3 .notosans{
	margin: 0 auto 15px;
	line-height: 1;
	display: block;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 h3 .notosans:first-child{
	font-size: 25px;
	margin-bottom: 0;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 h3 .TxtLarge{
	font-size: 84px;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 h3 .TxtLarge .barlow{
	font-size: 156px;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 h3 .notosans:last-child{
	font-size: 52px;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampSchedule{
	padding: 40px;
	margin: 40px auto 30px;
	border: 1px solid #e6ca75;
	text-align: center;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampSchedule h4{
	font-size: 20px;
	color: #e6ca75;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampCaution{
	width: 80%;
	text-align:left;
	display:inline-block;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampCaution li{
  font-size:17px;
	color:#e6ca75;
  padding-left:1em;
  text-indent:-1em;
}
#Mainwrap .Mainimg3 .Cont .Layout1170 .CampCaution li span{
	color:#fff;
}
@media screen and (min-width:1024px){
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH2 h2{
		font-size:50px;
	}
}
@media screen and (max-width:1023px){
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampSchedule{
		padding: 30px;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampCaution{
		width: 100%;
	}
}
@media screen and (max-width:767px){
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH2{
		width: 100%;
		margin: 0 auto 20px;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH2 p{
		max-width: 26vw;
		position: absolute;
		right: 0;
		top: -13vw;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 h3 .notosans:first-child{
		font-size: 15px;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 h3 .TxtLarge{
		font-size: 50px;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 h3 .TxtLarge .barlow{
		font-size: 88px;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 h3 .notosans:last-child{
		font-size: 30px;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampSchedule{
		padding: 25px 15px;
		margin: 25px auto;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampSchedule h4{
		font-size: 15px;
		margin-bottom: 10px;
	}
	#Mainwrap .Mainimg3 .Cont .Layout1170 .CampCaution li{
	  font-size:14px;
	}
}

/* ========= 新規入会特典ひかるアニメーション ========= */

#Mainwrap .Mainimg3 .Cont .Layout1170 .CampH3 #CampH3Shine.animationShine{
  padding: 10px 0;
  margin: 0;
  font-size: 80px;
  font-weight: bold;
  background-image: linear-gradient(70deg, #e6ca75 45%, #FFF 50%, #e6ca75 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 5s;
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ========= Entrywrap ========= */
#EntrySec{
	background:#fff;
}
.Layout1170 .Entrywrap{
	/*margin-top:40px;*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.Layout1170 .Entrywrap p.red{
	font-size:40px;
	padding-top:40px;
	margin-bottom:5px;
}
.Layout1170 .Entrywrap p.EntryTxt{
	font-size:40px;
	margin-bottom:5px;
	color:#fff;
}
.Layout1170 .Entrywrap .EntryBtn a,
.Layout1170 .Entrywrap .EntryLogin a{
	font-size:30px;
	width:970px;
	padding:15px;
	border-radius:50px;
}
@media screen and (max-width:1199px){
	.Layout1170 .Entrywrap .EntryBtn,
	.Layout1170 .Entrywrap .EntryLogin{
		width:calc(100% - 60px);
	}
}
@media screen and (max-width:1023px){
	.Layout1170 .Entrywrap p.red{
		font-size:30px;
	}
	.Layout1170 .Entrywrap p.EntryTxt{
		font-size:30px;
	}
	.Layout1170 .Entrywrap .EntryBtn,
	.Layout1170 .Entrywrap .EntryLogin{
		width:calc(100% - 20px);
		margin: 0 auto;
	}
	.Layout1170 .Entrywrap .EntryBtn a,
	.Layout1170 .Entrywrap .EntryLogin a{
		width:100%;
		border-radius:50px;
		font-size:30px;
	}
}
@media screen and (max-width:767px){
	.Layout1170 .Entrywrap p.red{
		font-size:20px;
		padding-top:30px;
	}
	.Layout1170 .Entrywrap p.EntryTxt{
		font-size:20px;
	}
	.Layout1170 .Entrywrap .EntryBtn a,
	.Layout1170 .Entrywrap .EntryLogin a{
		font-size:20px;
		letter-spacing:-1px;
    padding: 6px 5px;
	}
}
@media screen and (max-width:320px){
	.Layout1170 .Entrywrap p.EntryTxt{
		letter-spacing:-1px;
	}
}

/* ========= VideoSec ========= */
#Wrap #VideoSec{
	/*border-top:10px solid #f5ede1;
	background:linear-gradient(90deg,#fff 0%,#fff 30%,#f5ede1 30%,#f5ede1 100%);*/
	/*background:linear-gradient(180deg,#f5ede1 0%,#f5ede1 70%,#fff 70%,#fff 100%);*/
	background:url(../img/videoimg.jpg) left top no-repeat;
	background-size:100%;
	margin-top:70px;
}
#Wrap #VideoSec h2,
#Wrap #VideoSec h2 span,
#Wrap #VideoSec .SecCont .Txt{
	color:#fff;
}
#Wrap #VideoSec .SecCont .Txt{
	text-align:center;
	font-size:36px;
}
#Wrap #VideoSec .SecCont .Txt img{
	width:auto;
	vertical-align:baseline;
}
#Wrap #VideoSec .SecCont .ContBox{
	width:900px;
	margin:0 auto;
}
#Wrap #VideoSec .SecCont .ContBox .BoxInner{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-top:10px;
	border:1px solid #dad1b5;
	background:#dad1b5;
}
#Wrap #VideoSec .SecCont .ContBox .BoxInner .BoxFrame{
	width:100%;
	height:100%;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}
#Wrap #VideoSec .SecCont .ContBox .BoxInner .BoxFrame .PlayIcon{
	width: 150px;
	height:150px;
	margin: auto auto auto auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color:#fff;
	font-size:60px;
	font-weight:normal;
}
#Wrap #VideoSec .SecCont .ContBox .BoxInner iframe{
	width:100%;
	height:100%;
	margin:0;
	position:absolute;
	left:0;
	top:0;
}
@media screen and (max-width:1199px){
	#Wrap #VideoSec .SecCont .ContBox{
		width:80%;
	}
	#Wrap #VideoSec .SecCont .ContBox .BoxInner .BoxFrame .PlayIcon{
		width: 100px;
		height:100px;
	}
}
@media screen and (max-width:1023px){
	#Wrap #VideoSec{
		background:url(../img/videoimg.jpg) left top no-repeat;
		background-size:200%;
		margin-top:70px;
    background-position-x:-300px;
	}
	#Wrap #VideoSec .SecCont .ContBox{
		width:94%;
	}
	#Wrap #VideoSec .SecCont .Txt{
		font-size:28px;
	}
}

/* ========= CampaignSec ========= */
#Wrap #CampaignSec{
  background:#ede9a1;
	line-height:1.4;
}
#Wrap #CampaignSec .SecCont h2{
	margin-left:30%;
	width:70%;
}
#Wrap #CampaignSec .SecCont .caution{ font-size:14px; vertical-align:text-top;}
#Wrap #CampaignSec .SecCont .f40{ font-size:40px; font-weight:700; }
#Wrap #CampaignSec .SecCont .f30{ font-size:30px; font-weight:700; }
#Wrap #CampaignSec .SecCont .f27{ font-size:27px; }

#Wrap #CampaignSec .SecCont .TxtInner{
	position:relative;
}
#Wrap #CampaignSec .SecCont .TxtInner figure{
	width:170px;
	position:absolute;
	left:-5px;
	top:-30px;
}
#Wrap #CampaignSec .SecCont .TxtInner .Txt{
	text-align:center;
}
#Wrap #CampaignSec .SecCont .BoxInner{
	margin:30px auto 20px;
	padding:30px;
	background:#fff;
	border:2px solid #ebddb1;
}
#Wrap #CampaignSec .SecCont .BoxInner li{
	padding-left:1em;
	text-indent:-1em;
}
#Wrap #CampaignSec .SecCont .BoxInner li:not(.SumLi){
	margin-bottom:20px;
}
#Wrap #CampaignSec .SecCont .BoxInner li.SumLi{
	padding-top:20px;
	border-top:1px solid #c2a64f;
	text-align:center;
}
#Wrap #CampaignSec .SecCont .BoxCaution{
	width:750px;
	margin:0 auto;
}
#Wrap #CampaignSec .SecCont .BoxCaution li{
	font-size:15px;
	padding-left:2.5em;
	text-indent:-2.5em;
}

@media screen and (max-width:1199px){
	#Wrap #CampaignSec .SecCont h2{
		margin-left:35%;
	}
	#Wrap #CampaignSec .SecCont .TxtInner .Txt{
		padding-left:140px;
	}
}
@media screen and (max-width:767px){
	#Wrap #CampaignSec .SecCont h2{
		width:95%;
		margin-left:5%;
	}
	#Wrap #CampaignSec .SecCont .TxtInner figure{
		display:none;
	}
	#Wrap #CampaignSec .SecCont .TxtInner .Txt{
		padding-left:0;
	}
	#Wrap #CampaignSec .SecCont .BoxInner{
		margin:20px auto;
		padding:15px;
	}
	#Wrap #CampaignSec .SecCont .caution{ font-size:12px; }
	#Wrap #CampaignSec .SecCont .f40{ font-size:30px; }
	#Wrap #CampaignSec .SecCont .f30{ font-size:20px; }
	#Wrap #CampaignSec .SecCont .f27{ font-size:20px; }
	
	#Wrap #CampaignSec .SecCont .BoxCaution{
		width:100%;
		padding:15px;
	}
}

/* ========= Sec1 ========= */
#Wrap #Sec1 .SecCont .Merit{
	font-size:30px;
  margin:0 auto 70px;
}
#Wrap #Sec1 .SecCont .Merit li{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:20px;
}
#Wrap #Sec1 .SecCont .Merit li span{
	margin:0 5px 5px;
	padding:2px 10px;
	color:#fff;
	background:#d20e0e;
  display: inline-block;
  text-indent: 0;
}
#Wrap #Sec1 .SecCont .Point{
	margin:0 auto 30px;
	font-size:26px;
	display:flex;
	justify-content:space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
}
#Wrap #Sec1 .SecCont .Point li{
	width:370px;
	margin:0 15px 0;
	border:1px solid #c2a64f;
	text-align:center;
	position:relative;
}
#Wrap #Sec1 .SecCont .Point li a{
	color:#000;
	text-decoration:none;
	padding:20px 20px 40px;
	display:block;
}
#Wrap #Sec1 .SecCont .Point li a span{
	margin-top:20px;
	display:block;
}
#Wrap #Sec1 .SecCont .Point li a span img{
	height:100px;
	width:auto;
}
#Wrap #Sec1 .SecCont .Point li::after{
	margin:20px auto 0;
	display:block;
	content:'';
	width:20px;
	height:20px;
	border:3px solid;
	border-color: transparent transparent #c2a64f #c2a64f;
	transform:rotate(-45deg);
	position:absolute;
	left:50%;
	bottom:5px;
}

@media screen and (max-width:1199px){
  #Wrap #Sec1 .SecCont .Merit{
  		margin:0 15px 40px;
  }
	#Wrap #Sec1 .SecCont .Point li{
		width:calc(calc(100% - 50px) / 3);
		margin:0 10px 0;
	}
	#Wrap #Sec1 .SecCont .Point li a{
		padding:10px 5px 30px;
	}
}
@media screen and (max-width:767px){
	#Wrap #Sec1 .SecCont .Merit{
		margin:0 10px 40px;
		font-size:20px;
	}
	#Wrap #Sec1 .SecCont .Point{
		font-size:15px;
		margin:0 auto 0;
	}
	#Wrap #Sec1 .SecCont .Point li{
		width:calc(calc(100% - 18px) / 3);
		margin:0 3px 0;
	}
	#Wrap #Sec1 .SecCont .Point li a{
		padding:10px 5px 25px;
	}
	#Wrap #Sec1 .SecCont .Point li a span img{
		height:50px;
	}
	#Wrap #Sec1 .SecCont .Point li::after{
		margin:10px auto 0;
		width:10px;
		height:10px;
		border:2px solid;
		border-color: transparent transparent #c2a64f #c2a64f;
		transform:rotate(-45deg);
	}
}
@media screen and (max-width:360px){
	#Wrap #Sec1 .SecCont .Point li a span img{
		width:100%;
		height:auto;
	}
}

/* ========= Sec2,3,4 ========= */
#Wrap #Sec2{
	background:url(../img/img_efficient.jpg) 0 0 no-repeat;
	background-size:38%;
}
#Wrap #Sec3{
	background:url(../img/img_cash.jpg) right 0 no-repeat;
	background-size:38%;
}
#Wrap #Sec4{
	background:url(../img/img_bgpoint.jpg) 0 0 no-repeat;
	background-size:38%;
}
#Wrap .Sec .SecCont{
	width:60%;
	padding-top:20px;
	padding-bottom:30px;
	background:#fff;
}
#Wrap .Sec .SecCont:last-child{
	padding-bottom:0;
}
#Wrap .Sec .SecCont h3,
#Wrap .Sec .SecCont h3 + p{
	width:700px;
}
#Wrap .Sec .LImg{
	margin-left:40%;
	padding-left:20px;
}
#Wrap .Sec .RImg{
	margin-right:40%;
	padding-right:20px;
}
#Wrap .Sec .RImg h2{
	text-align:right;
}
#Wrap .Sec .RImg h3,
#Wrap .Sec .RImg h3 + p{
	margin-left:calc(100% - 700px);
}
@media screen and (max-width:1199px){
	#Wrap #Sec2,
	#Wrap #Sec3,
	#Wrap #Sec4{
		background-size:50%;
	}
	#Wrap .Sec{
		padding-top:150px;
	}
	#Wrap .Sec .SecCont{
		width:65%;
		padding-top:30px;
	}
	#Wrap .Sec .LImg{
		margin-left:35%;
		padding-left:30px;
	}
	#Wrap .Sec .RImg{
		margin-right:35%;
		padding-right:30px;
	}
	#Wrap .Sec .LImg h3,
	#Wrap .Sec .LImg h3 + p{
		width:calc(100% - 30px);
		margin-right:30px;
	}
	#Wrap .Sec .RImg h3,
	#Wrap .Sec .RImg h3 + p{
		width:calc(100% - 30px);
		margin-left:30px;
	}
}
@media screen and (max-width:1023px){
	#Wrap #Sec2,
	#Wrap #Sec3,
	#Wrap #Sec4{
		background-size:750px 438px;
	}
	#Wrap .Sec{
		padding-top:300px;
	}
	#Wrap .Sec .SecCont{
		width:80%;
		padding-bottom:20px;
	}
	#Wrap .Sec .LImg{
		margin-left:20%;
	}
	#Wrap .Sec .RImg{
		margin-right:20%;
	}
}
@media screen and (max-width:767px){
	#Wrap #Sec2,
	#Wrap #Sec3,
	#Wrap #Sec4{
		background-size:100%;
	}
	#Wrap .Sec{
		padding-top:50%;
	}
	#Wrap .Sec .SecCont{
		width:95%;
	}
	#Wrap .Sec .LImg{
		margin-left:5%;
		padding-left:10px;
	}
	#Wrap .Sec .RImg{
		margin-right:5%;
		padding-right:10px;
	}
	#Wrap .Sec .LImg h3,
	#Wrap .Sec .LImg h3 + p{
		width:calc(100% - 10px);
		margin-right:10px;
	}
	#Wrap .Sec .RImg h3,
	#Wrap .Sec .RImg h3 + p{
		width:calc(100% - 10px);
		margin-left:10px;
	}
}

/* ========= Sec5 ========= */
#Wrap #Sec5 .SecCont .ContBox h3:nth-last-of-type(2),
#Wrap #Sec5 .SecCont .ContBox h3:nth-last-of-type(1){
	text-align:center;
}
#Wrap #Sec5 .SecCont .ProblemUl{
	margin-bottom:70px;
	display:flex;
	justify-content:space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
}
#Wrap #Sec5 .SecCont .ProblemUl li{
  width: 280px;
	margin:0 10px 0;
	padding:20px;
	background:#fff;
}
#Wrap #Sec5 .SecCont .ContBox{
	background:#fff;
	padding:40px;
}
#Wrap #Sec5 .SecCont .Box1{
	margin-bottom:50px;
}
#Wrap #Sec5 .SecCont .Box1 .BoxInner1{
	display:flex;
	display: -webkit-flex;
	position:relative;
	margin-bottom:50px;
}
#Wrap #Sec5 .SecCont .Box1 .BoxInner1 .CardUl{
	margin-right:30px;
}
#Wrap #Sec5 .SecCont .Box1 .BoxInner1 .CardUl li{
	font-size:20px;
	margin-bottom:10px;
	color:#d20e0e;
}
#Wrap #Sec5 .SecCont .Box1 .BoxInner1 > p{
	max-width:150px;
	position:absolute;
	right:50px;
	bottom:0px;
}
#Wrap #Sec5 .SecCont .Box1 .BoxTable{
	width:970px;
	margin:0 auto 50px;
	border:1px solid #ebddb1;
}
#Wrap #Sec5 .SecCont .Box1 .BoxTable th{
	padding:10px;
	background:#f7f5f1;
	border:1px solid #ebddb1;
	text-align:center;
}
#Wrap #Sec5 .SecCont .Box1 .BoxTable th.f20{
	font-size:20px;
	background:#f5ede1;
}
#Wrap #Sec5 .SecCont .Box1 .BoxTable td{
	padding:10px;
	border:1px solid #ebddb1;
}
#Wrap #Sec5 .SecCont .Box1 .BoxTable tr td:not(:first-child){
	text-align:center;
}
#Wrap #Sec5 .SecCont .Box1 .CostUl{
	margin-bottom:50px;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
	display: -webkit-flex;
	-webkit-flex-wrap:wrap;
	-webkit-align-content: space-between;
}
#Wrap #Sec5 .SecCont .Box1 .CostUl li{
	width:270px;
	margin:0 5px 10px;
	padding:30px;
	background:#f7f5f1;
	text-align:center;
	color:#003366;
	font-family:"Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
	font-weight:bold;
}
#Wrap #Sec5 .SecCont .Box1 .CostUl li img{
	margin-bottom:30px;
	height:70px;
	width:auto;
}
#Wrap #Sec5 .SecCont .Box1 .BoxInner2{
	display:flex;
	justify-content:center;
	display: -webkit-flex;
	-webkit-justify-content:center;
}
#Wrap #Sec5 .SecCont .Box1 .BoxInner2 figure{
	width:32%;
	margin-right:40px;
}
#Wrap #Sec5 .SecCont .Box2 .BoxTable{
	border:1px solid #fff;
}
#Wrap #Sec5 .SecCont .Box2 .BoxTable tr th{
	width:30%;
}
#Wrap #Sec5 .SecCont .Box2 .BoxTable tr th,
#Wrap #Sec5 .SecCont .Box2 .BoxTable tr td{
	padding:10px;
	border:2px solid #fff;
}
#Wrap #Sec5 .SecCont .Box2 .BoxTable tr:nth-child(odd) th,
#Wrap #Sec5 .SecCont .Box2 .BoxTable tr:nth-child(odd) td{
	background:#f7f5f1;
}
#Wrap #Sec5 .SecCont .Box2 .BoxTable .red a{
	color:#d20e0e;
}
@media screen and (max-width:1199px){
  #Wrap #Sec5 .SecCont .ProblemUl li{
    width:calc(calc(100% - 40px) / 4);
  }
	#Wrap #Sec5 .SecCont .Box1 .BoxInner1{
		display:block;
	}
	#Wrap #Sec5 .SecCont .Box1 .BoxInner1 > p{
		width:40%;
		position:absolute;
		right:0;
		top:0;
	}
	#Wrap #Sec5 .SecCont .Box1 .BoxTable{
		width:100%;
	}
	#Wrap #Sec5 .SecCont .Box1 .CostUl li{
    width:calc(calc(100% - 40px) / 4);
		padding:20px;
	}
	#Wrap #Sec5 .SecCont .Box1 .CostUl li img{
		margin-bottom:20px;
		height:50px;
		width:auto;
	}
	#Wrap #Sec5 .SecCont .Box1 .BoxInner2 figure{
		width:50%;
		margin-right:20px;
	}
}
@media screen and (max-width:767px){
	#Wrap #Sec5 .SecCont .ProblemUl{
		display:block;
	}
	#Wrap #Sec5 .SecCont .ProblemUl li{
		width:100%;
		margin:0 0 10px;
	}
	#Wrap #Sec5 .SecCont .ContBox{
		padding:15px;
	}
	#Wrap #Sec5 .SecCont .Box1 .BoxInner1 .CardUl{
		margin-right:0;
	}
	#Wrap #Sec5 .SecCont .Box1 .BoxInner1 .CardUl li{
		font-size:16px;
	}
	#Wrap #Sec5 .SecCont .Box1 .BoxInner1 > p{
		width:40%;
		position:static;
		margin:10px auto 20px;
	}
	#Wrap #Sec5 .SecCont .Box1 .BoxTable th.f20{
		font-size:18px;
	}
	#Wrap #Sec5 .SecCont .Box1 .CostUl li{
		width:calc(calc(100% - 20px) / 2);
	}
	#Wrap #Sec5 .SecCont .Box1 .BoxInner2{
		display:block;
	}
	#Wrap #Sec5 .SecCont .Box1 .BoxInner2 figure{
		max-width:599px;
		width:70%;
		margin:0 auto 20px;
	}
}

/* ========= Sec6 ========= */
#Wrap #Sec6 .SecCont .StepUl{
	margin-bottom:50px;
	padding-top:30px;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
	display: -webkit-flex;
	-webkit-flex-wrap:wrap;
	-webkit-align-content:space-between;
}
#Wrap #Sec6 .SecCont .StepUl li{
	position:relative;
	text-align:center;
	color:#003366;
	font-family:"Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
	font-weight:bold;
	display:flex;
	display: -webkit-flex;
}
#Wrap #Sec6 .SecCont .StepUl li:not(:last-child){
	width:calc(calc(calc(100% - 90px) / 4) + 30px);
}
#Wrap #Sec6 .SecCont .StepUl li:last-child{
	width:calc(calc(100% - 90px) / 4);
}
#Wrap #Sec6 .SecCont .StepUl li .Box1{
	width:270px;
	text-align:center;
}
#Wrap #Sec6 .SecCont .StepUl li .Box1 figure img{
	height:128px;
	width:auto;
	margin-bottom:30px;
}
#Wrap #Sec6 .SecCont .StepUl li .Box1 p:last-child{
	color:#000;
	font-weight:normal;
	margin-top:20px;
}
#Wrap #Sec6 .SecCont .StepUl li:not(:last-child)::after{
	margin-top:50px;
	display:block;
	content:'';
	width:30px;
	height:30px;
	border:2px solid;
	border-color: #c2a64f #c2a64f transparent transparent;
	transform:rotate(45deg);
}
#Wrap #Sec6 .SecCont .EntryBtn,
#Wrap #Sec6 .SecCont .EntryLogin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#Wrap #Sec6 .SecCont .EntryBtn a,
#Wrap #Sec6 .SecCont .EntryLogin a{
	font-size:36px;
	width:970px;
	padding:15px;
	border-radius:50px;
}
#Wrap #Sec6 #Attention{
  margin-top:40px;
  border:2px solid #ebddb1;
}
#Wrap #Sec6 #Attention h3{
  font-size:20px;
  padding:5px 15px;
  background:#f5ede1;
}
#Wrap #Sec6 #Attention ul{
  margin:15px;
  font-size:15px;
}
#Wrap #Sec6 #Attention ul li:first-child{
  margin-bottom:20px;
}
#Wrap #Sec6 #Attention ul li:not(:first-child){
  padding-left:1em;
  text-indent:-1em;
}
@media screen and (max-width:1199px){
	#Wrap #Sec6 .SecCont .StepUl li .Box1{
		width:220px;
	}
	#Wrap #Sec6 .SecCont .StepUl li .Box1 figure img{
		height:116px;
		width:auto;
	}
	#Wrap #Sec6 .SecCont .StepUl li:not(:last-child)::after{
		width:20px;
		height:20px;
	}
	#Wrap #Sec6 .SecCont .EntryBtn,
	#Wrap #Sec6 .SecCont .EntryLogin{
		width:calc(100% - 60px);
	}
}
@media screen and (max-width:1023px){
	#Wrap #Sec6 .SecCont .StepUl{
		display:block;
	}
	#Wrap #Sec6 .SecCont .StepUl li{
		width:100% !important;
		margin:0;
		display:block;
	}
	#Wrap #Sec6 .SecCont .StepUl li:not(:last-child)::after{
		margin:0 auto 25px;
		width:30px;
		height:30px;
		border:2px solid;
		border-color: transparent transparent #c2a64f #c2a64f;
		transform:rotate(-45deg);
	}
	#Wrap #Sec6 .SecCont .StepUl li .Box1{
		width:100%;
		overflow:hidden;
	}
	#Wrap #Sec6 .SecCont .StepUl li .Box1 figure{
		float:left;
		width:40%;
		text-align:center;
	}
	#Wrap #Sec6 .SecCont .StepUl li .Box1 figure img{
		margin-bottom:0;
	}
	#Wrap #Sec6 .SecCont .StepUl li .Box1 p{
		float:right;
		width:60%;
		text-align:left;
	}
	#Wrap #Sec6 .SecCont .EntryBtn,
	#Wrap #Sec6 .SecCont .EntryLogin{
		width:calc(100% - 20px);
	}
	#Wrap #Sec6 .SecCont .EntryBtn a,
	#Wrap #Sec6 .SecCont .EntryLogin a{
		width:100%;
		border-radius:50px;
		font-size:30px;
	}
}
@media screen and (max-width:767px){
	#Wrap #Sec6 .SecCont .StepUl li .Box1 figure img{
		height:70px;
		margin-bottom:0;
	}
	#Wrap #Sec6 .SecCont .EntryBtn a,
	#Wrap #Sec6 .SecCont .EntryLogin a{
		font-size:20px;
		letter-spacing:-1px;
    padding: 15px 5px;
	}
}

/* ========= .Sec7 ========= */
#Wrap #Sec7 .SecCont .ContBox{
	background:#fff;
	padding:40px;
}
#Wrap #Sec7 .SecCont .Box1{
	margin-bottom:50px;
}
#Wrap #Sec7 .SecCont .Box1 .ribbon{
	text-align:center;
}
#Wrap #Sec7 .SecCont .Box1 .ribbon span {
	font-size: 25px;
	margin:0px auto 30px;
	padding:10px 30px;
	width:calc(100% - 40px);
	color: #fff;
	background:#d20e0e;
	position:relative;
	text-align:center;
	display:inline-block;
}
#Wrap #Sec7 .SecCont .Box1 .ribbon span:before {
	content:"";
	width:20px;
	height:100%;
	left:-20px;
	top:0;
	position:absolute;
	background:linear-gradient(to bottom left, #d20e0e 50%, transparent 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, #d20e0e 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
#Wrap #Sec7 .SecCont .Box1 .ribbon span:after {
	content:"";
	width:20px;
	height:100%;
	right:-20px;
	top:0;
	position:absolute;
	background:linear-gradient(to bottom right, #d20e0e 50%, transparent 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top right, #d20e0e 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
#Wrap #Sec7 .SecCont .Box1 .BGpoint{
	overflow:hidden;
	margin-bottom:50px;
}
#Wrap #Sec7 .SecCont .Box1 .BGpoint figure{
	width:calc(calc(100% - 60px) / 3);
	margin-right:30px;
	float:left;
}
#Wrap #Sec7 .SecCont .Box1 .BGpoint figure:last-child{
	margin-right:0;
}
#Wrap #Sec7 .SecCont .Box1 .BGpointCaution li{
  padding-left:1em;
  text-indent:-1em;
	margin-bottom:20px;
}

#Wrap #Sec7 .SecCont .Box2 .BoxInner1{margin-bottom:20px;}
#Wrap #Sec7 .SecCont .Box2 .BoxInner1 a{color:#003366;}
#Wrap #Sec7 .SecCont .Box2 .BoxInner1 .Left{float:left;}
#Wrap #Sec7 .SecCont .Box2 .BoxInner1 .Right{float:right;}
#Wrap #Sec7 .SecCont .Box2 .BoxInner1 img{ width:auto; padding-left:15px;}
#Wrap #Sec7 .SecCont .Box2 .BoxInner1 .Flex{display:flex; display: -webkit-flex;}

#Wrap #Sec7 .SecCont .Box2 .BoxInner1 h4{
	padding:15px;
	color:#d20e0e;
	background:#f7f5f1;
	border:1px solid #ebddb1;
}
#Wrap #Sec7 .SecCont .Box2 .BoxInner1 .InnerCont{
	font-size:14px;
	padding:15px;
	border:1px solid #ebddb1;
	margin-top:-1px;
	overflow:hidden;
}
/*#Wrap #Sec7 .SecCont .Box2 #Benefits2 .Flex,*/
#Wrap #Sec7 .SecCont .Box2 #Benefits5 .Left,
#Wrap #Sec7 .SecCont .Box2 #Benefits5 .Right{
	width:calc(calc(100% - 20px) / 2);
}
@media screen and (min-width:1024px){
  /*_:-ms-lang(x)::-ms-backdrop, #Wrap #Sec7 .SecCont .Box2 #Benefits2 .Flex,*/
  _:-ms-lang(x)::-ms-backdrop, #Wrap #Sec7 .SecCont .Box2 #Benefits5 .Left,
  _:-ms-lang(x)::-ms-backdrop, #Wrap #Sec7 .SecCont .Box2 #Benefits5 .Right{
     width:48%;
  }
}
@media screen and (max-width:1023px){
	#Wrap #Sec7 .SecCont .Box2 .BoxInner1 .Left{float:none; margin-bottom:20px;}
	#Wrap #Sec7 .SecCont .Box2 .BoxInner1 .Right{float:none;}
  #Wrap #Sec7 .SecCont .Box2 .BoxInner1 img{ max-width:100%;}
	
	#Wrap #Sec7 .SecCont .Box2 #Benefits3 img{
		padding:20px 0 0;
	}
	/*#Wrap #Sec7 .SecCont .Box2 #Benefits2 .Flex,*/
	#Wrap #Sec7 .SecCont .Box2 #Benefits5 .Left,
	#Wrap #Sec7 .SecCont .Box2 #Benefits5 .Right{
		width:100%;
	}
	#Wrap #Sec7 .SecCont .Box2 #Benefits3 .Flex{
		display:block;
	}
}
@media screen and (max-width:767px){
	#Wrap #Sec7 .SecCont .ContBox{
		padding:15px;
	}
	#Wrap #Sec7 .SecCont .Box1 .ribbon span {
		margin:30px auto;
		padding:10px;
	}
	#Wrap #Sec7 .SecCont .Box1 .BGpoint figure{
		width:calc(calc(100% - 20px) / 2);
	}
	#Wrap #Sec7 .SecCont .Box1 .BGpoint figure:nth-child(2){
		float:left;
		margin-right:0;
	}
	#Wrap #Sec7 .SecCont .Box1 .BGpoint figure:nth-child(1),
	#Wrap #Sec7 .SecCont .Box1 .BGpoint figure:nth-child(3){
		float:right;
		margin-right:0;
	}
  #Wrap #Sec7 .SecCont .Box2 .BoxInner1 .Txt{ width:75%; }
  #Wrap #Sec7 .SecCont .Box2 .BoxInner1 .Photo{ width:25%; }
	
	#Wrap #Sec7 .SecCont .Box2 #Benefits3 img,
	/*#Wrap #Sec7 .SecCont .Box2 #Benefits4 p:nth-child(2) img,*/
	#Wrap #Sec7 .SecCont .Box2 #Benefits5 .mb10 img{
		width:100%;
	}
}

/* ========= FloatLink (下固定) ========= */
#Wrap #FloatLink{
  position: relative;
  padding-bottom: 90px;	
}
#Wrap #FloatLink .Cont{
  position: absolute;
  bottom:0;
	width:100%;
	padding:10px 0;
  border-top:1px solid #dad1b5;
	background-color:rgb(194, 166, 79, 0.4);
  /*background:#c2a64f;*/
}
#Wrap #FloatLink .Cont.fixed{
  position: fixed;
  bottom: 0;
}
#Wrap #FloatLink .Cont .EntryBtn,
#Wrap #FloatLink .Cont .EntryLogin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#Wrap #FloatLink .Cont .EntryBtn a,
#Wrap #FloatLink .Cont .EntryLogin a{
	font-size:30px;
	width:970px;
	padding:10px;
	border-radius:50px;
  transition:none;
}
@media screen and (max-width:1199px){
	#Wrap #FloatLink .Cont .EntryBtn,
	#Wrap #FloatLink .Cont .EntryLogin{
		width:calc(100% - 60px);
	}
}
@media screen and (max-width:1023px){
	#Wrap #FloatLink .Cont .EntryBtn,
	#Wrap #FloatLink .Cont .EntryLogin{
		width:calc(100% - 20px);
	}
	#Wrap #FloatLink .Cont .EntryBtn a,
	#Wrap #FloatLink .Cont .EntryLogin a{
		width:100%;
		border-radius:50px;
		font-size:30px;
	}
}
@media screen and (max-width:767px){
	#Wrap #FloatLink{
	  padding-bottom: 65px;	
	}
	#Wrap #FloatLink .Cont .EntryBtn a,
	#Wrap #FloatLink .Cont .EntryLogin a{
		font-size:20px;
		letter-spacing:-1px;
    padding: 6px 5px;
	}
	#Wrap #FloatLink .Cont .EntryLogin a{
		font-size:16px;
	}
}

/* ========= FloatLink (右固定) ========= 
#Wrap #FloatLink {
	position: fixed;
	bottom: 115px;
	right: 40px;
	z-index: 10;
}
#Wrap #FloatLink .Cont a{
	width:122px;
	height:122px;
	border-radius:50%;
}
#Wrap #FloatLink .Cont a span{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :122px;
  text-align:center;
}
#Wrap #FloatLink .Cont .EntryLogin a{
	line-height:1.4;
}
@media screen and (max-width:1169px){
  #Wrap #FloatLink{
    bottom: 30px;
    right: 10px;
  }
  #Wrap #FloatLink .Cont a{
    width:95px;
    height:95px;
  }
  #Wrap #FloatLink .Cont a span{
    width :95px;
    font-size: 14px;
  }
}
@media screen and (max-width:767px){
  #Wrap #FloatLink .Cont a{
    width:66px;
    height:66px;
  }
  #Wrap #FloatLink .Cont a span{
    width :66px;
    font-size: 10px;
  }  
}
*/