@charset "UTF-8";

#bldg{
	width:954px;
	margin-top:20px;
}

#bldg h1.top{
	padding:10px;
	background-color:#e02020;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:normal;
	letter-spacing:1px;
	font-size:1.2em;
	color:#ffffff;
}

#bldg div.bldgbox{
	width:954px;
	margin-top:20px;
}

#bldg div.bldgbox div.inbox{
	width:954px;
	overflow:hidden;
}

#bldg div.bldgbox div.inbox div{
float:right;
width:250px;
margin-left:1em;
text-align:center;
}

#bldg div.bldgbox div.inbox div img{
	box-sizing:border-box;
	width:250px;
	height:200px;
	border:#CCCCCC solid 1px;
}


#bldg div.bldgbox div.inbox div a{
	display:inline-block;
	margin-top:10px;
	padding:5px 10px;
	border:solid 1px #e02020;
	border-radius:5px;
	background-color:#FFDE46;
	text-decoration:none;
	font-size:0.9em;
	color:#333333;
/*	letter-spacing:3px;
	text-indent:3px;*/
}

#bldg div.bldgbox div.inbox div a:hover{
	background-color:#e02020;
	color:#ffffff;
}

#bldg div.bldgbox div.inbox > p{
line-height:1.4em;
}



/*　　*/
section.wrap{
	width:954px;
	margin-top:30px;
}

section.wrap h1{
	padding-left:10px;
	background: linear-gradient(transparent 60%, #FC7373 60%);
	font-size:1.1em;
	letter-spacing:1px;
}

section.wrap ol{
margin-left:20px;
}

section.wrap ol li{
margin-top:10px;
line-height:1.4em;
color:#e02020;
}

section.wrap ol li dl{
color:#000000;
}

section.wrap ol li > dl > dt{
font-weight:bold;
color:#e02020;
}

section.wrap ol li > dl > dd{
font-size:0.9em;
}

section.wrap ol li > dl > dd dl{
margin:5px 0;
padding:5px;
border:#cccccc dotted 1px;
}

#service p{
margin-top:10px;
}

#service ol{
margin:20px 0 20px 20px;
}

#service p a{
color:#0047E5;
background-image:url(/img/icon_pdf24.png);
background-repeat:no-repeat;
background-position:right;
padding-right:26px;
}

#service p a:hover{
text-decoration:none;
}


#membership{
width:954px;
margin-top:50px;
padding-bottom:30px;
}

#membership > h1{
padding:10px;
background-color:#e02020;
font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
font-weight:normal;
letter-spacing:1px;
font-size:1.2em;
color:#ffffff;
}

#membership section.wrap{
margin-top:20px;
}

#condition ul{
margin:10px 0 0 15px;
color:#e02020;
}

#condition ul li{
line-height:1.4em;
}

#flow ol{
list-style:none;
}

#flow ol > li{
overflow:hidden;
color:#000000;
}

#flow ol li span{
display:block;
padding:2px 2px 2px 5px;
border:#e02020 solid 2px;
font-weight:bold;
}


#flow ol div{
	float:left;
    position: relative;
    display: inline-block;
	margin:5px 0 0 400px;
    padding: 5px 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
/*    font-size: 14px;*/
    }
#flow ol div::before,
#flow ol div::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    }

#flow ol div::before{
margin-top:23px;
/*	top:23px;*/
    left: -2px;
    box-sizing: border-box;
    width: 14px;
    height: 10px;
    border: 14px solid transparent;
    border-top: 10px solid #e02020;
    }

#flow ol div::after{
/*	top:15px;*/
margin-top:5px;
    left: 3px;
    width: 36px;
    height: 18px;
    border-left: 18px solid #e02020;
    }

#flow ol li:last-of-type div{
display:none;
}

#flow ol li:last-of-type ul{
margin-top:5px;
}


#flow ol ul{
float:right;
width:500px;
margin-left:400px;
}

#flow ol ul li{
margin:0;
padding-left:1em;
text-indent:-1em;
line-height:1em;
font-size:14px;
color:#000000;
}


#flow p{
margin:5px 0 0 350px;
}

#flow p a{
	display:inline-block;
	margin-top:10px;
	padding:5px 10px;
	border:solid 1px #e02020;
	border-radius:5px;
	background-color:#FFDE46;
	text-decoration:none;
	font-size:0.9em;
	color:#333333;
/*	letter-spacing:3px;
	text-indent:3px;*/
}

#flow p a:hover{
	background-color:#e02020;
	color:#ffffff;
}

#flow p{
line-height:1.4em;
}


