@charset "utf-8";

body {
	background: url(../img/bg-g1.png) repeat-y center top;
}

.page-title1 {
	margin: 45px auto 77px;
	text-align: center;
}

.block-title {
	position: relative;
}
.block-title .ico-scroll1 {
	bottom: 37px;
	right: 10px;
	position: absolute;
}

.block-mypage {
	/*background: #BB4378;*/
	background: #e7446f;
	padding: 57px 0 90px;
	position: relative;
	text-align: center;
}
.block-mypage .btn-mypage {
	-webkit-appearance: none;
	background: #ED7DAE;
	background-size: 288px 21px;
	border: none;
	border-radius: 0;
	color: #FFF;
	display: block;
	font-size: 21px;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	margin: 30px auto 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
/*	text-indent: -9999px;*/
	transition: all 0.3s ease 0s;
	width: 340px;
}
.block-mypage .btn-mypage:hover {
	background-color: #FFF;
	/*color: #BB4378;*/
	color: #e7446f;
}

.block-signin {
	/*background: #BB4378;*/
	background: #e7446f;
	padding: 57px 0 110px;
	position: relative;
}
.block-signin:before {
	background: url(../img/bg1.png) no-repeat center top;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -26px;
	width: 100%;
}
.block-signin .inner {
	display: table;
}
.block-signin .box {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.block-signin h2 {
	font-size: 23.59px;
	font-weight: normal;
	line-height: 35px;
	margin: 6px 0 22px;
	text-align: center;
}
.block-signin h2 span {
	display: inline-block;
	padding-left: 47px;
}
.block-signin .box-customer h2 span {
	background: url(/assets/home/img/ico1.png) no-repeat left center;
}
.block-signin .box-beginner h2 span {
	background: url(/assets/home/img/ico2.png) no-repeat left center;
}
.block-signin .box-customer {
	text-align: right;
}
.block-signin .box-customer .line-r {
	border-right: 2px solid #FFF;
}
.block-signin .box-customer label {
	display: block;
	font-size: 16px;
	line-height: 1.1;
	margin: 22px 0 0 0;
}
.block-signin .box-customer input[type=text],
.block-signin .box-customer input[type=email],
.block-signin .box-customer input[type=password] {
	-webkit-appearance: none;
	background: #FFF;
	/*border: 1px solid #BB4378;*/
	border: 1px solid #e7446f;
	border-radius: 0;
	/*color: #BB4378;*/
	color: #e7446f;
	height: 29px;
	margin: 0 60px 0 20px;
	padding: 5px;
	width: 242px;
}
.block-signin .box-customer input[type=text]:hover,
.block-signin .box-customer input[type=email]:hover,
.block-signin .box-customer input[type=password]:hover,
.block-signin .box-customer input[type=text]:focus,
.block-signin .box-customer input[type=email]:focus,
.block-signin .box-customer input[type=password]:focus {
	background: #FFE6E7;
	border: 1px solid #ED7DAE;
}
.block-signin .box-customer a {
	display: block;
	font-size: 13px;
	line-height: 1.1;
	margin: 17px 60px 35px 0;
}
.block-signin .btn-login1 {
	-webkit-appearance: none;
	background: #ED7DAE url(/assets/common/img/btn-txt-login1.png) no-repeat center center;
	background-size: 68px 18px;
	border: none;
	border-radius: 0;
	color: #FFF;
	display: block;
	float: right;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin: 0 60px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	transition: all 0.3s ease 0s;
	width: 242px;
}
.block-signin .btn-login1:hover {
	background-color: #FFF;
	background-image: url(/assets/common/img/btn-txt-login1on.png);
	/*color: #BB4378;*/
	color: #e7446f;
}
.block-signin .btn-nagi1 {
	-webkit-appearance: none;
	background: #FFF url(/assets/common/img/btn-txt-about1.png) no-repeat center center;
	background-size: 288px 21px;
	border: none;
	border-radius: 0;
	color: #ED7DAE;
	display: block;
	font-size: 19px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	transition: all 0.3s ease 0s;
	width: 340px;
}
.block-signin .btn-nagi1:hover {
	background-color: #ED7DAE;
	background-image: url(/assets/common/img/btn-txt-about1on.png);
	color: #FFF;
}
.block-signin .btn-regist1 {
	-webkit-appearance: none;
	background: #3F1E76 url(/assets/common/img/btn-txt-regist1.png) no-repeat center center;
	background-size: 224px 22px;
	border: none;
	border-radius: 0;
	color: #FFF;
	display: block;
	font-size: 23px;
	height: 106px;
	line-height: 106px;
	/*margin: 0 auto;*/
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	transition: all 0.3s ease 0s;
	width: 340px;
}
.block-signin .btn-regist1:hover {
	background-color: #FFF;
	background-image: url(/assets/common/img/btn-txt-regist1on.png);
	color: #3F1E76;
}

/*2016/10追加* ここから*/
.block-signin .btn-techo1 {
	-webkit-appearance: none;
	background: #bb4378 url(/assets/common/img/btn-txt-techo2022.png) no-repeat center center;

	background-size: 274px 30px;
	border: none;
	border-radius: 0;
	color: #bb4378;
	display: block;
	font-size: 19px;
	height: 100px;
	line-height: 106px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	transition: all 0.3s ease 0s;
	width: 340px;
}
.block-signin .btn-techo1:hover {
	background-color: #fff;
	background-image: url(/assets/common/img/btn-txt-techo2022on.png);
	color: #FFF;
}

/*2016/10追加* ここまで*/

.block-topics {
	/*background: #BB4378;*/
	background: #e7446f;
}
.block-topics h2 {
	font-size: 31px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "平成明朝", serif;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.block-topics ul {
	list-style: none;
}
.block-topics li {
	background: rgba(247,248,248,0.24);
	border-top: dashed 2px #FFF;
}
.block-topics li:last-child {
	border-bottom: dashed 2px #FFF;
}
.block-topics li a {
	display: block;
	line-height: 1.2;
	padding: 40px 48px;
	position: relative;
	transition: all 0.3s ease 0s;
}
.block-topics li a:hover {
	/*background: #BB4378;*/
	background: #e7446f;
}
.block-topics li a:after {
	border-style: solid;
	border-width: 11.5px 0 11.5px 12px;
	border-color: transparent transparent transparent #ffffff;
	content: "";
	display: block;
	height: 0;
	margin-top: -12px;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 0;
}
.block-topics li a span {
	display: inline-block;
	vertical-align: top;
}
.block-topics li .date {
	padding: 0 0 0 115px;
	width: 294px;
}
.block-topics li .date.new {
	background: url(../../common/img/ico-new1.png) no-repeat left center;
}







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


body {
	background: -moz-linear-gradient(left,  #F8CCDF 0%, #EE85B3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F8CCDF), color-stop(100%,#EE85B3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #F8CCDF 0%,#EE85B3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #F8CCDF 0%,#EE85B3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #F8CCDF 0%,#EE85B3 100%); /* IE10+ */
	background: linear-gradient(to right,  #F8CCDF 0%,#EE85B3 100%); /* W3C */
}

.page-title1 {
	margin-bottom: 50px;
}

.block-title .ico-scroll1 {
	bottom: 10px;
}

.block-signin {
	padding: 30px 0 80px;
	position: relative;
}
.block-signin:before {
	display: none;
}
.block-signin .inner {
	display: block;
}
.block-signin .box {
	display: block;
	width: 100%;
}
.block-signin .box-customer {
	text-align: center;
}
.block-signin .box-customer .line-r {
	border-right: none;
}
.block-signin .box-customer input[type="text"],
.block-signin .box-customer input[type="password"] {
	display: block;
	margin: 5px auto 0;
	width: 300px;
}
.block-signin .box-customer a {
	margin: 17px auto 25px;
}
.block-signin .btn-login1 {
	float: none;
	margin: 0 auto;
	width: 300px;
}
.block-signin .box-beginner {
	border-top: 2px solid #FFF;
	margin-top: 30px;
	padding-top: 25px;
}

/* 2016/10修正 */
.block-signin .btn-nagi1,
.block-signin .btn-regist1,
.block-signin .btn-techo1  {
	width: 300px;
}

.block-topics li a {
	padding: 15px 25px 15px 15px;
}
.block-topics li a:after {
	right: 10px;
}
.block-topics li a span {
	display: block;
	padding: 3px 0;
}
.block-topics li .date.new {
	background-size: 40px 12px;
	padding-left: 50px;
}


}
