<link rel="canonical" href="https://www.infirmiere.co.jp/shop/secure/fea_communitysite.aspx">


#fea_communitysite {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 964px;
	margin: auto;
	box-sizing: border-box;
	color: #645440;
	/*background-color: #fefdf3;*/
}

#fea_communitysite #top{
	position: relative;/*親要素にrelative*/
	margin-top: 10px;
}

#fea_communitysite #top h1 {
	position: absolute;/*重ねたい子要素にabsolute*/
	top: 24%;
	left: 50%;
	width: 90%;
	-ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
	-webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
	transform: translate(-50%,-50%);/*センター寄せの修正*/
    text-align: center;
    color: #645440;
    font-size: 32px;
	font-weight: bold;
    line-height: 1.3;
	margin: 20px 0;
}

/*#fea_communitysite #top h1{
    text-align: center;
    color: #645440;
    font-size: 34px;
	font-weight: bolder;
    line-height: 1.3;
	margin: 20px 0;
}*/

#fea_communitysite #top h1 span {
    text-align: center;
    color: #645440;
    font-size: 36px;
	font-weight: bolder;
    line-height: 1.4;
}

/*#fea_communitysite #top .head-border {
	display: flex;
    align-items: center;
    margin-top: 100px;
	width: 60%;
}*/

#fea_communitysite #top .head-border:before,
#fea_communitysite #top .head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #645440;
}

#fea_communitysite #top .head-border:before {
    margin-right: 1rem;
}

#fea_communitysite #top .head-border:after {
    margin-left: 1rem;
}

#fea_communitysite .consept {
	margin: 10px 0;
}

#fea_communitysite .consept img{
	text-align: center;
}

#fea_communitysite .consept p{
    text-align: left;
    color: #645440;
    font-size: 18px;
    line-height: 1.4;
    margin: 60px 100px;
}

#fea_communitysite .point {
	margin: 10px 0 90px;
	text-align: center;
}

#fea_communitysite .point p{
	text-align: center;
    color: #645440;
    font-size: 20px;
    line-height: 1.5;
    margin: 5px 0 40px;
}

#fea_communitysite .point h1{
	text-align: center;
    color: #645440;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin: 50px 0 12px;
}

#fea_communitysite .point h3{
	text-align: center;
    color: #645440;
    font-size: 30px;
    line-height: 1.5;
    margin: 0px 0 60px;
}

#fea_communitysite .point .box{
	/*display: flex;*/
	flex-wrap: wrap;
	text-align: center;
}

#fea_communitysite .point .box .box-l{
	width: 34%;
	padding: 0 5px 5px;
}

#fea_communitysite .point .box .box-r{
	width: 62%;
	padding: 10px 0;
}

#fea_communitysite .info .pointup p{
	text-align: center;
    color: #645440;
	font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    margin: 5px 0 50px;
}

#fea_communitysite .info {
	margin: 30px 0;
}

#fea_communitysite .info .box{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-right: -20px;
}

#fea_communitysite .info .box .box-l{
	width: 68%;
	padding: 5px 0;
}

#fea_communitysite .info .box .box-r{
	width: 28%;
	padding: 10px 0;
}

#fea_communitysite .info p{
    text-align: left;
    color: #645440;
    font-size: 18px;
    line-height: 1.4;
    margin: 30px 40px;
}

#fea_communitysite .info h3{
    text-align: center;
    color: #645440;
    font-size: 32px;
    font-weight: bold;
    margin: 14px 0;
    line-height: 1.2;
    background-color: #f8b5dd;
    padding: 12px 20px;
}

#fea_communitysite .info h4{
    text-align: left;
    color: #645440;
    font-size: 18px;
    line-height: 1.5;
	font-weight: bold;
    margin: 30px 40px 70px;
}

span.marker {
	background: linear-gradient(transparent 10%, #fef3c4 50%);
}

#fea_communitysite .link1 {
	text-align: center;
	margin: 20px 0 60px;
}

#fea_communitysite .link2 {
	text-align: center;
    margin: 80px 0px;
    padding-bottom: 60px;
}

#fea_communitysite .illust {
	width: 300px;
    margin-top: -190px;
    margin-left: auto;
}

.link-btn1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 66%;
	height: 50px;
	box-sizing: border-box;
	background: #EABDB2;
	position: relative;
	margin: 50px auto 80px;
}

.link-btn1 span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #EABDB2;
	box-sizing: border-box;
	color: #333;
	font-size: 34px;
	letter-spacing: 0.1em;
	text-decoration: none;
	box-shadow: 0px 5px 12px #CAD4E2, -6px -6px 12px #FFF;
	border-radius: 10px;
	position: absolute;
	top: -5px;
	left: 0;
	transition-duration: 0.2s;
    padding: 40px 0;
}

.link-btn1:hover span {
	left: 0;
	top: 0;
	box-shadow: 0 0 4px #CAD4E2, -2px -2px 4px #FFF;
}

/* 以下はレイアウト調整用 */
body{
	vertical-align:middle; 
	padding: 50px 0;
	text-align: center;
}

/*PCでは無効（改行しない）*/
#fea_communitysite .sma{
    display: none;
}

/*PCでは有効（改行する）*/
#fea_communitysite .desktop{
	display: block;
}

#fea_communitysite .link p {
    text-align: center;
    color: #AF0439;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    margin: -24px 20px 104px;
}

.pc {
	display: block;
}

@media screen and ( min-width:521px ){ /* tablet&PC */
#fea_communitysite {
    margin-left: auto;
    margin-right: auto;
}

.sp {
	display: none;
}
	
/*PCでは有効（改行する）*/
#fea_communitysite .desktop{
	display: block;
}

}
	
/* SP向けの設定 */
/*---------------------------------------*/
@media screen and (max-width: 520px)  {
		
#fea_communitysite {
	width: 100%;
	margin: auto;
}
	
#fea_communitysite h2{
	background-color: transparent;
	font-size: 25px;
}

#fea_communitysite #top{
	position: relative;/*親要素にrelative*/
	padding-top: 0px;
}
	
#fea_communitysite #top h1{
	position: absolute;/*重ねたい子要素にabsolute*/
	top: 30%;
	left: 50%;
	width: 98%;
	-ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
	-webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
	transform: translate(-50%,-50%);/*センター寄せの修正*/
    text-align: center;
    font-size: 16px;
	font-weight: bold;
    line-height: 1.4;
	margin: 8px 0;
}

/*#fea_communitysite #top h1{
    text-align: center;
    font-size: 34px;
	font-weight: bolder;
    line-height: 1.3;
	margin: 20px 0;
}*/

#fea_communitysite #top h1 span{
    text-align: center;
    font-size: 12px;
	font-weight: bolder;
    line-height: 1.8;
}

#fea_communitysite #top .head-border {
	display: flex;
    align-items: center;
    margin-top: 50px;
	width: 80%;
}

#fea_communitysite #top .head-border:before,
#fea_communitysite #top .head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
}

#fea_communitysite #top .head-border:before {
    margin-right: 1rem;
}

#fea_communitysite #top .head-border:after {
    margin-left: 1rem;
}

#fea_communitysite .consept {
	margin: 20px 0;
}

#fea_communitysite .consept p{
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    margin: 30px;
}
	
#fea_communitysite .point {
	margin: 20px 0;
}

#fea_communitysite .point p{
	text-align: left;
    color: #645440;
    font-size: 14px;
    line-height: 1.4;
    margin: 30px 20px;
}
	
#fea_communitysite .point h1{
	text-align: center;
    color: #645440;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0 8px;
}

#fea_communitysite .point h3{
	text-align: center;
    color: #645440;
    font-size: 18px;
    line-height: 1.5;
    margin: 0px 0 30px;
}
	
#fea_communitysite .point .box{
	display: inline-block;
	text-align: center;
	margin-right: -20px;
}

#fea_communitysite .point .box .box-l{
	width: 84%;
	margin-left: auto;
    margin-right: auto;
}

#fea_communitysite .point .box .box-r{
	width: 100%;
	margin-left: auto;
	padding-right: 30px;
}
	
#fea_communitysite .info .pointup p{
	text-align: center;
    color: #645440;
	font-weight: bold;
    font-size: 14px;
    line-height: 1.6;
	margin: 14px 2px;
}

#fea_communitysite .info {
	margin: 25px 0;
}
	
#fea_communitysite .info .box{
	display: inline-block;
	text-align: center;
	margin-right: -20px;
}

#fea_communitysite .info .box .box-l{
	width: 100%;
	padding: 0px 10px 5px 0px;
}

#fea_communitysite .info .box .box-r{
	width: 50%;
	margin-left: auto;
	padding-right: 30px;
}

#fea_communitysite .info p{
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    margin: 30px 20px;
}

#fea_communitysite .info h3{
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    padding: 6px;
}

#fea_communitysite .info h4{
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
	font-weight: bold;
    margin: 20px;
}

span.marker {
	background: linear-gradient(transparent 10%, #fef3c4 50%);
}

#fea_communitysite .link1 {
	text-align: center;
	margin: 20px 0 40px;
}

#fea_communitysite .link2 {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 0px;
}
	
#fea_communitysite .illust {
	width: 40%;
    margin-top: -30px;
    margin-left: auto;
}
	
.link-btn1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 86%;
	height: 22px;
	box-sizing: border-box;
	background: #EABDB2;
	position: relative;
	margin: 40px auto 50px;
}

.link-btn1 span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 22px;
	background: #EABDB2;
	box-sizing: border-box;
	color: #333;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0px 5px 12px #CAD4E2, -6px -6px 12px #FFF;
	border-radius: 10px;
	position: absolute;
	top: -5px;
	left: 0;
	transition-duration: 0.2s;
    padding: 18px 8px;
}

.link-btn1:hover span {
	left: 0;
	top: 0;
	box-shadow: 0 0 4px #CAD4E2, -2px -2px 4px #FFF;
}
	
#fea_communitysite .link p {
    color: #AF0439;
    font-size: 18px;
    line-height: 1.5;
    margin: -25px 10px 104px;
}
	
.pc {
	display: none;
}

.sp {
	display: block;
}
	
/*スマートフォンでは有効（改行する）*/
#fea_communitysite .sma{
	display: block;
}
	
/*スマートフォンでは無効（改行しない）*/
#fea_communitysite .desktop{
    display: none;
}


}
