@charset "UTF-8";

.step_in:after,
.clearfix:after {
content:'';
display:block;
clear:both;
}

.step_in,
.clearfix {
/zoom:1;
}


body {
	font-size:25px;
	margin: 0;
	padding: 0;
	line-height:1.7;
	-webkit-text-size-adjust: 100%;
}
.mincho {
 	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #949494;
}
h1, h2, h3 {
 	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.red {
	color: #e60012;
}
.blue {
	color: #0000ff;
}
.black {
	color: #000;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
.bgy {
	background-color: #fff100;
}
.ul {
	text-decoration: underline;
}

.p10 {padding: 10% 0 !important;}

.pb0 { padding-bottom: 0 !important;}
.pb3 { padding-bottom: 3% !important;}
.pb10 { padding-bottom: 10% !important;}
.pb5 { padding-bottom: 5% !important;}

.pt0 { padding-top: 0 !important;}
.pt3 { padding-top: 3% !important;}
.pt5 { padding-top: 5% !important;}
.pt10 { padding-top: 10% !important;}

.mb0 { margin-bottom: 0 !important;}
.mb3 { margin-bottom: 3% !important;}
.mb5 { margin-bottom: 5% !important;}
.mb10 { margin-bottom: 10% !important;}

/* font */
.f10 { font-size: 50% !important;}
.f12 { font-size: 60% !important;}
.f14 { font-size: 70% !important;}
.f16 { font-size: 80% !important;}
.f18 { font-size: 90% !important;}
.f20 { font-size: 100% !important;}
.f22 { font-size: 110% !important;}
.f24 { font-size: 120% !important;}
.f26 { font-size: 130% !important;}
.f28 { font-size: 140% !important;}
.f30 { font-size: 150% !important;}
.f32 { font-size: 160% !important;}
.f34 { font-size: 170% !important;}
.f36 { font-size: 180% !important;}
.f38 { font-size: 190% !important;}
.f40 { font-size: 200% !important;}
.f42 { font-size: 210% !important;}
.f44 { font-size: 220% !important;}
.f45 { font-size: 225% !important;}
.f48 { font-size: 240% !important;}
.f50 { font-size: 250% !important;}
.f54 { font-size: 270% !important;}
.f58 { font-size: 290% !important;}
.f60 { font-size: 300% !important;}
.f64 { font-size: 320% !important;}
.f68 { font-size: 340% !important;}
.f70 { font-size: 350% !important;}
.f72 { font-size: 360% !important;}

/* text-align */
.txt_l { text-align: left !important;padding-bottom: 5%;}
.txt_c { text-align: center;}
.txt_r { text-align: right;}

.image_fl {
	float: left;
	width: 250px;
	margin-left: 5%;
}


/*--------------------------------------
背景用*/
.bg_blue {
	background: url("../../../../the-millionaire.net/privacy/images/bg_blue.html")repeat-x center top/100% auto;
}
.bg_red {
	padding: 10% 0;
	background:url("../../../../the-millionaire.net/privacy/images/bg_blue.html")repeat-x center top/100% auto;
	overflow: hidden;
	border-top:solid 10px #7BB158;
	border-bottom:solid 10px #7BB158;
}
.bg_red2 {
	background-color: #cf0000;
}

.sakurabg{
	background:url("../../../../the-millionaire.net/privacy/images/sakura2.html")no-repeat center top/100% auto,url("../../../../the-millionaire.net/privacy/images/sakura3.html")no-repeat center bottom/100% auto;
	background-color: #01A79B;
	overflow: hidden;
	border-top:solid 10px #7BB158;
	border-bottom:solid 10px #7BB158;
	color:white;
}



/*--------------------------------------
ヘッダー用*/
header {
	box-sizing: border-box;
	border-bottom:solid 10px #7BB158;
	background:url("../../../../the-millionaire.net/privacy/images/sakura2.html")no-repeat center top/100% auto,url("../../../../the-millionaire.net/privacy/images/kane.html")no-repeat center bottom/100% auto;
	background-color: #01A79B;
	overflow: hidden;
}
.head {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 10% 0;
}
h1 {
	padding-bottom: 5%;
	text-align: center;
}
.bag {
	padding-bottom: 8%;
}
.btn:hover,.SwingBtn:hover {
	opacity: 0.7;
}

.btn{
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	width: 600px;
	height: 200px;
}

.btna{
	position: absolute;
	width: 600px;
	top:50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -97px;
	z-index: 1;
}

.btnwave{
	position: absolute;
	display: block;
	top:50%;
	left: 50%;
	width: 600px;
	height: 140px;
	margin-left: -300px;
	margin-top: -44px;
	border-radius: 10px;
	background-color: white;
	animation: pulsate 2s ease-out;  /* スピードなど */
	animation-iteration-count: infinite;
}

@keyframes pulsate {
0%   { transform: scale(1, 1); }
50%  { opacity: 0.5; }
100% { transform: scale(1.1, 1.2); opacity: 0.0;
	}
}

.swingbtnwraper{
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	padding: 80px 0;
	background:url("../../../../the-millionaire.net/privacy/images/sakura2.html")no-repeat center top/100% auto,url("../../../../the-millionaire.net/privacy/images/kane.html")no-repeat center bottom/100% auto;
	background-color: #01A79B;
	overflow: hidden;
	border-top:solid 10px #7BB158;
	border-bottom:solid 10px #7BB158;
	color:white;
}

/*--------------------------------------
本文用*/


.movie{
	margin: 50px 0;
}

.txtwrapper {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 5% 0;
}
h2 {
	padding-bottom: 8%;
	text-align: center;
}
.image {
	padding-bottom: 8%;
	text-align: center;
}
.image:last-child {
	padding-bottom: 0;
}
.txt {
	padding-bottom: 5%;
	text-align: center;
}

.formtxt{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color:white;
	font-size: 2rem
}

.box_g {
	padding: 5%;
	margin-bottom: 5%;
	border:10px solid #eee;
}
.box_g .txt:last-child {
	padding-bottom: 0;
}
h3 {
	padding: 5% 0;
	text-align: center;
	background-color: #172131;
}
h3.bg_blue2 {
	background: url("../../../../the-millionaire.net/privacy/images/bg_blue2.html")repeat-x center top/auto 100%;
}
h3.border {
	border-top:10px solid #c7b039;
	border-bottom:10px solid #c7b039;
}
.left .txt {
	text-align: left;
}
.step_in {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.loman {
	text-align: center;
}
.pink {
	padding: 5% 0;
	margin-bottom: 5%;
	text-align: center;
	background: url("../../../../the-millionaire.net/privacy/images/bg_pink.html")repeat-x center top/auto 100%;
}
.pink .image {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.pay {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border:5px solid #fff;
	background-color: #fff;
}
.pay dt {
	padding: 5% 0;
	text-align: center;
	background-color: #17191c;
}
.pay dd {
	padding: 5%;
}
.pay dd .bd{
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: 2px dotted #000;
}
.pay .image {
	padding-bottom: 3%;
}
.w_50 {
	width: 50%;
	margin: 0 auto;
}
.yaji {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.formborder{
	display: block;
	margin: 0 auto;
	width: 50%;
	height: 2px;
	background-color: white;
	margin-bottom: 50px;
}


.nayami{
	box-sizing: border-box;
	display: block;
	width: 100%;	
}

.nayami li{
	box-sizing: border-box;
	display: block;
	font-size: 1.4rem;
	border:dotted 2px blue;
	margin-bottom: 20px;
	text-align: center;
	color:blue;
	font-weight: bold;
	padding: 10px;
}

.siberimg{
	display: block;
	width: 100%;
	background:url("../../../../the-millionaire.net/privacy/images/sbg.html")no-repeat center top/100% auto;
	max-height: 600px;
}
/*--------------------------------------
フッター用*/
footer {
	text-align: center;
	font-size: 60%;
	padding:0.5% 0;
	color: #949494;
	line-height: 1.5;
	background-color: #000;
}

/*----------------------------------------
メニュー配置*/

#menu {
	position: fixed;
	width: 170px;
	bottom:55px;
	right: 1%;
	z-index: 2000;
}
#menu img:hover {
	opacity: 0.7;
}
#menu img {
	max-width: 100%;
	height: auto;
}
#menu .sub_btn {
	padding: 0;
	background-color: transparent;
	border:none;
	margin-bottom: 0;
}

/*------------------------------------------
フォーム*/


.flexcontainer1{
	display: table;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	color: white;
}

.flexcontainer1:nth-child(5){
	margin-bottom: 60px;
}

.flexcontainer1 div{
	box-sizing: border-box;
	display: table-cell;
	border: solid 1px white; 
}


.flexcontainer1 div:nth-child(1){
	width: 30%;
	border-right: none;
}

.flexcontainer1 div:nth-child(2){
	width: 70%;
	background: rgba(176,176,176,.5);
}


.flexcontainer1 label{
	display: inline-block;
	padding-left: 5px;
	color:#;
}

.flexcontainer1 p {
	display: inline-block;
	font-size: 8px;
	background-color: red;
	padding: 0 5px;
	margin-left: 3px;
	border-radius: 3px;
}

.flexcontainer1 input{
	display: inline;
	font-size: 15px;
	padding: 10px;
	margin: 20px;
	border-radius: 5px;
	width: 11em;
}


.formtable{
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	color: white;
	margin-top: 50px;
	text-align: center;
	border-collapse:  collapse;
}

.formtable th,.formtable td{
	box-sizing: border-box;
	border: solid 1px white;	
}

.formtable th{
	background: rgba(176,176,176,.5);
	padding: 10px 0
}

.formtable td{
	padding: 15px 0;
}


.radio{
	position: relative;
	display: block;
	margin: 0 auto;
	border:solid 1px white;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	transition: 0.2s;
	background-color: none;
}

.radio::before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  	content: "\f00c";
	font-weight: 900;
    padding-left: 3px;
	padding-top: 3px;
    color: #909090;/*アイコンの色*/
	background-color: none;
}

.radio:checked:before{
	margin-left: -7px;
	margin-top: -7px;
	font-size: 1.8rem;
	color:#ffbc22;
	background-color: none;
}




.btnwroper{
	margin: 50px 0;
	width: 100%;
	height: 80px;
}

.submit{
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 90%;
	font-size: 2rem;
	font-weight: bold;
	background-color: #ffbc22;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: solid 5px  #8F7A2C;
	transition: 0.2s;
}

.submit:hover{
	opacity: 0.8;
}

.submit:active{
	transform: translateY(5px);
	border-bottom: solid 0px #8F7A2C;	
	background-color: #ffbc22;
}

.qr{
	display: block;
	width: 100%;
	text-align: center;
	}

.line{
	display: block;
	width: 100%;
	text-align: center;
}

.modori_a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}



/********プライバシーポリシー********/

.Pwruper{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	display: block;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;
	width: 80%;
	max-width: 1500px;
	box-sizing: border-box;
	border:solid 5px  #B0C8C5;
	border-radius: 10px;
	background-image:url("../images/bg_body_sp.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4em;
	font-size: 1em;	
	text-align: left;
}

.PPh2{
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2em;
}

.PPh3{
	font-weight: bold;
	font-size: 1.4em;
}




@media screen and (min-width:1240px) {
	#menu {
		position: fixed;
		width: 170px;
		bottom: 55px;
		left: 50%;
		z-index: 2000;
		margin-left: 460px;
	}
	
}

/*--------------------------------------
レスポンシブ*/

@media screen and (min-width: 800px){
	.sp{display:none;}
	br.sp {display: none;}
	
	
	.flexcontainer1 input{
	display: inline;
	font-size: 15px;
	padding: 10px;
	margin: 30px;
	border-radius: 5px;
	width: 30em;
}
	
	.submit{
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 90%;
	font-size: 2rem;
	font-weight: bold;
	background-color: #ffbc22;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 30px 0;
	cursor: pointer;
	border-bottom: solid 5px  #8F7A2C;
	transition: 0.2s;
}
	
}
@media print, screen and (max-width: 800px) {
	body {
		font-size: 120%;
		line-height: 1.6;
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
	#menu2{
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1111111;
	}
	#menu2 img {
		width: 100%;
	}
	.head {
		width: 90%;
		margin: 0 auto;
	}
	.txtwrapper {
		width: 90%;
		margin: 0 auto;
		padding: 8% 0;
	}
	h3,.pink {
		padding: 5%;
	}
	.pay dt {
		padding: 8% 10%;
	}
	.pay dd {
		padding: 8% 5% 5%;
	}
	footer {
		padding: 5% 0 25%;
		font-size: 70%;
	}
	
	.flexcontainer1 input{
	display: inline;
	font-size: 15px;
	padding: 10px;
	margin: 20px;
	border-radius: 5px;
	width: 11em;
}
	
.submit{
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 90%;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #ffbc22;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: solid 5px  #8F7A2C;
	transition: 0.2s;
}	
	
.btn{
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	width: 300px;
	height: 100px;
}

.btna{
	position: absolute;
	width: 300px;
	top:50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -48px;
	
}

.btnwave{
	position: absolute;
	display: block;
	top:50%;
	left: 50%;
	width: 300px;
	height: 70px;
	margin-left: -150px;
	margin-top: -22px;
	border-radius: 4px;
	background-color: white;
	animation: pulsate 2s ease-out;  /* スピードなど */
	animation-iteration-count: infinite;
}
	
.Pwruper{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 95%;
	max-width: 1500px;
	box-sizing: border-box;
	border:solid 3px  #B0C8C5;
	border-radius: 10px;
	padding: 1em;
	font-size: 1em;	
	text-align: left;
	background-image:url("../images/bg_body_sp.jpg");
	background-size: cover;
	background-position:70%;
	background-repeat: no-repeat;
}
	
.PPh2{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.PPh3{
	font-weight: bold;
	font-size: 1.1em;
}

p{
	font-size: 0.8em;
		
	}

}


@media print, screen and (max-width: 800px) and (min-width: 700px) {
	body {
		font-size: 130%;
	}
	br {
		display: block;
		content: none;
	}
	
		.flexcontainer1 input{
	display: inline;
	font-size: 15px;
	padding: 10px;
	margin: 30px;
	border-radius: 5px;
	width: 27em;
}
	
	.submit{
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 90%;
	font-size: 2rem;
	font-weight: bold;
	background-color: #ffbc22;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 30px 0;
	cursor: pointer;
	border-bottom: solid 5px  #8F7A2C;
	transition: 0.2s;
}
	
	
	
}
