@charset "UTF-8";
/*
=======================================================
# 固定ページ共通
=======================================================
*/
.main-copy{
	text-align: center;
	font-size: 3.0rem;
	font-weight:bold;
	line-height: 1.4;
	color: rgba(0, 51, 153,1.0);
}
.sub-copy{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
}
p.main-copy {
	margin-bottom: 20px;
}

h1.page-title.title_no-style {
text-align: center;           /* デフォルトCSS打ち消し */
font-size: 2.8rem;           /* 文字サイズ指定 */
padding-bottom:  5px;       /* 余白指定 */
margin-bottom: 48px;        /* 周りの余白指定 */
font-weight:bold;     /* 文字の太さ調整 */
color:rgba(0, 51, 153,1.0);
}

@media screen and (min-width: 768px){
.main-copy{
	font-size: 4.0rem;
	line-height: 1.6;
}
.sub-copy{
	font-size: 1.8rem;
}
}

.woocommerce.columns-4 {
  display: none;
}

/* アクセス制限メッセージ */

.center-box .login-info {
		margin: 80px auto 160px;
}

/*
=======================================================
# 新規登録
=======================================================
*/
/* 登録条件 */
.um-form-new h1 {
	padding-top: 48px;
	text-align: center;
	margin-bottom: 54px;
}
.um-form-new_left p {
	text-align: left;
	padding: 0;
	max-width: 460px;
	margin: 16px auto;
}
ol.cp-list {
    line-height: 1.6;
    padding: 16px 0 0 4px;
}
.um-form-new_left p.note {
	margin-left: 24px;
	text-indent: -22px;
}
.um-form-new_right {
	margin-top: 40px;
}
.um-form-new_right p {
	text-align: center;
	margin-bottom: 60px !important;
}
.um-form-new .link-btn {
  margin: 16px auto 40px;
}
.confirmation .simple_square_btn2 {
    display: block;
    position: relative;
    width: 160px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #000000;
    background: #fff;
    border: 1px solid #000000;
    margin: 0 auto;
}
.confirmation .simple_square_btn2:hover {
	 background: rgba(0,0,0,0.9);
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}

@media (min-width: 960px) {
  .um-form-new {
    overflow: hidden;
  }
  .um-form-new > div {
    float: left;
  }
  .um-form-new_left {
    max-width: 480px;
		border-right: 1px solid #000000;
    padding-right: 40px;
  }
  .um-form-new_right {
		max-width: 480px;
		padding-left: 24px;
		margin-top: 100px;
}
	}

@media (max-width:959px) {
	ol.cp-list {
		margin: 0 auto;
		width: 80%;
		max-width: 400px;
	}
}
/*
=======================================================
# ご利用条件 NG
=======================================================
*/
#post-20382 .center-box {
	max-width: 580px;
}

