@charset "utf-8";

body {
	background-color: #f6f6f6;
}

#archive {
	/*background-color: #f6f6f6;*/
}

#archive .section {
	/*padding: 0 0 20px;*/
}

#archive a {
	color: #000;
	text-decoration: underline;
}

#archive a:hover img {
	opacity: 0.8;
}

#archive a.button {
	color: #fff;
	text-decoration: none;
}

#archive .f10 {
	font-size: 10px;
	/*font-size: 1.0rem;*/
	font-weight: normal;
}

#archive .f12 {
	font-size: 12px;
	/*font-size: 1.2rem;*/
	font-weight: normal;
}

#archive .f14 {
	font-size: 14px;
	/*font-size: 1.4rem;*/
	font-weight: normal;
}

#archive .f16 {
	font-size: 16px;
	/*font-size: 1.6rem;*/
	font-weight: normal;
}

#archive .f18 {
	font-size: 18px;
	/*font-size: 1.8rem;*/
	font-weight: normal;
}

#archive .f20 {
	font-size: 20px;
	/*font-size: 2.0rem;*/
	font-weight: normal;
}

#archive .f24 {
	font-size: 24px;
	/*font-size: 2.4rem;*/
	font-weight: normal;
}

#archive .f32 {
	font-size: 32px;
	/*font-size: 3.2rem;*/
	font-weight: normal;
}

#archive .f36 {
	font-size: 36px;
	/*font-size: 3.6rem;*/
	font-weight: normal;
}

#archive .f50 {
	font-size: 50px;
	/*font-size: 5.0rem;*/
	font-weight: normal;
}

#archive .f74 {
	font-size: 74px;
	/*font-size: 7.4rem;*/
	font-weight: normal;
}

#archive .f125 {
	font-size: 125px;
	/*font-size: 12.5rem;*/
	font-weight: normal;
}

#archive .bold {
	font-weight: bold !important;
}

#archive .red {
	color: #f15088 !important;
}

#archive .blue {
	color: #1497d1 !important;
}

#archive .bg_blue {
	background-color: #e2f3fa !important;
}

#archive .bg_white {
	background-color: #fff !important;
}

#archive .bg_gray {
	background-color: #f0f0f0 !important;
}

#archive .bg_pink {
	background-color: #ffeff5 !important;
}

#archive #cover, #archive #image, #archive #fee, #archive #rental, #archive #cycle, #archive #payment, #archive #faq {
	/*background-color: #fff;*/
}

#archive .panels::after {
	clear: both;
}

#archive .panels {
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	margin-bottom: 0;
	padding: 0;
	background: #fff;
	color: #333333;
}

#archive .panels .panels-body {
	padding: 4em;
}

#archive .panels > h2 {
	margin: 0;
	padding: .4em 0;
	color: #fff;
	background-color: #2e2e2e;
	text-align: center;
}

#archive .panels > .cell {
	padding: 2em;
}

#archive .panels > .cell:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}

#archive .panels .cell p {
	margin: 0;
}

#archive table.default {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: none;
	border-right: none;
	border-spacing: 0;
}

#archive table.default th, #archive table.default td {
	padding: 1em;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background-color: #fff;
	font-weight: normal;
	text-align: center;
}

#archive table.default th {
	background-color: #f0f0f0;
}

#archive .button {
	margin: 0;
}

#archive .archive_wrapper {
	padding: 2em 4em 4em;
	background-color: #fff;
}

.close-reveal-modal {
	font-size: 1.4rem !important;
}
#archive .balloon {
    position: relative;
    padding: 1em;
    border-radius: .6em;
}
#archive .balloon::after {

    right: 100%;
    top: 50%;
    border: solid transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f0f0f0;
    border-width: 10px;
    margin-top: -10px;
}

/* cover class */

#cover {
	background-color: #fff;
	padding: 6em 0 0;
	margin-bottom: 4em;
}

#cover p {
	line-height: 2.4 !important;
	margin-bottom: 0;
}

#cover h1 {
	line-height: 1.2;
}

/* image class */

#image .content {
	margin-bottom: 4em;
}

#image p {
	line-height: 1.0 !important;
}

#image img {
	margin: 0em 0;
}

#image h2 {
	color: #2e2e2e;
	margin-bottom: 1em;
	padding-bottom: .4em;
	border-bottom: 4px solid #e6e6e6;
}

#image .bg_line {
	background: url(img/price/pc/p_02img4.png) no-repeat 0 0 #e2f3fa;
	height: 295px;
	padding:2em 0;
}

.bg_line_R {
    border-right: 1px solid #d6d6d6;
}

.bg_line_L {
    border-left: 1px solid #d6d6d6;
}

/* float3 */

#archive .float3 {
	position: absolute;
	right: -13px;
	top: 8em;
}
	
/* rental class */

#archive #rental {
	background-color:transparent;
	margin-bottom: 4%;
}

#rental .caption {
	margin: 0;
}

/* payment class */

#payment {
	margin-bottom: 4%;
}

/* faq class */

#faq h2 {
	margin: 0 2em !important;
	padding: 1em 0 !important;
	background-color: #fff !important;
	color: #2e2e2e !important;
	border-bottom: 1px solid #e6e6e6 !important;
}

#faq dl dt, #faq dl dd {
	font-size: 14px;
	line-height: 1.8;
}

#faq dl dt {
	margin-bottom: .6em;
	color: #1497d1;
	font-weight: bold;
}

#faq dl dd {
	margin-bottom: 2em;
}

/* mypage_bx class */

.mypage_bx {    
	background: #f4f4f4;text-align: center; padding: 30px;
	}
	
.mypage_bx .link a	{ 
	text-decoration:underline; float:right;  
	}
	
.mypage_bx .imgbx{
	 width:701px; margin:0 auto;
	 }
	 
.mypage_bx .tit	{ 
	padding:0 0 30px 0; 
	}	
	
.mypage_bx .imgbx li	{ 
	display:inline-block; padding:0 40px 0 0; 
	}
	
.mypage_bx .imgbx li.last{ 
	padding:0; 
	}


@media screen and (max-width: 768px) {
	
/* font-series */
	
	#archive .f10 {
		font-size: 10px;
		/*font-size: 1.0rem;*/
		font-weight: normal;
	}

	#archive .f12 {
		font-size: 12px;
		/*font-size: 1.2rem;*/
		font-weight: normal;
	}

	#archive .f14 {
		font-size: 14px;
		/*font-size: 1.4rem;*/
		font-weight: normal;
	}

	#archive .f16 {
		font-size: 16px;
		/*font-size: 1.6rem;*/
		font-weight: normal;
	}

	#archive .f18 {
		font-size: 14px;
		/*font-size: 1.8rem;*/
		font-weight: normal;
	}

	#archive .f20 {
		font-size: 14px;
		/*font-size: 2.0rem;*/
		font-weight: normal;
	}

	#archive .f24 {
		font-size: 14px;
		/*font-size: 2.4rem;*/
		font-weight: normal;
		line-height: 1.4 !important;
	}

	#archive .f32 {
		font-size: 14px;
		/*font-size: 3.2rem;*/
		font-weight: normal;
	}

	#archive .f36 {
		font-size: 26px;
		/*font-size: 3.6rem;*/
		font-weight: normal;
	}

	#archive .f50 {
		font-size: 16px;
		/*font-size: 5.0rem;*/
		font-weight: normal;
	}

	#archive .f74 {
		font-size: 32px;
		/*font-size: 7.4rem;*/
		font-weight: normal;
	}

	#archive .f125 {
		font-size: 50px;
		/*font-size: 12.5rem;*/
		font-weight: normal;
	}

	#archive .small-f22 {
		font-size: 22px;
		/*font-size: 12.5rem;*/
		font-weight: normal;
	}
	
	#archive .small-14 {
    		width: 58.33333%;
	}
	
	
/* #archive_wrapper */	
	
	#archive .archive_wrapper {
		padding: 4% 4% 4% !important;
    		background-color: #fff;
    		margin: 0% auto;
    		overflow: hidden;
    		width: 92%;
	}

	#archive .row　{
		width: 100%;
	}
	
	.column, .columns {
		padding-left: 3.5%;
		padding-right: 3.5%;
		width: 100%;
		float: left;
	}
	

/* float series */	
	
	#archive .float1 {
		position: absolute;
		width: 48px;
		margin-top: 0;
		margin-left: 10em;
	}

	#archive .float2 {
		position: absolute;
		width: 75px;
		right: 3em;
		/*top: 7em;*/
		top: 16%;
	}

	#archive .float3 {
		position: absolute;
		width: 19%;
		right: 1%;
		/* top: 18em; */
		top: 33%;
	}
	
	#archive .float3_3 {
		position: absolute;
		width: 75px;
		right: 3em;
		/*top: 18em;*/
		top: 73%;
	}

	#archive .float4 {
		position: absolute;
		top: 3.5em;
		left: 4.5em;
	}

	#archive .float5 {
		position: absolute;
		top: 3.5em;
		left: 21em;
	}

	#archive .float6 {
		position: absolute;
		top: 2em;
		left: 6em;
	}

	#archive .float7 {
		position: absolute;
		top: 2em;
		left: 20.5em;
	}

	#archive .float4 h3, #archive .float5 h3, #archive .float6 h3, #archive .float7 h3 {
		height: 80px;
		font-size: 14px;
		line-height: 1.4;
	}

/* balloon */	

	#archive .balloon {
		position: relative;
		padding: 4%;
		border-radius: .6em;
		margin-top: 8%;
	}
	
	#archive .balloon::after {
		top: -8%;
		left: 50%;
		border: solid transparent;
			border-top-color: transparent;
			border-top-width: medium;
			border-right-color: transparent;
			border-right-width: medium;
			border-bottom-color: transparent;
			border-bottom-width: medium;
			border-left-color: transparent;
			border-left-width: medium;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(240, 240, 240, 0);
			border-bottom-color: rgba(240, 240, 240, 0);
		border-bottom-color: #f0f0f0;
		border-width: 10px;
		margin-left: -10px;
	}
	
	*, ::before, ::after {
	
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#archive .balloon p {
		margin-bottom: 0;
	}

/* cover */	

	#cover {
		padding: 12% 0;
		/*margin-bottom: 2em;*/
		background: url(../img/price/sp/_p_01bg.png) no-repeat right bottom ;
		background-color:#ffffff;
		background-size: 80% auto;
		margin-bottom: 0;
	}

/* #image */		

	#image .bg_line {
		background: url(img/price/sp/p_02img4.png) no-repeat 0 0 #e2f3fa;
		height: 370px;
		background-size: contain;
		padding: 0 4%;
	}

	#image img {
		margin: 8% 0;
	}
	
	#image h3 {
		margin-top: 8%;
	}
		
	#image .content {
		margin-bottom: 4%;
	}
	
/* #rental */	

	#archive #rental {
		padding: 0 4% 4%;
	}
	
/* #cycle */
		
	#cycle {
		padding: 0 4%;
	}

/* #payment */

	#payment {
		padding: 0 4%;
	}
	
/* #faq */

	#faq {
		padding: 0 4%;
	}

/* panels */

	#archive .panels .panels-body {
		padding: 2% 4% 4%;
	}

	#archive .panels > .cell {
		padding: 4%;
	}
	
/* line */	

	.bg_line_R {
    		border-bottom: 1px solid #bfbfbf;
		border-right: none;
	}
	
	.bg_line_L {
		border-top: 1px solid #bfbfbf;
		border-left: none;
	}

/* mypage_bx */	
	
	.mypage_bx	{
		background:#f4f4f4;
		text-align:center;
		padding:30px;
	}	
	
    .mypage_bx_sp	{
		background:#e7e7e7;
	}
	
/* applybtn_sp */	
	
	.applybtn_sp {
    		padding: 10% 5%;
    		text-align: center;
	}


}
