@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------
 ***                                                                Container
----------------------------------------------------------------------------*/
body {}
#wrap {}
.pcHidden{ display:none;}
.spHidden{ display:block;}

/*----------------------------------------------------------------------------
 ***                                                                  Header
----------------------------------------------------------------------------*/
#headerArea {/* height: 60px; */border-bottom: 0px solid #A62024;padding-bottom: 10px;}
#headerArea:after{content:"";display:block;width:100%;height:2px;
background: #A62024;
}
#headerAreaInner {
    width: 950px;
    margin: 0 auto;
}
#headerTitle { /*float:left;*/}
/*#headerTitle h1{ margin-top:10px;}*/
#headerLink{ /*float:right;*/ width:390px;}
#headerLink li{ /*float:left;*/}
#headerLink li img{ margin:10px 0 0 20px;}

#breadcrumbArea{}
#breadcrumbArea a{color:#333; text-decoration:underline;}
#breadcrumbArea li:not(:last-child):after{content:"";display:inline-block;border: 0.3em solid transparent;border-left: 6px solid #ec1e79;border-right: 0em solid transparent;width: 0;height: 0;margin: 0 0.6em;}
#breadcrumbArea{width: 95%;max-width: 950px;margin: 0em auto 2em auto;}
#breadcrumbArea li{display: inline-block; font-size: 75%;}


/*--- TOPへ戻るボタン ---*/
#backToTop {position:fixed;right: 1em;bottom: 1em;z-index: 999;}


#footerSec{width: 100%;}
#footerArea{font-size: 74%;}
#formLinkSec{background-color: #ffb5cd;}
#formLinkSec>.sectionInner{width: 70%;max-width: 950px;padding-bottom: 60px;}
#formLinkSec .btnBox li.listMargin{margin: 0 auto ;width: 47%;min-width: 170px;}

#formLinkSec .nkcTel {width: 60%; margin: 0 auto; max-width: 400px;}
#formLinkSec .nkcTel img {width: 100%;}
/*----------------------------------------------------------------------------
 ***                                                              ページトップ
----------------------------------------------------------------------------*/
.pagetop {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}


/*----------------------------------------------------------------------------
 ***                                                                   section
----------------------------------------------------------------------------*/
.section { margin-bottom:60px;}
.sectionInner {}



/**/
