@charset "UTF-8";


/*
============================================================ */
/* fadein
============================================================ */

/* 初期状態 */
.js-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* 表示されたら */
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}


@media screen and (max-width: 768px) {
  .js-fadein {
    transform: translateY(20px);
    transition-duration: 0.6s;
  }
}



/*
============================================================ */
/* header
============================================================ */


.lay-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#lay-header {
  top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    position: fixed;
    height: 135px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
	border-radius: 0 0 30px 30px;
}


@media print {
  #lay-header {
    position: static;
  }
}
#lay-header .lay-header-inner {
    padding: 25px 40px;
/*
    display: flex;
    justify-content: space-between;
*/
}



@media screen and (max-width: 970px) {
#lay-header {
    height: 115px;
}
}

@media screen and (max-width: 970px) {
#lay-header .lay-header-inner {
    padding: 15px 20px;
}
}

.header-inner-wrap{
	display: flex;
    align-items: center;
    justify-content: space-between;
}


/* lay-head-logo */
#lay-header .lay-head-logo {
/*  max-width: 50%;*/
  font-size: 16px;
}
#lay-header .lay-head-logo img {
  width: auto;
  height: 60px;
}

@media screen and (max-width: 970px) {
#lay-header .lay-head-logo img {
    height: 65px;
    padding-top: 10px;
}
}


@media screen and (max-width: 840px) {
#lay-header .lay-head-logo img {
        height: 60px;
    }
}


.lay-header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 14px;
}

@media screen and (max-width: 970px) {
.lay-header-top {
    margin-bottom: 10px;
}
}


/* lay-header-nav */
#lay-header .lay-header-nav {
/*  max-width: 50%;*/
    align-content: center;
}
/* lay-header-search */
#lay-header .lay-header-search {
  width: 30%;
  margin-right: 12px;
/*
  max-width: 300px;
  margin-left: auto;
*/
}

@media screen and (max-width: 830px) {
#lay-header .lay-header-search {
    width: 23%;
}
}


#lay-header .lay-header-search form {
  position: relative;
  width: 100%;
  max-width: 180px;
}
#lay-header .lay-header-search input[type="text"] {
      width: 100%;
    border: 1px solid var(--color_main);
    padding: 8px 30px 8px 10px;
    font-size: 12px;
    line-height: 1;
    vertical-align: top;
    max-width: none;
    border-radius: 50px;
    box-sizing: border-box;
}
#lay-header .lay-header-search input[type="image"] {
  position: absolute;
  top: 49%;
    right: 10px;
    width: 20px;
    height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

span.h-contact {
    margin-right: 15px;
}

span.h-contact a{
	background-color: var(--color_main);
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 90%;
}

@media screen and (max-width: 830px) {
span.h-contact a {
    letter-spacing: 0;
}
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-header {
    height: 90px;
    border-radius: 0 0 15px 15px;
	box-shadow: 0 0 5px #b0b0b0;

/*
	background: none;
	backdrop-filter: none;
*/
  }
  #lay-header .lay-header-inner {
    padding: 0 30px;
  }
  /* lay-head-logo */
  #lay-header .lay-head-logo {
    padding-top: 5px;
    max-width: 100%;
        position: absolute;
        z-index: 999;
        top: 0;
  }
  #lay-header .lay-head-logo img {
    width: auto;
    height: 70px;
  }
  /* lay-header-nav */
  #lay-header .lay-header-nav {
    display: none;
  }
  /* lay-header-search */
  #lay-header .lay-header-search {
    display: none;
  }
}
@media screen and (max-width: 700px) {
	
	
  #lay-header .lay-header-inner {
    padding: 0 20px;
  }
	
}

@media screen and (max-width: 600px) {
	
  #lay-header {
    height: 60px;
	}
	
  #lay-header .lay-head-logo img {
        height: 45px;
        padding-top: 5px;
  }
}


@media screen and (max-width: 460px) {
	
#lay-header {
    }
	
  #lay-header .lay-head-logo img {
    height: 38px;
    padding-top: 0px;
  }
	
	
#lay-header .lay-head-logo {
        padding-top: 10px;
	        left: 10px;
	}
	
}

/*
============================================================ */
/* global-nav
============================================================ */
#lay-header .lay-global-nav {
/*  margin-top: 8px;*/
}

@media screen and (max-width: 1100px) {
#lay-header .lay-global-nav {
    margin-top: 0px;
}
}

#lay-header .lay-global-nav .lay-global-nav-inner {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
}
#lay-header .lay-global-nav .lay-global-nav-inner > li {
  position: relative;
  padding: 0 10px;
}

@media screen and (max-width: 1100px) {
#lay-header .lay-global-nav .lay-global-nav-inner > li {
    padding: 0 8px;
}
}    

@media screen and (max-width: 920px) {
#lay-header .lay-global-nav .lay-global-nav-inner > li {
        padding: 0 6px;
    }
}





#lay-header .lay-global-nav .lay-global-nav-inner > li:first-child {
/*  padding-left: 0;*/
}
#lay-header .lay-global-nav .lay-global-nav-inner > li:last-child {
  padding-right: 0;
}


#lay-header .lay-global-nav .lay-global-nav-inner > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 70%;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#lay-header .lay-global-nav .lay-global-nav-inner > li:first-child:before{
  content: none;
}
#lay-header .lay-global-nav .lay-global-nav-inner > li > a {
  display: block;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color_font);
  line-height: 1.3;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease-in-out; 
}

#lay-header .lay-global-nav .lay-global-nav-inner > li:hover a{
/*  color: var(--color_link);*/
  transition: all 0.2s ease-in-out;
}


#lay-header .lay-global-nav .lay-global-nav-inner > li:last-child a {
  padding-right: 0;
}


/*
#lay-header .lay-global-nav .lay-global-nav-inner > li:nth-child(3) > a{
	padding-right: 0;
}
*/


#lay-header .lay-global-nav .lay-global-nav-inner > li > a span {
  vertical-align: middle;
}

@media screen and (max-width: 920px) {
#lay-header .lay-global-nav .lay-global-nav-inner > li > a span {
    vertical-align: unset;
    font-size: 90%;
}
}

#lay-header .lay-global-nav .lay-global-nav-inner > li > ul {
  position: absolute;
  left: 50%;
  z-index: 600;
  display: none;
  width: 100%;
  min-width: 300px;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, .1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
}
#lay-header .lay-global-nav .lay-global-nav-inner > li:first-child > ul {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#lay-header .lay-global-nav .lay-global-nav-inner > li:last-child > ul,
#lay-header .lay-global-nav .lay-global-nav-inner > li:nth-last-child(2) > ul {
  left: inherit;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#lay-header .lay-global-nav .lay-global-nav-inner > li > ul > li a {
  position: relative;
  display: block;
  padding: 8px 25px 8px 10px;
  border-bottom: 1px dotted #6c6c6c;
  color: var(--color_font);
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  box-sizing: border-box;
  transition: all .1s ease-in-out;
  background-image: url(../images/arrow.png);
    background-position: right 14px top 15px;
    background-size: 10px;
    background-repeat: no-repeat;
}


#lay-header .lay-global-nav .lay-global-nav-inner > li > ul > li span.title{
	margin-top: 0;
}


#lay-header .lay-global-nav .lay-global-nav-inner > li > ul > li a:hover {
	background-position: right 10px top 15px;
	transition: all 0.2s ease-in-out;
}


#lay-header .lay-global-nav .lay-global-nav-inner > li > ul > li:last-child a {
  border: none;
  padding-right: 30px;
}

span.h-number {
    display: block;
    font-size: 180%;
    line-height: 130%;
    padding-left: 30px;
    font-weight: bold;
    background-image: url(../images/tel.png);
    background-position: left top 12px;
    background-size: 28px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
span.h-number {
    background-position: left top 7px;
}
}


@media screen and (max-width: 830px) {
span.h-number {
    font-size: 190%;
    background-position: left top 8px;
}
}


span.h-number a{
	color: var(--color_font)
}

.sp-tel-btn{
	display: none;
	}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-header .lay-global-nav {
    display: none;
  }
	
	
.sp-tel-btn{
	position: fixed;
        top: 0;
        right: 79px;
        z-index: 1000;
        width: 80px;
        height: 90px;
        cursor: pointer;
        display: block;
        background-image: url(../images/common/sp-tel.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 80px;

	}
	
	
.sp-tel-btn a{
	display: block;
  width: 100%;
  height: 100%;
	}
	 
	
}
@media screen and (max-width: 600px) {
	
	
.sp-tel-btn{
	right: 59px;
	width: 60px;
        height: 60px;
        background-size: 60px;
        background-position: top -5px center;
	
	}
	
.sp-tel-btn img{
	}
	
}






/*
============================================================ */
/* side nav toggle btn
============================================================ */
.lay-side-nav-toggle-btn {
  position: fixed;
    top: 0;
    right: -1px;
    z-index: 1000;
    display: none;
    width: 80px;
    height: 90px;
    cursor: pointer;
    background-color: var(--color_main);
    /* background: #fff url(../images/common/side-nav-toggle-btn-bg.svg) no-repeat center bottom 12px; */
    background-image: url(../images/common/menu.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80px;
	border-radius: 0 0 15px 0;
}



.lay-side-nav-toggle-btn-inner {
  position: relative;
  top: calc(50% - 7px);
  left: 50%;
  width: 30px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lay-side-nav-toggle-btn-inner span {
/*
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #6c6c6c;
  border-radius: 0;
  transition: all .4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
*/
}
.lay-side-nav-toggle-btn-inner span:nth-of-type(1) {
  top: 0;
}
.lay-side-nav-toggle-btn-inner span:nth-of-type(2) {
  top: calc(50% - 2px);
}
.lay-side-nav-toggle-btn-inner span:nth-of-type(3) {
  bottom: 0;
}
.lay-side-nav-toggle-btn.active .lay-side-nav-toggle-btn-inner span:nth-of-type(1) {
  top: calc(50% - 1px);
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.lay-side-nav-toggle-btn.active .lay-side-nav-toggle-btn-inner span:nth-of-type(2) {
  opacity: 0;
}
.lay-side-nav-toggle-btn.active .lay-side-nav-toggle-btn-inner span:nth-of-type(3) {
  bottom: calc(50% - 1px);
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .lay-side-nav-toggle-btn {
    display: block;
  }
}


@media screen and (max-width: 600px) {
.lay-side-nav-toggle-btn {
	width: 60px;
        height: 60px;
        background-size: 60px;
        background-position: top -5px center;
}
}

/*
============================================================ */
/* side nav
============================================================ */
.lay-side-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 800;
  transition: opacity .4s;
  opacity: 0;
}
.lay-side-nav.active {
  display: block;
  opacity: 1;
}

/* lay-menu-search */
.lay-side-nav .lay-menu-search {
  padding: 120px 40px 0;
}
.lay-side-nav .lay-menu-search form {
  position: relative;
}
.lay-side-nav .lay-menu-search input[type="text"] {
/*
  width: 100%;
  border: 1px solid #6c6c6c;
  padding: 7px 40px 7px 10px;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
*/
}
.lay-side-nav .lay-menu-search input[type="image"] {
/*
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: #6c6c6c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
*/
}



.lay-menu-search .topics-search {
    margin: 10px auto 40px auto;
    max-width: unset;

}


/* lay-menu-purpose */

.lay-menu-purpose {
    padding: 0px 40px;
}

.lay-menu-purpose .medical-info-purpose{
	
}

.lay-menu-purpose .medical-info-purpose.btnwaku{
    border: 2px solid #cae8ef;
    border-radius: 10px;
}


.lay-menu-purpose .medical-info-purpose .btn a {
        padding: 25px 15px 25px 65px;
	    background-size: 0, 40px;
}


.lay-menu-purpose .medical-info-purpose .btn.outpatient a {
    border-radius: 10px 0 0 0;
}

.lay-menu-purpose .medical-info-purpose .btn.outpatient-dr a {
	border-radius: 0 10px 0 0;
}

.lay-menu-purpose .medical-info-purpose .btn.department a{
	border-radius: 0 0 0 10px;
}

.lay-menu-purpose .medical-info-purpose .btn.consultation a{
	border-radius: 0 0 10px 0;
}



@media screen and (max-width: 685px) {
	
	
.lay-menu-purpose .medical-info-purpose .btn a {
    padding: 62px 15px 15px 15px;
    background-size: 0, 40px;
    text-align: center;
	background-position: right 16px center, top 16px center;
}
	
	
.lay-menu-purpose .medical-info-purpose .btn a:hover {
	background-position: right 16px center, top 16px center!important;
	}
	
	
}

@media screen and (max-width: 600px) {
.lay-menu-purpose .medical-info-purpose {
        grid-template-columns: repeat(3, 1fr);
    }
	
	
.lay-menu-purpose .medical-info-purpose .btn {
    background-color: #fff;
	font-size: 90%;
	}
	
.lay-menu-purpose .medical-info-purpose .btn a {
        padding: 62px 5px 12px 5px;
        letter-spacing: 1px;
    }
	
.lay-menu-purpose .medical-info-purpose .btn:nth-child(1), .medical-info-purpose .btn:nth-child(2), .medical-info-purpose .btn:nth-child(3) {
        border-bottom: 2px solid #fff;
    }
	
.lay-menu-purpose .medical-info-purpose .btn:not(:first-child) {
    border-left: 2px solid #fff;
}
	
.lay-menu-purpose .medical-info-purpose .btn:nth-child(4) {
        border-left: none;
    }
}

@media screen and (max-width: 500px) {

.lay-side-nav .lay-menu-search {
        padding: 80px 20px 0;
    }
	
.lay-menu-search .topics-search {
    padding: 0;
}
	
.lay-menu-purpose {
    padding: 0px 20px;
}
	
	
.lay-menu-purpose .medical-info-purpose .btn {
        font-size: 85%;
    }
	
.lay-menu-purpose .medical-info-purpose .btn a {
        letter-spacing: 0;
    }
	

}



/* lay-menu-list */
.lay-side-nav .lay-menu-list {
  padding: 60px 40px 150px;
}
.lay-side-nav .lay-menu-list > li {
    margin-bottom: 40px;
    padding-left: 5px;
    padding-bottom: 12px;
    border-bottom: 1px solid #999;
}

ul.lay-menu-list {
}

ul.lay-menu-list li{
}

ul.lay-menu-list li span{
	color: var(--color_font);
    font-size: 130%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0;
    /* background-color: #fff; */
    border-radius: 35px;
    background-image: url(../images/arrow.png);
    background-position: right 10px center;
    background-size: 16px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
	margin-bottom: 15px;
}

ul.lay-menu-list li a{
	text-decoration: none;
}




.lay-side-nav .lay-menu-list > li > span {
	
}
.lay-side-nav .lay-menu-list > li > span a {
    color: var(--color_font);
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0;
/*    background-color: #fff;*/
    border-radius: 35px;
    background-image: url(../images/arrow.png);
    background-position: right 10px center;
    background-size: 16px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

.lay-side-nav .lay-menu-list > li > span a:hover {
	transition: all 0.2s ease-in-out;
	background-position: right 16px center;
}


.lay-side-nav .lay-menu-list > li > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  margin-bottom: 15px;
}
.lay-side-nav .lay-menu-list > li > ul > li {
  width: calc((100% - 20px) / 2 - .1px);
/*  margin-top: 10px;*/
  margin-right: 20px;
}
.lay-side-nav .lay-menu-list > li > ul > li:nth-child(even) {
  margin-right: 0;
}
.lay-side-nav .lay-menu-list > li > ul > li > .title {
  position: relative;
  display: block;
  background-image: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.lay-side-nav .lay-menu-list > li > ul > li > .title a {
  display: inline-block;
  padding: 5px 5px 5px 18px;
    font-size: 14px;
    font-weight: 400;
  text-decoration: none;
  color: var(--color_font);
}
.lay-side-nav .lay-menu-list > li > ul > li > .title a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background: var(--color_main);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


@media screen and (min-width: 812px) {
  .lay-side-nav.active {
    display: none;
  }
}

/* sp side nav
------------------------------------------------------------ */
@media screen and (max-width: 550px) {
  /* lay-menu-search */
  .lay-side-nav .lay-menu-search {
/*    padding: 40px 20px 0;*/
  }
  /* lay-menu-list */
  .lay-side-nav .lay-menu-list {
    padding: 90px 20px 140px;
  }
  .lay-side-nav .lay-menu-list > li {
    margin-bottom: 25px;
  }
  .lay-side-nav .lay-menu-list > li > ul {
    margin-top: 10px;
  }
  .lay-side-nav .lay-menu-list > li > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .lay-side-nav .lay-menu-list > li > ul > li > .title a {
    font-size: 14px;
    padding: 3px 5px 3px 25px;
  }
  .lay-side-nav .lay-menu-list > li > ul > li > .title a::before {
    top: 15px;
    width: 13px;
    height: 13px;
    border-radius: 13px;
  }
}

.lay-side-nav-toggle-btn.active {
    background-image: url(../images/common/close.png);
}



/*
============================================================ */
/* container
============================================================ */
#lay-container {
  position: relative;
  z-index: 3;
  text-align: left;
}



/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-container {
    margin-top: 0;
    padding-top: 0;
  }
}
/*
============================================================ */
/* footer
============================================================ */

#lay-footer {
    position: relative;
	overflow: hidden;
    padding-top: 50px;
	background-image: url(../images/bg-pale.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom 110% center;
}

/*
@media screen and (max-width: 767px) {
#lay-footer {
    padding-top: 20px;
}
}
*/

#lay-footer .ribbon-r{
	bottom: 230px;
    top: auto;
}

 #home .f-map{
	display: block!important;
}

.f-map iframe{
	width: 100%!important;
	height: 300px!important;
	border-radius: 10px;
}


.f-map{
	display: none;
}



.f-wrap{
	display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 70px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cbcbcb;
}

@media screen and (max-width: 940px) {
.f-wrap {
    margin-top: 50px;
}
}


.f-l{
	width: 60%;
}

.f-logo{
	margin-bottom: 50px;
}

.f-logo img{
	width: auto;
	height: 60px;
}


@media screen and (max-width: 940px) {
.f-logo img {
    height: 50px;
}
}


.f-add-text {
    font-size: 80%;
	margin-bottom: 30px;
	padding-left: 5px;
}

.f-add-text span.icon{
	display: inline-block;
    color: #828282;
    padding-left: 35px;
    width: 150px;
    border-right: 1px solid #999;
    margin-right: 30px;
    background-position: left top 4px;
    background-size: 20px;
    background-repeat: no-repeat;
}


.f-location span.icon{
	background-image: url(../images/f-add.png);
}

.f-tel span.icon{
	background-image: url(../images/f-tel.png);
}

.f-hour span.icon{
	background-image: url(../images/f-hour.png);
}

.f-schedule span.icon{
	background-image: url(../images/f-holiday.png);
}



.f-r{
	width: 40%;
	padding-left: 50px;
}

ul.f-menu{}

ul.f-menu li{
	margin-bottom: 20px;
    font-size: 90%;
}


ul.f-menu li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    margin-bottom: 2px;
    margin-right: 10px;
    background: var(--color_main);
    border-radius: 2px;
    vertical-align: middle;
}


p#lay-copy-right{
	text-align: center;
    font-size: 65%;
    letter-spacing: 0;
    padding-bottom: 50px;
}

@media screen and (max-width: 811px) {
p#lay-copy-right {
    padding-bottom: 110px;
}
}


@media screen and (max-width: 900px) {
.f-wrap {
    display: block;
    padding-bottom: 20px;
}
	
	
.f-l,.f-r {
    width: 100%;
	padding-left: 0;
}
	
.f-r {
	border-top: 1px solid #cbcbcb;        
	padding-top: 30px;
    margin-top: 40px;
	padding-left: 5px;
	}
	
    
	
.f-logo {
    margin-bottom: 40px;
}
	
.f-add-text {
    margin-bottom: 20px;
    padding-left: 0;
}
	
	
.f-add-text span.icon {
    padding-left: 35px;
    width: 120px;
    border-right: none;
	}
	
ul.f-menu li a,.f-add-text.f-tel a{
	text-decoration: none;
	}
	
#lay-footer .ribbon-r {
        right: -20px;
    }
	
.f-map iframe {
    height: 200px !important;
}
	
}

@media screen and (max-width: 600px) {

.f-wrap {
    margin-top: 40px;
}
}



@media screen and (max-width: 550px) {
	
.f-add-text {
	display: flex;
    }
	
.br-wrap{
	
	}
	
.f-add-text span.icon {
    padding-left: 30px;
	margin-right: 10px;
	}

.f-add-text span.br{
	display: block;
	}
}


@media screen and (max-width: 390px) {
	
.f-add {
    font-size: 90%;
}
	
.f-add-text span.icon {
        width: 105px;
	}
	

.f-add-text span.icon {
        padding-left: 28px;
	    background-position: left top 0px
}
	
	
ul.f-menu li {
    margin-bottom: 10px;
    font-size: 80%;
}
	
}



/*

============================================================ */
/* bottom-menu
============================================================ */


@media screen and (min-width: 812px) {
    .bottom-menu {
        display: none;
    }
}


@media screen and (max-width: 811px) {
.bottom-menu {
	display: block;
    }
	
.bottom-menu ul{
	position: fixed;
	background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        bottom: 0;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
        width: 100%;
        min-width: 320px;
        max-width: 450px;
        z-index: 800;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
        box-shadow: 0 0 5px #b0b0b0;
	    padding: 10px 0;
	}
	
.bottom-menu ul li{
	text-align: center;
	font-weight: 500;
        /* height: 65px; */
        width: 100%;
        overflow: hidden;
        border-left: 1px solid #cbcbcb;
        font-size: inherit;
	background-position: center top 0px;
    background-size: 40px;
    background-repeat: no-repeat;
        
}
	
	
.bottom-menu ul li:first-child{
	border-left: none;
	}
	
	
.bottom-menu ul li a{
	text-decoration: none;
        display: block;
        padding: 40px 5px 3px 5px;
        font-size: 85%;
	}
	
	
.bottom-menu ul li.bm-hour{
	background-image: url(../images/bm-hour.png);
	}
	
.bottom-menu ul li.bm-outpatient-dr{
	background-image: url(../images/bm-outpatient-dr.png);
	}
	
.bottom-menu ul li.bm-department{
	background-image: url(../images/bm-department.png);
	}
	
.bottom-menu ul li.bm-search{
	background-image: url(../images/bm-search.png);
	}
	
}

@media screen and (max-width: 490px) {
.bottom-menu ul {
	max-width: 400px;
	padding: 7px 0 5px 0;
	}
.bottom-menu ul li {
        background-size: 33px;
    }
	
.bottom-menu ul li a {
        font-size: 65%;
        line-height: 100%;
    }
	
}

@media screen and (max-width: 430px) {

.bottom-menu ul {
        border-radius: 0;
        max-width: unset;
    }
}



/*

============================================================ */
/* title
============================================================ */
#lay-title-wrap {
  background-color: var(--color_green_pale);
/*  padding-top: 120px;*/
  background-image: url(../images/category_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#lay-title-wrap .title-inner {
/*
  display: -webkit-box;
    display: -ms-flexbox;
*/
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
/*    max-width: calc(var(--width_base) + (var(--sidePadding_base) * 2));*/
    min-height: 200px;
    padding: var(--sidePadding_base);
    margin: 0 auto 0;
    background-image: url(../images/category_title.png);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: left -70px center;
    padding-top: 160px;
}



@media screen and (max-width: 1024px) {
  #lay-title-wrap .title-inner {
    min-height: 150px;
	background-size: 700px;
/*    padding: var(--sidePadding_base_mbl);*/
  }
	
}


@media screen and (max-width: 811px) {
  #lay-title-wrap .title-inner {
	  padding-top: 120px;
	  background-size: 600px;
	}
}

@media screen and (max-width: 600px) {
#lay-title-wrap .title-inner {
        padding-top: 80px;
        background-size: 480px;
    }
}


#lay-title-wrap .title-inner .title {
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  max-width: calc(var(--width_base) + (var(--sidePadding_base) * 2));
  padding: 30px 30px 15px 30px;
}

#lay-title-wrap .title-inner p.title{
	line-height: 1;
}


@media screen and (max-width: 811px) {
#lay-title-wrap .title-inner .title {
    font-size: 1.8rem;
	padding: 30px 0 15px 0;
}
	
}

@media screen and (max-width: 600px) {
#lay-title-wrap .title-inner .title {
        font-size: 1.6rem;
    }
}


.title-ribbon {
	max-width: calc(var(--width_base) + (var(--sidePadding_base) * 2));
	margin: 0 auto;
	padding-left: 30px;
    padding-bottom: 20px;
}

.title-ribbon img{
	width: 100%;
	max-width: 130px;
}

@media screen and (max-width: 811px) {
.title-ribbon {
    padding-left: 0;
}
}

@media screen and (max-width: 600px) {
.title-ribbon img {
    max-width: 100px;
}
}


/*
============================================================ */
/* breadcrumbs-list
============================================================ */
#lay-breadcrumbs-list .pankuze_list_items {
  width: 100%;
  max-width: calc(var(--width_base) + (var(--sidePadding_base) * 2));
  color: var(--color_font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-align: right;
  padding: 1em 30px;
  margin: 0 auto 0;
}


@media screen and (max-width: 1024px) {
#lay-breadcrumbs-list .pankuze_list_items {
    font-size: 12px;
    text-align: left;
    
}
}


@media only screen and (max-width: 1024px) {
  #lay-breadcrumbs-list .pankuze_list_items {
    padding-right: var(--sidePadding_base_mbl);
    padding-left: var(--sidePadding_base_mbl);
  }
}
#lay-breadcrumbs-list .pankuze_list_items > * {
  padding: 0 0.5em;
}
#lay-breadcrumbs-list .pankuze_list_items > *:nth-child(2) {
  padding-left: 0;
}
#lay-breadcrumbs-list .pankuze_list_items > *:last-child {
  padding-right: 0;
}
#lay-breadcrumbs-list .pankuze_list_items a {
  display: inline-block;
  color: inherit;
}
@media only screen and (max-width: 1024px) {
  #lay-breadcrumbs-list .pankuze_list_items a {
    padding: 0 0em;
  }
}
#lay-breadcrumbs-list .pankuze_list_items a:hover {
  opacity: 1 !important;
}
#lay-breadcrumbs-list .pankuze_list_items a:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/common/icon/icon_home.svg) no-repeat left center/1em auto;
  text-decoration: none;
  padding: 0 0 0;
  overflow: hidden;
}
#lay-breadcrumbs-list .pankuze_list_items a:first-of-type .breadCrumb_item_title {
  color: transparent;
  height: 100%;
  width: 100%;
}
#lay-breadcrumbs-list .scrText {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
}
#lay-breadcrumbs-list .scrText::before, #lay-breadcrumbs-list .scrText::after {
  content: none !important;
}


@media screen and (max-width: 811px) {
#lay-breadcrumbs-list .pankuze_list_items {
    font-size: 12px;
}
}


/*
============================================================ */
/* sect-category-list
============================================================ */
.sect-category-list {
  margin: 2rem 0 4rem;
}
.sect-category-list .none_text {
  display: none;
  text-align: center;
  color: #666;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
.sect-category-list:first-child {
  margin-top: 0;
}
.sect-category-list:last-child {
  margin-bottom: 0;
}

/*
*   CATEGORY LIST 
*----------------------------*/
.com-category-list {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .com-category-list {
    gap: 20px 20px;
  }
}
@media only screen and (max-width: 599px) {
  .com-category-list {
    grid-template-columns: 1fr;
  }
}
.com-category-list > li {
  position: relative;
    display: block;
    padding: 0 0 0;
    /* border: 2px solid var(--color_green_pale2); */
    border-radius: 1rem;
    overflow: hidden;
    background-color: var(--color_green_pale);
    box-shadow: 0 0 5px #bcbcbc;
}
.top-category_outpatient .com-category-list > li {
	background-color: #fff0f3;
}

.top-category_outpatient-doctor .com-category-list > li {
    background-color: #ffede4;
}

.top-category_hospitalization-visitation .com-category-list > li {
	background-color: #fff3df;
}

.top-category_department .com-category-list > li {
	background-color: #ebf8fd;
}


.top-category_medical-checkup .com-category-list > li {
	background-color: #f1eef8;
}


.com-category-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.com-category-list > li a .thumb {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.com-category-list > li a .date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.com-category-list > li a .title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.com-category-list > li a .description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.com-category-list > li a .thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.5;
  overflow: hidden;
}
/*
@media only screen and (max-width: 1024px) {
  .com-category-list > li a .thumb {
    aspect-ratio: 1/0.7;
  }
}
*/
.com-category-list > li a .thumb img {
  position: absolute;
  display: block;
  top: 50%;
  right: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -webkit-transform: translate(50%, -50%) scale(1);
          transform: translate(50%, -50%) scale(1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.com-category-list > li a .txtGroup {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  position: relative;
  padding: 1.5rem 3.25rem 1.5rem 1.5rem;
  text-align: justify;
}
.com-category-list > li a .txtGroup::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.9rem;
  height: 100%;
  top: 0;
  right: 1em;
  background: url(../images/arrow-g.png) no-repeat center/contain;
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
.com-category-list > li a .txtGroup .title {
  display: block;
  width: 100%;
  color: var(--color_font);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4em;
  text-align: justify;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .com-category-list > li a .txtGroup .title {
    font-size: 18px;
  }
}
.com-category-list > li a .txtGroup .title .new {
  display: inline-block;
  background: #fff;
  color: var(--color_main);
  padding: 0.4em 0.5em 0.2em;
  font-size: 0.75em;
  line-height: 1em;
  letter-spacing: 0em;
  text-decoration: none;
  margin-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .com-category-list > li a .txtGroup .title .new {
    padding: 0.25em 0.5em;
  }
}
@media only screen and (max-width: 599px) {
  .com-category-list > li a .txtGroup .title .new {
    font-size: 14px;
  }
}
.com-category-list > li a .txtGroup .date,
.com-category-list > li a .txtGroup .description {
  display: block;
  width: 100%;
  font-size: 80%;
  line-height: 1.8em;
  margin: 0.75rem 0 0;
}
.com-category-list > li a .txtGroup .date {
  color: var(--color_font_sub);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.com-category-list > li a .txtGroup .date + .description {
  margin-top: 0.5em;
}
.com-category-list > li a:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .com-category-list > li a:hover .txtGroup::after {
    right: 0.5em;
  }
}
.com-category-list > li a:hover .thumb > img {
  -webkit-transform: translate(50%, -50%) scale(1.2);
          transform: translate(50%, -50%) scale(1.2);
}
.com-category-list > li a[target=_blank] .txtGroup::after {
  border: none;
  width: 1rem;
  background-image: url(../images/icon_new-window.png);
}

/***** お知らせ系ページ用 *****/
.news .com-category-list > li:not(.withImg) > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  aspect-ratio: 1/0.5;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url(../images/common/no-img_02.png) no-repeat center/cover;
  background-color: #fff;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media only screen and (max-width: 1024px) {
  .news .com-category-list > li:not(.withImg) > a::before {
    aspect-ratio: 1/0.7;
  }
}


.contentBody {
    margin-bottom: 30px;
}


/*
*   NEWS LIST 
*----------------------------*/
.com-news-list ul {
  display: block;
  width: 100%;
/*  border-top: 1px solid #666;*/
}
.com-news-list ul li {
  border-bottom: 1px solid #666;
}
.com-news-list ul li > a {
  position: relative;
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 1.75em;
*/
  width: 100%;
  color: var(--color_font);
  font-size: 1rem;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 0;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .com-news-list ul li > a {
    padding: 0;
    gap: 0 1em;
  }
}
@media only screen and (max-width: 599px) {
  .com-news-list ul li > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.com-news-list ul li > a .list-category-mark {
  -webkit-box-ordinal-group: 2;
/*
      -ms-flex-order: 2;
          order: 2;
*/
}
.com-news-list ul li > a .date {
  -webkit-box-ordinal-group: 3;
/*
      -ms-flex-order: 1;
          order: 1;
*/
}
.com-news-list ul li > a .title {
  -webkit-box-ordinal-group: 4;
/*
      -ms-flex-order: 3;
          order: 3;
*/
}
.com-news-list ul li > a .description {
  -webkit-box-ordinal-group: 5;
/*
      -ms-flex-order: 4;
          order: 4;
*/
}

.com-news-list ul li > a .list-category-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.com-news-list ul li > a .date {
  display: inline-block;
  letter-spacing: 0em;
  min-width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 600px) {
  .com-news-list ul li > a .date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.com-news-list ul li > a .title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
    transition: all 0.2s ease-in-out;
}

.com-news-list ul li > a .title:hover {
	color: var(--color_main);
    transition: all 0.2s ease-in-out;
}


@media only screen and (max-width: 599px) {
  .com-news-list ul li > a .title {
    width: 100%;
  }
}
.com-news-list ul li > a .title .new {
  display: inline-block;
  background: #fff;
  color: var(--color_main);
  font-size: 0.75em;
  line-height: 1.25em;
  letter-spacing: 0em;
  text-decoration: none;
  border: 1px solid var(--color_main);
  padding: 0.2em 0.5em;
  margin-left: 1rem;
}
@media only screen and (max-width: 1024px) {
  .com-news-list ul li > a .title .new {
    padding: 0.25em 0.5em;
  }
}
@media only screen and (max-width: 599px) {
  .com-news-list ul li > a .title .new {
    font-size: 14px;
  }
}
.com-news-list ul li > a:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .com-news-list ul li > a:hover {
/*    background-color: rgba(0, 0, 0, 0.08);*/
  }
  .com-news-list ul li > a:hover .title {
    text-decoration: none;
  }
}
.com-news-list .no-content {
  font-size: 1.25em;
  line-height: 1.8em;
  text-align: center;
}

.com-category-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 6.5em;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-decoration: none;
  background-color: var(--color_main);
  padding: 0.2em 0.5em 0.2em;
}

/*
*   MINI SCHEDULE
*----------------------------*/
.com-mini-schedule .calendar-nav {
  text-align: center;
  margin-bottom: 5px;
}

.com-mini-schedule .calendar-nav span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.com-mini-schedule .calendar-nav span:last-child {
  margin-right: 0;
}

.com-mini-schedule .calendar-nav .now-month {
  font-weight: bold;
  vertical-align: middle;
}

.com-mini-schedule .calendar-nav .prev-month a,
.com-mini-schedule .calendar-nav .next-month a {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  vertical-align: middle;
  cursor: pointer;
}

.com-mini-schedule .calendar-nav .prev-month a:hover,
.com-mini-schedule .calendar-nav .next-month a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.com-mini-schedule .calendar-nav .prev-month a::before,
.com-mini-schedule .calendar-nav .next-month a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.com-mini-schedule .calendar-nav .prev-month a::before {
  border-width: 6px 8px 6px 0;
  border-color: transparent var(--color_font) transparent transparent;
}

.com-mini-schedule .calendar-nav .next-month a::after {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--color_font);
}

.com-mini-schedule .mini-calendar {
  table-layout: fixed;
  border-collapse: collapse;
  width: auto;
  margin: 0 auto;
}

.com-mini-schedule .mini-calendar .cal-head {
  width: auto;
  height: auto;
  padding: 2px 5px;
  color: var(--color_font);
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.com-mini-schedule .mini-calendar .cal-day {
  width: auto;
  height: auto;
  padding: 2px 5px;
  border: 1px solid #6c6c6c;
  text-align: center;
  vertical-align: middle;
}

.com-mini-schedule .mini-calendar .cal-day.gogoshinryoubi {
  background: #c4d9ea;
}

.com-mini-schedule .mini-calendar .cal-day.kyuushinbi {
  background: #ffd3d3;
}

.com-mini-schedule .mini-calendar .cal-day.pre_month,
.com-mini-schedule .mini-calendar .cal-day.next_month {
  background: #f8f7f7;
}

.com-mini-schedule .mini-calendar .cal-head.saturday,
.com-mini-schedule .mini-calendar .cal-day.saturday {
  color: #0a5fa0;
}

.com-mini-schedule .mini-calendar .cal-head.sunday,
.com-mini-schedule .mini-calendar .cal-day.sunday {
  color: #f80000;
}

/*
*   CALENDAR LEGENDS
*----------------------------*/
.com-calendar-legends ul {
  margin: 5px 0 0;
  text-align: center;
}

.com-calendar-legends ul > li {
  display: inline-block;
  margin-right: 5px;
  padding-left: 0;
  font-size: 0.9333333333em;
  text-indent: 0;
}

.com-calendar-legends ul > li:last-child {
  margin-right: 0;
}

.com-calendar-legends ul > li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 4px;
  margin-right: 5px;
  border-radius: 0;
  background: var(--color_font);
  vertical-align: middle;
}

.com-calendar-legends ul > li.all-day::before {
  background: #ffd3d3;
}

.com-calendar-legends ul > li.afternoon::before {
  background: #c4d9ea;
}

/*
*   SIDE BNR LIST
*----------------------------*/
.com-side-bnr-list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .com-side-bnr-list {
    margin-bottom: 20px;
  }
}

.com-side-bnr-list:last-child {
  margin-bottom: 0;
}

.com-side-bnr-list li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .com-side-bnr-list li {
    margin-bottom: 10px;
  }
}

.com-side-bnr-list li:last-child {
  margin-bottom: 0;
}

.com-side-bnr-list li img {
  width: 100%;
  height: auto;
}

/*
============================================================ */
/* skip-header
============================================================ */
.skip-header {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

/*
*   anchorlink
*----------------------------*/
.com-anchorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.com-anchorLink .listItem {
  display: block;
  background-color: var(--color_sub);
  margin: 10px 0 0;
}
@media print, screen and (min-width: 1025px) {
  .com-anchorLink .listItem {
    width: 24%;
  }
  .com-anchorLink .listItem:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .com-anchorLink .listItem {
    width: 32%;
  }
  .com-anchorLink .listItem:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .com-anchorLink .listItem {
    width: 48%;
  }
  .com-anchorLink .listItem:nth-child(-n+2) {
    margin-top: 0;
  }
}
.com-anchorLink .listItemInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: var(--color_font);
  text-decoration: none;
  padding: 0.25em 1.5em 0.25em 0.5em;
}
.com-anchorLink .listItemInner::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.5em;
  height: 0.5em;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  border: 2px solid var(--color_font);
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

/* calendar-nav-warp
============================================================ */
.calendar-nav-warp {
  margin-bottom: 15px;
}
.calendar-nav-warp .calendar-nav {
  float: left;
  width: 42.5%;
}
.calendar-nav-warp .calendar-nav span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-nav span:last-child {
  margin-right: 0;
}
.calendar-nav-warp .calendar-nav .now-month {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-nav-warp .calendar-nav .prev-month a {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-nav .prev-month a:hover {
  opacity: 0.8;
}
.calendar-nav-warp .calendar-nav .prev-month a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 5px;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fff transparent transparent;
}
.calendar-nav-warp .calendar-nav .next-month a {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-nav .next-month a:hover {
  opacity: 0.8;
}
.calendar-nav-warp .calendar-nav .next-month a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-left: 5px;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}
.calendar-nav-warp .calendar-category {
  float: right;
  width: 57.5%;
}
.calendar-nav-warp .calendar-category form {
  text-align: right;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-category form label {
  margin-right: 1px;
  letter-spacing: 0;
}
.calendar-nav-warp .calendar-category form select {
  width: 210px;
  height: 36px;
  margin-right: 6px;
  line-height: 36px;
}
.calendar-nav-warp .calendar-category form input[type=submit] {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .calendar-nav-warp {
    margin-bottom: 20px;
  }
  .calendar-nav-warp .calendar-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
  .calendar-nav-warp .calendar-nav .prev-month a::before {
    border-width: 5.5px 7px 5.5px 0;
  }
  .calendar-nav-warp .calendar-nav .next-month a::after {
    border-width: 5.5px 0 5.5px 7px;
  }
  .calendar-nav-warp .calendar-category {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .calendar-nav-warp .calendar-category form {
    text-align: center;
  }
  .calendar-nav-warp .calendar-category form label {
    display: none;
  }
  .calendar-nav-warp .calendar-category form select {
    margin-right: -0.4em;
  }
  .calendar-nav-warp .calendar-category form input[type=submit] {
    width: 80px;
    padding: 8px 2px;
  }
}
@media only screen and (max-width: 599px) {
  .calendar-nav-warp .calendar-nav .prev-month a {
    padding: 8px 12px;
  }
  .calendar-nav-warp .calendar-nav .next-month a {
    padding: 8px 12px;
  }
  .calendar-nav-warp .calendar-category form select {
    width: 175px;
  }
  .calendar-nav-warp .calendar-category form input[type=submit] {
    padding: 8px 12px;
  }
}
/* sect-calendar
============================================================ */
.sect-calendar .one-calendar {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.sect-calendar .one-calendar .week-wrap {
  display: table-row;
}
.sect-calendar .one-calendar .week-wrap .cal-head {
  display: table-cell;
  padding: 2px 0;
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.sect-calendar .one-calendar .week-wrap .cal-day {
  display: table-cell;
  height: 100px;
  border: 1px solid #6c6c6c;
  vertical-align: top;
}
.sect-calendar .one-calendar .week-wrap .cal-day .day {
  display: block;
  font-size: 0.9333333333em;
  text-align: center;
}
.sect-calendar .one-calendar .week-wrap .cal-day .wday {
  display: block;
  font-size: 0.9333333333em;
  text-align: center;
  display: none;
}
.sect-calendar .one-calendar .week-wrap .cal-day .label {
  display: block;
  font-size: 0.8em;
  text-align: center;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul {
  padding: 0 5px 5px;
  text-indent: 0;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item {
  display: inline-block;
  padding-left: 0.9em;
  line-height: 1.6;
  text-indent: -0.9em;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  margin-right: 2px;
  background: var(--color_font);
  border-radius: 100%;
  vertical-align: middle;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .title a {
  color: var(--color_font);
  font-size: 0.9333333333em;
  text-indent: 0;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .time {
  display: inline-block;
  padding: 0 5px;
  background: #e2e2e2;
  font-size: 0.8em;
  text-indent: 0;
}
.sect-calendar .one-calendar .week-wrap .cal-head.saturday {
  background: #c4d9ea;
  color: #0a5fa0;
}
.sect-calendar .one-calendar .week-wrap .cal-day.saturday {
  background: #c4d9ea;
}
.sect-calendar .one-calendar .week-wrap .cal-day.saturday .day {
  color: #0a5fa0;
}
.sect-calendar .one-calendar .week-wrap .cal-day.saturday .wday {
  color: #0a5fa0;
}
.sect-calendar .one-calendar .week-wrap .cal-head.sunday {
  background: #ffd3d3;
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.sunday {
  background: #ffd3d3;
}
.sect-calendar .one-calendar .week-wrap .cal-day.sunday .day {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.sunday .wday {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.holiday {
  background: #ffd3d3;
}
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .day {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .wday {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .label {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.today {
  background: #ffeed3;
}
.sect-calendar .one-calendar .week-wrap .cal-day.today .day {
  color: #f89b00;
}
.sect-calendar .one-calendar .week-wrap .cal-day.today .wday {
  color: #f89b00;
}
.sect-calendar .one-calendar .week-wrap .cal-day.today .label {
  color: #f89b00;
}
.sect-calendar .one-calendar .week-wrap .cal-day.blank {
  background: #f8f7f7;
}

@media only screen and (max-width: 1024px) {
  .sect-calendar .one-calendar {
    border-top: 1px solid #6c6c6c;
  }
  .sect-calendar .one-calendar .week-wrap .cal-head {
    display: none;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day {
    display: block;
    height: auto;
    padding: 5px 10px;
    border-top: none;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day .day {
    display: inline-block;
    text-align: left;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day .wday {
    display: inline-block;
    text-align: left;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day .label {
    display: inline-block;
    margin-left: 5px;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item::before {
    width: 6px;
    height: 6px;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day.blank {
    display: none;
  }
}
/* sect-weekly-calendar
============================================================ */
.sect-weekly-calendar .weekly-calendar {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.sect-weekly-calendar .weekly-calendar th {
  padding: 2px 0;
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.sect-weekly-calendar .weekly-calendar th.wday-0 {
  color: #f80000;
  background: #ffd3d3;
}
.sect-weekly-calendar .weekly-calendar th.wday-6 {
  color: #0a5fa0;
  background: #c4d9ea;
}
.sect-weekly-calendar .weekly-calendar th.today {
  color: #f89b00;
  background: #ffeed3;
  border: 2px solid #ffc057;
}
.sect-weekly-calendar .weekly-calendar th.cal-hour-head {
  vertical-align: top;
}
.sect-weekly-calendar .weekly-calendar td {
  height: 100px;
  border: 1px solid #6c6c6c;
  vertical-align: top;
}
.sect-weekly-calendar .weekly-calendar td table th {
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}
.sect-weekly-calendar .weekly-calendar td table td {
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}
.sect-weekly-calendar .weekly-calendar td.today {
  background: #ffeed3;
  border: 2px solid #ffc057;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.sect-weekly-calendar .weekly-calendar tr:last-child td.today {
  border-bottom: 2px solid #ffc057;
}

@media only screen and (max-width: 1024px) {
  .sect-weekly-calendar {
    position: relative;
    overflow: scroll;
    height: calc(100vh - 60px - 40px);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .sect-weekly-calendar .weekly-calendar th.today {
    border-width: 1px;
  }
  .sect-weekly-calendar .weekly-calendar th.cal-day-head {
    position: sticky;
    top: 0;
    z-index: 1;
    white-space: nowrap;
    width: 150px;
  }
  .sect-weekly-calendar .weekly-calendar th.cal-day-head:first-child {
    width: 75px;
  }
  .sect-weekly-calendar .weekly-calendar th.cal-hour-head {
    position: sticky;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    width: 75px;
  }
  .sect-weekly-calendar .weekly-calendar td.today {
    border-width: 1px;
  }
  .sect-weekly-calendar .weekly-calendar tr:last-child td.today {
    border-width: 1px;
  }
}
/* sect-calendar-info
============================================================ */
.sect-calendar-info .cal-day-tbl {
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #6c6c6c;
}
.sect-calendar-info .cal-day-tbl:last-child {
  margin-bottom: 0;
}
.sect-calendar-info .cal-day-tbl th {
  padding: 5px 10px;
  border: 1px solid #6c6c6c;
  text-align: left;
  vertical-align: top;
  width: 20%;
  color: #fff;
  background: #999;
}
.sect-calendar-info .cal-day-tbl td {
  padding: 5px 10px;
  border: 1px solid #6c6c6c;
  text-align: left;
  vertical-align: top;
  background: #fff;
}
.sect-calendar-info .cal-day-tbl td a {
  color: var(--color_font);
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 599px) {
  .sect-calendar-info .cal-day-tbl {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    border-right: none;
    border-left: none;
  }
  .sect-calendar-info .cal-day-tbl:last-child {
    padding-bottom: 0;
  }
  .sect-calendar-info .cal-day-tbl tbody {
    display: block;
    width: 100%;
  }
  .sect-calendar-info .cal-day-tbl tr {
    display: block;
    width: 100%;
  }
  .sect-calendar-info .cal-day-tbl th {
    display: block;
    width: 100%;
    border-right: none;
    border-left: none;
  }
  .sect-calendar-info .cal-day-tbl td {
    display: block;
    width: 100%;
    border-right: none;
    border-left: none;
    min-height: 40px;
    border-top: none;
  }
}
/* section-club
============================================================ */
.section-club .sub-section-photo-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}
.section-club .sub-section-photo-movie:last-child {
  margin-bottom: 0;
}
.section-club .sub-section-photo-movie > div {
  margin: 0 40px 0 0;
}
.section-club .sub-section-photo-movie > div:last-child {
  margin-right: 0;
}
.section-club .sub-section-photo {
  width: calc(50% - 20px);
}
.section-club .sub-section-photo .slick-item {
  vertical-align: top;
  height: 327px;
}
.section-club .sub-section-photo .slick-item:nth-child(n+2) {
  display: none;
}
.section-club .sub-section-photo .slick-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-club .sub-section-photo .slick-list {
  z-index: 1;
}
.section-club .sub-section-photo .slick-arrow {
  top: 0;
  z-index: 2;
  width: 50px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.section-club .sub-section-photo .slick-arrow:hover {
  opacity: 1;
}
.section-club .sub-section-photo .slick-arrow::before {
  content: "";
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
  background: none;
  opacity: 1;
}
.section-club .sub-section-photo .slick-prev {
  left: 0;
}
.section-club .sub-section-photo .slick-prev::before {
  -webkit-transform: translateX(105%) rotate(-135deg);
  transform: translateX(105%) rotate(-135deg);
}
.section-club .sub-section-photo .slick-next {
  right: 0;
}
.section-club .sub-section-photo .slick-next::before {
  -webkit-transform: translateX(40%) rotate(45deg);
  transform: translateX(40%) rotate(45deg);
}
.section-club .sub-section-photo .slick-dots {
  position: absolute;
  bottom: inherit;
  margin-bottom: 0;
}
.section-club .sub-section-photo .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: 0;
}
.section-club .sub-section-photo .slick-dots li::before {
  content: none;
}
.section-club .sub-section-photo .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 1;
}
.section-club .sub-section-photo .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6c6c6c;
  border-radius: 10px;
  line-height: 1;
  opacity: 0.5;
}
.section-club .sub-section-photo .slick-dots li.slick-active button::before {
  opacity: 1;
}
.section-club .sub-section-photo.slick-initialized .slick-item {
  display: inline-block;
}
.section-club .sub-section-movie {
  width: calc(50% - 20px);
}
.section-club .sub-section-movie:last-child {
  margin-bottom: 0;
}
.section-club .sub-section-movie iframe {
  width: 100%;
  height: 327px;
}

@media screen and (max-width: 1060px) {
  .section-club .sub-section-photo .slick-item {
    height: calc((100vw - 40px - 40px) / 2 * .66736);
  }
  .section-club .sub-section-movie iframe {
    height: calc((100vw - 40px - 40px) / 2 * .66736);
  }
}
@media only screen and (max-width: 1024px) {
  .section-club .sub-section-photo-movie {
    display: block;
    margin-bottom: 50px;
  }
  .section-club .sub-section-photo-movie > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 80px;
  }
  .section-club .sub-section-photo-movie > div:last-child {
    margin: 0 auto;
  }
  .section-club .sub-section-photo .slick-item {
    height: auto;
  }
  .section-club .sub-section-movie iframe {
    height: 280px;
  }
}
@media screen and (max-width: 540px) {
  .section-club .sub-section-photo-movie > div {
    margin-bottom: 70px;
  }
  .section-club .sub-section-movie iframe {
    height: calc((100vw - 40px) * .56);
  }
}
/*
============================================================ */
/* colorbox
============================================================ */
#cboxLoadingGraphic {
  position: relative;
  background: none !important;
}
#cboxLoadingGraphic::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #6c6c6c;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
  animation: load-animation 1.1s infinite linear;
}

#cboxTitle {
  width: 100%;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cboxPrevious,
#cboxNext {
  position: absolute;
  background: none;
  width: 40px !important;
  height: 60px !important;
  top: calc(50% - 15px) !important;
  background-color: #000, 0.5;
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  z-index: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-indent: 0;
}

#cboxPrevious::before {
  left: calc(50% - 3px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#cboxNext::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#cboxClose {
  position: absolute;
  background: none !important;
  width: 30px !important;
  height: 30px !important;
}
#cboxClose::before, #cboxClose::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 18px);
  left: calc(50% - 1px);
  width: 2px;
  height: 30px;
  background: #fff;
  text-indent: 0;
}
#cboxClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cboxClose::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media only screen and (max-width: 1024px) {
  #cboxLoadingGraphic::after {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}
/*
*   FORM
*----------------------------*/
.tbl-form {
  margin-top: 2rem;
}

/* sect-form
============================================================ */
.sect-form .required {
  color: #f80000;
}
.sect-form .sect-form-body {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .sect-form .sect-form-body {
    table-layout: fixed;
  }
}
.sect-form .sect-form-body,
.sect-form .sect-form-body td,
.sect-form .sect-form-body th {
  border: 1px solid var(--tableLine_color);
}
@media only screen and (max-width: 599px) {
  .sect-form .sect-form-body {
    border-bottom: none;
  }
}
@media only screen and (max-width: 599px) {
  .sect-form .sect-form-body tr {
    display: block;
  }
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body th {
    width: 300px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .sect-form .sect-form-body th {
    width: 250px;
  }
}
@media only screen and (max-width: 599px) {
  .sect-form .sect-form-body th {
    display: block;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid var(--tableLine_color);
  }
}
@media only screen and (max-width: 599px) {
  .sect-form .sect-form-body td {
    display: block;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid var(--tableLine_color);
  }
}
.sect-form .sect-form-body th .label-list-wrap {
  position: relative;
  padding-right: 40px;
  font-weight: inherit;
}
.sect-form .sect-form-body th .label-list-wrap > label {
  font-weight: inherit;
}
.sect-form .sect-form-body th .label-list-wrap .required {
  position: absolute;
  top: 0.3rem;
  right: 0;
  padding: 4px 4px 4px;
  background-color: #f80000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-indent: 0;
  line-height: 1em;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body th .label-list-wrap .required {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.sect-form .sect-form-body td p {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.sect-form .sect-form-body label {
  cursor: pointer;
}
.sect-form .sect-form-body input[type=text],
.sect-form .sect-form-body input[type=tel],
.sect-form .sect-form-body input[type=date],
.sect-form .sect-form-body input[type=email],
.sect-form .sect-form-body input[type=password],
.sect-form .sect-form-body input[type=number],
.sect-form .sect-form-body select {
  height: calc(10px * 2 + 1.5em);
  line-height: 1.5em;
  padding: 10px 10px;
}
.sect-form .sect-form-body input[type=text] {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=text] {
    max-width: 25em;
  }
}
.sect-form .sect-form-body input[type=tel] {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=tel] {
    max-width: 15em;
  }
}
.sect-form .sect-form-body input[type=date] {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=date] {
    max-width: 15em;
  }
}
.sect-form .sect-form-body input[type=email] {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=email] {
    max-width: 25em;
  }
}
.sect-form .sect-form-body input[type=password] {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=password] {
    max-width: 25em;
  }
}
.sect-form .sect-form-body textarea {
  padding: 10px 10px;
  width: 100%;
  min-height: 30vh;
  line-height: 1.5em;
  resize: vertical;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body textarea {
    min-height: 30vh;
    max-height: 50vh;
  }
}
.sect-form .sect-form-body select {
  max-width: 100%;
}
.sect-form .sect-form-body input[type=text].p-postal-code {
  max-width: 20em;
}
.sect-form .sect-form-body .form-multi-fields-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 0.75em 1.5em;
}
.sect-form .sect-form-body .form-multi-fields-block label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1.5em;
  gap: 0 0.5em;
}
.sect-form .sect-form-body .input_error {
  background-color: #ffd3d3;
  border-color: #ff5757;
}
.sect-form .sect-form-body .enquete-form-errors-list {
  color: #f80000;
  font-weight: bold;
}
.sect-form .sect-form-body .enquete-form-errors-list span {
  display: block;
}
.sect-form .sect-form-body .tbl-form-paragraph {
  margin-top: 0;
}
.sect-form .sect-form-body .enquete-item-width-20-per {
  max-width: initial !important;
  width: 20% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-20-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-21-per {
  max-width: initial !important;
  width: 21% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-21-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-22-per {
  max-width: initial !important;
  width: 22% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-22-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-23-per {
  max-width: initial !important;
  width: 23% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-23-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-24-per {
  max-width: initial !important;
  width: 24% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-24-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-25-per {
  max-width: initial !important;
  width: 25% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-25-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-26-per {
  max-width: initial !important;
  width: 26% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-26-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-27-per {
  max-width: initial !important;
  width: 27% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-27-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-28-per {
  max-width: initial !important;
  width: 28% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-28-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-29-per {
  max-width: initial !important;
  width: 29% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-29-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-30-per {
  max-width: initial !important;
  width: 30% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-30-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-31-per {
  max-width: initial !important;
  width: 31% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-31-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-32-per {
  max-width: initial !important;
  width: 32% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-32-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-33-per {
  max-width: initial !important;
  width: 33% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-33-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-34-per {
  max-width: initial !important;
  width: 34% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-34-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-35-per {
  max-width: initial !important;
  width: 35% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-35-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-36-per {
  max-width: initial !important;
  width: 36% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-36-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-37-per {
  max-width: initial !important;
  width: 37% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-37-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-38-per {
  max-width: initial !important;
  width: 38% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-38-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-39-per {
  max-width: initial !important;
  width: 39% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-39-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-40-per {
  max-width: initial !important;
  width: 40% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-40-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-41-per {
  max-width: initial !important;
  width: 41% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-41-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-42-per {
  max-width: initial !important;
  width: 42% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-42-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-43-per {
  max-width: initial !important;
  width: 43% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-43-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-44-per {
  max-width: initial !important;
  width: 44% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-44-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-45-per {
  max-width: initial !important;
  width: 45% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-45-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-46-per {
  max-width: initial !important;
  width: 46% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-46-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-47-per {
  max-width: initial !important;
  width: 47% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-47-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-48-per {
  max-width: initial !important;
  width: 48% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-48-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-49-per {
  max-width: initial !important;
  width: 49% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-49-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-50-per {
  max-width: initial !important;
  width: 50% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-50-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-51-per {
  max-width: initial !important;
  width: 51% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-51-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-52-per {
  max-width: initial !important;
  width: 52% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-52-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-53-per {
  max-width: initial !important;
  width: 53% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-53-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-54-per {
  max-width: initial !important;
  width: 54% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-54-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-55-per {
  max-width: initial !important;
  width: 55% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-55-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-56-per {
  max-width: initial !important;
  width: 56% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-56-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-57-per {
  max-width: initial !important;
  width: 57% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-57-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-58-per {
  max-width: initial !important;
  width: 58% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-58-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-59-per {
  max-width: initial !important;
  width: 59% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-59-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-60-per {
  max-width: initial !important;
  width: 60% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-60-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-61-per {
  max-width: initial !important;
  width: 61% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-61-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-62-per {
  max-width: initial !important;
  width: 62% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-62-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-63-per {
  max-width: initial !important;
  width: 63% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-63-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-64-per {
  max-width: initial !important;
  width: 64% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-64-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-65-per {
  max-width: initial !important;
  width: 65% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-65-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-66-per {
  max-width: initial !important;
  width: 66% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-66-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-67-per {
  max-width: initial !important;
  width: 67% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-67-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-68-per {
  max-width: initial !important;
  width: 68% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-68-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-69-per {
  max-width: initial !important;
  width: 69% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-69-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-70-per {
  max-width: initial !important;
  width: 70% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-70-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-71-per {
  max-width: initial !important;
  width: 71% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-71-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-72-per {
  max-width: initial !important;
  width: 72% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-72-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-73-per {
  max-width: initial !important;
  width: 73% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-73-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-74-per {
  max-width: initial !important;
  width: 74% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-74-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-75-per {
  max-width: initial !important;
  width: 75% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-75-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-76-per {
  max-width: initial !important;
  width: 76% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-76-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-77-per {
  max-width: initial !important;
  width: 77% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-77-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-78-per {
  max-width: initial !important;
  width: 78% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-78-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-79-per {
  max-width: initial !important;
  width: 79% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-79-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-80-per {
  max-width: initial !important;
  width: 80% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-80-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-81-per {
  max-width: initial !important;
  width: 81% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-81-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-82-per {
  max-width: initial !important;
  width: 82% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-82-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-83-per {
  max-width: initial !important;
  width: 83% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-83-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-84-per {
  max-width: initial !important;
  width: 84% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-84-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-85-per {
  max-width: initial !important;
  width: 85% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-85-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-86-per {
  max-width: initial !important;
  width: 86% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-86-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-87-per {
  max-width: initial !important;
  width: 87% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-87-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-88-per {
  max-width: initial !important;
  width: 88% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-88-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-89-per {
  max-width: initial !important;
  width: 89% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-89-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-90-per {
  max-width: initial !important;
  width: 90% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-90-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-91-per {
  max-width: initial !important;
  width: 91% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-91-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-92-per {
  max-width: initial !important;
  width: 92% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-92-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-93-per {
  max-width: initial !important;
  width: 93% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-93-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-94-per {
  max-width: initial !important;
  width: 94% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-94-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-95-per {
  max-width: initial !important;
  width: 95% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-95-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-96-per {
  max-width: initial !important;
  width: 96% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-96-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-97-per {
  max-width: initial !important;
  width: 97% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-97-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-98-per {
  max-width: initial !important;
  width: 98% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-98-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-99-per {
  max-width: initial !important;
  width: 99% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-99-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-100-per {
  max-width: initial !important;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-100-per {
    width: 100% !important;
  }
}
.sect-form .tbl-login th {
  width: 180px;
}
.sect-form .sect-form-error {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #f80000;
  background: #ffd3d3;
  border: 2px solid #ff5757;
}
.sect-form .sect-form-error:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-error {
    margin-bottom: 1.5em;
  }
}
.sect-form .sect-form-error li::before {
  background: #f80000;
}
.sect-form .sect-form-limit {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #f89b00;
  background: #ffeed3;
  border: 2px solid #ffc057;
}
.sect-form .sect-form-limit:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-limit {
    margin-bottom: 1.5em;
  }
}
.sect-form .sect-form-count {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #0a5fa0;
  background: #c4d9ea;
  border: 2px solid #4584b5;
}
.sect-form .sect-form-count:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-count {
    margin-bottom: 1.5em;
  }
}
.sect-form .sect-form-msg {
  margin-bottom: 2em;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-msg {
    margin-bottom: 1.5em;
  }
}
.sect-form .sect-form-msg:last-child {
  margin-bottom: 0;
}

/* sect-form-complete
============================================================ */
.sect-form-complete p {
  text-align: center;
}
.sect-form-complete p.double-mb {
  color: var(--color_main);
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 2em;
}

@media only screen and (max-width: 1024px) {
  .sect-form-complete p {
    text-align: left;
  }
}
.label-field-hint {
  font-size: 0.8em;
  opacity: 0.9;
}

/*
*   汎用 
*----------------------------*/
/*
============================================================ */
/* page-top
============================================================ */
.lay-page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 400;
}
@media only screen and (max-width: 1024px) {
  .lay-page-top {
    bottom: 0;
    right: 0;
  }
}
@media print {
  .lay-page-top {
    display: none;
  }
}
.lay-page-top a {
  display: none;
  width: 70px;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .lay-page-top a {
    width: 40px;
  }
}
.lay-page-top a:hover {
  opacity: 0.8;
}




@media screen and (max-width: 540px) {
	.lay-page-top {
        bottom: 108px;
        right: 10px;
        position: absolute;
    }
}




/* pagination
============================================================ */
.pagination {
  --color_pagination: var(--color_main);
  margin: 30px 0;
  text-align: right;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination span {
  width: 40px;
  height: 40px;
  margin: 0 2.5px 0;
}
.pagination span:first-child {
  margin-left: 0;
}
.pagination span:last-child {
  margin-right: 0;
}
.pagination span a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px var(--color_pagination);
  font-size: 16px;
  color: var(--color_font);
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;    
	border-radius: 50px;

}
.pagination span a:hover {
  font-weight: bold;
  color: #fff;
  background-color: var(--color_pagination);
  text-decoration: none;
  opacity: 1;
}
.pagination span.current {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px var(--color_pagination);
  font-size: 16px;
  color: var(--color_font);
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-color: var(--color_pagination);
  text-decoration: none;
  opacity: 1;    
	border-radius: 50px;

	
}

.pagination span.prev a {
  text-indent: -9999px;
  overflow: hidden;
}
.pagination span.prev a:hover {
  color: #fff;
  background-color: var(--color_pagination);
}
.pagination span.prev a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  left: calc(50% + 4px);
}
.pagination span.next a {
  text-indent: -9999px;
  overflow: hidden;
}
.pagination span.next a:hover {
  color: #fff;
  background-color: var(--color_pagination);
}
.pagination span.next a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.pagination span.first a {
  text-indent: -9999px;
  overflow: hidden;
}
.pagination span.first a:hover {
  color: #fff;
  background-color: var(--color_pagination);
}
.pagination span.first a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.first a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.first a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  left: calc(50% + 1px);
}
.pagination span.first a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  left: calc(50% + 7px);
}
.pagination span.last a {
  text-indent: -9999px;
  overflow: hidden;
}
.pagination span.last a:hover {
  color: #fff;
  background-color: var(--color_pagination);
}
.pagination span.last a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.last a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.last a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  left: calc(50% - 7px);
}
.pagination span.last a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  left: calc(50% - 1px);
}




.top-category_department .pagination span a:hover {
  background-color: var(--color_blue);
}

.top-category_department .pagination span a {
  border: solid 1px var(--color_blue);

}

.top-category_department .pagination span.current {
  border: solid 1px var(--color_blue);
  background-color: var(--color_blue);
}

.pagination span.first a:hover,
.pagination span.last a:hover,
.pagination span.next a:hover,
.pagination span.prev a:hover
{
  background-color: var(--color_blue);
}




@media only screen and (max-width: 1024px) {
  .pagination {
    text-align: center;
  }
}
@media screen and (max-width: 620px) {
  .pagination span.page:not(.current) {
    display: none;
  }
}
/*
============================================================ */
/* sect-groups
============================================================ */
.sect-groups > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 -40px;
  word-spacing: -0.4em;
}
.sect-groups > ul > li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc((100% - 60px) / 3 - .1px);
  margin: 0 30px 40px 0;
  text-indent: 0;
  vertical-align: top;
  word-spacing: normal;
}
.sect-groups > ul > li:nth-child(3n+3) {
  margin-right: 0;
}
.sect-groups > ul > li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}
.sect-groups > ul > li a::before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  background: none;
  border-top: 1px solid #6c6c6c;
  border-right: 1px solid #6c6c6c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sect-groups > ul > li > ul {
  padding: 0 15px;
}
.sect-groups > ul > li ul li {
  margin-top: 4px;
  text-indent: 0;
}
.sect-groups > ul > li ul li a {
  font-weight: lighter;
}
.sect-groups > ul > li ul li ul li {
  padding-left: 20px;
}
.sect-groups > ul li::before {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .sect-groups > ul > li {
    width: calc((100% - 20px) / 2 - .1px);
    margin: 0 20px 30px 0;
  }
  .sect-groups > ul > li:nth-child(3n+3) {
    margin-right: 20px;
  }
  .sect-groups > ul > li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .sect-groups > ul > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sect-groups > ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
}
/* page-body + page-side
============================================================ */
.page-body + .page-side {
  margin-top: 100px;
}
.page-body > *:first-child {
  margin-top: 20px !important;
}

@media only screen and (max-width: 1024px) {
  .page-body + .page-side {
    margin-top: 80px;
  }
}
/*
*   SIDE MENU LIST
*----------------------------*/
.com-side-menu-list {
  border: 2px solid var(--color_main);
  border-radius: 1rem;
  overflow: hidden;
}


.top-category_outpatient .com-side-menu-list {
	border: 2px solid var(--color_pink);
}

.top-category_hospitalization-visitation .com-side-menu-list {
	border: 2px solid #ffb01f;
}

.top-category_outpatient-doctor .com-side-menu-list {
    border: 2px solid #f48645;
}

.top-category_department .com-side-menu-list {
    border: 2px solid var(--color_blue);
}

.top-category_medical-checkup .com-side-menu-list {
    border: 2px solid #9f8ace;
}









.com-side-menu-list .sideHeader > h3 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  background: var(--color_main);
  padding: 0.75rem 1.5rem;
}

.top-category_outpatient .com-side-menu-list .sideHeader > h3 {
    background: var(--color_pink);
}


.top-category_hospitalization-visitation .com-side-menu-list .sideHeader > h3 {
    background: #ffb01f;
}


.top-category_outpatient-doctor .com-side-menu-list .sideHeader > h3 {
    background: #f48645;
}

.top-category_department .com-side-menu-list .sideHeader > h3 {
    background: var(--color_blue);
}

.top-category_medical-checkup .com-side-menu-list .sideHeader > h3 {
    background: #9f8ace;
}







.com-side-menu-list .sideBody {
  display: block;
  padding: 0.5rem 1rem 0.5rem;
}
.com-side-menu-list .sideBody > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.com-side-menu-list .sideBody > ul > li {
  display: block;
  border-bottom: 1px solid #ccc;
}
.com-side-menu-list .sideBody > ul > li:last-child {
  border-bottom: none;
}
.com-side-menu-list .sideBody > ul > li > a,
.com-side-menu-list .sideBody > ul > li > span {
  display: block;
  color: var(--color_font);
  font-size: 1rem;
  font-weight: 500;
  line-height: var(--lineHeight_base);
  letter-spacing: var(--letterSpacing_base);
  padding: 0.75rem 2.5rem 0.75rem 0.5rem;
  text-decoration: none;
}
.com-side-menu-list .sideBody > ul > li > .active {
  font-weight: 700;
}
.com-side-menu-list .sideBody > ul > li > a {
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.com-side-menu-list .sideBody > ul > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 100%;
  top: 0;
  right: 1rem;
  background: url(../images/arrow-g.png) no-repeat center / contain;
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
.com-side-menu-list .sideBody > ul > li > a:hover {
  opacity: 1 !important;
}







@media print, screen and (min-width: 1025px) {
  .com-side-menu-list .sideBody > ul > li > a:hover {
    text-decoration: none;
    background-color: rgba(13, 49, 143, 0.1);
  }
  .com-side-menu-list .sideBody > ul > li > a:hover::after {
    right: 0.5em;
  }
}

/*
============================================================ */
/* sect-search-results
============================================================ */

.contentBody.search-contents{
	text-align: center;
}


.contentBody.search-contents input[type="text"] {
	width: 100%;
    border: 1px solid var(--color_main);
    padding: 12px 30px 12px 16px;
	margin-right: 5px;
    font-size: 20px;
    line-height: 1;
    vertical-align: top;
    max-width: 500px;
    border-radius: 50px;
}


@media screen and (max-width: 650px) {
	
.contentBody.search-contents input[type="text"] {
    max-width: 350px;
}
	
}

@media screen and (max-width: 480px) {
    .contentBody.search-contents input[type="text"] {
        max-width: 280px;
    }
}


@media screen and (max-width: 410px) {
    .contentBody.search-contents input[type="text"] {
        max-width: 260px;
    }
}


.sect-search-results {
  margin: 80px 0 0;
}
@media only screen and (max-width: 1024px) {
  .sect-search-results {
    margin-top: 50px;
  }
}
.sect-search-results:first-of-type {
  margin-top: 0 !important;
}
.sect-search-results .num-of-hits {
  color: var(--color_main);
  margin-right: 10px;
  margin-left: 10px;
  text-align: right;
}
.sect-search-results .no-result {
  margin-right: 10px;
  margin-left: 10px;
}
.sect-search-results .search-result-list {
  margin-right: 10px;
  margin-left: 10px;
}
.sect-search-results .search-result-list li {
  position: relative;
  margin-bottom: 2em;
  text-indent: 0;
  padding-left: 1.5rem;
}
.sect-search-results .search-result-list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  top: 0.8em;
  left: 0;
  background-color: var(--color_main);
  border-radius: 50%;
}
.sect-search-results .search-result-list li::after {
  content: "";
  clear: both;
  display: block;
}
.sect-search-results .search-result-list li .title > a {
  color: var(--color_font);
}
.sect-search-results .search-result-list li .thumb {
  display: none !important;
}
.sect-search-results .search-result-list li .date {
  display: none !important;
}

/* sect-site-search
============================================================ */
.sect-site-search {
  max-width: 600px;
  margin: 4em auto 0;
  padding: 40px;
  background: #f8f8f8;
}
.sect-site-search input[type=text] {
  width: calc(100% - 70px);
  height: 60px;
  padding: 2px 20px;
  background: #999;
  color: #fff;
  border: none;
  border-radius: 60px;
  line-height: 56px;
}
.sect-site-search input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.sect-site-search input[type=text]::-moz-placeholder {
  color: #fff;
}
.sect-site-search input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type=text]::-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type=text]::placeholder {
  color: #fff;
}
.sect-site-search input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type=text]::-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type=image] {
  display: inline-block;
  outline: none;
  width: 60px;
  height: 60px;
  margin-left: calc(10px - .4em);
  padding: 10px;
  vertical-align: top;
}

@media only screen and (max-width: 1024px) {
  .sect-site-search {
    margin-top: 2em;
    padding: 20px;
  }
  .sect-site-search input[type=text] {
    width: calc(100% - 50px);
    height: 50px;
    padding: 2px 20px;
    border-radius: 50px;
    line-height: 46px;
  }
  .sect-site-search input[type=image] {
    width: 50px;
    height: 50px;
    margin-left: -0.4em;
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .sect-site-search {
    padding: 20px 15px;
  }
  .sect-site-search input[type=text] {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 36px;
  }
  .sect-site-search input[type=image] {
    width: 40px;
    height: 40px;
    padding: 7px;
  }
}
/* sect-sitemap
============================================================ */
.sect-sitemap > .sitemap-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 40px;
  width: 100%;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .sect-sitemap > .sitemap-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
}
@media only screen and (max-width: 599px) {
  .sect-sitemap > .sitemap-list {
    grid-template-columns: 1fr;
    gap: 10px 20px;
  }
}
.sect-sitemap > .sitemap-list > li {
  display: block;
}
.sect-sitemap > .sitemap-list > li > span {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  margin-bottom: 13px;
  margin-top: 25px;
}
.sect-sitemap > .sitemap-list > li > span > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
/*  border-bottom: 1px solid #ccc;*/
  color: var(--color_font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: var(--letterSpacing_base);
  text-decoration: none;
  text-align: left;
  padding: 0 2em 0 0;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.sect-sitemap > .sitemap-list > li > span > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.9em;
  height: 100%;
  top: 0;
  right: 0.1em;
  background: url(../images/common/arrow_main-color.svg) no-repeat center/contain;
  -webkit-transition: right 0.15s ease-in;
  transition: right 0.15s ease-in;
}
.sect-sitemap > .sitemap-list > li > span > a:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .sect-sitemap > .sitemap-list > li > span > a:hover::after {
    right: 0.25em;
  }
}
.sect-sitemap > .sitemap-list > li ul {
  margin-top: 5px;
  padding: 0 0 0 1em;
}
.sect-sitemap > .sitemap-list > li ul > li {
  margin-bottom: 0.25em;
}
.sect-sitemap > .sitemap-list > li ul > li:last-child {
  margin-bottom: 0;
}
.sect-sitemap > .sitemap-list > li ul > li > span {
  display: block;
}
.sect-sitemap > .sitemap-list > li ul > li > span > a {
  position: relative;
  display: block;
  color: var(--color_font);
  padding: 0 0 0 1.5em;
  line-height: 1.8em;
}
.sect-sitemap > .sitemap-list > li ul > li > span > a::before {
  content: "";
  position: absolute;
  display: block;
  font-size: inherit;
  width: 0.75em;
  height: 2px;
  top: 0.8em;
  left: 0;
  background-color: var(--color_main);
  border-radius: 2px;
}
@media only screen and (max-width: 1024px) {
  .sect-sitemap > .sitemap-list > li ul > li > span > a::before {
    height: 2px;
  }
}
.sect-sitemap > .sitemap-list > li ul > li > span > a:hover {
  opacity: 1 !important;
}


span.sitemap-list-item-span.sm-depth1-label {
    background-color: var(--color_parts_sub);
    padding: 10px 20px;
    border-radius: 8px;
}

span.sitemap-list-item-span.sm-depth2-label {
    font-size: .9em;
    font-weight: 600;
}

span.sitemap-list-item-span.sm-depth3-label {
    font-size: .8em;
}

span.sitemap-list-item-span.sm-depth4-label {
    font-size: .7em;
    margin-bottom: 20px;
}


/*
============================================================ */
/* lay-preview-mode-notice
============================================================ */
#lay-preview-mode-notice {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  max-width: 580px;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #f80000;
  border-radius: 0 0 5px 5px;
  margin: 0 0 -26px 30px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#lay-preview-mode-notice p {
  font-size: 14px;
  font-weight: bold;
}
#lay-preview-mode-notice a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
#lay-preview-mode-notice a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-bottom: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
*  下層標準ページ共通Style
*----------------------------*/
/* sect-blog
============================================================ */
/***** CONTENTS CONTAINER *****/
.lay-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem 3rem;
}
@media only screen and (max-width: 1024px) {
  .lay-blog {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/***** LAYOUT OUTLINE *****/
.blog-body,
.blog-list {
  width: calc(100% - 3rem - 250px);
}
@media only screen and (max-width: 1024px) {
  .blog-body,
.blog-list {
    width: 100%;
  }
}

.blog-nav {
  width: 250px;
}
@media only screen and (max-width: 1024px) {
  .blog-nav {
    width: 100%;
  }
}

/***** STYLE *****/
/* 一覧、詳細 共通サイドナビゲーション */
.blog-nav .sect-side {
  margin-bottom: 2rem;
}
.blog-nav .sect-side:last-child {
  margin-bottom: 0;
}
.blog-nav .sect-side h3 {
  color: var(--color_font);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  text-indent: 0em;
  padding: 0.75em 0.5em;
  background: var(--color_sub);
}
.blog-nav .sect-side ul {
  background-color: #fff;
  padding: 1rem;
}
.blog-nav .sect-side ul li {
  margin-bottom: 15px;
  padding: 0 3px 15px;
  border-bottom: 1px dotted var(--color_font);
  font-size: 0.85em;
  line-height: 1.6;
}
.blog-nav .sect-side ul li:last-child {
  border-bottom-style: solid;
}
.blog-nav .sect-side ul li:first-child {
  padding-top: 15px;
}
.blog-nav .sect-side ul li .update {
  color: var(--color_font);
  display: block;
  margin-top: 1px;
  font-size: 0.875em;
  color: var(--color_main);
}
.blog-nav .sect-side ul li > a {
  color: var(--color_font);
  text-decoration: none;
}
.blog-nav .sect-side ul li > a:hover {
  opacity: 1;
  text-decoration: underline;
}
.blog-nav .blog-categories ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.blog-nav .blog-categories ul li:first-child {
  padding-top: 10px;
}
.blog-nav .blog-archives ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.blog-nav .blog-archives ul li:first-child {
  padding-top: 10px;
}

/* 一覧ページ サムネイルリスト */
.blog-list .pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
}
.blog-list .pageList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  gap: 2rem;
  /* ORDER */
  /* STYLE */
}
@media only screen and (max-width: 599px) {
  .blog-list .pageList > li {
    gap: 1rem;
  }
}
.blog-list .pageList > li .thumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.blog-list .pageList > li .txtGroup {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.blog-list .pageList > li .thumb {
  display: block;
  width: 100%;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
@media only screen and (max-width: 599px) {
  .blog-list .pageList > li .thumb {
    -ms-flex-negative: 1.5;
        flex-shrink: 1.5;
  }
}
.blog-list .pageList > li .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(4 / 6 * 100%);
  overflow: hidden;
}
.blog-list .pageList > li .thumb a img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.blog-list .pageList > li .txtGroup {
  position: relative;
  display: block;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 0 2rem 0;
}
.blog-list .pageList > li .txtGroup .title {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: var(--letterSpacing_base);
  text-indent: var(--letterSpacing_base);
  background-color: var(--color_main);
  margin: 0 0 1rem;
}
@media only screen and (max-width: 599px) {
  .blog-list .pageList > li .txtGroup .title {
    margin: 0 0 0.5rem;
  }
}
.blog-list .pageList > li .txtGroup .title:last-child {
  margin-bottom: 0;
}
.blog-list .pageList > li .txtGroup .title a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-indent: inherit;
  text-decoration: none;
  padding: 0.25em 0.5em;
}
.blog-list .pageList > li .txtGroup .title a::after {
  content: "MORE";
  position: absolute;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color_main);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  padding: 0.25em 0.5em;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.blog-list .pageList > li .txtGroup .title a:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .blog-list .pageList > li .txtGroup .title a:hover {
    text-decoration: underline;
  }
  .blog-list .pageList > li .txtGroup .title a:hover::after {
    text-decoration: underline;
  }
}
.blog-list .pageList > li .txtGroup .date {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: right;
  margin: 0.5rem 0 0;
}
.blog-list .pageList > li .txtGroup .description,
.blog-list .pageList > li .txtGroup .page-list-item-body-text {
  display: block;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: justify;
  margin: 0.5rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .blog-list .pageList > li .txtGroup .description,
.blog-list .pageList > li .txtGroup .page-list-item-body-text {
    margin: 0.25rem 0 0;
  }
}






.lay-side-nav.gradation{
        background-size: cover;
}




@media screen and (max-width: 600px) {
.lay-menu-purpose .medical-info-purpose.btnwaku {
        grid-template-columns: repeat(3, 1fr);
    }
	
	
.lay-menu-purpose .medical-info-purpose .btn.btn-waku a {
        padding: 62px 5px 12px 5px;
        letter-spacing: 1px;
		background-color: #fff;
		font-size: 90%;
    }
	
.lay-menu-purpose .medical-info-purpose .btn.btn-waku:nth-child(1), .medical-info-purpose .btn.btn-waku:nth-child(2), .medical-info-purpose .btn.btn-waku:nth-child(3) {
        border-bottom: 2px solid #cae8ef;
    }
	
.lay-menu-purpose .medical-info-purpose .btn.btn-waku:not(:first-child) {
    border-left: 2px solid #cae8ef;
}
	
.lay-menu-purpose .medical-info-purpose .btn.btn-waku:nth-child(4) {
    border-left: none;
	border-bottom: none;
    }
	
	
.btn.btn-waku.outpatient{
	border-radius: 10px 0 0 0;
	}
	
.btn.btn-waku.outpatient-dr {
    border-radius: 0 10px 0 0;
}
	
.btn.btn-waku.department{
	border-radius: 0 0 0 10px;
	}
	
.btn.btn-waku.consultation{
	border-radius: 0 0 10px 0;
	}
	
	
}


/***** newsIndex *****/

.page-body .com-thumbnailList.forNews ul {
    display: block;
    width: 100%;
    border-top: 1px solid #666;
}


.page-body .com-thumbnailList.forNews ul li {
    border-bottom: 1px solid #666;
	background-image: url(../images/arrow-g.png);
    background-position: right 18px center;
    background-size: 18px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}


.page-body .com-thumbnailList.forNews ul li:hover {
	background-position: right 10px center;
	transition: all 0.2s ease-in-out;
}

.com-thumbnailList.forNews ul li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0 1em;
    width: 100%;
    color: var(--color_font);
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.06em;
    text-decoration: none;
    padding: 30px 20px;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}

@media screen and (max-width: 500px) {
.com-thumbnailList.forNews ul li > a {
    font-size: 15px;
    padding: 20px 10px;
}
}


.com-thumbnailList.forNews span.com-category-mark.list-category-mark{
	color: var(--color_font);
}

/*
.com-thumbnailList.forNews .com-category-mark, .com-thumbnailList.forNews ul li > a .list-category-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 150px;
    color: var(--color_font);
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-decoration: none;
    background-color: #fff;
    padding: 0.2em 0.2em;
}
*/

.com-thumbnailList.forNews ul li > a .date {
    letter-spacing: 0;
    min-width: 6.75em;
    font-size: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.com-thumbnailList.forNews ul li > a .thumb {
	display: none;
}


.com-thumbnailList.forNews ul li > a .title {
	width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-decoration: underline;
    font-weight: 500;
    -webkit-transition: -webkit-text-decoration 0.2s ease-in;
    transition: -webkit-text-decoration 0.2s ease-in;
    transition: text-decoration 0.2s ease-in;
    transition: text-decoration 0.2s ease-in, -webkit-text-decoration 0.2s ease-in;
	margin-top: 14px;
	padding-right: 35px;
}

.com-thumbnailList.forNews ul li > a .title .new {
    display: inline-block;
    background: var(--color_emergency);
    color: #fff;
    padding: 0.2em 0.5em;
    font-size: 0.75em;
    line-height: 1.25em;
    letter-spacing: 0em;
    text-decoration: none;
    margin-left: 1rem;
}

/* staff_introduction_index */
.staff-introduction-band {
  max-width: 1240px;
  margin: 0 auto 20px;
  background: #d7e5ec;
  border-radius: 8px;
  position: relative;
  padding: 22px 24px 22px 50px;
}

.staff-introduction-band::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 100%;
  background: #109fda;
  border-radius: 8px 0 0 8px;
}

.staff-introduction-band-label {
  margin: 0;
  color: #4a4a4a;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
}

.staff-introduction-list {
  margin: 40px auto 90px auto;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  max-width: 1240px;
}

.staff-introduction-card {
  background: #fff;
  border: 3px solid #dddddd;
  border-radius: 18px;
  padding: 28px 34px;
}

.staff-introduction-card-inner {
  display: flex;
  gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
}

.staff-introduction-main {
  flex: 1 1 auto;
  min-width: 0;
}

.staff-introduction-name {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  color: #3f3f3f;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.staff-introduction-furigana {
  margin-left: 6px;
  color: #0095d9;
  font-size: 17px;
  font-weight: 700;
}

.staff-introduction-position {
  margin: 0 0 10px;
  color: #3f3f3f;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.staff-introduction-career {
  margin: 0;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.staff-introduction-summary {
  margin: 0;
}

.staff-introduction-divider {
  margin: 18px 0 14px;
  border-top: 2px dotted #6ec1e4;
}

.staff-introduction-section {
  margin-top: 16px;
}

.staff-introduction-section-title {
  margin: 0 0 6px;
  color: #0095d9;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.staff-introduction-section-body {
  margin: 0;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.staff-introduction-photo {
  width: 215px;
  flex: 0 0 215px;
  height: 286px;
  overflow: hidden;
  border-radius: 14px;
  background: #ececec;
}

.staff-introduction-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 768px) {
  .staff-introduction-band {
    max-width: 100%;
    margin-bottom: 14px;
    border-radius: 6px;
    padding: 14px 14px 14px 30px;
  }

  .staff-introduction-band::before {
    width: 10px;
    border-radius: 6px 0 0 6px;
  }

  .staff-introduction-band-label {
    font-size: 26px;
  }

  .staff-introduction-list {
    max-width: 100%;
  }

  .staff-introduction-card {
    padding: 20px 16px;
    border-radius: 14px;
    border-width: 2px;
  }

  .staff-introduction-card-inner {
    display: flex;
    flex-direction: column;
  }

  .staff-introduction-photo {
    order: 1;
    width: 170px;
    height: 220px;
    margin: 0 auto 16px;
  }

  .staff-introduction-main {
    order: 2;
    width: 100%;
  }

  .staff-introduction-name {
    font-size: 22px;
    margin-bottom: 8px;
    text-align: center;
  }

  .staff-introduction-furigana {
    display: block;
    margin: 6px 0 0;
    font-size: 15px;
  }

  .staff-introduction-summary {
    margin: 12px 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #efefef;
  }

  .staff-introduction-position {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .staff-introduction-career {
    font-size: 15px;
  }

  .staff-introduction-divider {
    display: none;
  }

  .staff-introduction-section {
    margin-top: 16px;
  }

  .staff-introduction-section-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .staff-introduction-section-body {
    font-size: 15px;
  }
}

.staff-introduction-band-part-time {
  margin-top: 42px;
}

.part-time-doctor-list {
  margin: 40px auto 60px auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1240px;
}

.part-time-doctor-card {
  background: #fff;
  border: 3px solid #dddddd;
  border-radius: 18px;
  padding: 28px 34px;
}

.part-time-doctor-name {
  margin: 0;
  color: #4a4a4a;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.part-time-doctor-furigana {
  margin-left: 6px;
  color: #0095d9;
  font-size: 17px;
  font-weight: 700;
}

.part-time-doctor-divider {
  margin: 16px 0 16px;
  border-top: 2px dotted #6ec1e4;
}

.part-time-doctor-divider.is-green {
  border-top-color: #79b13d;
}

.part-time-doctor-position {
  margin: 0 0 8px;
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.part-time-doctor-career {
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

@media (max-width: 768px) {
  .staff-introduction-band-part-time {
    margin-top: 30px;
  }

  .part-time-doctor-list {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .part-time-doctor-card {
    border-radius: 14px;
    border-width: 2px;
    padding: 18px 16px;
  }

  .part-time-doctor-name {
    font-size: 21px;
  }

  .part-time-doctor-furigana {
    font-size: 15px;
  }

  .part-time-doctor-divider {
    margin: 12px 0;
  }

  .part-time-doctor-position {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .part-time-doctor-career {
    font-size: 15px;
  }
}

