@charset "utf-8";

@import url(./basic.css);
@import url(./page.css);
@import url(./size.css);

/* layout */
body {
	font-size: 100%;
	color: #222;
	font-family: 'Roboto','FP-KoburinaGoStdN-W3', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-style: normal;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	/*letter-spacing: 0.1vw;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bgBody		{
	background-color:#fff;
}


@media screen and (max-width: 768px) { /* forSMP */
	.bgBody		{
background-image: none;
	}
}
.wbasic1600 {
	width: 1600px;
	margin:0 auto;
}
.wbasic1180 {
	width: 1180px;
	margin:0 auto;
}
.wbasic1100 {
	width: 1100px;
	margin:0 auto;
}
.wbasic {
	width: 1000px;
	margin:0 auto;
}

.wbasic800 {
	width: 800px;
	margin:0 auto;
}


/* bg-box */

.bgC-white {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 50px;
}
.bgC-peach {
	background-color: #fbeddf;
	padding: 20px;
	margin-bottom: 30px;
}
.bgC-Tblue {
	background-color: #81d8d0;
	padding: 2px 10px;
	margin-bottom: 30px;
}
.bgC-yellow {
	background-color: #ffffe0;
	padding: 20px;
	margin-bottom: 30px;
}
.bgC-ivory {
	background-color: #f8f4e6;
	padding: 20px;
	margin-bottom: 100px;
}
.bgC-purple {
	background-color: rgba(160,107,171,0.60);
	padding: 100px 0 10px 20px;
	margin-bottom: 50px;
}
.bgbox_green{
	border:2px solid #81cac5;
	padding: 20px;
}



@media screen and (max-width: 768px) { /* forSMP */
.wbasic {
	width: 100%;
	padding: 16px;
	}
.wbasic1100 {
	width: 100%;
	padding: 16px;
	}
.wbasic1180 {
	width: 100%;
	}
.wbasic1600 {
	width: 100%;
	}
.wbasic800 {
	width: 100%;
	}
}

@media screen and (max-width: 768px) { /* forSMP */
	.spNone {
	display: none;
	}
}
@media screen and (min-width: 769px) { /* forPC */
	.pcNone {
	display: none;
	}
}



/* contents */
#contents {
}

@media screen and (max-width: 768px) { /* forSMP */
#contents {
}
}

/* slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto ;
margin-bottom: 20px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/********* header TOP *********/
.header_top {
	height: 80px;
	position: relative;
}
.header_top ul {
}

.header_top ul li {
	/*float: left;*/
}

.header_top ul li.logo {
	text-align: center;
	top:25%;
    left:35.8%;
	z-index: 10;
	position: absolute;
/*margin-top: -120px;*/
}

.header_top ul li.c01 {
	top:40%;
	left:2%;
	z-index: 10;
	position: absolute;	
}

.header_top ul li.c02 {
	top:40%;
    left:77%;
	z-index: 10;
	position: absolute;
}

.header_top h1 {
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
}
.header_top ul li.icon_menu {
		display: none;
	}


@media screen and (max-width: 768px) { /* forSMP */
	.header_top {
		height: auto;
		margin-bottom: 0px;
	}
	.header_top ul{		
	}
	.header_top ul li.logo {
	width:100%;
		text-align: center;
	position: static;	
		margin-top: 6px;
	}
	.header_top ul li.c01 {
		display:none;
	}
	.header_top ul li.c02 {
		display:none;
	}

	.header_top ul li.c03 {
		display:none;
	}
	
	.header_top ul li.logo img{
		width: 48%;
		height: auto;
	}
	
	.header_top h1 {
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	text-align:center;
	letter-spacing: 0vw;
	}
}


/********* header *********/
.header {
	height: 150px;
	position: relative;
}
.header ul {
}

.header ul li {
	/*float: left;*/
}

.header ul li.logo {
	text-align: center;
	top:16%;
    left:34%;
	z-index: 10;
	position: absolute;
/*margin-top: -120px;*/
}

.header ul li.c01 {
	top:40%;
	left:0%;
	z-index: 10;
	position: absolute;	
}

.header ul li.c02 {
	top:20%;
    left:68%;
	z-index: 10;
	position: absolute;
}

.header h1 {
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
}
.header ul li.icon_menu {
		display: none;
	}


@media screen and (max-width: 768px) { /* forSMP */
	.header {
		height: auto;
		margin-bottom: 0px;
	}
	.header ul{		
	}
	.header ul li.logo {
	width:100%;
		text-align: center;
	position: static;	
		margin-top: 6px;
	}
	.header ul li.c01 {
		display:none;
	}
	.header ul li.c02 {
		display:none;
	}

	.header ul li.c03 {
		display:none;
	}
	
	.header ul li.logo img{
		width: 48%;
		height: auto;
	}
	
	.header h1 {
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	text-align:center;
	letter-spacing: 0vw;
	}
	.rslides {
margin-bottom: 0px;
  }
}




/********* nav *********/

nav {
}


/* .gnav ------------*/

.gnav {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.gnav ul {
	width: 1076px;
	margin: 0 auto;
}

.gnav ul li {
	float: left;
	margin: 0 0 0 13px;
	text-align: center;
}

.gnav ul li ul li {
	margin: 0px;
}

.gnav ul li:first-child {
	margin: 0;
}

.gnav ul li:last-child {
	margin: 0 0 0 13px;
}

.gnav ul li ul li:last-child {
	margin: 0px;
}

.gnav ul li > a {
	display: block;
	position: relative;
	padding: 17px 25px 40px 25px;
}

.gnav ul li ul li > a {
	padding: 0px;
}

.gnav ul li > a:before {
	display: block;
	content: '';
	position: absolute;
	top: 36px;
	left: -38px;
	background: #9cbb1c;
	width: 60px;
	height: 2px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.gnav ul li ul li > a:before {
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	background-color: transparent;
}

.gnav ul li:first-child > a:before {
	display: none;
}

.gnav ul li:first-child > a {
	padding: 17px 25px 40px 0;
}

.gnav ul li ul li:first-child > a {
	padding: 0px;
}

.gnav ul li:last-child > a {
	padding: 17px 0 40px 25px;
}

.gnav ul li ul li:last-child > a {
	padding: 0px;
}

.gnav ul li em {
	display: block;
	margin: 0 auto 9px;
	color: #000;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.gnav ul li.gnav-medical em {
	letter-spacing: 0.1em;
}

.gnav ul li.gnav-staff em {
	letter-spacing: 0em;
}

.gnav ul li i {
	color: #945331;
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.13em;
}

.gnav .h2C {
	display: inline-block;
	/*padding: 6px 14px;*/
	color: #9cbb1c;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin: 0 auto;
}

.gnav .h2C span{
	padding: 4px;
	border-bottom: 2px solid #ff9502;	
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
	border-top:2px solid #9cbb1c;
}

/* header .gnav mega-menu
------------------------------------*/
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    /*left: 0;*/
    box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
    padding:2%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 80px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
	float:left;
    width: 23%;
    border: none;
	margin-bottom:20px;
}

li.menu__mega ul.menu__second-level > li:nth-child(4n+1) {
    margin:0 1%;
}
/* .gnav footer ------------*/

.gnavF {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.gnavF ul {
	width: 630px;
	margin: 0 auto;
}

.gnavF ul li {
	float: left;
	margin: 0 0 0 13px;
	text-align: center;
}

.gnavF ul li:first-child {
	margin: 0;
}

.gnavF ul li:last-child {
	margin: 0 0 0 13px;
}

.gnavF ul li > a {
	display: block;
	position: relative;
	padding: 17px 25px 40px 25px;
}

.gnavF ul li > a:before {
	display: block;
	content: '';
	position: absolute;
	top: 36px;
	left: -38px;
	background: #9cbb1c;
	width: 60px;
	height: 2px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.gnavF ul li:first-child > a:before {
	display: none;
}

.gnavF ul li:first-child > a {
	padding: 17px 25px 40px 0;
}

.gnavF ul li:last-child > a {
	padding: 17px 0 40px 25px;
}

.gnavF ul li em {
	display: block;
	margin: 0 auto 9px;
	color: #000;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.gnavF ul li.gnav-medical em {
	letter-spacing: 0.1em;
}

.gnavF ul li.gnav-staff em {
	letter-spacing: 0em;
}

.gnavF ul li i {
	color: #945331;
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.13em;
}

@media screen and (min-width: 769px) { /* forPC */


.dropmenu{
  height:px;	
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 12.5%;
  float: left;
margin: 0 0 0 13px;
  padding: 0;
  text-align: center;
}
	
.dropmenu ul li:first-child {
	margin: 0;
}

.dropmenu ul li:last-child {
	margin: 0 0 0 13px;
}

.dropmenu ul li > a {
	display: block;
	position: relative;
	padding: 17px 25px 40px 25px;
}

.dropmenu ul li > a:before {
	display: block;
	content: '';
	position: absolute;
	top: 36px;
	left: -38px;
	background: #d1de4c;
	width: 60px;
	height: 2px;
	-webkit-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	transform: rotate(-70deg);
}

.dropmenu ul li:first-child > a:before {
	display: none;
}

.gnav ul li:first-child > a {
	padding: 17px 25px 40px 0;
}

.dropmenu ul li:last-child > a {
	padding: 17px 0 40px 25px;
}

.dropmenu ul li em {
	display: block;
	margin: 0 auto 9px;
	color: #000;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.02em;
}
/*.dropmenu li {
  display: block;
  margin: 0;
  padding: 0px 0px;
  color: #504946;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}*/
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 0px 0px;
  color: #504946;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}*/
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
  background-color: #fff;
  font-size: 12px;
  padding: 8px;
border-bottom: 1px dotted #504946;
}
.dropmenu li ul li a{
}
.dropmenu li:hover > a{
}
.dropmenu li a:hover{
  color:#be8f68;
}

#menu{
}
	
#menu li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#menu li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

}
/* spbtn */
.smpbtn {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 10px;
	right: 6px;
	cursor: pointer;
	z-index: 200;
	background-image: url(/_share/header/spbtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.peke {
    background-position: -40px 0;
}
.drawr {
	display: none;
	background-color: rgba(247,255,239,0.9);
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	padding: 10px;
	z-index: 100;
}
.drawr #menu li {
	float:left;	
    width:50%;
}

.drawr #menu li a {
	color: #945331;
	/*font-size:%;
	font-weight:bold;*/
	display: block;	
	padding: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #945331;
}

.accordion-menu {
  width: 100%;
  max-width: 350px;
  margin: 60px auto 20px;
  /*background: #fff;*/
  border-radius: 4px;
}
.accordion-menu li.open .dropdownlink {
  color: #ff9502;
  .fa-chevron-down {
    transform: rotate(180deg);
  }
}
.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}
.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #222;
  position: relative;
  transition: all 0.4s ease-out;
  i {
    position: absolute;
    top: 17px;
    left: 16px;
  }
  .fa-chevron-down {
    right: 12px;
    left: auto;
  }
}

.submenuItems {
  display: none;
  background: #9cbb1c;
  li {
    border-bottom: 1px solid #B6B6B6;
  }
}

.submenuItems a {
  display: block;
  color: #fff;
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out;
  &:hover {
    background-color: #CDDC39;
    color: #fff;
  }
}


/* footer */
footer {
	clear: both;
	color:#444;
}

footer a {
	text-decoration: none;
}

footer a:hover {
}

footer a:visited {
}

footer #info {

}

footer #info .left {
	float: left;
	width:46.6%;
}
footer #info .right {
	float: right;
	width:50%;	
}

footer #info .h3name {
	font-size:24px;
	margin-bottom: 20px;
}

footer #info .tableF {
	font-size: 100%;
	width: 100%;
	margin-bottom: 30px;
}

footer #info .tableF td,
footer #info .tableF th {
padding: 8px 0px;
border-bottom:1px solid #fff;
}

footer #info .tableF tr {

}

footer #info .tableF th {
	width:80px;
	vertical-align: top;
}
.fbnr{
	background-color: #fff;
	padding: 20px;
	text-align:center; 
	margin-bottom: 20px;
}


#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
	background-color:;
	z-index: 1;
}
body , html {
    height: 100%;
}
 
#all {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#contents {

}

.fWidth{
	width:100%;
	margin:0 auto;
}

.fTel img,
.fApply img {
		width: 100%;
		height: auto;
	}

.fTel{
	width:46%;
	height:auto;
	float:left;
	padding:10px;
}
.fApply{
	width:46%;
	float:left;	
    height:auto;
	padding:10px;	
}

.fApply img,
.fTel img{
}


@media screen and (max-width: 768px) { /* forSMP */
	footer #info .left {
		float: none;
		width:100%;
	}
	footer #info .right {
		float: none;
		width:100%;		
	}
	.fbnr{
	padding: 10px;
}
}

#underBtn {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	width: 100%;
	height: auto;
	background-color: #81C201;
	color: #fff;
	text-align: center;
}  


/* linklist */
.listL {
	margin-bottom:20px;
    /*color:#333;*/	
}

.listL ul {
}
/*.listL a{
    color:#fff;	
}
.listL a:hover {
	color: #ffdc00;
	text-decoration: none;	
}
.listL a:visited {
	color: #333;
	text-decoration: none;
}*/

.listL ul li {
	float: left;
	width:50%;
	margin-right:0%;

}

.listL ul li .h4{
	color: #222;
}

.listL ul li ul li {
	float: none;
	width:100%;
}

.listL ul li ul {
}

.listL ul li ul li a {
position: relative;/*相対位置*/
padding: 0.5em 0em 0.5em 1.5em;/*アイコン分のスペース*/
line-height:2.0em;/*行高*/
/*文字色*/
font-size: 12px;
text-align: left;
}

.listL ul li ul li a:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0.25em;/*アイコンの位置*/
top: 0.2em;/*アイコンの位置*/
color:#9cbb1c;/*アイコン色*/
}

.listL ul li ul li a:hover {
    color: #ff9502;       /* マウスオーバーカラー */ 
}

.linkboxf {
}
.linkboxf a {
    display: block;
    position: relative;
    z-index: 100;
	font-size: 14px;
	color:#fff;
    text-decoration:none;
    padding: 4px 0px 4px 28px;	
}
.linkboxf a:hover {
    color:#ffcd00;
	text-decoration: none;
}

.linkFT a:before {        /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    border-radius: 50%;        /* CSS3草案 */ 
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 50%;   /* Firefox用 */ 
    background: #fff;
}
.linkFT a:after {        /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 0;
    height: 0;
    margin-top: -7px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 7px solid #564539;
}
.linkFT a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */ 
    border-left: 5px solid #cc0066;
}


/* top */

/* main */
article {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}


@media screen and (max-width: 768px) { /* forSMP */
	article {
	float: none;
	width: auto;
	}
	.listL ul li {
	float: left;
	width:48%;
	margin-right:2%;

}
}

strong {
	font-weight:bold;
	font-family: 'FP-KoburinaGoStdN-W6', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}


.pBas {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.pBasC {
    margin-bottom:16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: 0.05em;
	text-align: center;
}

.pBasTop {
    margin-bottom:16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: 0.05em;
}
.pAnswer{
padding: 10px 14px;
font-size:16px;
margin-left: 20px;
	line-height:2.0em;
	margin-bottom: 30px;	
}
.pAnswer span{
	font-size:140%;
}
.newsL {
	margin-bottom: 30px;
	border-bottom:1px dotted #60c1c0;
	padding:10px;
}

.newsL span{
color:#60c1c0;
}

.h2 {
	display: inline-block;
	margin-bottom:30px;
	padding: 8px;
	color: #9cbb1c;
	font-size: 20px;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #ff9502;
}

.h2C {
	/*display: inline-block;
	padding: 6px 14px;*/
	color: #9cbb1c;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin: 0 auto 40px;
	text-align: center;
}

.h2C span{
	padding: 8px;
	border-bottom: 2px solid #ff9502;	
}

.h2Top {
	margin: 16px 0 18px;
	color: #ff9502;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.h3 {
    text-align: center;
	margin-bottom:30px;
	padding: 10px;
	color: #ff9502;
	line-height: 36px;
	font-size: 28px;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #9cbb1c;
}

.h3C {
	text-align: center;
	margin-bottom:20px;
	padding: 8px;
	color: #9cbb1c;
	font-size: 28px;
	line-height: 36px;	
	letter-spacing: 0.05em;
}

.h3n {
padding: 0.4em;
font-size:18px;
border-bottom: 4px solid #be8f68;
}

.h3n span{
color:#be8f68;
font-size: 48px;
}

.h4 {
position: relative;/*相対位置*/
	display: inline-block;
padding: 0.2em 0em 0.2em 1.6em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #945331;/*文字色*/
border-bottom: dotted 2px #945331;
margin-bottom:20px;
font-size: 20px;
}

.h4:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0.25em;/*アイコンの位置*/
top: 0.2em;/*アイコンの位置*/
color: #ff9502; /*アイコン色*/
}

.h4C {
position: relative;/*相対位置*/
padding: 8px;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #945331;/*文字色*/
border-bottom: dotted 2px #ff9502;
margin-bottom:20px;
font-size: 28px;
text-align: center;
}

.h4n {
padding: 0.4em;
color:#945331;
font-size:20px;
border-bottom: 2px solid #9cbb1c;
margin-bottom: 20px;
}

.h4n span{
color:#ff9502;
font-size: 36px;
font-weight: 300;
/*font-style: italic;*/
}

.h4ng {
padding: 0.4em;
color:#9cbb1c;
font-size:20px;
border-bottom: 2px dotted #945331;
margin-bottom: 20px;
}

.h4ng span{
color:#ff9502;
font-size: 36px;
font-weight: 300;
/*font-style: italic;*/
}

.h5 {
  padding: .75em .75em;
  background-color: #00afcc;
  margin-bottom: 50px;
  font-size:28px;
  color:#fff;
  text-align: center;
}

.h6 {
	padding: 3px;
	margin-bottom: 10px;
}

.skuform{
	text-align: center;
	margin-bottom: 50px;
}

.field_price{
	color:#00afcc;
	font-size: 32px;
	padding: 10px;
	margin-bottom: 30px;
}
.skubutton{
	background-color: #ff4500;
	padding: 10px;
	color:#fff;
	font-size:24px;
}


.rinkBox {
position: relative;/*相対位置*/
padding: 1.1em 1.0em 1.0em 1.0em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
margin-bottom:0px;
font-size: 14px;
}

/*
.rinkBox:before{ font-family: FontAwesome;/*忘れずに*/
/*content: "\f0c1";/*アイコンのユニコード*/
/*position: absolute;/*絶対位置*/
/*font-size: 1.8em;/*サイズ*/
/*left: 0.50em;/*アイコンの位置*/
/*top: 0.3em;/*アイコンの位置*/
/*color: #81d8d0; /*アイコン色*/
/*}*/
.boxOrange{
	color:#ed6d00;
	padding: 4px;
	border: 1px solid #ed6d00;
	margin-right:10px;
}

@media screen and (max-width: 768px) { /* forSMP */
	
.pBas {
}

.pBasC {
	text-align: left
	}
	
.h2Top {
line-height: 36px;
font-size:24px;
	}

.h2 {
line-height: 36px;
font-size:24px;
margin-top: 0px;
margin-bottom: 20px;
}
.h3 {
line-height: 36px;
font-size:20px;
}
.h3C{
line-height: 36px;		
}

.h4 {
line-height: 36px;
}
.h4C {
line-height: 36px;
font-size:20px;
}
	.h5 {
font-size:24px;
line-height: 36px;
  margin-bottom: 20px;
}
	
.pBas160 {
	font-size: 140%;
	text-align: left;	
}

}

/* side */
#right {
	float: right;
	width: 240px;
}

#left {
	float: left;
	width: 240px;
}

@media screen and (max-width: 768px) { /* forSMP */
	#right,#left {
	float: none;
	width: 100%;
	}
}


aside {

}

/* aside box */
aside .box {

}

@media screen and (max-width: 768px) { /* forSMP */
	}
}



/* aside title */

aside .title {
	position: relative;
	padding: 24px 0 20px 4px;
	border-top: 2px solid #ded9d9;
	border-bottom: 2px solid #ded9d9;
	font-size: 20px;
	color:#cc0066;
	font-weight:bold;
	margin-bottom: 10px;
}
aside .title::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 50%;
	height: 2px;
	background-color: #564539;
}
aside .title a {
	display: block;
	color:#cc0066;
	text-decoration: none;	
}

aside .title a:hover {
	text-decoration: underline;
}

aside .titleNr {
	position: relative;
	padding: 24px 0 20px 4px;
	border-top: 2px solid #ded9d9;
	border-bottom: 2px solid #ded9d9;
	font-size: 20px;
	color:#cc0066;
	font-weight:bold;	
	margin-bottom: 10px;	
}
aside .titleNr::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 50%;
	height: 2px;
	background-color: #564539;
}

@media screen and (max-width: 768px) { /* forSMP */
	aside .aImg {
			display: none;
	}
}

aside .aImg {
	margin-bottom: 10px;
}	



/* aside ul */
aside .ul {
	margin-bottom: 5px;
}

aside .ul li .linkSide {	
	text-align: left;
}
aside .ul li .linkSide a {
    display: block;
    position: relative;
    z-index: 100;
	font-size: 102%;
    text-decoration:none;
    padding: 4px 0px 4px 16px;	
	margin-top: 0px;
	color:#564539;	
}
aside .ul li .linkSide a:hover {
    color: #cc0066;        /* マウスオーバーカラー */ 
}

.linkSideT a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent; /*top right bottom を透明化 */
    border-left: 10px solid #cc0066;
}
.linkSideT a:hover:before {
    left: 0px;        /*マウスオーバーで三角をずらす */
}

/*aside .ul li {
	font-size: 100%;
}
aside .ul li a,
aside .ul .listNoLink  {
	display: block;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	/*background-image: url(/recruit/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	/*text-decoration: none;
}

aside .ul li a:visited {
}

aside .ul li a:hover {
	text-decoration: underline;
}*/





@media screen and (max-width: 768px) { /* forSMP */
	aside .ul li {
		float: left;
		width: 50%;
		font-size: ;
	}

	aside .ul li:nth-child(odd) {
	}

	aside .ul li a  {
		padding: 10px;
		background-image: none;
	}
}

/* pagetop */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
	opacity:1;
}

#pagetop a {
	text-decoration: none;
	color: #FFF;
	width: 60px;
	text-align: center;
	display: block;
	border-radius: 36px;
	padding: 15px;
	background-color: #945331;
}

#pagetop a:hover {
opacity:0.8;
}

@media screen and (max-width: 768px) { /* forSMP */
	#pagetop {
	bottom: 70px;
	right: 6px;
	font-size: 14px;
	opacity:1;
	z-index:1;
	}
	#pagetop a {
	width: 44px;
	text-align: center;
	display: block;
	border-radius: 0px;
	padding: 10px;
	background-color: #945311;
}
}


/* staff */
.staff {
	margin-bottom:30px;
	width:100%;
}

.staff .staffimg {
	float: left;
	width:30%;
}

.staff .staffimg img {
	padding: 2px;
	border: 2px solid #e6eae6;	
}

.staff .staffbox {
	float: right;
	width:70%;
}

.staff .staffbox th {
	width:30%;
	border-bottom:1px solid #d4d9dc;
	padding:8px;
}
.staff .staffbox td {
	border-bottom:1px solid #d4d9dc;
    padding:8px;
}

.staff .staffbox100 table {
	width:100%;
}

.staff .staffbox100 th {
	width:30%;
	border-bottom:1px solid #d4d9dc;
	padding:8px;
}
.staff .staffbox100 td {
	border-bottom:1px solid #d4d9dc;
    padding:8px;
}


.staffbox ul,
.staffbox100 ul {
	margin-left: 10px;
	padding-left: 5px;
}

.staffbox ul li,
.staffbox100 ul li{
	list-style-type: disc;
}

@media screen and (max-width: 768px) { /* forSMP */
	.staff .staffimg {
		float: none;
		text-align: center;
		width:100%;
		margin-bottom:20px;
	}
	
	.staff .staffbox {
		float: none;
		width:100%;
	}
	
	.staff .staffbox th,
	.staff .staffbox td{
		width:100%;
		display:block;
	}
}



/* crear */
.clearfix {
	overflow:hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
