@charset "utf-8";
/* CSS Document DESIGN LAYOUT SETTING */

/*
[common setting]
			0. common
	 	1. header,footer


[contents_area setting]
			2. common parts
		 3. contents
		 99. general
*/

/* ------------------------------------------------------------
	0. common
------------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav,li {
list-style:none;
}


table {
border-collapse:collapse;
border-spacing:0;
}
hr {
display:none;
}


/***********/

html{

}
body {
	background:#ffffff;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	line-height:1;
	color:#000000;
}
a {

}

img {
	border: none;
	vertical-align: top;
}
li {
	list-style: none;
}		
sup {
	vertical-align:top;
	font-size:10px;
}
sub {
	vertical-align: text-bottom;
}
hr {
	display: none;
}

.forPC{
	width:750px;
	margin:0 auto;
	box-shadow: 0 0 50px 0 #f9b5a2;
}

/* ------------------------------------------------------------
	contents
------------------------------------------------------------ */
.cvArea{
	background:#ffffff;
}
.cvArea dl dd img:first-child{
	width:50.133%;
}
.cvArea dl dd img:last-child{
	width:49.867%;
}

.cvArea dl dd:last-child img{
	width:100%;
}

.cvArea:nth-of-type(1){
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f7f8f4), color-stop(0.00, #fcfcfb));
background: -webkit-linear-gradient(#fcfcfb, #f7f8f4);
background: -moz-linear-gradient(#fcfcfb, #f7f8f4);
background: -o-linear-gradient(#fcfcfb, #f7f8f4);
background: -ms-linear-gradient(#fcfcfb, #f7f8f4);
background: linear-gradient(#fcfcfb, #f7f8f4);
}
.cvArea:nth-of-type(2){
	padding-bottom:6.4%;
}
.cvArea:nth-of-type(3),
.cvArea:nth-of-type(4){
	padding-bottom:4.0%;
}

footer p.pbArea{
	background:#fae2db;
	text-align: center; 
	vertical-align:center;
	padding:5% 0;
	font-size: 14px;
	/* margin-bottom:5%; */
	line-height:3em;
}

footer p.pbArea a{
	color: #7c534f !important;
}


#formArea{
	/*何か記述あれば追記*/
}

  /* ------------------------------------------------------------
	移行時調整用
------------------------------------------------------------ */ 
.pane-landingpage-contents{
background:none;
border:none;
}
.container{
width:auto;
}
.block-page-top a{
	display:none;
}

.block-landingpage--body-top h3{
	padding-top:0;
}

/* 2021.01.06追記 */
.block-landingpage-login--member, #frmLP {
	max-width: 980px;
	margin: 0 auto;
}
.block-landingpage--body-top {
	font-size: 0;
	background-color: #fae1dc;
	overflow: hidden;
}