@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

body {
font-family: 'メイリオ', Meiryo, Verdana, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
margin:0;
padding:0;
font-size:14px;
/*background-image:url(./img/Background.jpg);*/
	background-color:#FFF0F4;
}

a:link {color:#3b5998;text-decoration:underline;}
a:visited {color:#3b5998;text-decoration: underline;}
a:hover {color:#206CFF;text-decoration:none;}
a img {border-style:none;}

.clr{clear:both;}

p {
font-size:16px;
line-height:180%;
letter-spacing:1px;

}
/*
label{
	display:block;
}
*/
#cd{
margin:0;
padding:5px 0 5px 0;
text-align:center;
}

#container{
width:900px;
background-color:#fff;
/*box-shadow:0px 0px 10px #594a42;*/
box-sizing: border-box;
	background-color: #ffffff;
	border:1px solid #996674;
	margin: 1em auto;
}

h2{}
h3{}
h4{}

.style_01{
text-align:center;
margin:30px 0 30px 0;
padding:13px 0 5px 0;
background-color:#b29c66;
font-size:24px;
letter-spacing:1px;
line-height:180%;
color:#FFFFFF;
}

.style_02{
text-align:center;
margin:45px 0 30px 0;
padding:12px 0 7px 0;
border-top:dotted 1px #111111;
border-bottom:dotted 1px #111111;
font-size:18px;
font-weight:normal;
letter-spacing:1px;
line-height:180%;
}

.center{
 text-align:center;
}

.hide{
	display:none;
}

::placeholder{
  color:#BBB;
}

/*---------- コンテンツ ----------*/

.contents{
margin:0 0 20px 0;
padding:30px 40px 30px;
}

.inner{
width:760px;
margin:0 auto;
}

.bankinfo{
width:500px;margin:20px auto;
}

.bigoinfo{
width:400px; border:3px solid #CCC; background:#F6F6F6; padding:15px; margin:15px auto 0px;
}

.price{
font-size:60px;
}

.bonus{
	background: #eee;
	width: 100%;
	padding:0.5em;
	margin-bottom:0.7em;
box-sizing: border-box;
}

a:hover img {
 opacity: 0.6;
}


.toggle{
  display: none;
}

#header {
	display:inline-block;
	width:100%;
	padding:9px 36px 27px;
	text-align:center;
	border-top:5px solid #996674;
	background-color:#CC99A7;
	box-sizing: border-box;
	margin-bottom:30px;
}

/*---------- 文字装飾 ----------*/

.bold{font-weight:bold;}
.bold24{font-size:36px;font-weight:bold;line-height:180%;}
.ul{text-decoration:underline;}
.boldul{font-weight:bold;text-decoration:underline;}
.red, .aka {font-weight:bold;color:#CC0000;}
.redul {font-weight:bold;color:#CC0000;text-decoration:underline;}
.ym{background-color:#FFFF00;padding:1px;font-weight:bold;}
.caption{font-size:14px;color:#666666;font-weight:normal;line-height:180%;}


h1{
 text-align:center;
 font-size: 1.5em;
/* margin:0 auto 0.7em;*/
 margin:0 auto 1em;
 font-family:'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

h2{
    margin: 0 0 1.5em;
    padding: 0.4em;
    border-left: 7px solid #B92A2C;
    border-bottom: 1px dashed #B92A2C;
    font-size: 1.4em;
    font-weight: bold;
}

h3{
    position: relative;
    padding: 0.5em;
    margin: 0 0 1.5em;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    background: #fff;
    text-shadow: 1px 1px 0 #fff, 1px 1px 0 #999;
    border: #B92A2C solid 2px;
    background-image: -webkit-gradient(linear, left top, right bottom,
        from(           rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(255, 255, 255, 0.0)),
        to(             rgba(255, 255, 255, 0.0))
        );
    background-image: -webkit-linear-gradient(top -45deg,
        transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: -moz-linear-gradient(top -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: -o-linear-gradient(top -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: linear-gradient(to bottom -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-size:4px 4px;
}
 
h3:before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 24px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #B92A2C;
}
 
h3:after{
    content: " ";
    position: absolute;
    top: 100%;
    left: 28px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #F0F0F0;
    z-index:1;
}

.info p{
/*	padding:0 20px;*/
	padding:0;
/*	line-height:2em;*/
	line-height:1.5em;
	font-size:16px;
	margin-top:12px;
	margin-bottom:12px;
}
/*
.info form p{
	padding:0;
}
*/

/*---------- 文字位置 ----------*/

.center{text-align:center;}
.right{text-align:right;}

#footer{
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:200%;
text-align:center;
padding:20px;
color:#666666;
}
#footer a:link {color:#666666;text-decoration:underline;}
#footer a:visited {color:#666666;text-decoration: underline;}
#footer a:hover {color:#666666;text-decoration:none;}

#kiyakus{
	font-size:14px;
	width:766px;
	margin: 15px auto;
	padding: 20px;
	border: 1px solid #eee;
height:200px;
overflow: auto;
background-color: #fff;
}

/*--------------------------------------------------------
フォーム
--------------------------------------------------------*/
table#table_form {
	margin: 0 0 10px;
	width: 100%;
	font-size: 108%;
	table-layout: fixed;
	border: 1px solid #ccc;
border-collapse: collapse;
}

table#table_form th {
/*	width: 25%;*/
	width: 26%;
/*	padding: 8px 10px 5px;*/
	padding: 10px 12px 7px;
	border: 1px solid #996674;
	background: #FFF0F4; /* #eee; */
/*	text-align: left;*/
	text-align: center;
	vertical-align: middle;
	font-weight:normal;
}

table#table_form td {
/*	padding: 10px;*/
	padding: 12px;
	border: 1px solid #996674;
	background-color:#FFFFFF;
}

.inputText {
	width: 97%;
/*	padding: 3px;
	font-size: 130%;*/
}

.inputSelect {
	padding: 3px;
	font-size: 130%;
	max-width: 97%;
}

.inputText.inputTextShort {
	width: 45%;
}

.inputText.inputTextShortest {
	width: 27%;
}

textarea.inputText {
	width: 80%;
	height: 150px;
	padding: 3px;
}

.formBtn {
    padding: 15px 40px;
    font-size: 1.5em;
    background-color: #920A38;
    color: #fff;
    border-style: none;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	border-radius: 6px;
	box-shadow: 0 2px 2px #CCC;
	cursor: pointer;
}

.formBtn:hover {
    background-color: #CD0E51;
	cursor: pointer;
}

label{
	display: inline-block;
}

input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

br.nopc{
	display: none;
}

br.nosp{
	display: inline;
}

.hissu {
	background-color: orange;
	border-radius: 5px;
	padding: 4px 6px;
	color:#fff;
	float:right;
	margin-top:-4px;
}

/* user agent stylesheet キャンセル */
table#table_form td select {
/*	font-size:15.12px;*/
	font-size: 130%;
}
table#table_form td input {
/*	font-size:15.12px;*/
	font-size: 130%;
}
table#table_form td input[type='file'] {
	font-size: 115%;
}
table#table_form td label {
	font-size: 130%;
}

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

	#container{
	width:100%;
	margin:0px auto 0 auto;
	background-color:#fff;
	box-shadow:0px 0px 10px #594a42;
	box-sizing: border-box;
	}
	
	.contents{
	margin:0 0 20px 0;
	padding:0px 20px 30px;
	}

	.inner{
	width:100%;
	margin:30px auto;
	}
	
.bankinfo{
	width:100%;
	margin:20px auto;
}

	#container img{
	width:100%;
	}

}

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

	#container{
	width:100%;
	margin:0px auto 0 auto;
	background-color:#fff;
	box-shadow:0px 0px 10px #594a42;
	box-sizing: border-box;
	}

	.contents{
	margin:0 0 20px 0;
	padding:0px 20px 30px;
	}

	.inner{
	width:100%;
	margin:30px auto;
	}
	
.bankinfo{
	width:100%;
	margin:20px auto;
}

.bigoinfo{
	width:100%;
	border:3px solid #CCC; background:#F6F6F6; padding:15px; margin:15px auto 0px;
	box-sizing: border-box;
}

	
	#container img{
	width:100%;
	}
	
	h1{
		font-size: 1.25em;
	}
	h2{
		font-size: 1.15em;
	}
	h3{
		font-size: 1.1em;
	}
	  table {
	    border-top: 1px solid #999;
	  }
	  table td {
	    display: block;
	    width: auto;
	  }
	  table th {
	    display: block;
	    border-top: none;
	    border-bottom: none;
	    width: 100%;
	  }
	  
	  table#table_form th{
	    width: auto;
	  }
	  
		table#table_form th:after {
		  clear: both;
		  content: '';
		  display: block;
		}
	
	br.nopc{
		display: inline;
	}

br.nosp{
	display: none;
}

	.formBtn {
	    padding: 15px auto;
	}
}
