@charset "Shift_JIS";

/*
--------------------------------------------------------------------------------
  contents
--------------------------------------------------------------------------------
*/
.contents {
	padding-bottom: 2px;
	width: 950px;
	background: url(../images/endline.gif) no-repeat bottom;
}

.section {
	padding-left: 29px;
	padding-bottom: 45px;
	width: 919px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

.section .title {
	margin-bottom: 30px;
}

.section .first {
	position: relative;
	z-index: 1;
	margin-top: -25px;
	width: 890px;
	border-bottom: 2px solid #8c1135;
}

.section p {
	margin-top: 0.8em;
}

.split {
	padding-top: 40px;
	background: url(../images/section_split.gif) no-repeat 1px 0;
}

/*
--------------------------------------------------------------------------------
 rectangle
--------------------------------------------------------------------------------
*/
.dotline {
	margin-top: 25px;
	padding-top: 25px;
	background: url(../images/dotline.gif) no-repeat;
}

.notice {
	width: 890px;
	background: url(../images/dotline.gif) no-repeat;
	font-size: 82%;
	line-height: 1.4;
}

.notice .inner {
	padding: 14px 5px 16px;
	background: url(../images/dotline.gif) no-repeat bottom;
}


/*
--------------------------------------------------------------------------------
 sections
--------------------------------------------------------------------------------
*/
/**
 * plan
 */
.plans {
	margin: -2px 0 25px;
}

.plan {
	padding-bottom: 4px;
}

.plan p {
	margin: 0;
}

.plan .note {
	display: block;
	padding: 5px 18px;
	font-size: 82%;
	line-height: 1.3;
}

.rs-plan {
	float: left;
	width: 437px;
	background: url(../images/plan_1_bg.gif) no-repeat left bottom;
}

.web-plan {
	float: right;
	width: 455px;
	background: url(../images/plan_2_bg.gif) no-repeat left bottom;
}

.web-plan .note {
	width: 402px;
}

/**
 * feature
 */
.feature {
	margin-left: -13px;
	_margin-left: -26px;
	font-size: 0;
}

.feature li {
	float: left;
	margin-left: 13px;
}

/**
 * steps
 */
.steps {
	position: relative;
	width: 890px;
	font-size: 82%;
	zoom: 1;
}

.steps .note {
	padding: 5px 10px;
}

.steps .border {
	background: #f3f3f3;
	border: 1px solid #e0e0e0;
}

.steps .step_1 {
	padding-bottom: 30px;
	background: url(../images/arrow_bottom.gif) no-repeat 217px 227px;
}

.steps .step_2 {
	float: left;
	width: 470px;
	background: url(../images/arrow_right.gif) no-repeat 452px 130px;
}

.steps .step_3 {
	float: right;
}

.steps .step_4 {
	clear: both;
	padding-top: 13px;
}

/**
 * store tplan
 */
.storetplan {
	width: 890px;
	font-size: 84%;
	line-height: 1.6;
}

.storetplan h4 {
	font-size: 130%;
	line-height: 1.3;
}

.storetplan .image {
	margin-top: 18px;
}

.storetplan sup {
	font-size: 90%;
	vertical-align: super;
}

/**
 * attention
 */
.attention {
	width: 890px;
	font-size: 84%;
	line-height: 1.6;
}

.attention h4,
.attention h5 {
	font-size: 110%;
}

.attention .file {
	margin-top: 15px;
	padding: 12px 15px 10px;
	border: 1px solid #5c5c5c;
}

.attention .file p {
	margin-top: 0.4em;
}

/*
--------------------------------------------------------------------------------
  items
--------------------------------------------------------------------------------
*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

h2{
	position:relative;
}
	h2 .btn_3gstop{
		position:absolute;
		top:143px;
		left:62px;
	}
	h2 .btn_3gstop:hover{
		opacity: 0.9; /* OperaESafari */
		-moz-opacity:0.9; /* Firefox */
		filter: alpha(opacity=90); /* IE */
		zoom: 1; /* IE */
	}

	h2 a{
		border:0;
	}
	
	
/*
--------------------------------------------------------------------------------
  2016/09/01
--------------------------------------------------------------------------------
*/	
a.c5-text_link {
	width:890px;
	padding:1.5%;
	border:solid #8c1135 2px;
	border-radius: 1px;
	box-sizing: border-box;
	color: #8c1135 !important;
	cursor: pointer;
	display: inline-block;
	transition: background 0.2s ease 0s;
	text-decoration: none;
	margin-bottom:30px;"
}
a:hover .c5-text_link, .c5-text_link:hover, a:focus .c5-text_link, .c5-text_link:focus {
    border:solid #a74864 2px;
	color: #a74864 !important;
    text-decoration: none;	
}