@charset "utf-8";

/*new_20210203*/

.top_plan{
	margin:20px 0 100px;
}

.top_plan_title{
	text-align:center;
}

.top_planbox{
	max-width:1400px;
	margin:60px auto;
}

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

.tpi_01{
	width:52%;
}

.tpi_02{
	width:48%;
}

.top_planbox_data h3{
	font-weight:bold;
	font-size:24px;
	margin:30px 0;
}

.top_planbox_data span{
	display:block;
	font-size:18px;
}

.plan_fukidashi{
	margin-top:20px;
}

.top_plansub{
	display:flex;
	flex-wrap: wrap;
}

.top_plansub li{
	color:#D9B553;
	border:2px solid #D9B553;
	width:24%;
	margin: 1% 0.5%;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	padding:1em 0;
}

.top_plan_text{
	margin:20px 0;
}

.top_plan_link a{
	display:inline-block;
	color:#fff;
	background:#000;
	line-height:1;
	padding:1em 3em;
    float: right;
}

/*condition*/

.condition_title{
	text-align:center;
    font-size: 30px;
    font-weight: bold;
	position:relative;
}

.condition_title:before{
	content:"";
	position:absolute;
	left:0;
	top:-45px;
	background:url("../images/condition_title_bg.jpg") no-repeat center center;
	height:130px;
	width:100%;
	z-index:-1;
}

#menu{
	margin-top:100px;
	padding-top:50px;
}

.con_imgbox{
	margin:80px auto 0;
	max-width:1100px;
}

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

.con_img01{
	width:300px;
}

.con_img01_text{
	width:calc(100% - 330px);
}

.con_img01_text h3,
.cid_list h3{
	color:#D9B553;
	font-size:26px;
	font-weight:bold;
	margin:15px 0;
}

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

.cid_list{
	width:48%;
	margin:30px 1%;
}

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

.cid_list li:nth-child(2){
	width:calc(100% - 260px);
}

#flow{
	background:url("../images/black_bg.jpg");
	min-height:300px;
	padding:50px 20px;
	margin-top:50px;
}

.flow_title{
	color:#fff;
	font-size:30px;
	text-align:center;
	font-weight:bold;
	margin:30px 0 80px;
	position:relative;
}

.flow_title:before{
	content:"";
	position:absolute;
	right:-400px;
	top:-30px;
	width:100%;
	height:130px;
	background:url("../images/flow_title_bg.png") no-repeat  center center;
}

.flow_contents{
	max-width:900px;
	margin:0 auto;
}

.flow_contents ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color:#fff;
	padding-bottom:30px;
	position: relative;
}

.flow_contents ul:before{
	content:url("../images/flow_ar.png");
	position:absolute;
	left:190px;
	bottom:5px;
}

.flow_contents ul:last-child{
	padding-bottom:0;
}

.flow_contents ul:last-child:before{
	display:none;
}

.flow_contents li:first-child{
	width:378px;
}

.flow_contents li:nth-child(2){
	width:calc(100% - 420px);
}

.flow_contents li h3{
	margin:15px 0;
}

.note_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

#note{
	padding-top:80px;
}

.note_list{
	display:flex;
	flex-wrap: wrap;
	margin:50px auto 0;
	max-width:1200px;
	justify-content: center;
}

.note_list li{
	width:23%;
	margin:0 1%;
}

.note_img{
	position:relative;
}

.note_img:before{
	content:url("../images/icon_note.jpg");
	position:absolute;
	top:0;
	right:0;
}

.note_list p{
	margin-top:10px;
	font-size:15px;
	position:relative;
	padding-left:15px;
}

.note_list p span{
	margin-right:5px;
	position:absolute;
	top:4px;
	left:0;
}

.menu_catchbox{
	height:350px;
}

.price_box h4{
	max-width:1100px;
	margin:-270px auto 0;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:bold;
}

.price_contaner{
	max-width:1100px;
	margin:0 auto;
	padding:60px;
	background:#fff;
	margin-top:80px;
}

.pricebox_list_con{
	border:5px solid #D9B553;
	width:100%;
	min-height:30px;
	padding:30px;
	display:flex;
	flex-wrap: wrap;
}

.plc_title{
	font-size:20px;
	font-weight:bold;
	margin-right:50px;
	width:400px;
}

.plc_price{
	font-size:20px;
	margin-bottom:10px;
	padding-left:90px;
	position:relative;
	font-weight:bold;
}

.plc_price span{
	position:absolute;
	left:0;
	top:2px;
}

.plc_price:last-child{
	margin-bottom:0;
}

.pricebox_area_inner{
	width:100%;
	margin-bottom:20px;
}

.pricebox_area_inner:last-child{
	margin-bottom:0;
}

.plc_price i{
	display:block;
	font-style:normal;
	font-size:14px;
	color:#D9B553;
	margin-top:2px;
}

.price_att{
	font-size:20px;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}

#voice{
	margin-bottom:80px;
}

.voice_sub{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#D9B553;
	margin:50px auto 30px;
}

.voice_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	max-width:1200px;
	margin:0 auto;
}

.voice_list li{
	width:23%;
}

.voice_img{
	border:1px solid #aaa;
}

.voice_text{
	font-size:14px;
	margin:10px 0;
}

.voice_name{
	font-size:14px;
	color:#D9B553;
	text-align:right;
}

.voice_bnr{
	max-width:1200px;
	margin:50px auto 0;
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width:800px) and (max-width:1580px){
	.pc_nav{
		margin-right:40px;
	}
	.tpi_02,
	.campaign_list,
	.con_imgbox,
	.note_list,
	.voice_list{
		padding-right:50px;
	}
}

/*free*/

.tabsbox{
	margin-top:100px;
	padding-top:30px;
	border-bottom:1px solid #D9B553;
}

.tabs{
	max-width:1100px;
	padding:0;
	margin:0 auto;
	display:flex;
}

.tabs li{
	width:38%;
	margin-right:20px;
	text-align:center;
}

.tabs li a{
	padding:0.8em 0;
	display:block;
	background:#fff;
	border:1px solid #eee;
	border-bottom:none;
	position:relative;
}

.tabs li a:before{
	content:url("../images/ar_under.png") ;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
}

.tabs li.current a,
.tabs li a:hover{
	background:#D9B553;
	opacity:1;
}

.tabs li.current a:before,
.tabs li a:hover:before{
	content:url("../images/ar_under_on.png") ;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
}

.free_title{
	max-width:1100px;
	margin:120px auto 0;
	text-align: left;
	padding-left:50px;
}

.free_title:before{
    content: "";
    position: absolute;
    left: 0;
    top: -45px;
    background: url(../images/free_title_bg.png) no-repeat center right;
    height: 140px;
    width: 100%;
    z-index: -1;
}

.beauty_title:before{
    content: "";
    position: absolute;
    left: 0;
    top: -45px;
    background: url(../images/beauty_title_bg.png) no-repeat center right;
    height: 140px;
    width: 100%;
    z-index: -1;
}

.free_title:after{
	content:"";
	width:20px;
	height:200px;
	background:#D9B553;
	position:absolute;
	left:0;
	top:-40px;
}

.tabsbox{
	position: relative;
}

.tabsbox:before{
	content:url("../images/kaso_bg.png");
	position:absolute;
	top:50px;
	left:50%;
	z-index:-1;
	margin-left:-400px;
	opacity:0.5;
}

.free_title_sub{
	text-align:center;
	color:#D9B553;
	font-size:26px;
	margin:100px 0 50px;
	font-weight:bold;
}

.course_list_box{
	max-width:1000px;
	margin:0 auto 80px;
}

.course_list{
	margin-bottom:60px;
}

.course_list ul{
	position:relative;
	display: flex;
}

.course_list:nth-child(2n) ul{
	flex-direction: row-reverse;
}

.floating_text{
	width:450px;
	position:absolute;
	right:0;
	top:180px;
	padding:30px;
	background:#fff;
}

.course_list:nth-child(2n) .floating_text{
	position:absolute;
	right:inherit;
	left:0;
	top:180px;
}

.floating_text h4{
	font-weight:bold;
	font-size:26px;
	color:#D9B553;
	margin:5px 0 15px;
}

.ft_en{
	position:relative;
}

.ft_en:before{
	content:"";
	width:100%;
	height:1px;
	background:#000;
	position:absolute;
	top:12px;
	left:0;
}

.ft_en span{
	background:#fff;
	position: relative;
	z-index:5;
	padding-right:20px;
}

.free_pricesub{
	bottom: 0;
	font-size:18px;
}

.free_price_dis01{
	margin-left:12em;
	font-size:20px;
	bottom: 0;
}

.free_price_dis02{
	margin-left:4em;
	font-size:20px;
	bottom: 0;
}

.course_container{
	max-width:765px;
}

.course_container02{
	max-width:550px;
}

.beauty_style{
	margin-top:50px;
}

/*standard*/

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
}
.global-nav {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}
.hamburger {
  position: fixed;
  right: 0;
  top: 0;
  width: 121px;
  height: 130px;
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__item {
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.global-nav__item a:first-child{
  border-bottom: none;
  margin-bottom: 2px;
}
.global-nav__item a:hover {
  background-color: #eee;
}

.global-nav__item a{
	color:#d9b553;
	font-size:14px;
}

.global-nav__item span{
	display:block;
	font-weight:bold;
	font-size:17px;
	color:#000;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #111;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.nav-open .hamburger:before{
	content:"";
	position:fixed;
	right:0;
	top:0;
	background:url("../images/menu_close.png") no-repeat right top;
	width:120px;
	height:131px;
}

#wrap{
	overflow:hidden;
	padding:15px;
	position:relative;
}

#vegas {
    width: 100vw;
    height: 100vh;
}

#container{
	max-width:1800px;
	margin:0 auto;
	position:relative;
}

header{
	position:relative;
}

.main_catch{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	margin-left:150px;
}

header h1{
	position:absolute;
	left:50px;
	top:50px;
	z-index:10;
}

nav{
	position:fixed;
	right:0;
	top:0;
	z-index:10;
}

.pc_nav ul{
	display:flex;
	border-bottom:1px solid #eee;
}

.pc_nav li{
	width:25%;
	border-left:1px solid #eee;
	text-align:center;
	border-bottom:2px solid #fff;
	transition:all 0.5s;
}

.pc_nav li:hover{
	border-bottom:2px solid #d9b553;
}

.pc_nav li:hover span{
	color:#d9b553;
}

.pc_nav li a:hover{
	text-decoration:none;
	color:#d9b553;
}

.pc_nav li:last-child{
	border-right:1px solid #eee;
}

.pc_nav li a{
	padding:10px 0 20px;
	display:block;
}

.pc_nav li span{
	display:block;
}

.nav_text{
	font-weight:bold;
	font-size:14px;
	color:#aaa;
}

.nav_text span{
	font-size:18px;
	color:#000;
}

.top_systembnr{
	margin-top:60px;
}

.fix_nav{
	position:fixed;
	right:0;
	top:150px;
	z-index:5;
}

.fix_nav li{
	width:55px;
	margin-bottom:5px;
}

.top_system{
	max-width:1400px;
	margin:0 auto;
	background:url("../images/bg_hexa.jpg") no-repeat top center;
}

.top_system ul{
	display:flex;
	flex-wrap: wrap;
	padding:60px 0 0;
}

.top_system li:first-child{
	width:40%;
	margin-right:5%;
}

.top_system li:last-child{
	width:55%;
}

.top_system li p{
	margin-top:30px;
}

.top_step {
	max-width:1400px;
	margin:0 auto;
}

.top_step ul{
	display:flex;
	flex-wrap: wrap;
	padding:60px 0;
}

.top_step li{
	width:46%;
	height:500px;
	margin:2%;
	padding:30px;
	position:relative;
}

.top_step li a{
	display:block;
	width:100%;
	height:100%;
}

.step_ex{
	text-align:center;
}

.top_step01{
	background:url("../images/step_bg01.jpg") no-repeat center center;
	background-size:cover;
}

.top_step02{
	background:url("../images/step_bg02.jpg") no-repeat center center;
	background-size:cover;
}

.top_step03{
	background:url("../images/step_bg03.jpg") no-repeat center center;
	background-size:cover;
}

.step_ex h2{
	margin-top:20px;
}

.top_stepbox{
	position:absolute;
	bottom:30px;
	left:30px;
	color:#fff;
	width:350px;
}

.top_stepbox h4{
	font-weight:bold;
	font-size:42px;
	margin-bottom:20px;
}

.top_steplink{
	position:absolute;
	right:0;
	bottom:0;
}

.top_movie{
	background:#000;
	text-align:center;
}

.top_campaign{
	max-width:1200px;
	margin:0 auto;
	padding:80px 0;
}

.contents_title{
	text-align:center;
	padding-bottom:60px;
}

.campaign_list{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.campaign_list li{
	width:48%;
	max-width:547px;
	margin:1%;
}

.coronabox_bg{
	background:url("../images/bg_gold.jpg") no-repeat center center;
	color:#fff;
	padding:20px 50px;;
}

.coronabox{
	display:flex;
	flex-wrap:wrap;
	max-width:1600px;
	margin: 0 auto;
}

.coronabox_contents:first-child{
	width:38%;
}

.coronabox_contents:last-child{
	width:62%;
}

.coronabox_bg h4{
	padding:90px 0 90px;
}

.corona_text{
	font-size:14px;
	max-width:400px;
}

.corona_listbox{
	display:flex;
	flex-wrap:wrap;
	padding-right:20px;
}

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

.corona_icon{
	width:80px;
}

.corona_list{
	width:50%;
	padding:20px;
}

.corona_shousaibox{
	padding-left:10px;
	width:calc(100% - 100px);
}

.corona_shousaibox h4{
	font-size:18px;
	padding-bottom:10px;
	margin-bottom:10px;
	position:relative;
}

.corona_shousaibox h4:after{
	content:"";
	width:40px;
	height:1px;
	background:#d9b553;
	position:absolute;
	bottom:0;
	left:0;
}

.corona_shousaibox p{
	font-size:14px;
}

.corona_list:nth-child(2),
.corona_list:nth-child(3),
.corona_list:nth-child(6),
.corona_list:nth-child(7){
	background:#f4f5f5;
}

.access{
	background:url("../images/bg_hexa02.jpg") no-repeat top right;
	padding:100px 50px 50px;
}

#gmap01{
	background:#000;
	height:450px;
}

#gmap02{
	background:#000;
	height:300px;
}

#gmap03{
	background:#000;
	height:300px;
}

.gmap{
	position:relative;
}

.gmap_btn{
	position:absolute;
	right:0;
	top:0;
}

.accessbox{
	padding:50px 0;
	display:flex;
	flex-wrap:wrap;
	max-width:1400px;
	margin:0 auto;
}

.accessbox_left{
	width:35%;
	padding:0 20px;
	border-right:1px solid #ccc;
}

.accessbox_right{
	width:65%;
	padding:0 20px;
}

.accessbox h3{
	text-align:center;
}

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

.accessbox_icon{
	width:80px;
}

.accessbox_list{
	padding:20px;
}

.accessbox_list li{
	padding:30px 0;
}

.accessbox_list li:first-child{
	border-bottom:1px solid #ccc;
}

.accessbox_shousaibox{
	padding-left:10px;
	width:calc(100% - 100px);
}

.accessbox_shousaibox h4{
	font-size:18px;
	padding-bottom:10px;
	margin-bottom:10px;
	position:relative;
}

.accessbox_shousaibox h4:after{
	content:"";
	width:40px;
	height:1px;
	background:#d9b553;
	position:absolute;
	bottom:0;
	left:0;
}

.accessbox_shousaibox p{
	font-size:14px;
}

.accessbox_right h3{
	text-align:center;
	padding-bottom:30px;
}

.accessbox_gmap{
	display:flex;
	flex-wrap:wrap;
}

.accessbox_gmap li{
	width:48%;
	margin:1%;
}

.map_att{
	text-align:center;
	padding-top:20px;
	color:#d9b553;
	font-size:15px;
}

.map_road{
	padding-top:20px;
	text-align:center;
}

.map_road span{
	display:inline-block;
	padding:5px 10px;;
	border:1px solid #000;
	margin-right:10px;
}

.linebox{
	width:570px;
	position:relative;
	left:50%;
	margin-left:-500px;
}

.linebox h3{
	position:relative;
}

.linebox h3:after{
	content:url("../images/line_ar.png");
	position:absolute;
    right: -20px;
    top: 100px;
}

.linebox p{
	padding:20px 0;
}

.linebtnbox{
	margin-top:30px;
	padding:15px 0;
	height:85px;
	background:url("../images/line_bg.png");
	position:relative;
}

.linebtnbox a{
	position:absolute;
	left:50%;
	top:15px;
	margin-left:-300px;
}

.line_hand{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:100px;
}


footer{
    margin:0 20px;
    overflow:hidden;
}

.ft_box{
    margin:0 auto;
	padding:20px 0;
    background:url("../images/bg_gold.jpg");
    overflow: hidden;
}

.ft_list{
    max-width:1000px;
    margin:40px auto;
    display:flex;
    justify-content: space-around;
}

.tel{
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
    margin-top:10px;
}

.tel a{
    font-size:26px;
}

small{
    display:block;
    font-size:12px;
    text-align:center;
    background:#fff;
    padding:10px 0;
}

.sns_bnr{
    max-width:1300px;
    margin:60px auto 30px;
}

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

.sns_bnr li{
    width:32.33%;
    text-align:center;
    background:#E5E5E6;
    padding-bottom:20px;
}

.sns_bnr li p{
    font-size:15px;
    margin-top:20px;
    text-align:center;
}

.sns_bnr02{
    margin:50px auto 0;
    align-items: center;
	max-width:900px;
}

.sns_bnr02 li{
    background:none;
	width:48%;
}

.sns_icon{
    padding:20px 0 0;
}

.sns_box{
    height:250px;
    overflow-y:scroll;
    overflow-x:hidden;
    padding:0 20px 20px;
	margin-top:20px;
}

.supli a{
    display:block;
    position:relative;
    border:1px solid #DAB653;
    margin-top:15px;
    padding:15px;
    max-width:350px;
}

.supli a:hover{
    background:#DAB653;
    color:#fff;
}

.supli a:before{
    content:"";
    width:7px;
    height:10px;
    background:url("../images/ar.png") no-repeat center center;
    position:absolute;
    top:50%;
    right:15px;
    transform: translate(0,-50%);
}

.open,
.data02{
	border-left:2px solid #fff;
	padding-left:15px;
}

.kaso_imgbox{
	position:relative;
}

.kaso_catch_catch{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.kaso_nav{
	display:flex;
	 flex-wrap:wrap;
	margin:60px auto;
	max-width:1000px;
	margin-top:100px;
}

.kaso_nav li{
	width:31.33%;
	margin:20px 1%;
	text-align:center;
	border-bottom:1px solid #ccc;
}

.kaso_nav a{
	display:block;
	padding:10px 0;
	position:relative;
}

.kaso_nav a:after{
	content:url("../images/ar_under.png");
	position:absolute;
	right:5px;
	top:10px;
}

.menu_catchbox{
	background:url("../images/menu_title_bg.jpg") no-repeat center center;
	background-size:cover;
	padding:0;
	text-align:center;
}

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

.menu_listbox ul{
	display:flex;
	flex-wrap:wrap;
	max-width:1000px;
	margin:0 auto;
}

.menu_listbox ul li{
	margin:0 1%;
}

.menu_listbox_img{
	width:36%;
	padding:30px 0;
	text-align:center;
}

.menu_listbox_text{
	width:60%;
	padding:20px;
}

.menu_listbox_text h3{
	padding:100px 0 40px;
}

.menu_listbox_text{
	background:url("../images/bg_hexa.jpg") no-repeat top center;
}

.condition_list ul{
	display:flex;
	flex-wrap:wrap;
	max-width:1200px;
	margin:50px auto;
}

.condition_list li{
	width:48%;
	margin:1%;
}

.condition_list li:nth-child(2){
	padding:20px;
}

.condition_list h4{
	padding-bottom:40px;
	margin-bottom:40px;
	position:relative;
}

.condition_list h4:after{
	content:"";
	width:100px;
	height:1px;
	background:#d9b553;
	position:absolute;
	bottom:0;
	left:0;
}

.condition_graphbox{
	max-width:1200px;
	margin:0 auto;
}

.condition_graphbox ul{
	display:flex;
	flex-wrap:wrap;
}

.condition_graphbox li{
	width:35%;
	margin:1%;
}

.condition_graphbox li:nth-child(2){
	width:60%;
	padding:20px;
}

.condition_link{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
    max-width: 700px;
    margin: 30px auto;
}

.condition_link li{
	width: 48%;
	margin:1%;
}

#price{
	margin-top:100px;
}

.price_catch{
	background:url("../images/price_title_bg.jpg") no-repeat center center;
	background-size:cover;
}

.price_title{
	padding:50px 0;
	text-align:center;
}

.price_title h3{
	font-size:30px;
	font-weight:bold;
}

.price_title p{
	padding-top:20px;
}

.pricebox{
	max-width:1000px;
	margin:0 auto;
}

.pricebox_area{
	display:flex;
	flex-wrap:wrap;
}

.pricebox_arealist{
	width:46%;
	margin:2%;
}

.pricebox_arealist h4{
	text-align:center;
	padding: 10px 0;
	color:#fff;
	background:#d9b553;
	font-size:20px;
	font-weight:bold;
	max-width:460px;
}

.pricebox_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	border:2px solid #d9b553;
	padding:20px;
	font-size:20px;
	font-weight:bold;
}
.pricebox_list li{
	margin:5px 0;
	width:50%;
}

.text_left{
	width:60% !important;
}

.text_right{
	width:40% !important;
	text-align:right;
}

.pricebox_sub{
	width:100% !important;
	font-size:15px;
	font-weight:normal;
	padding-bottom:10px;
	border-top:1px solid #ccc;
}

.wide_100{
	width:100%;
}

.pay{
	background:#eee;
	margin:0 0 80px;
	padding:50px ;
}

.pay h4{
	text-align:center;
	font-size:30px;
	color:#d9b553;
	font-weight:bold;
}

.pay_sub{
	text-align:center;
	margin-top:20px;
	font-size:20px;
}

.paybox ul{
	display:flex;
	flex-wrap:wrap;
	max-width:800px;
	padding:20px;
	margin: 30px auto 0;
	border:2px solid #d9b553;
	background:#fff;
}

.paybox li{
	width:50%;
}

.paybox_img{
	text-align:center;
}

.price_free{
	background:url("../images/price_free_bg.jpg") no-repeat center center;
	background-size:cover;
}

.price_beauty{
	background:url("../images/price_beauty_bg.jpg") no-repeat center center;
	background-size:cover;
}

.price_nav{
	padding-top:10px;
}

.pc_nav li{
	position:relative;
}

.nav_under{
	position:absolute;
	top:150px;
	left:0;
	z-index:5;
	min-width:280px;
	opacity:0;
	transition:all 0.3s;
}

.price_nav:hover .nav_under{
	opacity:1;
}

.pc_nav li .nav_under a{
	padding:7px 10px;
	text-align:left;
	background:#fff;
	border-bottom:1px solid #fff;
}

.pc_nav li .nav_under a:hover{
	background:#d9b553;
	color:#fff;
	opacity:1;
}

.sp_price{
    color: #d9b553;
    font-size: 14px;
}

.nav_sp_price_under a{
	color:#000 !important;
}

.personal_pricesub{
	display:block;
	bottom:0;
	font-size:20px;
	line-height: 1;
	margin-top:10px;
}
