/*
Template:bootstrap-basic
Theme Name:bootstrap-basic-izumi
*/
@charset"utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*##################################################*/
/* safari10 s ######################################*/
.wrp-mvlinks{
  /* display: -webkit-box; */
}
.wrp-gdclinks{
  /* display: -webkit-box; */
}
.wrp-tow_link{
  /* display: -webkit-box; */
}
.btsz-1 {
  margin: 0 5px;
}
.wrp-tb dd,
.wrp-tb dt {
  display: -webkit-box;
}
.wrp-tb.v2 dd,
.wrp-tb.v2 dt {
  width: 13%;
}
/* safari10 e ######################################*/
/*##################################################*/
body {
  background-color: #fff;
  font-size: 16px;
  color: #000;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, sans-serif;
  min-width: 320px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0 0 10px;
  font-feature-settings : "palt" 1;
  line-height: 200%;
}

.mt60 {
  margin-top:60px;
}

div > p:last-child {
  margin: 0 0 0 0;
}
a {
  color: #000;
  transition: all 300ms 0s ease;
}
div {
  outline: none;
}
a:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #000;
}
.img-block {
  width: 100%;
  display: block;
}
.linkstyle {
  text-decoration: underline;
  color: #2a904f;
}
a,
div {
  word-break: break-all;
  word-wrap: break-word;
}
.container {
  position: relative;
  max-width: 990px;
}
.link {
  color: #3993ec;
}
img {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: none;
}
.circle {
  border-radius: 50%;
}
@font-face {
  font-family: 'eurof56';
  src: url("assets/font/eurof56.ttf");
}
/*---TEXT---*/
.c-1 {
  color: #34b75c;
}
.c-2 {
  color: #007f41;
}
.c-3 {
  color: #89dba2;
}
.c-4 {
  color: #49c66f;
}
.c-5 {
  color: #fd7628;
}
.f-eurof {
  font-family: 'eurof56';
}
.f-cg {
  font-family: 'Century Gothic';
}
/*---BG---*/
.bg-1 {
  background-color: #f0f0f0;
}
.bg-2 {
  background-image: linear-gradient(-45deg, #ffcdb1 25%, #ffc19e 25%, #ffc19e 50%, #ffcdb1 50%, #ffcdb1 75%, #ffc19e 75%, #ffc19e);
  background-size: 8px 8px;
}
.bg-3 {
  background-image: linear-gradient(-45deg, #ddecff 25%, #ccddff 25%, #ccddff 50%, #ddecff 50%, #ddecff 75%, #ccddff 75%, #ccddff);
  background-size: 8px 8px;
}
.bg-4 {
  background-image: linear-gradient(-45deg, #eaffed 25%, #ccffce 25%, #ccffce 50%, #eaffed 50%, #eaffed 75%, #ccffce 75%, #ccffce);
  background-size: 8px 8px;
}
/*---BTN---*/
.btn {
  font-size: 16px;
  border-radius: 0;
  padding: 20px;
  border: none;
  position: relative;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline-offset: 0;
  outline: none;
}
.btn-1 {
  color: #fff;
  background-color: #49c66f;
  box-shadow: 5px 5px 0 #17a843;
  text-align: left;
  padding-left: 25px;
}
.btn-1::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  right: 10px;
  color: #faf0af;
  top: 13px;
  font-size: 28px;
}
.btn-1:hover {
  color: #fff;
  opacity: 0.8;
}
.btsz-1 {
  width: 240px;
}
.btsz-2 {
  width: 105px;
}
.btn-1.v2 {
  text-align: right;
  padding-right: 25px;
}
.btn-1.v2::after {
  content: "\f0d9";
  right: auto;
  left: 10px;
}
.news-btns .item-l,
.news-btns .item-r {
  width: 105px;
}
@media screen and (max-width: 767px) {
  .news-btns .item-l,
  .news-btns .item-r {
    width: 60px;
  }
}
.btn-contact {
  height: 90px; /* 60px */
  width: 180px;
}
.bt_contact-txt {
  margin-left: 10px;
}
/*---HEAD---*/
.head-top {
  background-color: #fff;
}
.wrp-logo {
  padding: 10px 0;
}
.wrp-logo h1 {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.wrp-logo h1 small {
  font-size: 12px;
  color: #b4acac;
  display: block;
  margin-top: 5px;
}
.wrp-tel {
  margin-right: 20px;
  line-height: 1;
}
.tel {
  font-weight: bold;
  font-size: 22px;
  margin-left: 10px;
}
.logo-a:hover {
  opacity: 0.75;
}
/*---20211028 add search start---*/
.head-search {
  background-color: #fff;
}
.head-search .search_box {
  width: 40%;
  float: right;
}
.head-search .search_box .gsc-control-cse{
  padding: 7px 0 3px 0 !important;
}
@media screen and (max-width: 767px) {
  .head-search {
    display: none;
  }
}
/*---20211028 add search end---*/
/*---MAIN---*/
/*mv*/
.wrp-mvt {
  line-height: 1;
  max-width: 365px;
}
.mv_t1 {
  font-size: 48px;
  border-bottom: 3px dotted #007f41;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mv_t2 {
  font-size: 22px;
  margin: 0;
}
.mv-top {
  /*  s */
  background-image: url("assets/images/bg_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*  e */
  background: url("assets/images/bg_01.png") no-repeat scroll center center / cover;
  padding: 100px 0 0;
  height: 680px;
}
.mv-top > .container {
  position: relative;
  height: 100%;
}
.wrp-mvlinks {
  bottom: 20px; /*old -40px*/
  width: 100%;
  max-width: 950px;
}
.mv-bottom {
  background: url("assets/images/bg_02.png");
  padding: 80px 0 30px;
}
/*sec*/
.sec {
  padding: 50px 0;
}
.sec-pd0 {
  padding: 0;
}
.sec-title {
  border-bottom: 1px solid #89dba2;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 18px;
  text-align: center;
}
.sec-title span {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.wrp-infotime {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
.wrp-infotime .item-sub {
  font-size: 14px;
  margin: 15px 0 25px;
}
.sec-btns {
  text-align: center;
  margin-top: 30px;
}
.sec-btns.mt-1 {
  margin-top: 40px;
}
.sec-news {
  background: url("assets/images/bg_03.png") no-repeat scroll center center / cover;
}
.wrp-news_cat > a {
  margin-right: 20px;
  line-height: 1;
  cursor: pointer;
}
.wrp-news_cat > a:last-child {
  margin-right: 0;
}
.fa-my_cat {
  width: 18px;
  height: 18px;
}
.fa_cat-all {
  border: 3px solid #ff844e
}
.fa_cat-visitor {
  border: 3px solid #deac53
}
.fa_cat-concerned {
  border: 3px solid #77c254
}
.fa_cat-job {
  border: 3px solid #54b0e4
}
.fa_cat-event {
  border: 3px solid #f695c0
}
.active > .fa_cat-all {
  background-color: #ff844e;
}
.active > .fa_cat-visitor {
  background-color: #deac53;
}
.active > .fa_cat-concerned {
  background-color: #77c254;
}
.active > .fa_cat-job {
  background-color: #54b0e4;
}
.active > .fa_cat-event {
  background-color: #f695c0;
}
.wrp-news {
  background-color: #fff;
  border: 9px solid #faf0af;
  padding: 20px 20px 20px 25px;
  margin-top: 20px;
}
.genre,
.item-c_dep > a {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  padding: 5px 0;
  line-height: 1;
  color: #fff;
  min-width: 120px;
}
.genre.visitor {
  background-color: #deac53;
}
.genre.concerned {
  background-color: #77c254;
}
.genre.job {
  background-color: #54b0e4;
}
.genre.event {
  background-color: #f695c0;
}
.item-c_dep > a {
  background-color: #888;
}
.genre:hover {
  color: #fff;
}
.sec-gdc {
  background: url("assets/images/bg_05.png") no-repeat scroll center center / cover;
  background-image: url("assets/images/bg_05.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrp-gdclinks .item-ico_link {
  padding: 30px 20px;
  box-shadow: 10px 10px 0 #9de7b4;
  max-width: 300px;
}
.wrp-gdclinks .item-ico_link .item-title {
  border-bottom: 3px dotted #89dba2;
  margin-bottom: 20px;
}
.wrp-gdclinks .item-ico_link .item-img .fa {
  color: #fea36f;
  font-size: 58px;
  right: -5px;
  bottom: -10px;
}

.bl-3_img {
  margin-top:30px;
}
.count_img_2 > div {
  width: 48.5%;
}
.count_img_3 > div {
  width: 31.5%;
  margin: 0 0.5em;
}



/*---ITEM---*/
.item-title {
  font-size: 18px;
}
.item-ico_link {
  padding: 20px 10px;
  background-color: #fff;
  box-shadow: 10px 10px 0 #f4f3f1;
  text-align: center;
  width: 100%;
  max-width: 220px;
  display: block;
}
.item-ico_link .item-title {
  border-bottom: 1px solid #89dba2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.item-ico_link .item-img {
  margin-bottom: 15px;
  position: relative;
}
.item-ico_link .fa {
  font-size: 30px;
}
.item-news {
  font-size: 14px;
  margin-bottom: 20px;
}
.item-news:last-child {
  margin-bottom: 0;
}
.item-news .item-head {
  margin-bottom: 5px;
}
.item-news .item-date {
  margin-right: 15px;
  min-width: 63px;
}
.item-news .item-cats {
  margin-right: 10px;
}
.item-news .item-link {
  text-decoration: underline;
}
.item-box_link {
  background-color: #fcf7c9;
  box-shadow: 10px 10px 0 #f4f3f1;
  width: 100%;
  max-width: 460px;
  font-size: 14px;
}
.item-box_link .item-img {
  min-width: 180px;
}
.item-box_link .item-right {
  padding: 60px 20px 0;
}
.item-box_link .item-title {
  margin-bottom: 15px;
}
.item-box_link .fa {
  font-size: 28px;
  top: 2px;
  position: relative;
}
.item-box_link.v2 {
  background-color: #dff8e7;
  box-shadow: none;
  max-width: none;
}
.item-box_link.v2 .item-img {
  min-width: 460px;

}
.item-box_link.v2 .item-out {
  width: 100%;
  margin-left: 20px;
}
.item-box_link.v2 .item-right {
  padding: 0;
  max-width: 420px;
  width: 100%;
}
.item-box_link.v2 .item-title {
  border-bottom: 3px dotted #89dba2;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.item-box_link.v2 .fa {
  font-size: 38px;
  top: 0;
  right: 0;
  margin: 0 10px;
}
.item-doctor {
  margin-bottom: 50px;
  padding: 20px 0 0 20px;
}
.item-doctor .item-inner {
  background-color: #fefade;
}
.item-doctor .item-img {
  min-width: 240px;
  width: 240px;
  left: -20px;
  top: -20px;
  border-radius: 50%;
  border: 1px dashed #34b75c;
  padding: 8px;
  position: relative;
}
.item-doctor .item-right {
  padding: 35px 40px 20px;
  width: 100%;
}
.item-doctor .item-title {
  border-bottom: 1px solid #34b75c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.item-doctor .item-title span {
  font-size: 14px;
}
.item-doctor .item-meta {
  margin-bottom: 20px;
}
.item-doctor .item-meta p {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
/*---FOOTER---*/
footer {
  padding: 10px 0 0;
}
.totop {
  font-size: 58px;
  display: none;
  padding-top: 5px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  width: 80px;
  height: 80px;
  border: 1px dashed #49c66f;
  position: fixed;
  bottom: 40px;
  right: 30px;
  border-radius: 50%;
}
.wrp-f_links {
  background: url("assets/images/bg_02.png");
  padding: 30px 0;
}
.f_links {
  margin-bottom: 15px;
}
.f_links:last-child {
  margin-bottom: 0;
}
.f_links > li {
  border-right: 1px solid #49c66f;
  padding: 0 10px;
  font-size: 14px;
}
.f_links > li:first-child {
  padding-left: 0;
}
.f_links > li.c-4,
.f_links > li:last-child {
  border-right: none;
}
.foot-b_outer {
  background: url("assets/images/bg_04.png") no-repeat scroll center center / cover;
  /* safari10 s */
  background-image: url("assets/images/bg_04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* safari10 e */
}
.foot-bottom {
  padding: 28px 0 10px;
}
.foot-bottom .wrp-logo {
  padding: 0;
  margin-bottom: 21px;
}
.foot-right {
  font-size: 14px;
  text-align: right;
}
.foot-bottom .btn-contact {
  height: 40px;
}
.f_links_2 {
  margin: 15px 0;
  display: -webkit-box;
}
.f_links_2 > li {
  border-right: 1px solid #000;
  padding: 0 10px;
  font-size: 14px;
}
.f_links_2 > li:last-child {
  border-right: none;
  padding-right: 0;
}
.cpr {
  margin: 0;
  font-size: 14px;
}
/*---FooterLink---*/
.f-box-fx{
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.f-link-box{
	width: 80%;
}
.f-elearning-box{
	width: 20%;
}
@media only screen and (max-width: 767px){
	.f-link-box{
		width: 100%;
	}
	.f-elearning-box{
		width: 100%;
		padding-top: 20px;
	}
}
/*----Slider----*/
.index-slider {
  padding: 20px 40px;
  background-color: #f4f3f1;
}
.slick-slide {
  margin: 0 15px;
  width: 280px;
}
.slick-slide img {
  width: 280px;
}
.slider-style {
  display: none;
  overflow: hidden;
}
.slider-style.slick-initialized {
display: block; /*slick-initializedが付与されたら表示*/}
.slider-style.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider-style .slick-slide {
  position: relative;
}
.slider-style .slick-dots {
  bottom: 0;
}
.slider-style .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
.slider-style .slick-dots li button::before {
  font-size: 16px;
}
.slick-dots li.slick-active button::before {
  opacity: 0.85;
}
.slick-dots li button::before,
.slick-dots li.slick-active button::before {
  color: #e8340c;
}
.slider-style .slider-arrow {
  position: absolute;
  color: #fea36f;
  font-size: 50px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  top: 33%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.slider-style .slider-prev {
  left: 21%;
  transform: rotate(-90deg);
  padding-bottom: 10px;
}
.slider-style .slider-next {
  right: 21%;
  transform: rotate(90deg);
  padding-bottom: 10px;
}
/*---PAGE---*/
/*bread*/
.breadcrumbs {
  font-size: 14px;
  margin-top: 15px;
}
.breadcrumbs > span {
  margin: 0 5px;
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}
.breadcrumbs a {
  color: #34b75c;
  text-decoration: underline;
}
/*global*/
.p_head-top {
  height: 220px;
}
.p_head-bottom {
  background: url("assets/images/bg_02.png");
  padding: 35px 0 30px;
}
.page-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
}
.page-title span {
  display: block;
  margin-bottom: 5px;
}
.page-content {
  padding: 50px 0 110px;
}
.block {
  margin-bottom: 50px;
}
.block-title {
  font-size: 18px;
  background: url("assets/images/i_03.png") no-repeat scroll left bottom;
  padding: 20px 0 20px 75px;
  margin-bottom: 20px;
}
.block-sub {
  font-size: 18px;
  background: url("assets/images/i_04.png") no-repeat;
  padding: 5px 0 6px 42px;
  margin-bottom: 20px;
}
.block-text {
  margin-bottom: 25px;
  line-height: 30px;
}
.block-text:last-child {
  margin-bottom: 0;
}
.bl-txt_img .item-img {
  min-width: 400px;
  margin-left: 30px;
  width: 480px;
}
.bl-txt_bg {
  background-color: #dff8e7;
  padding: 20px;
}
.bl-txt_bg.v2 {padding: 15px;}

.wrp-seclinks {
  background-color: #dff8e7;
  padding: 20px 15px 5px 5px;
}
.inner-seclinks {
  width: 25%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.inner-seclinks i.fa-caret-right {
  display:none;
}

.wrp-seclinks .item-ico_link {
  padding: 30px 15px;
  box-shadow: 10px 10px 0 #9de7b4;
  max-width: none;
  width: 100%;
  text-align: center;
  margin: 0;
}
.wrp-seclinks .item-ico_link .item-img {
  height: 70px;
}
.wrp-seclinks .item-ico_link .item-name {
  margin-bottom: 15px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.wrp-seclinks.v2 .inner-seclinks {
  width: 33.3%;
}
/*table fake*/
.wrp-tb > dl {
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
}
.wrp-tb > dl:last-child {
  margin-bottom: 0;
}
.wrp-tb dd,
.wrp-tb dt {
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;

}
.wrp-tb dt {
  max-width: 240px;
  background-color: #dff8e7;
  font-weight: normal;
  margin-right: 10px;
}
.wrp-tb dd {
  max-width: 710px;
  border: 1px solid #34b75c;
}
.wrp-tb.v2 dd,
.wrp-tb.v2 dt {
  justify-content: center;
  margin-right: 10px;
}
.wrp-tb dt.blank {
  background: none;
}
.wrp-tb.v2 dd:last-child,
.wrp-tb.v2 dt:last-child {
  margin-right: 0;
}
.wrp-tb.v2 .fdc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 0;
  justify-content: flex-start;
}
.wrp-tb .fdc > span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 20px 5px;
  min-height:98px;
}
.wrp-tb .fdc hr {
  display: block;
  border-color: #34b75c;
  width: 100%;
  margin: 0 0 -1px 0;
}
/*
.wrp-tb .fdc hr:last-of-type {
display: none;
}
*/
.wrp-tb .fdc .remark {
  display: block;
  font-size: 12px;
}
/*
.wrp-tb .fdc.col_2 > span {
height: 50%;
}
.wrp-tb .fdc.col_3 > span {
height: 33.333333333%;
}
*/
.tbl_layout dl > * {
  max-width: calc((100% / 7) - 10px);
}
.tbl_layout.ct6 dl > * {
  max-width: calc((100% / 6) - 10px);
}

/*tab*/
.tab-head {
  margin-bottom: 70px;
}
.tab-foot {
  margin-top: 70px;
}
.t_head-4 > .btn-tab {
  width: 23%;
  margin-bottom:20px;
  margin-right: 2.33333%;
}
.t_head-4 > .btn-tab:nth-child(4n) {
  margin-right:0;
}

.btn-tab {
  font-size: 18px;
  border: 1px dashed #34b75c;
  position: relative;
  padding: 0;
  height: 68px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-tab::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px dashed #9de7b4;
  left: 0;
  top: 0;
}
.btn-tab.active {
  background-color: #9de7b4;
  border: none;
  box-shadow: none;
}
.balloon-b {
  position: relative;
}
.balloon-b:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 20px solid #9de7b4;
}
.balloon-t:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 20px solid #9de7b4;
}

/*---FORM---*/
.form-control {
  border-radius: 0;
  border-color: #34b75c;
  font-size: 16px;
  height: auto;
  padding: 13px 12px 12px;
}
.form-p_1 {
  font-size: 14px;
  margin-bottom: 20px;
}
.wrp-tb.vform dt {
  padding: 14px 20px;
  margin-right: 20px;
}
.wrp-tb.vform dd {
  border: none;
  padding: 0;
}
.wrp-tb.vform dd.dd_box {
  display: block;
}
.f_box-1 {
  width: 220px;
  margin-right: 20px;
}
.f_box-1 .f_label {
  min-width: 55px;
}
.f_box-2 .form-control {
  width: 78px;
  margin: 0 10px;
}
.f_box-2 > span:first-child > .form-control {
  margin-left: 0;
}
.f_box-3 .f_label {
  min-width: 75px;
}
.f_box-3 select {
  min-width: 220px;
}
.form-btns {
  width: 100%;
}
.form-btdiv {
  position: relative;
}
.form-btdiv::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  right: 10px;
  color: #faf0af;
  top: 15px;
  font-size: 28px;
}
.form-btdiv2 {
  margin-right: 20px;
}
.btn-2 {
  font-family: 'FontAwesome';
  box-shadow: 5px 5px 0 #aaa;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 20px;
  right: -30px;
}
.wpcf7-form-control-wrap {
  /* width: 100%; */
}
.wpcf7-form-control-wrap textarea {
  width:100%;
  box-sizing:border-box;
}
/*---SINGLE---*/
.p_head-top.v2 {
  background: url("assets/images/cover_02.png") no-repeat scroll center center / cover;
}
.wrp-news.v2 {
  padding: 40px;
  line-height: 1.8;
}
.news-btns {
  margin-top: 30px;
}
.news-head {
  position: relative;
}
.news-cats {
  left: 75px;
  top: -13px;
}
.news-head .item-date {
  min-width: 93px;
}
.post-type-archive-section .p_head-top,
.section-template-default .p_head-top {
  background: url("assets/images/cover_01.png") no-repeat scroll center center / cover;
}
.name_position {
  display:block;
  font-size:12px;
}
.item-doctor .item-meta span {
  line-height:200%;
}

.skd_info {
  margin-bottom:30px;
}
.skd_info p {
  font-size:14px;
  line-height:160%;
}
.item-img-text {
  font-size: 14px;
}
.item-new{
  font-size: 12px;
  text-align: center;
  display: inline-block;
  padding: 5px;
  line-height: 1;
  color: #FFF;
  background-color: #FA5858;
  margin-right: 6px;

  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    25% {opacity:1;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    25% {opacity:1;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    25% {opacity:1;}
    100% {opacity:1;}
}

/* PDFリンク */
.pdf-text{
  color: #49c66f!important;
  font-weight: bold!important;
  border-bottom: 1px solid #49c66f!important;
  text-decoration: none!important;
}
.pdf-text:before{
  content: '-';
  margin-right: 3px;
  padding-right: 18px;
  background: url("/wordpress/wp-content/themes/bootstrap-basic-izumi/assets/images/page/common/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 1px;
}

/* URLリンク */
.url-text{
  color: #f39e6e!important;
  font-weight: bold!important;
  border-bottom: 1px solid #f39e6e!important;
  text-decoration: none!important;
}
.url-text:before{
  content: '-';
  margin-right: 3px;
  padding-right: 18px;
  background: url("/wordpress/wp-content/themes/bootstrap-basic-izumi/assets/images/page/common/icon_url.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 1px;
}

.div_izumi-center_02{margin: 40px 0;}
.smll_01{font-size: 12px; color: #696969; line-height: 1.4;}

/*search body*/
.wrp-sea_body{margin: 20px auto 0; max-width: 800px;}
.sea_body-l{padding-top: 5px;}
.item-s_body{margin-bottom: 9px; line-height: 1.1; max-width: 185px; width: 100%;}
.item-s_body .item-head{background-color: #26a3e5; text-align: center; color: #fff; padding: 5px;}
.item-s_body .item-main{background-color: #fff4e9; padding: 20px 12px 12px; margin-bottom: 5px;}
.item-s_body .item-label{color: #26a3e5; text-align: center; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #26a3e5;}
.item-s_body a{display: block; font-size: 14px; line-height: 1.25;}
.item-s_body a::before{content: "▪"; color: #26a3e5;}
.sea_body-foot{margin: 10px auto 0; max-width: 375px;}
.sea_body-foot .item-s_body{max-width: none;}
.sea_body-foot .item-main{max-width: 186px; width: 100%;}
.item-s_body .item-label small{font-size: 12px;}

/*visit*/
.visit-blocks{margin-bottom: 40px;}
.ul-disc{padding-left: 20px;}
.ul-disc, .ul-disc li{margin: 0; list-style: disc;}
.wrp-visit_item .item{max-width: 304px; margin-right: 25px; position: relative; width: 30.8%;}
.wrp-visit_item .item::after{right: -24px; top: 95px; position: absolute; content: ""; background: url("assets/images/i_05.png") no-repeat scroll 0 0; width: 21px; height: 20px;}
.wrp-visit_item .item:last-child{margin-right: 0;}
.wrp-visit_item .item:last-child::after{content: none;}
.wrp-visit_item .item-label{margin: 10px 0;}
.wrp-visit_item .item-text{font-size: 15px;}
.block-sub_label{font-size: 16px; margin: 30px 0 15px; font-weight: bold; color: #34b75c;}

/*---PC---*/
@media only screen and (min-width: 768px) {
  /*---NAV---*/
  .head-nav {
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
    border: none;
    position: absolute;
    left: 0;
    /* top: 90px; */ /* old 60px*/
    top: 140px;
    width: 100%;
    padding: 20px 0;
  }
  .home .head-nav {
    background: none;
  }
  .navbar-nav > li > a {
    padding: 10px 20px;
    border-right: 1px solid #34b75c;
    font-size: 18px;
  }
  .navbar-nav > li:last-child > a {
    padding-right: 0;
    border-right: none;
  }
  .mynav {
    float: right;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background: none;
    text-decoration: underline;
  }
  .block-title.mb-1 {
    margin-bottom: 30px;
  }

  /*visit*/
  .wrp-visit_1{margin: 0 auto; max-width: 630px;}
  .wrp-visit_1 img{width: 303px;}
}
@media only screen and (max-width: 1020px) {
  .mv-top {
    padding-bottom: 20px;
    height: auto;
  }
  .wrp-mvlinks {
    position: static;
    margin-top: 150px;
  }
  .item-ico_link {
    max-width: none;
    width: 48%;
    margin-bottom: 20px;
  }
  .mv-bottom {
    padding-top: 30px;
  }
  .wrp-gdclinks .item-ico_link {
    max-width: none;
    width: 31%;
  }
  .item-box_link {
    box-shadow: 5px 5px 0 #f4f3f1;
    margin-bottom: 30px;
    width: 100%;
    max-width: none;
  }
  .item-box_link:last-child {
    margin-bottom: 0;
  }
  .inner-seclinks {
    width: 33.3%;
  }
  .item-img-text {
    font-size: 14px;
    line-height:140%;
  }
  .bl-txt_img .item-img {
    min-width: 280px;
    margin-left: 30px;
    width: 280px;
  }
}

/*---Pad---*/
@media only screen and (max-width: 800px) {
  /*search body*/
  .sea_body-l{padding-top: 5px;}
  .item-s_body{margin-bottom: 9px; font-size: 14px;}
  .item-s_body .item-main{padding: 20px 7px 10px;}
  .item-s_body .item-label{padding-bottom: 13px; margin-bottom: 13px;}
  .item-s_body .sm-hidden{display: none;}
  .wrp-visit_item .item::after{top: 55px;}

}

/*---Sm---*/
@media only screen and (max-width: 767px) {
  /*search body*/
  .sea_body-l{padding-top: 5px;}
  .item-s_body{margin-bottom: 9px; font-size: 12px;}
  .item-s_body a{font-size: 12px;}
  .item-s_body .item-main{padding: 15px 5px 10px;}
  .item-s_body .item-label{padding-bottom: 5px; margin-bottom: 5px;}
  .item-s_body .sm-hidden{display: none;}

  /*visit*/
  .wrp-visit_1 img{margin-bottom: 20px;}
  .wrp-visit_1{display: block; width: 100%;}
  .wrp-visit_item.flex{display: block;}
  .wrp-visit_item .item{max-width: none; margin:0 0 40px; width: 100%;}
  .wrp-visit_item .item::after,.wrp-visit_item .item.v2::after{right: 0; left: 0; margin: 0 auto; top: auto; bottom: -27px; position: absolute; content: ""; background: url("assets/images/i_06.png") no-repeat scroll 0 0; width: 21px; height: 20px;}
  .wrp-visit_item .item-img{text-align: center;}
  .wrp-visit_item .item-text{font-size: 14px;}

  body {
    font-size: 14px;
  }
  /*---HEAD---*/
  .logo-img {
    width: 50px;
  }
  .wrp-logo h1 {
    font-size: 14px;
  }
  .wrp-logo h1 small {
    font-size: 10px;
  }
  /*---NAV---*/.navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: none;
  }
  .m-toggle {
    margin: 0;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
  }
  .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
    margin-top: 14px;
  }
  .offcanvas-toggle.is-open .icon-bar:nth-child(4) {
    transform: rotate(-135deg) translate(8px, 8px);
    margin-top: 4px;
  }
  /*offcanvas*/
  .mynav {
    padding-top: 43px;
  }
  .dropdown-menu {
    float: none;
  }
  .off-base.navbar-offcanvas.in {
    background-color: rgba(255, 255, 255, 0.9);
    overflow: auto;
  }
  .mynav > ul > li > a {
    padding: 15px;
    border-bottom: 1px dashed #ddd;
  }
  .mynav > ul > li > a::before {
    margin-right: 7px;
  }
  .mynav > ul > li > a::after {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    position: absolute;
    right: 10px;
    color: #34b75c;
    font-size: 24px;
  }
  .mynav > ul > li > a.dropdown-toggle::after {
    content: "\f067";
    font-size: 18px;
  }
  .mynav > ul > li > a.dropdown-toggle.d_open::after {
    content: "\f068";
  }
  .mynav > ul > li > a.dropdown-toggle.d_open {
    border: none;
  }
  .wrp-tel_con {
    padding-top: 30px;
  }
  .wrp-tel_con > a {
    width: 100%;
  }
  .mynav .wrp-tel {
    margin: 0 0 20px;
  }
  /*---BTN---*/
  .btn {
    font-size: 14px;
  }
  .btn-1 {
    padding: 15px;
    box-shadow: 3px 3px 0 #17a843;
  }
  .btn-1::after {
    right: 5px;
    top: 11px;
    font-size: 22px;
  }
  .wrp-btn_w .btsz-1 {
    width: 48%;
  }
  .btn-contact {
    font-size: 16px;
  }
  /*---MAIN---*/
  /*mv*/
  .mv_t1 {
    font-size: 34px;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  .mv-top {
    padding: 15px 0 10px;
    height: auto;
  }
  .wrp-mvlinks {
    position: static;
    margin-top: 15px;
  }
  .mv_t2 {
    font-size: 18px;
    margin: 0;
  }
  .item-ico_link .item-img {
    margin-bottom: 15px;
    position: relative;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }
  /*sec*/
  .wrp-news_cat > li {
    margin: 0 0 10px;
    width: 50%;
  }
  .fa-my_cat {
    width: 15px;
    height: 15px;
  }
  .wrp-news {
    border: 5px solid #faf0af;
    padding: 20px 15px;
    margin-top: 10px;
  }
  .wrp-gdclinks .item-ico_link {
    box-shadow: 5px 5px 0 #9de7b4;
    width: 100%;
    margin-bottom: 30px;
    max-width: none;
  }
  .wrp-gdclinks .item-ico_link:last-child {
    margin-bottom: 0;
  }
  .index-slider {
    padding: 20px 0;
  }
  .slick-slide {
    margin: 0 5px;
  }
  /*---ITEM---*/
  .item-title {
    font-size: 16px;
  }
  .item-ico_link {
    box-shadow: 5px 5px 0 #f4f3f1;
    padding: 15px 5px 5px;
  }
  .item-news {
    display: block;
  }
  .item-news .item-cats,
  .item-news .item-date {
    margin: 0 0 5px;
  }
  .item-box_link {
    box-shadow: 5px 5px 0 #f4f3f1;
    display: block;
  }
  .item-box_link .item-img {
    text-align: center;
    padding-top: 15px;
  }
  .item-box_link .item-right {
    padding: 15px;
  }
  .item-box_link.v2 .item-img {
    min-width: auto;
    padding: 0;
  }
  .item-box_link.v2 .item-out {
    margin-left: 0;
    padding: 15px 10px 15px 15px;
  }
  .item-box_link.v2 .item-right {
    padding: 0;
    max-width: none;
  }
  .item-box_link.v2 .item-title {
    border-bottom: 3px dotted #89dba2;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .item-box_link.v2 .fa {
    font-size: 30px;
    margin-right: 0;
  }
  .item-doctor {
    margin-bottom: 30px;
    padding: 0;
  }
  .item-doctor .item-inner {
    background-color: #fefade;
    padding: 15px 15px 5px;
    display: block;
  }
  .item-doctor .item-img {
    position: static;
    margin: 0 auto;
  }
  .item-doctor .item-title {
    text-align: center;
  }
  .item-doctor .item-right {
    padding: 0;
    margin-top: 20px;
  }
  .item-doctor .item-meta span {
    min-width: 50px;
    line-height:200%;
  }
  .item-news .fx-cc {
    display: block;
    align-items: center;
  }
  .item-news .fx-cc > div {
    display: inline-block;
  }
  .item-news .fx-cc > div:first-child {
    display: block;
  }
  /*---FOOTER---*/
  .totop {
    font-size: 58px;
    padding-bottom: 5px;
    line-height: 1;
    text-decoration: none !important;
    width: 80px;
    height: 80px;
    border: 1px dashed #49c66f;
    position: fixed;
    bottom: 40px;
    right: 30px;
    border-radius: 50%;
  }
  .wrp-f_links {
    background: url("assets/images/bg_02.png");
    padding: 30px 0;
  }
  .f_links {
/*    margin-bottom: 25px; */
    margin-bottom: 0px;
    display: block;
  }
  .f_links:last-child {
    margin-bottom: 0;
  }
  .f_links > li {
/*    border-top: 1px dashed #49c66f; */
    border-bottom: 1px dashed #49c66f;
    border-right: none;
    padding: 10px 0;
  }
  .f_links > li.c-4 {
    border-top: none;
  }
  .f_links > li:last-child {
    border-bottom: 1px dashed #49c66f;
  }
  .foot-bottom .wrp-logo {
    margin-bottom: 10px;
    text-align: center;
  }
  .wrp-address {
    text-align: center;
  }
  .foot-left {
    width: 100%;
  }
  .foot-right {
    text-align: left;
    margin-top: 20px;
    width: 100%;
  }
  .foot-bottom .btn-contact {
    height: 60px;
    width: 100%;
    max-width: 290px;
  }
  .btn-recruit {
    width: 130px;
    height: 60px;
    font-size: 15px;
  }
  .img-recruit>img{
    width: 130px;
    height: 90px;
  }
  .foot-bottom .wrp-tel {
    width: 100%;
    margin: 20px 0 0;
  }
  .fr-1 {
    text-align: center;
  }
  .f_links_2 {
    margin: 25px 0 40px;
    display: block;
  }
  .f_links_2 > li {
    border-bottom: 1px dashed #000;
    border-right: none;
    padding: 10px 0;
  }
  .cpr {
    font-size: 10px;
    letter-spacing: -0.1px;
  }
  .totop {
    font-size: 30px;
    padding-top: 4px;
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 10px;
  }
  /*---PAGE---*/
  /*bread*/
  .breadcrumbs {
    font-size: 12px;
  }
  /*flex break*/
  .bl-txt_img {
    display: block;
  }
  /*global*/
  .p_head-top {
    height: 90px;
  }
  .p_head-bottom {
    padding: 20px 0;
  }
  .page-title {
    font-size: 20px;
  }
  .page-content {
    padding: 50px 0 60px;
  }
  .block-title {
    font-size: 16px;
    background-size: auto 40px;
    padding: 11px 0 12px 50px;
    flex-wrap: wrap;
    position: relative;
  }
  .block-title::after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #f4f3f1;
    width: calc(100% - 15px);
    bottom: 0;
    left: 15px;
  }
  .block-sub {
    font-size: 16px;
    padding: 6px 0 7px 40px;
  }
  .bl-txt_img .item-img {
    min-width: auto;
    margin: 20px 0 0;
  }
  .bl-3_img .item-img {
    width: 33%;
  }
  .bl-txt_bg {
    padding: 20px 15px;
  }
  .wrp-seclinks {
    padding: 20px 5px 5px;
  }
  .inner-seclinks,
  .wrp-seclinks.v2 .inner-seclinks {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 25px;
  }
  .wrp-seclinks .item-ico_link {
    padding: 20px 10px;
    box-shadow: 5px 5px 0 #9de7b4;
  }
  .wrp-seclinks .item-ico_link .item-name {
    min-height: 40px;
  }
  .wrp-news.v2 {
    padding: 20px;
  }
  .wrp-news_cat > a {
    margin-bottom: 8px;
  }

  .count_img_2 > div.item-img {
    width: 100%;
    display: flex;
  }
  .count_img_3 > div.item-img {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom:3%;
  }
  .count_img_3 > div.item-img > a {
    width: 45%;
  }
  .count_img_3 > div.item-img > p {
    box-sizing:border-box;
    padding-left:15px;
  }

  /*table fake*/
  .wrp-tb dd,
  .wrp-tb dt {
    padding: 10px;
    font-size: 12px;
  }
  .wrp-tb dt {
    margin-right: 5px;
    width: 30%;
  }
  .wrp-tb dd {
    width: 70%;
  }
  .wrp-tb.v2 dd,
  .wrp-tb.v2 dt {
    width: 100%;
    padding: 10px 0;
    margin-right: 5px;
  }
  .wrp-tb.v2 dd:last-child,
  .wrp-tb.v2 dt:last-child {
    margin-right: 0;
  }
  .tbl_layout dl > * {
    max-width: 100%;
  }
  .wrp-tb .fdc .remark {
    font-size: 10px;
  }
  .tbl_layout.wrp-tb.v2 {
    overflow-x: auto;
  }
  .tbl_layout.wrp-tb.v2 > dl {
    min-width: 450px;
  }
  /*tab*/
  .tab-head {
    margin-bottom: 50px;
  }
  .tab-foot {
    margin-top: 50px;
  }
  .t_head-4 > .btn-tab {
    width: 24%;
    margin-right:1.333333%;
  }
  .btn-tab {
    font-size: 12px;
  }
  .balloon-b:before,
  .tab-head .btn-tab.active::before {
    border-top: 15px solid #9de7b4;
  }
  .balloon-t:before,
  .tab-foot .btn-tab.active::before {
    border-bottom: 15px solid #9de7b4;
  }
  /*---SINGLE---*/
  .news-head .item-cats {
    left: 50px;
  }
  .news-head .item-date {
    min-width: 74px;
  }
  .news-btns .btsz-1 {
    width: 150px;
  }
  .news-btns .btsz-2 {
    width: 60px;
    padding-left: 7px;
  }
  .news-btns .btn-1.v2 {
    padding-right: 7px;
  }
  .news-cats {
    left: 51px;
    top: -19px;
  }
  /*---FORM---*/
  .form-control {
    padding: 13px 12px 12px;
  }
  .wrp-tb.vform > dl {
    display: block;
    margin-bottom: 20px;
  }
  .wrp-tb.vform dt {
    margin: 0 0 10px;
  }
  .wrp-tb.vform dd,
  .wrp-tb.vform dt {
    max-width: none;
    width: 100%;
  }
  .form-btdiv::after {
    top: 10px;
  }
  .item-img-text {
    font-size: 14px;
    line-height:140%;
  }
  .fx-bw.bl-3_img {
    flex-direction: column;
  }
  .bl-txt_img .item-img {
    min-width: 100%;
    margin-left: 0px;
    width: 100%;
  }
}





.wrp-tab .fx-bw {
  justify-content:flex-start;
}



/* ------------------------------------------- */
/* 外来診察担当医表 */
/* ------------------------------------------- */
.p_head-top {
  background: url(/wordpress/wp-content/themes/bootstrap-basic-izumi/assets/images/cover_01.png) no-repeat scroll center center / cover;
  /* safari10 s */
  background-image: url("/wordpress/wp-content/uploads/2018/10/img_cover011.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* safari10 e */
}
.schedule_info_list {
  margin-bottom:30px;
}
.schedule_info_list ul {
  padding:20px;
  background-color: #dff8e7;
}
.schedule_info_list li {
  font-size:12px;
  margin-bottom:4px;
}
.schedule_info_list li:last-child {
  margin-bottom:0;
}
.schedule_info_list li:before{
  content:'※';

}
table.schedule_list {
  border-collapse:collapse;
}
table.schedule_list th,
table.schedule_list td {
  border:solid 1px #4d4d4d;
  text-align:center;
}
table.schedule_list td.ap {
  padding:0 5px;
  min-height: 78px;
}
table.schedule_list thead th {
  background-color: #dff8e7;
  padding:5px 0;
}
table.schedule_list td.vrt {
  vertical-align:top;
  width:13%;
  min-height: 78px;
}
.remarks {
  font-size:12px;
  display:block;
}
table.schedule_list td .doctor_set {
  padding:10px 0;
  border-bottom:solid 1px #4d4d4d;
  margin-bottom:-1px;
  min-height: 78px;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
}
ul.schedule_list_btns{
  display: inline-block;
}
ul.schedule_list_btns > li{
  display: inline-block;
  margin-bottom: 1ex;
}
@media only screen and (max-width: 767px) {
  .schedule_area {
    overflow-x: auto;
  }
  table.schedule_list {
    min-width: 600px;
  }

}


/* Section Single */
.single-section .tab-content .block .block-text a {
  text-decoration: underline;
  color: #34b75c;
  font-weight: bold;
}
.single-section .tab-content .block .emoji {
  margin-right: 10px !important;
}
.single-section .count_img_3 {
  margin-bottom: 50px;
}
.single-section .block-sub {
  margin-top: 30px;
}


/* Margin */
@media screen and (max-width: 767px) {
  .sp-mb0{margin-bottom: 0 !important;}.sp-mb10{margin-bottom: 10px !important;}.sp-mb15{margin-bottom: 15px !important;}.sp-mb20{margin-bottom: 20px !important;}.sp-mb25{margin-bottom: 25px !important;}.sp-mb30{margin-bottom: 30px !important;}.sp-mb35{margin-bottom: 35px !important;}.sp-mb40{margin-bottom: 40px !important;}.sp-mb45{margin-bottom: 45px !important;}.sp-mb50{margin-bottom: 50px !important;}.sp-mb55{margin-bottom: 55px !important;}.sp-mb60{margin-bottom: 60px !important;}.sp-mb65{margin-bottom: 65px !important;}.sp-mb70{margin-bottom: 70px !important;}.sp-mb75{margin-bottom: 75px !important;}.sp-mb80{margin-bottom: 80px !important;}
}


/*--実績テーブル用-----------------------------------*/

.width-100{
  width: 100%;
}
.width-75{
  width: 75%;
}
.width-50{
  width: 50%;
}
.width-40{
  width: 40%;
}
.width-25{
  width: 25%;
}
.width-20{
  width: 20%;
}
.width-10{
  width: 10%;
}
.table-performance{
  border: 2px solid #888;
  padding: 12px;
  margin-top: 12px;
  margin-bottom: 24px;
}
.table-performance tbody tr:hover{
  background-color: #EEE;
}
.table-performance th, .table-performance td{
  border: 1px solid #888;
  padding: 6px;
}
.table-performance td{
  text-align: center;
}
.table-performance thead{
  background-color: #faf0af;
  border: 2px solid #888;
}
.tbody-thead{
  background-color: #faf0af;
  font-weight: bold;
}
.table-performance tfoot{
  border-top: double 4px #888;
}
.border-bottom-bold{
  border-bottom: 2px solid #888;
}
@media only screen and (max-width: 767px) {
 .width-s-100{
   width: 100%;
 }
 .s-width-scroll{
   overflow-x: scroll;
 }
 .s-width-scroll table{
   width: 768px;
 }
}

/*-------------------------------------------------*/
/* TOPページ、カバー画像部分のボタン改修 2020/04/01      */
/*-------------------------------------------------*/
.top_main_menu_area{
	bottom: 70px;
	width: 100%;
	max-width:950px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: absolute;
}
.top_main_menu_box{
/*	width: 30%; */
  width: 23%;
	margin: 15px 1%;
}
.top_main_menu_box a.menu_btn {
	padding: 25px 10px 25px 20px;
	box-sizing: border-box;
	background-color: #49c66f;
	box-shadow: 10px 10px 0 #17a843;
	text-align: left;
	width: 100%;
	display: block;
	position: relative;
	color: #fff;
}
.top_main_menu_box a.menu_btn::after {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	right: 10px;
	color: #faf0af;
	top: 16px;
	font-size: 28px;
}
.f_size20 {
	font-size: 20px !important;
}
/* 20210401 3行3列対応 ----------------------- */
.top_main_menu_area_3{
	bottom: 30px;
	width: 100%;
	max-width:950px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: absolute;
}
.top_main_menu_box_3{
    width: 31%;
    margin: 10px 1%;
}
.top_main_menu_box_3 a.menu_btn_3 {
  padding: 15px 10px 15px 20px;
  box-sizing: border-box;
/*  background-color: #49c66f; 
  box-shadow: 10px 10px 0 #17a843; */
  background-color: #00a331db; 
  box-shadow: 6px 6px 0 #3f3f3fc2;
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
}
.top_main_menu_box_3 a.menu_btn_3::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  right: 10px;
  color: #faf0af;
  top: 10px;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
	.top_main_menu_area{
		position: static;
		margin-top:15px;
	}
	.top_main_menu_box a.menu_btn {
		padding: 20px 10px 20px 10px;
		box-shadow: 5px 5px 0 #17a843;
	}
	.top_main_menu_box{
		width: 46%;
		margin: 10px 2%;
	}
	.top_main_menu_box a.menu_btn::after {
		top: 11px;
	}
  .f_size20 {
		font-size: 14px !important;
	}
  /* 20210401 3行3列対応 ----------------------- */
	.top_main_menu_area_3{
		position: static;
		margin-top:15px;
	}
  .top_main_menu_box_3 a.menu_btn_3  {
		padding: 15px 10px 15px 10px;
		box-shadow: 5px 5px 0 #17a843;
	}
  .top_main_menu_box_3{
		width: 46%;
		margin: 10px 2%;
  }
  .top_main_menu_box_3 a.menu_btn_3::after {
		top: 6px;
	}
}

/*-------------------------------------------------*/
/* 栄養管理室 活動写真追加 2020/04/03      */
/*-------------------------------------------------*/

.ov_block {
  overflow: hidden;
}

.kat_txt {
    width: 58%;
    float: left;
}

.kat_pic {
    width: 40%;
    float: right;
}


@media screen and (max-width: 767px) {
  .kat_txt {
      width: 100%;
  }

  .kat_pic {
      width: 100%;
  }
}

/*----------------20200414-----------------*/

.cl_red {
    background-color: #ff4040!important;
    box-shadow: 10px 10px 0 #8b2b2b!important;
}

/*----------------20200414-----------------*/

.cl_yellow {
    background-color: #ffff00!important;
    box-shadow: 10px 10px 0 #ffd700 !important;
		color:#000 ! important;
}

/*----------------20201318-----------------*/

.cl_yellow2 {
    background-color: #fde74d!important;
    box-shadow: 10px 10px 0 #a89617 !important;
    color: #000 ! important;
}

/*----------------20210729-----------------*/
.test {display:none;}

