@charset "utf-8";
/* PCログイン前
------------------------------------------------*/


/*メインビジュアル*/
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 900px;
}
.main{
	background: url("../img/rice-paper-2.png") repeat center / 485px,url("../img/mv_background.jpg") no-repeat center top / 100%;
	height:700px;
	position: relative;
}
.mv{
	width:980px;
	margin:0 auto;
	position:relative;
}
.mv .mv_catch{
	width: 280px;
	position: absolute;
	right:0px;
	z-index: 9;
}
.mv .mv_about{
	position: absolute;
	top: 600px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}
.mv .mv_logo{
	width: 400px;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	
}
.mv .mv_horse{
	width: 400px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 8;
}
.mv .mv_stripe{
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
.mv .mv_kirakira_left{
	width:96px;
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 1;
}
.mv .mv_kirakira_right{
	width:96px;
	position: absolute;
	top: 0;
	right: -150px;
	z-index: 2;
}
.mv .mv_sannkaku{
	width:320px;
	position: absolute;
	top: 900px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
.pinkbackground{
	height:320px;
	background: #f88d7c;
}

/*斜め背景*/
.cut_line01{
	position: absolute;
	bottom: 0;
	z-index: 8;
}
.cut_line01 .section1{
  position: relative;
  background-color: rgba(0,0,0,0);
}
.cut_line01 .section1::before{
  content:"";
  position: absolute;
  bottom: -96px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 240px 100vw ;
 
  border-color: transparent transparent #f88d7c transparent;
}
.cut_line02{
	position: absolute;
	bottom: 0;
	z-index: 6;
}
.cut_line02 .section1{
  position: relative;
  background-color: rgba(0,0,0,0);
}
.cut_line02 .section1::before{
  content:"";
  position: absolute;
  bottom: -96px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 320px 0 0 100vw ;
 
  border-color: transparent transparent transparent #e5dccf;
}

/*エントリー*/

.entry{
	width:100%;
	background: url("../img/woodframe.jpg") repeat-x top  / 800px,url("../img/woodframe.jpg") repeat-x bottom  / 800px,url("../img/wood.jpg") repeat center  / 60%;
	padding-bottom: 40px;
}
.entry .entry_inner{
	width:980px;
	margin:0 auto;
	padding: 40px;
}
.entry .entry_inner h2 img{
	margin-top:-80px;
	width:360px;
}
.entry .entry_inner h3{
	padding-top:0px;
	padding-bottom:40px;
	text-align: center;
	color:white;
	text-shadow: 5px 5px 2px #000000;
	font-family: kan412typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 48px
}
.entry .entry_inner .agree{
	padding-bottom:24px;
}
.entry .entry_inner p{
	text-align: center;
	color:white;
	font-family: kan412typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
.entry .entry_inner p a{
	text-decoration: underline;
}
 .entry_freebutton {
text-align: center;
}
.entry_freebutton input[type="image"]{
	width:620px;
	margin:15px 0 10px 0;
}
.entry .entry_inner .entry_freebutton :hover {
  opacity: 0.8;
}
.entry .entry_inner .sns{
	width:80%;
	margin:40px auto;
	padding:32px;	
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	overflow: hidden;	
}
.entry .entry_inner .sns h4{
	text-align: center;
	color: black;
	font-family: kan412typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}
.entry .entry_inner .sns p{
	color:black;
	font-family: kan412typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
.entry .entry_inner .sns .sns_button a img{
	width:33%;
	padding:16px;
	float: left;	
}
.entry_text{
	width:400px;
	margin:0 auto;
	text-align: center;
	color:#ffffff;
	margin-bottom:16px;
}
.entry_text h4{
	margin-bottom:10px;
}
.entry_text input[type="email"]{
	width:100%;
	padding:8px 8px 8px 16px;
	border: 1px solid #6D6D6D;
	color: #382219;
}
/*的中実績*/
.gradation{
	background: url("../img/rice-paper-2.png") repeat center / 485px,linear-gradient(#e5dccf, #f88d7c);
	padding-top: 50px;
}
.works{
	width:100%;
	background: url("../img/zisseki.png") no-repeat center top / 960px;
	position:relative;
	z-index:30;
	display: block;
	height:760px;
}
.works_inner{
	width:800px;
	margin:40px auto 0 auto;
	height: auto;
	position: relative;
	z-index:20;
	top: 320px;
	margin-top: 0.5em;
	
}
.works_inner .teki_box{
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

.works_inner .teki_box li{
	display:inline-block;
	width: calc(100% / 2);
	text-align: center;
}
.teki_text{
	width:90%;
	border: solid 6px #800311;
	webkit-box-shadow: 3px 3px 5px 0 #999, inset 0 0 10px 0 #e5ca96;
	-moz-box-shadow: 3px 3px 5px 0 #999, inset 0 0 10px 0 #e5ca96;
	box-shadow: 3px 3px 5px 0 #999, inset 0 0 10px 0 #e5ca96;
	background-color: #fff9e3;
	color: #382219;
	line-height: 1.4em;
	margin:0 auto 20px auto;
	position:relative;
	padding-bottom:24px;
}
li{
	list-style: none;
}
.works .works_inner .teki_box li p{
	position: static;
	z-index: 10;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;

}
.works_inner .teki_box li p:nth-of-type(1) {
	width: 100%;
	padding-top:1em;
	padding-bottom:1em;
	font-size: 24px;
	color: #800311;
}
.works_inner .teki_box li p:nth-of-type(2),.teki_box li p:nth-of-type(3){
	width:100%;
	 font-weight:  bold;
	font-size:24px;
	line-height: 1.5em;
}
.works_inner .teki_box li p:nth-of-type(4) {
	width: 100%;
	color:white;
	margin-top:1em;
	background: #cc4a37;
	padding:  10px 6px;
	font-size: 26px;
	font-weight:  bold;
	letter-spacing: 2px;
}
.works_inner .teki_box li p:nth-of-type(4) .kakutoku{
	font-size: 20px;
}
/*キャッチコピー２*/
.catchcopy02 h2 img{
	width:784px;
	margin:0 auto 40px;
}
/*三代サポート*/
.support{
	width:784px;
	position:relative;
	display: block;
	margin: auto;
}
.support .support_box{
	float: left;
	margin: 10px 20px 10px 0;
}
.support .support_box li{
	width: 600px;
	font-size: 24px;
	border: solid 6px #800311;
	webkit-box-shadow: 3px 3px 5px 0 #412121, inset 0 0 10px 0 #e5ca96;
	-moz-box-shadow: 3px 3px 5px 0 #412121, inset 0 0 10px 0 #e5ca96;
	box-shadow: 3px 3px 5px 0 #412121, inset 0 0 10px 0 #e5ca96;
	background-color: #fff9e3;
	background-size: contain;
	color: #382219;
	line-height: 1.4em;
	margin-bottom: 40px;
	position:relative;
	overflow: hidden;
	
}
.support .support_box  .support_back {
	width: 100%;
	height: 64px;
	background: #800311;
}
.support .support_box li .support_back p:nth-of-type(1) {
	float:left;
	width:120px;
	font-family: kan412typos-std, sans-serif;
	font-style: normal;
	font-size: 28px;
	color: black;
	background: linear-gradient(transparent 20%, yellow 20%);
	padding-top:0.4em;
	padding-left:0.8em;
	margin-left:0.4em;
}
.support .support_box li .support_back p:nth-of-type(2){
	padding-top:0.6em;
	color: #eae2d8;
	   letter-spacing: 2px;
}
.support .support_box  li p:nth-of-type(2) {
	text-align: center;
}
.support .support_box li .support_text{
	padding:16px;
}
.support .support_box li .support_text p img{
	width:40%;
}
.support .support_box li .support_text p:nth-of-type(1){
	width:50%;
	margin: 10px 20px 10px 0;
	font-size:16px;
	font-family: kan412typos-std, sans-serif;
	font-style: normal;
	float:left;
}
.support .support_text li p:nth-of-type(2){
	width: 30%;
}
.support .support_box .support02 p:nth-of-type(2) {
	padding-top:40px;
}
.support02{
	margin-left: 40px;
}
.support h5 img{
	width:80px;
	padding-bottom:80px;
}
/*動く三角*/
.support_sannkaku{
	width:100%;
	z-index: 30;
	position: relative;
}
.support_sannkaku img{
	position:absolute;
	left: 0;
    bottom: 0;
    right: 0;
    top: -32px;
    /* transform: translateX(-50%); */
    margin: 0 auto;
}
/*ログイン画面*/
.login_form form{
	width: 800px;
    padding: 20px;
    border: 1px solid #555;
	margin:0 auto;
	display: block;
	text-align: center;
}
.login_form form .Pclogin dl dd{
	margin-left: 0;
}
.login_form form .Pclogin dl dd input[type="text"]{
	width: 100%;
}
.login_form form .Pclogin dl dd input[type="password"]{
	width: 100%;
}
.Pclogin{
	text-align: left;
	width:300px;
	display: inline-block;
}

.Pclogin .login_id_text{
margin-top: 20px;
}

.login_form form .Pclogin_btn{
	border: solid 1px #382219;/*線*/
    border-radius: 4px;/*角の丸み*/
	background: url("../img/content_bg_left_top.png")no-repeat left top/120px,url("../img/content_bg_right_bottom.png")no-repeat right bottom/120px,#fff9e5;
	display: inline-block;
	padding:4px 24px 4px 24px;
	margin:40px;
}
.login_q a{
	color:blue;
	text-decoration:underline;
}
.login_error{
	text-align: center;
}
/*carrier設定*/
.MailCopyZone{
	text-align: center;
	padding-top:20px ;
	margin-bottom:-80px;
}
.MailCopyZone p:first-child {
	margin-bottom: 16px;
}
.MailCopyZone input[type="text"]{
	width: 360px;
	text-align: center;
}
.carrier_button{
}
.carrier_button li{
	width:400px;
	padding:10px 0;
	margin:16px auto;
	background: #382219;
	 border-radius: 6px;
	position: relative;
}
.carrier_button li a{
}

.carrier_button li p{
	
	color: white;
	font-family: kan412typos-std, sans-serif;
	font-style: normal;
	text-align: center;
}
.carrier_button li p:after{
    box-sizing: border-box;
    content: '\f35d';
    display: block;
    font-family:"Font Awesome 5 Free";
    padding: 10px 20px;
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
	right:0;
 font-weight: 900;
 font-size: 17px;
 color: #ffffff;
}
/*ログイン後-----------------------------*/
main.pc_mv_inner{
	width:100%;
	background: linear-gradient(-90deg, #d87d6e, #e47056,#d87d6e);

}
#pc_after_main{
	background:url("../img/mvhaikei.jpg")no-repeat center top / 1808px;
	min-width: 980px;	
}
#pc_after_main .pc_mv{
	padding-top: 19px;
	width:980px;
	height:604px;
	margin: 0 auto;
	position: relative;
}
/*中身*/
#pc_after_main .pc_mv_article{
	width: 550px;
	height:420px;
	position: absolute;	
	top:74px;
	left:216px;
	z-index: 1;
	object-fit: cover;
}

/*テレビ*/
#pc_after_main .pc_mv_tv {
	width: 980px;
	position: absolute;
	margin: 0 auto -2px auto;	
	z-index: 9;
	
}
/*詳しくはこちら*/
#pc_after_main .pc_mv_button{
	position:absolute;	
	top:416px;
	left:32px;
	z-index: 10;
}

#pc_after_main .pc_mv_button img{
	width:100%;
}
/*レイアウト*/
pc_all_contents{
	width:100%;
}
#pc_wrapper{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding-top:80px;
}
#pc_content{
	width:700px;
	float: left;

}
#pc_sidebar{
	float: right;
	padding-bottom: 160px
}
footer{
	clear: both;
}
#pc_sidebar li img{
	width:230px;
}
/*サイドメニュー*/
#pc_sidebar li{
	padding:4px 0;
}
#pc_sidebar li a img:hover {
  opacity: 0.8;
}
#pc_sidebar p{
	padding: 16px 0;
}
/* PCログイン後　予約中の商品お知らせ
------------------------------------------------*/
.pc_alert_service{
	margin-bottom: 80px;
}
.pc_alert_service h2.midashi{
	padding: 8px 8px 0 8px; 
	background: url("../img/deco_robot.png")no-repeat left top/64px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
}
.ReserveSec{
	border:6px solid #800311;
	webkit-box-shadow: 1px 1px 3px 0 #000, inset 0 0 5px 0 #e5ca96;
	-moz-box-shadow: 1px 1px 3px 0 #000, inset 0 0 5px 0 #e5ca96;
	box-shadow: 1px 1px 3px 0 #000, inset 0 0 10px 0 #e5ca96;
	background-color: #fff9e3;
	color: #382219;
}
.ReserveSec h2{
	text-align: center;
	margin-bottom: 12px;
	color: #800311;
}
.block{
  /* ５秒かけてアニメーションする */
 animation-iteration-count: 4;
}
.ReserveAlertInner{
	width:90%;
	margin: 20px auto 0 auto;
}
.ReserveAlertSet{
	margin-bottom: 12px;
}
.ReserveAlertSet dl{
	border:2px solid #382219;
	margin-bottom: 15px;
}
.ReserveAlertSet dl dt{
	background:url("../img/ps-neutral-black.png") repeat center / 3% ,linear-gradient(#ef9f8e, #f88d7c);
font-family: kan412typos-std, sans-serif;
  font-size: 20px;
  color: #382219;
	text-align: center;
	padding: 2px 0;
	border-bottom: 2px solid #382219;
}
.ReserveAlertSet dl dt:last-of-type{
	border-bottom: 2px solid #382219;
	border-top: 2px solid #382219;
}
.ReserveAlertSet dd{
	margin: 0;
	padding: 16px;
	text-align: center;
	font-size: 14px;
	background-color: #fffcf1;
}
p.ReserveCaution{
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}
/*今週のおすすめ*/
.pc_recommend_inner{
	    width: 720px;
	margin-bottom: 40px;
}
.pc_recommend_box{
	width: 678px;
	margin: 0 auto;
	background: #382219;
	padding: 12px 0;
}
.pc_recommend_inner img{
	width: 100%;
}
.pc_recommend_inner .recomend_race{
	margin:0 12px 12px 12px;
	font-size: 24px;
	color: #FFFFFF;
}
.recomend_race span{
	margin-right: 16px;
	padding: 0 16px;
	font-size: 16px;
	border-radius: 4px;
	float:left;
	background: #cc4a37;
	color: #FFFFFF;
	font-family: kan412typos-std, sans-serif;
}
.pc_recommend_inner .recommend_product{
	margin: 12px;
	font-size: 24px;
	color: #FFFFFF;
	float: left;
}
.recommend_product span{
	margin-right: 16px;
	padding: 0 16px;
	font-size: 16px;
	border-radius: 4px;
	float:left;
	background: #cc4a37;
	color: #FFFFFF;
	font-family: kan412typos-std, sans-serif;
}
.pc_recommend_inner .recommend_event{
	margin: 12px;
	font-size: 24px;
	color: #FFFFFF;
	float: left;
}
.recommend_event span{
	margin-right: 16px;
	padding: 0 16px;
	font-size: 16px;
	border-radius: 4px;
	float:left;
	background: #cc4a37;
	color: #FFFFFF;
	font-family: kan412typos-std, sans-serif;
}
.pc_recommend_box a{
width: 60%;
	display: block;
	margin: 0 auto;
}
.recommend_text{
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 12px;
}
.pc_recommend_inner h2.midashi{
	padding: 8px 8px 0 8px; 
	background: url("../img/deco_tv.png")no-repeat left top /96px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
}
/*無料コンテンツ*/
.pc_free_service{
	display: inline-block;
	margin:0 0 240px 0;
	width:720px;	
}
.pc_free_service .pc_free_service_img{
	padding-left:21px;
}
.pc_free_service img{
	 width: 346px;
    display: flex;
	float: left; 
}
.pc_free_service h2.midashi{
	padding: 8px 8px 0 8px; 
	background: url("../img/free_airplane.png")no-repeat left bottom /96px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
}
h2.midashi p{
	padding-left: 96px;
	font-family: kan412typos-std, sans-serif;
	font-size:1.2em; 
	color: #382219;
	margin-bottom: 24px;
}
/*的中実績*/
#pc_content .teki_text{
}
#login_after_home #login_after_home #pc_content .pc_teki_box{
	width: 688px;
		margin: 0 auto;
}

#login_after_home .pc_works_inner{
	width:720px;
	margin-bottom: 80px;
}
#login_after_home .pc_works_inner h2.midashi{
	padding: 8px 8px 0 8px; 
	background: url("../img/tekityuuzisseki_mato.png")no-repeat left bottom /112px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	margin-bottom: 24px;
	
}
#login_after_home .pc_works_inner .pc_teki_box{
	display:flex;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 20;
	flex-wrap:wrap;
}

#login_after_home .pc_works_inner .pc_teki_box li{
	display:inline-block;
	width: calc(100% / 2);
	text-align: center;

}
#login_after_home .pc_teki_text{
	width:333px;
	border: solid 6px #800311;
	webkit-box-shadow: 1px 1px 3px 0 #000, inset 0 0 5px 0 #e5ca96;
	-moz-box-shadow: 1px 1px 3px 0 #000, inset 0 0 5px 0 #e5ca96;
	box-shadow: 1px 1px 3px 0 #000, inset 0 0 10px 0 #e5ca96;
	background-color: #fff9e3;
	color: #382219;
	line-height: 1.4em;
	margin:8px auto 8px auto;
	position:relative;
	padding-bottom:24px;
}
#login_after_home .pc_works_inner .pc_teki_box li p{
	position: static;
	z-index: 10;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
#login_after_home .pc_works_inner .pc_teki_box li p:nth-of-type(1) {
	width: 100%;
	padding-top:1em;
	padding-bottom:1em;
	font-size: 24px;
	color: #800311;
}
#login_after_home .pc_works_inner .pc_teki_box li p:nth-of-type(2),.pc_teki_box li p:nth-of-type(3){
	width:100%;
	 font-weight:  bold;
	font-size:24px;
	line-height: 1.5em;
}
#login_after_home .pc_works_inner .pc_teki_box li p:nth-of-type(4) {
	width: 100%;
	color:white;
	margin-top:1em;
	background: #cc4a37;
	padding:  10px 6px;
	font-size: 26px;
	font-weight:  bold;
	letter-spacing: 2px;
}
#login_after_home .pc_works_inner .pc_teki_box li p:nth-of-type(4) .pc_kakutoku{
	font-size: 20px;
}
#login_after_home .pc_works_inner h3{
	float: right;
	color:#cc3e1b;	font-family: kan412typos-std, sans-serif;
	font-size:1em; 
	padding-right: 20px;
}
#login_after_home .pc_works_inner h3:hover {
  opacity: 0.8;
}
/*感謝の声*/
.pc_tyvoice_inner{
	width:720px;
	margin-bottom: 80px;
}
.pc_tyvoice_inner h2.midashi{
	padding: 8px 8px 0 8px; 
	background: url("../img/kannsyanokoe_posto.png")no-repeat left bottom /56px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
.pc_tyvoice_inner h2.midashi p{
	padding-left: 80px;
	font-family: kan412typos-std, sans-serif;
	font-size:1.2em; 
	color: #382219;
	margin-bottom: 24px;
}
.pc_tyvoice_inner .midashi_text {
	margin:18px 0;
}
.pc_tyvoice_inner .pc_tyvoice_border{
	border: solid 4px #422d26;
	padding:4px;
	background: #ead0ac;
	margin:16px auto;
	width:678px;
}
.pc_tyvoice_inner .pc_tyvoice_border:last-child {
  margin-bottom: 0;
}
.pc_tyvoice_inner ul li{
    border: solid 1px #422d26;
	background: #ead0ac;
}

.pc_tyvoice_inner .voice_title{
	width: 100%;
    height: 48px;
    text-indent: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
    font-weight: 300;
    font-size: 20px;
	color:#e5dccf;
	padding:4px;
    background: url(../img/ps-neutral.png) repeat center  / 4% ,#382219 ;
}
.pc_tyvoice_inner .voice_text{
	padding:16px;
	font-size:16px;
	color:#382219;
}
.pc_tyvoice_inner .voice_prof{
	text-align: right;
	padding:0 16px 16px 16px;
	color:#382219;
	font-size:13px;
}
.pc_tyvoice_inner h3{
	float: right;
	color:#cc3e1b;	font-family: kan412typos-std, sans-serif;
	font-size:1em; 
	padding-right: 20px;
}
.pc_tyvoice_inner h3:hover {
  opacity: 0.8;
}
.pc_tyvoice_inner article .pc_tyvoice_border{
	width:100%;
}
/*感謝の声詳細*/
.pc_tyvoice_inner .pc_tyvoice_text{
	background: rgba(255,255,255,0.44);
	font-size:12px;
	padding:16px;
	color: #382219;
}
.pager span{
	display: inline;
	padding:8px 8px;
	color:#382219;
	border-radius: 3px / 3px;
	background:rgba(255,255,255,0.6);
	margin:4px;
	font-weight:lighter;
	
}
.pager span:hover{
	background: #f88d7c;
	cursor: pointer;
}
.pager span.current {
	background: #7d7d7d;
		color: #ffffff;
	font-weight:lighter;
}
.pager {
	width:100%;
	text-align: center;
	padding:40px;
	clear:both;
}
/*的中実績詳細------------------------------------------*/
#login_after_tekityu h2.midashi{
	padding: 8px 8px 0 8px; 
	background: url("../img/deco_mato.png")no-repeat left bottom /104px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}

#login_after_tekityu .pc_works_inner .pc_teki_box {
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 20;
    flex-wrap: wrap;
}
#login_after_tekityu .pc_works_inner .pc_teki_box li {
    width: calc(100% / 2);
    text-align: center;
	float: left;
}
#login_after_tekityu .pc_teki_text{
	width: 300px;
	border: solid 6px #800311;
	webkit-box-shadow: 1px 1px 3px 0 #000, inset 0 0 5px 0 #e5ca96;
	-moz-box-shadow: 1px 1px 3px 0 #000, inset 0 0 5px 0 #e5ca96;
	box-shadow: 1px 1px 3px 0 #000, inset 0 0 10px 0 #e5ca96;
	background-color: #fff9e3;
	color: #382219;
	line-height: 1.4em;
	margin:8px auto 8px auto;
	position:relative;
	padding-bottom:24px;		
}

#login_after_tekityu .pc_works_inner .pc_teki_box li p:nth-of-type(1) {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 16px;
    color: #800311;
}
#login_after_tekityu .pc_works_inner .pc_teki_box li p:nth-of-type(2), .pc_teki_box li p:nth-of-type(3) {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    height: 50px;
}
#login_after_tekityu .pc_works_inner .pc_teki_box li p:nth-of-type(4) {
    width: 100%;
    color: white;
    background: #cc4a37;
    padding: 10px 6px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
/*お悩み中の方へ　初心者ガイド------------------------------*/
.pc_beginnerguide_inner h2.midashi{
	padding: 8px 8px 0 8px; 
	background: url("../img/deco_tv.png")no-repeat left bottom /68px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
#login_after_beginnerguide iframe{
	width:560px;
	height:315px;
}
.guide_video{
	text-align: center;
}
#login_after_beginnerguide article p{
	padding:16px 0;
}

#login_after_beginnerguide article h3{
	margin-top:32px;
}
#login_after_beginnerguide article .guide05{
	margin-top:0px;
}
#login_after_beginnerguide table{
	width:560px;
	margin:0 auto;
}

#login_after_beginnerguide th{
	background: #6ea009;
	color: #e5dccf;
	font-weight: 100;
	padding:8px;
}
#login_after_beginnerguide td{
	background: #1b3d15;
	color: #e5dccf;
	font-weight: 100;
}
#login_after_beginnerguide article h3.guide01{
	position: relative;
	border: solid 1px #382219;/*線*/
    border-radius: 4px;/*角の丸み*/
	background: url("../img/content_bg_left_top.png") no-repeat left top/120px,url("../img/content_bg_right_bottom.png") no-repeat right bottom/120px,#fff9e5;
	display: inline-block;
	padding:4px 24px 4px 24px;
	font-weight: lighter;
	 position: relative;
  padding: 0.25em 0.8em;
  border-left: solid 2.6em #382219;
	font-family: kan412typos-std, sans-serif;
	color: #382219;
}
#login_after_beginnerguide article h3.guide01:before{
	font-family: "Font Awesome 5 Free";
    content: "❶";
    font-weight: 900;
	font-size:22px;
    display: inline-block;
    line-height: 50px;
    position: absolute;
    padding: 0;
    color: #e5dccf;
  left: -1.6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#login_after_beginnerguide article h3.guide02{
	position: relative;
	border: solid 1px #382219;/*線*/
    border-radius: 4px;/*角の丸み*/
	background: url("../img/content_bg_left_top.png") no-repeat left top/120px,url("../img/content_bg_right_bottom.png") no-repeat right bottom/120px,#fff9e5;
	display: inline-block;
	padding:4px 24px 4px 24px;
	font-weight: lighter;
	 position: relative;
  padding: 0.25em 0.8em;
  border-left: solid 2.6em #382219;
	font-family: kan412typos-std, sans-serif;
	color: #382219;
}
#login_after_beginnerguide article h3.guide02:before{
	font-family: "Font Awesome 5 Free";
    content: "❷";
    font-weight: 900;
	font-size:22px;
    display: inline-block;
    line-height: 50px;
    position: absolute;
    padding: 0;
    color: #e5dccf;
  left: -1.6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#login_after_beginnerguide article h3.guide03{
	position: relative;
	border: solid 1px #382219;/*線*/
    border-radius: 4px;/*角の丸み*/
	background: url("../img/content_bg_left_top.png") no-repeat left top/120px,url("../img/content_bg_right_bottom.png") no-repeat right bottom/120px,#fff9e5;
	display: inline-block;
	padding:4px 24px 4px 24px;
	font-weight: lighter;
	 position: relative;
  padding: 0.25em 0.8em;
  border-left: solid 2.6em #382219;
	font-family: kan412typos-std, sans-serif;
	color: #382219;
}
#login_after_beginnerguide article h3.guide03:before{
	font-family: "Font Awesome 5 Free";
    content: "❸";
    font-weight: 900;
	font-size:22px;
    display: inline-block;
    line-height: 50px;
    position: absolute;
    padding: 0;
    color: #e5dccf;
  left: -1.6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#login_after_beginnerguide article h3.guide04{
	position: relative;
	border: solid 1px #382219;/*線*/
    border-radius: 4px;/*角の丸み*/
	background: url("../img/content_bg_left_top.png") no-repeat left top/120px,url("../img/content_bg_right_bottom.png") no-repeat right bottom/120px,#fff9e5;
	display: inline-block;
	padding:4px 24px 4px 24px;
	font-weight: lighter;
	 position: relative;
  padding: 0.25em 0.8em;
  border-left: solid 2.6em #382219;
	font-family: kan412typos-std, sans-serif;
	color: #382219;
}
#login_after_beginnerguide article h3.guide04:before{
	font-family: "Font Awesome 5 Free";
    content: "❹";
    font-weight: 900;
	font-size:22px;
    display: inline-block;
    line-height: 50px;
    position: absolute;
    padding: 0;
    color: #e5dccf;
  left: -1.6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#login_after_beginnerguide h3 span{
	background: #f8a694;
	padding:8px;
	font-size:16px;
	border-radius: 40px;
}
#login_after_beginnerguide .bank_list{
	background: #fff9e5;
	border:solid 2px #382219;
	border-radius: 8px;
	padding:24px;
}
#login_after_beginnerguide article h3.guide05{
	position: relative;
	border: solid 1px #382219;/*線*/
    border-radius: 4px;/*角の丸み*/
	background: url("../img/content_bg_left_top.png") no-repeat left top/120px,url("../img/content_bg_right_bottom.png") no-repeat right bottom/120px,#fff9e5;
	display: inline-block;
	padding:4px 24px 4px 24px;
	font-weight: lighter;
	 position: relative;
  padding: 0.25em 0.8em;
  border-left: solid 2.6em #382219;
	font-family: kan412typos-std, sans-serif;
	color: #382219;
}
#login_after_beginnerguide article h3.guide05:before{
	font-family: "Font Awesome 5 Free";
    content: "★";
    font-weight: 900;
	font-size:22px;
    display: inline-block;
    line-height: 50px;
    position: absolute;
    padding: 0;
    color: #e5dccf;
  left: -1.6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#login_after_beginnerguide .bamk_list_left{
	padding: 24px;
}
#login_after_beginnerguide article .button_center span{
	font-size:18px;
}
/*お悩み中の方へ　予想家紹介------------------------------*/
.pc_yosouka_inner h2.midashi{
	padding: 8px 8px 0 8px; 
	background: url("../img/deco_human.png")no-repeat left bottom /42px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
.pc_yosouka_inner h5{
	 display: inline-block;
	margin-top:-46px;
	padding:1px 20px;
	font-size:20px;
	font-weight: 100;
	color:#fff9e5;
	background: linear-gradient(transparent 0, #e30b00 0);
	border-radius: 4px;
} 
.pc_yosouka_inner h6{
	 font-family: kan412typos-std, sans-serif;
	font-size:40px;
	margin:-8px 0 -16px 0;
	font-weight: 100;
	color:#382219;
} 
.pc_yosouka_inner h7{
	font-size:20px;
	font-weight: 600;color:#382219;
} 
.pc_yosouka_inner .paper_section .yosouka_text{
	width:70%;
	font-size: 14px;
	font-weight:100;
	line-height: 1.4em;
	position: relative;
	z-index:2;
	color:#382219;
} 
.pc_yosouka_inner .yosoukaimage{
	color: #474747;
	font-size:8px;
	text-align: right;
		position: relative;
	z-index:2;
}
/* PCログイン前後　ペーパーセクション
------------------------------------------------*/
.paper_section{
	width:580px;
	margin: 3.5em auto 4em auto;
	background:url("../img/paper_pat.png") repeat center / 523px,#e7c28e;
	position: relative;
}
.paper_section_top{
	background:url("../img/paper_pat_top.png") repeat-x center / 73px;
	position: absolute;
	height:28px;
	width:590px;
	top:-22px;
	left:-5px;
}
.paper_section_bottom{
	background:url("../img/paper_pat_bottom.png") repeat-x center / 73px;
	position: absolute;
	height:28px;
	width:590px;
	left:-5px;
	bottom:-22px;
}
.paper_section_right{
	background:url("../img/paper_pat_right.png") repeat-y center / 28px;
	position: absolute;
	height: 100%;
	width:28px;
	right:-15px;
}
.paper_section_left{
	background:url("../img/paper_pat_left.png") repeat-y center / 28px;
	position: absolute;
	height: 100%;
	width:28px;
	left:-15px;
}
.paper_section h4 {
	padding:0;
}
.paper_section h4 img{
	position:absolute;
	width:340px;
	top:-40px;
	right:-40px;
	z-index:1;
}
.paper_section_text{
	position: relative;
	z-index: 50;
	padding: 1.5em 1.3em;
	color: #220f03;
}
.paper_section_text h1{
	font-family: vdl-terag, sans-serif;
font-weight: 500;
font-style: normal;
	text-align: center;
	font-size: 30px;
	margin: 10px 0 20px 0;
}

.paper_section_text ul li{
	font-size: 1.2em;
	line-height: 1.8em;
	text-indent:-1em;
  padding-left:1em;
}
img.nuts_left_top{
	position: absolute;
	z-index: 51;
	width:32px;
	top:-8px;
	left:0;
}
img.nuts_left_bottom{
	position: absolute;
	z-index: 51;
	width:32px;
	bottom:-8px;
	left:0;
}
img.nuts_right_top{
	position: absolute;
	z-index: 51;
	width:32px;
	top:-8px;
	right:0;
}
img.nuts_right_bottom{
	position: absolute;
	z-index: 51;
	width:32px;
	bottom:-8px;
	right:0;
}
/*会員様限定無料コンテンツ詳細------------------------------*/
.pc_week_inner h2.midashi{
	padding: 8px 8px 0 8px; 
	background: url("../img/deco_tv.png")no-repeat left bottom /68px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
article .text_normal{
	background: #fff9e5;
	padding:24px;
	border-radius: 8px;
	border:solid 2px #382219;
}
.pc_week_inner article .pc_free_banner{
	width:636px;
}
.pc_week_inner h4{
	padding:24px 0;
	font-size:16px;
	font-weight: 100;
}
/*会員様情報の確認と変更詳細--------------------------------*/
.pc_member_inner h2.midashi{
	padding: 8px 8px 0 8px; 
	background: url("../img/deco_car.png")no-repeat left bottom /88px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
#login_after_member #pc_content article ul{
	padding:40px;
}
#login_after_member #pc_content article h3{
	margin:16px 0 ;
}
#login_after_member .pc_member_inner #pc_after_header_size form{
	float:none;
	width: 100%;
}
/*会員ID　チケット詳細*/
#login_after_member pc_my_data, #login_after_member .pc_my_account {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#login_after_member .pc_member_inner .member_my_data{
	margin: 0 auto;
	width: 100%;
}
#login_after_member .pc_member_inner dl.MyAccountId{
	border: 2px solid #60544f;
	margin: 8px 0;
	background: #e5dccf;
	border-radius: 4px;
}
#login_after_member .pc_member_inner dl.MyAccountPass{
	border: 2px solid #60544f;
	margin: 8px 0;
	background: #e5dccf;
	border-radius: 4px;
}
#login_after_member .pc_member_inner .member_my_data dt{
	float: left;
	text-align: center;
    padding: 3px 16px;
	color:#e5dccf;
}
#login_after_member .pc_member_inner .member_my_data  dd{
	float: left;
	text-align: left;
	margin-left: 5px;
	padding: 4px 0 2px 0;
}
#login_after_member .pc_member_inner .member_my_data .adadad{
	float: left;
	width: calc(100% / 2);
	padding: 8px;	
}
#login_after_member .pc_member_inner p{
	clear:both;
}
#login_after_member .WaveBgPat{
	width: 112px;
}
/*会員ID　チケット詳細パスワード変更フォーム*/
#login_after_member .password_change{
text-align: center;

}
#login_after_member .password_change dd{
	margin-inline-start: 0px;
}
#login_after_member .password_change input[type="password"]{
	width:400px;
}
#login_after_member dt,#login_after_member p{
	color: #382219;
}
#login_after_member h3{
	font-family: kan412typos-std, sans-serif;
}
/*Q＆A--------------------------------*/
#login_after_QandA h2.midashi{
	padding: 8px 8px 0 0; 
	background: url("../img/deco_camera.png")no-repeat left bottom /68px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
#login_after_QandA #pc_content article ul{
	padding:40px 60px 40px 80px;
}

#login_after_QandA .pc_QandA_inner li{
	margin: 16px 0;
}
#login_after_QandA .title{
	position: relative;
  background:url("../img/ps-neutral-black.png") repeat center  / 3% ,linear-gradient(#ef9f8e, #f88d7c);
  padding: 16px 32px;
font-family: kan412typos-std, sans-serif;
  font-size: 20px;
  color: #382219;
}
#login_after_QandA .title:before {
  font-family: kan412typos-std, sans-serif;
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: #f88d7c;
  background: #382219;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
  border-radius: 50%;
}
#login_after_QandA .title:hover{
  color: #999;
}
#login_after_QandA .title:after{
      box-sizing: border-box;
    content: '\f078';
    display: block;
    font-family:"Font Awesome 5 Free";
    padding: 10px 20px;
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
	right:0;
 font-weight: 900;
 font-size: 17px;
 color: #382219;	
}
#login_after_QandA .title.open:after{
       box-sizing: border-box;
    content: '\f077';
    display: block;
    font-family:"Font Awesome 5 Free";
    padding: 10px 20px;
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
	right:0;
 font-weight: 900;
 font-size: 17px;
 color: #382219;
}
#login_after_QandA .box{
  background: url("../img/content_bg_left_top.png") no-repeat left top/320px,url("../img/content_bg_right_bottom.png") no-repeat right bottom/240px,#fff9e5;
  padding: 24px;
font-family: kan412typos-std, sans-serif;
	position: relative;
}
#login_after_QandA .box:before {
  font-family: kan412typos-std, sans-serif;
	font-size:24px;
  content: "A";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: #382219;
  background: #f88d7c;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.09em;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
  border-radius: 50%;
}
.pc_QandA_inner .pc_QandA_text{
	margin: 0 40px;
    background: rgba(255,255,255,0.44);
    font-size: 12px;
    padding: 16px;
    color: #382219;
	border-radius: 4px;
}
/*情報・PT購入--------------------------------*/
#login_after_buypt h2.midashi{
	padding: 8px 8px 0 0; 
	background: url("../img/free_airplane.png")no-repeat left bottom /96px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
.buyput_h2{
	background: url("../img/section_midashi_center.png") no-repeat center /700px;
	padding-top:24px;
	color: #382219;
}
#login_after_buypt article li p{
	padding-top:24px;
}
#login_after_buypt .buypt_table{
	background: url("../img/content_bg_left_top.png") no-repeat left top/320px,url("../img/content_bg_right_bottom.png") no-repeat right bottom/320px,#fff9e5;
	padding:40px 40px 0px 40px;
	font-weight: lighter;
	margin: 24px auto;
}
#login_after_buypt .buypt_radio{
	margin:24px 0;
}
#login_after_buypt table{
	width: 480px; 
	margin: 0  auto; 
}
#login_after_buypt table th{
  background:url("../img/ps-neutral-black.png") repeat center  / 4% ,linear-gradient(#ef9f8e, #f88d7c);
font-family: kan412typos-std, sans-serif;
  font-size: 20px;
  color: #382219;
}
#login_after_buypt table tr{
	background: #fff9e5;
	border: 2px solid #382219;
}
#login_after_buypt table th,
#login_after_buypt table td {
  border-right: 2px solid #382219;
}
#login_after_buypt table th {
	/*
  font-size: 26px;
  */
  font-size: 18px !important;
	 padding: 0px 10px 0px 1em;
}
#login_after_buypt table td{
  padding: 4px 10px 4px 1em;
	font-family: kan412typos-std, sans-serif;
  font-size: 16px;
  color: #382219;
}
#login_after_buypt table td p{
	color: #e5004f;
}
.buypt_table td:nth-child(even) {
  background: #f9e8c6;
 }
.buypt_radio td:nth-of-type(3) {
  background: #f9e8c6;
		width:30%;
 }
.buypt_radio td:nth-of-type(1) {
    background:url("../img/ps-neutral-black.png") repeat center  / 40% ,linear-gradient(#ef9f8e, #f88d7c);
font-family: kan412typos-std, sans-serif;
  font-size: 20px;
	width:10%;
 }
#login_after_buypt table thead tr{
  background-color: #eee;
}
#login_after_buypt .pc_buypt_text{
    background: rgba(255,255,255,0.44);
	border-radius: 4px;
    font-size: 12px;
    padding: 16px;
    color: #382219;
}
.buypt_radio label {
  display: block;
  width: 100%;
  height: 100%;
}
/*決済画面--------------------------------*/
#login_after_payment h2.midashi{
	padding: 8px 8px 0 0; 
	background: url("../img/free_airplane.png")no-repeat left bottom /96px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
#login_after_payment .pc_payment_inner article img{
	width:400px;
	margin:24px auto;
}
/*商品の確認--------------------------------*/
#login_after_payment .payment_text{
	text-align: center;
	padding:16px;
}
#login_after_payment .pc_buypt_text{
    background: rgba(255,255,255,0.44);
	border-radius: 4px;
    font-size: 12px;
    padding: 16px;
    color: #382219;
}
#login_after_payment .free_explanatory{
	color: red;
}
#login_after_payment .ConfiLine td:nth-child(1){
	text-align: center;
}
#login_after_payment table td.total{
	background: #f88d7c;
}
#login_after_payment table .redBold{
	color: red;
}
/*お申し込み完了--------------------------------*/
#login_after_payment #pc_content article ul{
	padding: 16px 40px;
}
#login_after_payment .payment_text {
    text-align: center;
    padding: -16px 16px 16px 16px;
}
#login_after_payment table{
	width:100%;
	color: #382219;
}
#login_after_payment .buy_caution {
    background: rgba(255,255,255,0.44);
    border-radius: 4px;
    font-size: 12px;
	margin-top:24px;
    padding: 16px;
    color: #382219;
}
.buy_caution{
    background: rgba(255,255,255,0.44);
	border-radius: 4px;
    font-size: 12px;
    padding: 16px ;
    color: #382219;
	margin:40px 40px 60px 40px;
}
.buy_caution h3{
	color: #382219;
	text-align: center;
}
.buy_caution ul li{
	list-style: disc;
}
#login_after_payment .yohaku{
	height:16px;
}
/*footer等--------------------------------*/
#login_after_footer h2.midashi{
	padding: 8px 8px 0 0; 
	background: url("../img/free_airplane.png")no-repeat left bottom /96px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
#login_after_footer .pc_footer_inner li{
	padding:16px 0;
}
/*無料PT予想--------------------------------*/
#login_after_freept h2.midashi{
	padding: 8px 8px 0 0; 
	background: url("../img/deco_radio.png")no-repeat left bottom /80px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
#login_after_free .pc_free_inner li{
	padding:16px 0;
}
/*無料PT一覧--------------------------------*/
#login_after_freept_freept h2.midashi{
	padding: 8px 8px 0 0; 
	background: url("../img/deco_radio.png")no-repeat left bottom /80px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
.pc_freept_inner article{
	text-align: center;
}
.free_explanatory{
	width:100%;
	text-align: center;
	padding:24px;
}
.pc_freept_inner table{
	margin: 0 auto;
	width:100%;
}
.ConfiLine td:nth-child(1){
	  background: #f9e8c6;
	font-family: kan412typos-std, sans-serif;
  font-size: 18px;
  color: #382219; /* Old browsers */
	border: 1px solid #382219;
	box-sizing: border-box;
	vertical-align: middle;
}
.ConfiLine td:nth-child(2){
	background: #fff9e5;
	border: 1px solid #382219;
	box-sizing: border-box;
	text-align: left;
	padding: 10px 5px 10px 10px;
	width:80%;
	text-shadow: none;
	line-height: 1.4em;
}
/*無料PTtext--------------------------------*/
#login_after_freept_freept_text h2.midashi{
	padding: 8px 8px 0 0; 
	background: url("../img/deco_radio.png")no-repeat left bottom /80px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
/* 購入済み商品（情報）
------------------------------------------------*/
/* 情報の確認01 */
#login_after_boughtlist h2.midashi{
	padding: 8px 8px 0 0; 
	background: url("../img/deco_note.png")no-repeat left bottom /96px,url("../img/woodframe.jpg") repeat-x bottom  / 400px;
	clear: both;
}
dl.boughtlist_info{
	width:90%;
	margin:1.5em auto 0.5em auto;
	border:1px solid #ae8446;
}
dl.boughtlist_info dt{
	text-align: center;
	color: #382219;
	background:#f9e8c6;
	border-bottom:1px solid #382219;
	padding: 2px 0;
	font-weight: bold;
	font-family: kan412typos-std, sans-serif;
	font-size: 20px;
}
dl.boughtlist_info dd{
	background: #fff9e5; /* Old browsers */
	margin: 0;
	padding: 10px;
	color: #382219;
	font-size: 16px;
}
dl.boughtlist_info dd{
	border-bottom:1px solid #ae8446;
}
dl.boughtlist_info dd:last-of-type{
	border: none;
}
/* 情報の確認02 */
.RaceMenu{
	width:90%;
	margin:1.5em auto 0.5em auto;
}
.RaceMenu table{
	width:100%;
}

/* PCログイン後　追加CSS
------------------------------------------------*/
/* トップページメインビジュアル上下のテキスト */
.pc_mv_text_top{
	text-align: center;
	width: 980px;
	margin: 0 auto;
	position: relative;
	border: 2px solid #00a085;
	background-color: #eadfb5;
	background: url("../img/text_bg_flash_left.png") no-repeat center left 12px / 35px,url("../img/text_bg_flash_right.png") no-repeat center right 12px / 35px,url("../img/blizzard.png"),#eadfb5;
	padding: 35px 10px 13px 10px;
	font-family: kan412typos-std, sans-serif;
	color: #223526;
	border-radius: 4px;
}
.pc_mv_text_bottom{
	text-align: center;
	width: 980px;
	margin:0 auto;
	position: relative;
	border: 2px solid #00a085;
	background-color: #eadfb5;
	background:url("../img/blizzard.png"),#eadfb5;
	padding: 15px 10px;
	font-family: kan412typos-std, sans-serif;
	color: #223526;
	border-radius: 4px;
}
.pc_mv_text_inner{
	background: url("../img/text_bg_left_top.png") no-repeat top left / 23px,url("../img/text_bg_left_bottom.png") no-repeat bottom left / 23px,url("../img/text_bg_right_top.png") no-repeat top right / 23px,url("../img/text_bg_right_bottom.png") no-repeat bottom right / 23px,url("../img/text_bg_dottede_y.png") repeat-y top left 3px / 2px,url("../img/text_bg_dottede_y.png") repeat-y top right 3px / 2px,url("../img/text_bg_dottede_x.png") repeat-x center top 3px / 5px,url("../img/text_bg_dottede_x.png") repeat-x center bottom 3px / 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	width: 100%;
	height: 100%;
}
.pc_mv_text_top h1 img{
	position: absolute;
	left: 50%;
	top:-25px;
	transform: translateX(-50%);
	width: 230px;
	z-index: 9;
}
.pc_mv_text_top p{
	width: 90%;
	margin: 0 auto;
	line-height: 1.6em;
}
.pc_mv_text_bottom p{
	width: 95%;
	margin: 0 auto;
	line-height: 1.6em;
}
/* 既存のCSS修正 */
#pc_after_main .pc_mv {
    padding-top: 0;
	height:580px;
}
#pc_after_main .pc_mv_button {
    display: none;
}
#pc_after_main .pc_mv_article {
    width: 595px;
    height: 455px;
    position: absolute;
    top: 28px;
    left: 187px;
    z-index: 1;
    /* object-fit: cover; */
}
#pc_after_main {
    background: url(../img/mvhaikei.jpg)no-repeat center / 100%;
    /* min-width: 980px; */
    background-size: cover;
	padding: 40px 0 20px 0;
}
