@charset "utf-8";


/* -----------------------------------------------------------------
   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;
    color:#000;
    font-size:13px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height:1.6;
}

p{
	text-align: left;
}

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;
}

.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;
}

.formmain{
	padding: 0 24px;
}

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

.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;
	cursor: pointer;
}

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

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

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

header{
	border-top:4px solid #004090;
}
header .wrap{
	padding:19px 0;
	width:1000px;
}
header .logo{
	width:238px;
	height:auto;
}
.wrap{
	width:800px;
	margin:0px auto;
}
.formnotewrap{
	width:800px;
	margin:0px auto;
}
.headernotewrap{
 	width: 400px;
	height: 280px;
	align-items: center;
	margin:0px auto;
}

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

#responsiveType{
	display: none;
}

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

.formTable th, .formTable td {
	border-top:1px solid #999;   /* table罫線色 */
	border-bottom:1px solid #999;   /* table罫線色 */
    padding: 12px 8px;
	text-align: left;
	word-break: break-all;
}

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

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

.hidden {
	display: none;
}

.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: 6px;
	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: 100%;
}

select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	cursor: pointer;
	background: #F7F7F7 url(./img/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;
}

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

.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;
    text-align: center;
}

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

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

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

.agreeBox{
	text-align: center;
}

/* -----------------------------------------------------------------
   フッター
----------------------------------------------------------------- */
.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;
}

/* -----------------------------------------------------------------
   MV
----------------------------------------------------------------- */
.main-bg{
	background:url("./img/shadow-header.png"),url("./img/circle_bg.png");
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
	padding: 50px 0;

}

.pageTitle{
    font-size: 20px;
    color: #fff;
    margin: auto;
    background: #004090;
    padding: 20px 0;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
	margin-bottom: 40px;
}

.lead-entry{
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 1.8em;
}

.lead-entry .itemlink{
		padding-top:0.5em;
		display: block;
}

.main{
	border-radius: 20px;
	background:#fff;
	display:flex;
	justify-content: space-between;
	border:1px solid #93b0d4;
	padding:26px 34px;
	box-sizing:border-box;

}

.img-entry img{
	max-height:244px;
	width:auto;
}

.member-main{
	border-radius: 20px;
	background:#fff;
	display:flex;
	justify-content: space-between;
	border:1px solid #93b0d4;
	padding:26px 17px;
	box-sizing:border-box;
}
