@charset "utf-8";

/*----------------------------------------------------
PCスタイル
----------------------------------------------------*/
@media screen and (min-width: 768px) {

body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #00020c;
  -webkit-text-size-adjust: 100%;
}

h2{
  font-size: 20px;
  margin-bottom: 50px;
  text-align: left;
}

/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */

html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {margin: 0;padding: 0;box-sizing: border-box;}
img{border: 0;vertical-align:bottom;}
li {list-style-type: none;}
em,strong{font-style:normal;}
table{border-collapse:collapse;	}


/* -----------------------------------------------------------------
   共通
----------------------------------------------------------------- */

a:link{
	color:#1B4F98;/* リンク文字色 */
}
a:visited{
	color:#1B4F98;
}
a:active{
	color:#1B4F98;
}
a:hover{
	color: #1B4F98;/* リンク文字色（hover時） */
}

body{
	margin:0;
	padding:0;
    background-color:#fff;/* body背景色 */
    background-image:url('');       /* body背景画像 */
    background-repeat:repeat;   /* body背景画像繰り返し */
    background-position:left top; /* body背景画像ポジション */
    color:#333;     /* body文字色 */
	text-align:center;
    font-size:14px; /* body文字サイズ */
    font-family:"Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    line-height:1.5;
}

.headImg {
	width: 100%;
	margin-top: 72px;
}

p{
	text-align: left;
	margin-bottom: 20px;
}

label{
	cursor:pointer;
}

input,textarea,select{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

::placeholder {
  color: #c8d6e5;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #c8d6e5;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #c8d6e5;
}

/*もとのボタンスタイル
.btn,.btn:link,.btn:visited,.btn:active,.btn:hover{
	background: #333;
	color: #fff;
	text-decoration:  none;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 6px 12px;
}

.btn:hover{
	opacity: 0.8;
}
*/
img.steps{
	width: 58%;
	display: block;
	margin: 80px auto 20px;
}


/*ショップボタン*/
.shop-btn,.shop-btn:link,.shop-btn:visited,.shop-btn:active,.shop-btn:hover{
	background: #333;
	color: #fff;
	text-decoration:  none;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 6px 12px;
}

.shop-btn:hover{
	opacity: 0.8;
}


/*送信ボタンカスタマイズ*/

.btn-control{
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 200px;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0;
    display: block;
}

.btn--blk {
    background-color: #00020c;
    color: #fff;
}
.btn--blk a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.btn {
    width: 80%;
    margin: 25px 0 60px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    background-color: #00020c;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    letter-spacing: 1px;
		border-radius: 10px;
}

.btn:hover{
	opacity: 0.8;
}

input {
	border: none;
	outline: none;
}

.wrap{
	width:900px;/* コンテンツの幅 */
	margin:0px auto;
}

.main{
	padding: 0 24px;
}

.section{
	margin-bottom: 64px;
	position: relative;
	overflow: hidden;
}

.shopBtnWrap{
	position: absolute;
	right: 0;
	top: 24px;
}

.shop-btn,.shop-btn:link,.shop-btn:visited,.shop-btn:active,.shop-btn:hover{
	background: #ddd;
	color: #777;
	font-size: 14px;
}

.headImg{
    width: 100%;
    margin-top: 72px;
}

.headImg img{
    max-width: 100%;
}

.pageTitle{
    text-align: left;
	font-size:16px;    /* タイトルのフォントサイズ */
	color:#333;        /* タイトルの文字色 */
	margin: 48px auto;
}

/* -----------------------------------------------------------------
   会員情報登録
----------------------------------------------------------------- */

#responsiveType{
	display: none;
}

.formTable{
	width: 100%;
	margin: 16px auto 0;
}

.formTable th, .formTable td {
	border:1px solid #999;   /* table罫線色 */
    padding: 20px 10px;
	text-align: center;
	word-break: break-all;
}

.formTable th{
	background:#ededed;   /* テーブルの背景色（タイトル） */
	font-size:13px;  /* テーブルのフォントサイズ（タイトル） */
	color:#333;      /* テーブルの文字色（タイトル） */
	width: 210px;
}

.formTable td{
	background:#fff;   /* テーブルの背景色（項目） */
	font-size:13px;  /* テーブルのフォントサイズ（項目） */
	color:#333;      /* テーブルの文字色（項目） */
}

.required{
	display: inline-block;
	background:#cc0000;   /* 必須項目背景色 */
	font-weight: normal;
    color: #fff;     /* 必須項目文字色 */
	padding: 3px 5px;
	font-size: 11px;
	float: right;
}

.notes{
	font-size: 13px;
	color: #777;      /* 入力例文字色 */
	display: block;
	margin-top: 8px;
}

.labelBtn{
	width: 25%;
	display: inline-block;
}

.labelBtn input[type="radio"]{
	margin-right: 4px;
}

input[type="text"],input[type="password"],select{
	padding: 10px;
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	font-size: inherit;
}

input[type="text"],input[type="password"]{
	background: #F7F7F7;
	width: 100%;
}

input[type="text"]:focus,input[type="password"]:focus,select:focus{
	background-color: #fff;
}

input[name$="id"]{
	width: 10em;
}

input[name="recommand_id"]{
	width: 65%;
}

input.inputS{
	width: 5em;
	margin-right: 4px;
}

input[type="text"][name^="email"],
input[type="text"][name*="address"]{
	width: 96%;
}

select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	cursor: pointer;
	background: #F7F7F7 url("../images/down-arrow.png") no-repeat right 12px top 48%;
	background-size: 11px 7px;
	padding-right: 30px;
	border: 1px solid #c8c8c8;
}

select::-ms-expand {
  display: none;
}

select option{
	background: #fff;
}

ul {
	margin-bottom: 20px;
}
ul li{
	text-align: left;
}

label, input[type='checkbox'] {
    cursor: pointer;
}

/* -----------------------------------------------------------------
   ポリシー
----------------------------------------------------------------- */

.policyTitle {
	font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.privacyPolicyWrap + .policyTitle{
	margin-top: 24px;
}

iframe.privacyPolicy{
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	height: 140px;
	overflow: auto;
}

.agreeCheck{
    margin-right: 6px;
    vertical-align: middle;
}

.btnWrap {
    margin-top: 64px;
}

.btn.disabled{
	background: #ddd;
	pointer-events: none;
}

.check-btn{
	font-size: 14px;
}

#send_btn{
	font-size: 17px;
	padding: 12px 32px;
}

/* -----------------------------------------------------------------
   フッター
----------------------------------------------------------------- */
.footer{
	margin-top:120px;
	width: 100%;
	border-top: 1px dashed #ccc;
	padding: 32px 0;
}

.copyright{
	text-align: center;
	font-size: 12px;
	margin-bottom: 32px;
}

.seal{
	margin:0 auto;
	text-align: center;
}

.sealimg{
	display: inline-block;
	width: 115px;
}

.sealimg img{
	max-width: 100%;
}

.sealtxt{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align:left;
	font-size:11px;
	padding-left:10px;
	color:#666;
}

}/* PC用のスタイル記述終了 */

/*----------------------------------------------------
スマートフォンスタイル
----------------------------------------------------*/
@media screen and (max-width:768px){
	body {
		font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
		font-size: 14px;
		line-height: 1.5;
		color: #00020c;
		-webkit-text-size-adjust: 100%;
	}
	
	input, textarea, select{
		-webkit-appearance:  none;
		-moz-appearance:  none;
		appearance:  none;
		padding: 12px !important;
		font-size: 15px;
		box-sizing: border-box;
		border: 1px solid #d2d2d2;
		box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
	}
	
	input[type="text"],select{
		width: 100%;	
	}
	
	input[type="checkbox"],input[type="radio"]{
		vertical-align: middle;
		position: relative;
		background: #fff;
	}
	
	input[type="checkbox"]:checked:after {
		position: absolute;
		top: 5px;
		left: 5.5px;
		content: "";
		width: 14px;
		height: 14px;
		background: #54B3DE;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
	input[type="radio"]{
		box-sizing: border-box;
		border-radius: 50%;
		margin-right: 4px;
		background: #fff !important;
		width: 25px;
    	height: 25px;
	}
	
	input[type="radio"]:checked:after {
		display: block;
		position: absolute;
		top: 5.5px;
		left: 6px;
		content: "";
		width: 13px;
		height: 13px;
		background: #54B3DE;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	
	label.labelBtn{
		width: 45%;
		display: inline-block;
	}
	
	.wrap{
		width: 100%;
	}
	
	.main{
		padding: 0 16px;
	}
	
	.section {
		margin-bottom: 0;
	}
	
	.formTable{
		margin: 48px 0;
	}


	.formTable td,.formTable th{
		border: none;	
		width: 100%;	
		display: block;
		box-sizing: border-box;
	}
	
	.formTable td{
		padding: 16px 0;	
	}

	.formTable th {
    background: rgb(237, 237, 237);
    font-size: 13px;
    color: rgb(51, 51, 51);
    padding: 12px 8px;
    text-align: center;
    word-break: break-all;
	}
	
	input[name="oaddress"],input[type="text"][name^="email"], input[type="text"][name*="address"] {
		width:100% ;	
	}
	
	input[name^=hphone],input[name^=ophone],input[name^=etcphone],input[name^=fax],input[name^=opost],input.inputS[type="text"]{
		width: 5em;	
		margin-right: 4px;
	}
	
	input[name$="id"]{
		width: 65%;
	}
	
    input[name="recommand_id"]{
        width: 100%;
    }

	.footer{
		padding: 16px 0;	
	}
	
	.copyright{
		margin-bottom: 16px;	
	}

	.shop-btn, .shop-btn:link, .shop-btn:visited, .shop-btn:active, .shop-btn:hover{
		font-size: 12px;
	}
	
	.privacyPolicyWrap{
		height: 10em;
		overflow: auto;
		border: 1px solid #ccc;
		margin-bottom: 8px;
		-webkit-overflow-scrolling: touch;
	}
	
	iframe.privacyPolicy{
		width: 100%;
		height: 100%;
		border: none;
		margin-bottom: 0;
		overflow: auto;
	}

/*ショップボタン*/
.shop-btn,.shop-btn:link,.shop-btn:visited,.shop-btn:active,.shop-btn:hover{
	background: #ddd;
	color: #777;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 6px 12px;
	position: absolute;
	right: 24px;
	top: 14px;
}

/*送信ボタン*/

.btn-control{
	font-size: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: 0 0;
	display: block;
}

.btn--blk{
	background-color: #00020c;
	color: #fff;
}
.btn--blk a{
color: #fff;
text-decoration: none;
display: block;
}
.btn{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 25px 0 60px 0;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	background-color: #00020c;
	color: #fff;
	text-align: center;
	padding: 15px 20px;
	letter-spacing: 1px;
}

h1.pageTitle{
	text-align: left;
	font-size: 16px;
	color: #333;
	margin: 48px auto;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}

	#responsiveType{
        display: block;
    }

		img.steps{
			width: 100%;
			display: block;
			margin: 80px auto 20px;
		}
		


} /* スマートフォン用のスタイル記述終了 */
	