@charset "utf-8";

/* -----common----- */
table p:last-of-type, table ul:last-of-type, table ul li:last-of-type, table ol:last-of-type, table ol li:last-of-type {
  margin-bottom: 0;
}
a.link01 {
  background: rgba(84,157,209,1.00);
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 6px 20px 5px 35px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  position: relative;
}
a.link01::before, a.link01::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
a.link01::before {
  left: 15px;
  width: 10px;
  height: 2px;
  background: #fff;
}
a.link01::after {
  left: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.link01:hover {
  opacity: 1;
  background: rgb(48, 128, 230);
}
.sign {
  text-align: right;
}
.text_notice {
  margin-left: 18px;
}
.text_notice span {
  margin-left: -18px;
  margin-right: 4px;
}
.ol_01,.ol_02,.ol_03,.ol_99 {
  counter-reset: num 0;
  list-style: none;
  margin-left: 15px;
  padding-left: 0;
}
.ol_01 > li {
  counter-increment: num 1;
  display: block;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
  top: 2px;
}
.ol_01 > li:last-of-type {
  margin-bottom: 0;
}
.ol_01 > li::before {
  content: counter(num);
  display: inline-block;
  width: 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: rgb(84,157,209);
  padding: 2px 0 1px;
  position: absolute;
  top: -2px;
  left: 0;
}
.ol_02 > li {
  counter-increment: num 1;
  font-size: 12px;
  padding-left: 38px;
  margin-bottom: 5px;
  position: relative;
}
.ol_02 > li:before {
  content: "※"counter(num);
  display: block;
  width: 38px;
  position: absolute;
  left: 0;
  top: 0;
}
.ol_03 > li {
  counter-increment: num 1;
  position: relative;
}
.ol_03 > li:before {
  content: counter(num);
  display: block;
  text-align: center;
  color: #600;
  border: 1px solid;
  border-radius: 30px;
  position: absolute;
  left: 0;
}
.ol_99 > li .headline {
  font-weight: bold;
  color: #3F110C;
  padding-left: 35px;
  margin-bottom: 8px;
  position: relative;
}
li .headline {
  display: block;
  font-weight: bold;
  color: #3F110C;
}
.listmark {
  position: relative;
}
.listmark span {
  position: absolute;
  left: 0;
}
.table01 {
  border: 1px solid #3F110C;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 15px;
}
.table01 td {
  border: 1px solid #333;
  padding: 7px;
}
.table01 th {
  background: #fff9b1;
  color: #3f110c;
}
.table02 {
  border: 1px solid #3F110C;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.table02 td {
  border: 1px solid #333;
  padding: 7px;
}
.table02 th {
  color: #3f110c;
  background: url(../img/common/yellow02.jpg) no-repeat;
}
.table03 {
  border: 1px solid #3F110C;
  border-collapse: collapse;
  margin-bottom: 15px;
  margin: 0;
  padding: 0;
}
.table03 th,
.table03 td {
  padding: 2px;
  border: 1px solid #333;
  text-align: center;
}
.table03 th {
  background: #fff9b1;
  color: #3f110c;
}
 .table04 {
  border: 1px solid #3F110C;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.table04 td {
  border-bottom: 1px dotted #3F110C;
  padding: 7px;
}
.table04 th {
  color: #3f110c;
  background: url(../img/common/yellow02.jpg) no-repeat top left /100%;
  border-bottom: 1px dotted #3F110C;
  border-right: 1px dotted #3F110C;
  text-align: center;
}
@-webkit-keyframes bt_rectext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bt_rectext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bt_rectext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 781px) {
  .listmark {
	padding-left: 20px;
  }
}
@media (max-width: 780px) {
  .listmark {
	padding-left: 15px;
	position: relative;
  }
  .table03 th {
	background: linear-gradient(to bottom, #fbfb94 0%, #fff 88%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
}

/* -----contents-parts----- */
#wrapper {
  margin-left: auto;
  margin-right: auto;
}
header {
  margin: auto;
}
header h1 a {
  display: block;
}
header .menunav {
  margin-right: 15px;
  position: absolute;
  top: 45px;
  width: 60px;
  right: 0;
}
#gloval_nav_sp ul,
.gloval_nav_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
#main {
  display: block;
  margin: auto;
}
footer {
  margin: auto;
  position: relative;
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
.box_left {
  position: relative;
}
.box_left div a:hover {
  opacity: 1;
}
.sidenavi_box .ln_bt02 p {
  display: block;
  text-align: center;
  color: #9f6cc9;
}
.sidenavi_box .ln_bt08 p {
  display: block;
  color: #00ac97;
  position: relative;
}
.sidenavi_box .ln_bt08 p::before,
.sidenavi_box .ln_bt08 p::after {
  content: '';
  height: 18px;
  position: absolute;
  top: 5px;
}
.sidenavi_box .ln_bt08 p::before {
  border-left: solid 2px;
}
.sidenavi_box .ln_bt08 p::after {
  border-right: solid 2px;
}
.sidenavi_box .ln_bt09 p {
  text-align: center;
  color: #F74696;
  border-bottom: 1px dashed #F74696;
}
.submanu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  list-style: none;
}
.con h2 {
  font-weight: bold;
  color: #963;
}
@media (min-width: 781px) {
  .ol_01 > li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ol_02 > li:before {
	width: 24px;
	height: 24px;
  }
  .ol_03 > li {
	font-size: 15px;
	margin-bottom: 13px;
	padding-left: 35px;
  }
  .ol_03 > li:before {
	width: 24px;
	height: 24px;
	font-size: 14px;
	top: -2px;
  }
  #wrapper {
    width: 1132px;
	background: url(../img/nurs/side_pc.png) repeat-y ,#fff;
  }
  header {
    width: 1000px;
    height: 103px;
	background: url(../img/nurs/header_pc.jpg) no-repeat;
  }
  .header_sub {
    height: 120px;
	background: url(../img/nurs/header_sub.jpg) no-repeat;
  }
  header h1 a {
    width: 230px;
    height: 90px;
  }
  header h1 a .logo_sp{
	display: none;
  }
  header .header_tel,header .menunav, #gloval_nav_sp, .header_top_sp {
	display: none;
  }
  #gloval_nav_sp .close{
    display: none;
  }
  #main {
    width: 1000px;
  }
  footer {
	background: url(../img/nurs/footer_pc.jpg) no-repeat top /100%,#FFF6F7;
    width: 1000px;
    height: 150px;
  }
  footer .footer_con .logo,
  footer .footer_con .address,
  footer .footer_tel {
	display: none;
  }
  footer .footer_con {
	width: 100%;
	height: 100%;
	text-align: right;
	position: relative;
  }
  footer .footer_con .copyright {
	font-size: 12px;
	color: #999;
	position: absolute;
	bottom: 10px;
	right: 20px;
  }
  .box_left {
    width: 214px;
	min-height: 600px;
	background: url(../img/nurs/leftback.jpg) no-repeat top 1px left;
	padding-top: 38px;
  }
  .box_left::before {
	content: "";
	width: 100%;
	height: 38px;
	background: url("../img/nurs/leftback_top.jpg") no-repeat;
	position: absolute;
	left: 0;
	top: 0;
  }
  .box_left div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
  }
  .sidenavi_box > div {
    margin-top: 3px;
    position: relative;
  }
  .sidenavi_box div a .spnavi{
	display: none;
  }
  .sidenavi_box .ln_bt00 {
    margin-top: 0;
  }
  .sidenavi_box .ln_bt02 {
    margin-top: 28px;
  }
  .sidenavi_box .ln_bt02 p {
    font-size: 13px;
  }
  .sidenavi_box .ln_bt08 p {
    font-size: 13px;
    padding: 0 14px;
  }
  .sidenavi_box .ln_bt08 p::before {
	left: 6px;
	transform: rotate(-30deg);
  }
  .sidenavi_box .ln_bt08 p::after {
	left: 200px;
	transform: rotate(30deg);
  }
  .sidenavi_box .ln_bt09 p {
    width: 80%;
    font-size: 13px;
    margin: 5px 20px;
  }
  .sidenavi_box .new::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 22.5px;
	background: #FC3;
	position: absolute;
	left: 25px;
	top: 8px;
	z-index: 10;
  }
  .sidenavi_box .new::after {
	content: "NEW";
	display: inline-block;
	width: 35px;
	height: 22.5px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #400000;
	position: absolute;
	left: 25px;
	top: 9px;
	-webkit-animation: bt_rectext 0.4s infinite alternate;
	-moz-animation: bt_rectext 0.4s infinite alternate;
	animation: bt_rectext 0.4s infinite alternate;
	z-index: 11;
  }
  .box_left .ln_bt_instagram {
    margin-top: 28px;
    margin-left: 18px;
  }
  .box_left .ln_bt_instagram a {
    width: 100%;
  }
  .box_left .ln_bt_instagram a img {
    width: auto;
    transition: .5s;
  }
  .box_left .ln_bt_instagram a .spnavi {
    display: none;
  }
  .box_left .ln_bt_instagram a:hover img {
    opacity: 0.8;
  }
  .box_left .f_access_nurs {
    color: #F46A4A;
    margin: 15px 0 10px 10px;
  }
  .box_left .f_access_nurs p {
    line-height: 130%;
    margin-bottom: 15px;
  }
  .box_left .f_access_nurs span {
    font-size: 13px;
  }
  .box_right {
    width: 786px;
  }
  .box_right .gloval_nav_pc {
    width: 786px;
	height: 48px;
	background: url(../img/nurs/menu_pc.jpg) no-repeat;
  }
  .box_right .tab_btn {
	cursor: pointer;
   }
  .gloval_nav_pc .tab_btn {
	display: block;
	width: 264px;
	height: 48px;
	background: url(../img/nurs/menu_pc.jpg) no-repeat;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
  }
  .gloval_nav_pc .tab_btn:nth-of-type(n+2) {
    width: 255px;
  }
  .gloval_nav_pc p.tab_btn:hover, .gloval_nav_pc p.tab_btn.active {
    background-position-y: -50px;
	opacity: 1;
  }
  .gloval_nav_pc .tab_btn:nth-of-type(2) {
    background-position: -264px 0px;
  }
  .gloval_nav_pc .tab_btn:nth-of-type(3) {
    background-position: -519px 0px;
  }
  .gloval_nav_pc .tab_btn span {
    display: none;
  }
  .contents {
    padding: 20px 10px 20px 20px;
  }
  .contents .tab_btn.active,
  .contents .tab_panel {
    display: none;
  }
  .contents .tab_panel.active {
    display:block;
  }
  .submanu {
	width: 100%;
	background: url(../img/nurs/submenu_back.jpg) no-repeat center;
  }
  .submanu ul {
	justify-content: space-around;
	background: linear-gradient(to bottom,rgba(255,255,255, 0.5),rgba(238, 231, 183, 0.5),rgba(238, 231, 183, 0.5),rgba(238, 231, 183, 0.5));
	border-bottom: 2px solid rgba(90, 28, 18, 0.7);
  }
  .submanu ul li {
	text-align: center;
	position: relative;
  }
  .submanu ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1px;
	text-decoration: none;
	color: #5A1C12;
	padding: 11px 0 7px;
  }
  .submanu ul li a span span {
	font-size: 14px;
  }
  .submanu ul li::before,
  .submanu ul li::after {
	content: "";
	position: absolute;
  }
  .submanu ul li::before {
	background: rgba(90, 28, 18, 0.2);
	width: 1px;
	height: 80%;
	top: 3px;
	right: 0;
  }
  .submanu ul li::after {
	background: rgba(90, 28, 18, 0.7);
	width: 100%;
	height: 1px;
	bottom: 1px;
	left: 0;
  }
  .con {
    margin: 0 20px;
  }
  .con h2 {
	font-size: 22px;
	margin-left: -10px;
  }
}
@media (max-width: 780px) {
  .text_notice {
    font-size: 12px;
  }
  .ol_01 > li::before{
    line-height: 1.8em;
    top: -2px;
  }
  .ol_02 > li {
	padding-left: 35px;
  }
  .ol_02 > li:before {
	width: 35px;
  }
  .ol_03 > li {
	margin-bottom: 8px;
	padding-left: 27px;
  }
  .ol_03 > li:before {
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 160%;
  }
  #wrapper {
	background: url(../img/nurs/side_sp.png) repeat-y left/100% ,#fff;
  }
  header {
    background: url(../img/nurs/header_sp.png) repeat-x scroll center top transparent;
  }
  header h1 {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 15px;
	padding-top: 5px;
	position: relative;
  }
  header h1 a {
	display: inline-block;
	width: 50%;
	max-width: 160px;
	margin: 0;
  }
  header h1 a:hover, header .header_top_sp div a:hover {
	opacity: 1;
  }
  header h1 a img {
	width: 100%;
  }
  header h1 .header_tel {
	width: 50%;
	max-width: 157px;
	position: absolute;
	right: 0;
	bottom: 6px;
  }
  header .header_top_sp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 10px;
  }
  header .header_top_sp div {
	width: 50%;
	max-width: 159px;
  }
  header .header_top_sp div a,
  header .header_top_sp div img {
    display: block;
  }
  footer {
	width: 100%;
	background: url(../img/nurs/footer_sp.png) repeat-y center center /230% 110%;
	padding: 135px 13px 15px;
	margin: -134px 0 0;
  }
  footer .footer_con {
	width: calc(100% - 40px);
  }
  footer .footer_con p {
	line-height: 1.5;
	color: #666;
  }
  footer .footer_con .logo {
	font-size: 10px;
	font-weight: bold;
  }
  footer .footer_con .logo span,
  footer .footer_con .address,
  footer .footer_con .copyright {
	font-size: 9px;
  }
  footer .footer_tel {
	width: 40px;
  }
  #main{
    z-index: 10;
    position: relative;
  }
  .box {
	padding: 0 12px 12px;
  }
  .box_left {
    width: 100%;
	order: 2;
  }
  .box_left .sidenavi_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
  }
  .sidenavi_box .ln_bt07,
  .ln_bt_instagram a img:not(.spnavi),
  .sidenavi_box div a img:not(.spnavi) {
	display: none;
  }
  .sidenavi_box > div,
  .box_left .ln_bt_instagram {
	width: 100%;
	max-width: 320px;
	text-align: center;
	margin: 5px auto 0;
  }
  .sidenavi_box div {
	width: calc(100% / 3);
	max-width: 106px;
	margin-top: 0;
  }
  .sidenavi_box div a,
  .sidenavi_box div .spnavi {
    display: block;
  }
  .f_access_nurs {
    display: none;
  }
  .ln_bt_instagram a,
  .ln_bt_instagram a img {
	display: block;
	width: 100%;
  }
  .ln_bt_instagram a {
    background: url(../img/common/spnavi_instagram.png) no-repeat left /100%;
	box-shadow: 1px 1px 5px #999;
	border-radius: 5px;
  }
  .ln_bt_instagram a img {
	max-width: 168px;
	margin: auto;
  }
  .box_right {
	width: 100%;
	order: 1;
  }
  .gloval_nav_pc {
	display: none;
  }
  .contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
  }
  .contents .tab_btn {
    display: none !important;
  }
  .contents .tab_panel:nth-of-type(2) {
	order: 2;
  }
  .contents .tab_panel:nth-of-type(3) {
	order: 3;
  }
  .contents .tab_panel:nth-of-type(4) {
	order: 4;
  }
  .contents .tab_panel:last-of-type {
	order: 1;
  }
  .submanu ul li {
	margin-right: 20px;
  }
  .submanu ul li::before {
	content: "≫";
  }
  .submanu ul li a {
	font-size: 13px;
  }
  .con h2 {
	font-size: 14px;
  }
}
/* ----------------------------------------------------------------------------- */

/* ----index.html---- */
/* message */
.message p {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  background: #FC6;
  border: 2px dashed #FFF;
  padding: 14px 10px 12px 43px;
  position: relative;
  line-height: 150%;
}
.message p::before {
  content: "";
  width: 33px;
  height: 32px;
  background: url(../img/nurs/apple.png) no-repeat 0 3px;
  position: absolute;
  top: 3px;
  left: 6px;
}
/* maplenurs */
/* pagetopボタン */
.pagetop {
  width: 100%;
  text-align: right;
  padding: 0 15px;
}
.pagetop a {
  display: inline-block;
  width: 38px;
  height: 38px;
}
@media (min-width: 781px) {
  /* topimg */
  .topimg {
	margin-bottom: 15px;
  }
  .topimg > img {
	display: block;
	width: 746px;
  }
  /* message */
  .message {
    margin-bottom: 30px;
  }
  /* maplenurs */
  .maplenurs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
  }
  .maplenurs img {
    width: 150px;
	margin-right: 10px;
  }
  .maplenurs ul {
    font-size: 14px;
    margin: 15px 0 0 20px;
  }
}
@media (max-width: 780px) {
  /* topimg */
  .topimg {
  	width: 100%;
	max-width: 320px;
	margin: 0 auto 10px;
  }
  .topimg p {
  	font-size: 12px;
	line-height: 150%;
  }
  /* message */
  .message {
    margin-bottom: 15px;
  }
  /* maplenurs */
  .maplenurs img {
    width: 100%;
  }
  .maplenurs ul {
    font-size: 12px;
    margin-left: 20px;
  }
}
/* ----------------------------------------------------------------------------- */

#nurs .contents .menu04 {
  width: 107px;
  height: 37px;
  background: url(../img/nurs/backtop.jpg) no-repeat;
  margin-bottom: 20px;
}
#nurs .contents .menu04 span {
  display: none;
}
#nurs .t_maple {
  font-size: 17px;
  font-weight: bold;
  color: #008600;
  margin-bottom: 20px;
}
#nurs .tab_panel.about .t_maplenurs {
  width: 748px;
  height: 55px;
  background: url(../img/nurs/t_maplenurs.jpg) no-repeat;
  margin: 30px 0 15px;
}
#nurs .tab_panel.about .t_maplenurs span{
  display: none;
}
#nurs .tab_panel.about .con div {
  border: 1px dotted #8fbc8f;
  margin: 0 20px 20px 0;
  padding: 10px;
}
#nurs .tab_panel.about .con div p {
  display: inline-block;
  margin-bottom: 0;
}
#nurs .tab_panel.about .con div p:not(.t_maple){
  cursor: pointer;
  text-decoration: underline;
  color: #551A8B;
  transition: all .3s ease-in-out;
}
#nurs .tab_panel.about .con div .t_maple{
  margin-right: 20px;
}
@media (max-width: 780px) {
  #nurs .contents {
    margin-bottom: 30px;
  }
  #nurs .about {
	display: none !important;
  }
  #nurs .tab_panel {
	display: block;
	width: 100%;
  }
  #nurs .tab_panel .t_nurs {
	background: url("../img/nurs/t_back.jpg") repeat-x;
	width: 100%;
	height: 51px;
	font-size: 16px;
	font-weight: bold;
	color: #008600;
	border-radius: 5px;
	box-shadow: 1px 1px 8px #CCCCCC;
	padding: 20px 0 0 20px;
  }
  #nurs .tab_panel .con {
	display: none;
	height: auto;
	font-size: 12px;
	margin-top: 10px;
	padding: 0 5px;
  }
}