@charset "UTF-8";

 .wp-block-image img {
    max-width: 100%;
    height: auto!important;
}

body {
  color: #333;
  fill: #333;
}

.logo {
  display: block;
  text-align: center;
}
.logo img.iwasaki_logo {
  width: auto;
  height: 1em;
}


.menu_list .sub-menu {
  list-style: none;
}
.address span {
  display: inline-block;
}

#header {
  background-color: #FFF;
  z-index: 2000;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width:100%;
}
#header a {
  color: inherit;
  text-decoration: none;
}
#header > .inner {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0.8rem 0;
}
#header .site_logo {
  font-size: 0.75em;
  z-index: 300;
}
#header .site_logo .logo {
  font-size: 2.1em;
}
#header .site_logo .logo_copy {
  display: block;
  margin-top: 0.5em;
  font-size: 0.7em;
  font-weight: bold;
}
#header .site_copy {
  margin-left: 1em;
  font-size: 0.7em;
}

  
@media only screen and (max-width:600px) {
  #header > .inner {
    padding-right: 2.5rem;
  }
}
@media print, (min-width:601px) {
  #header > .inner {
    padding: 0.5rem 0 2rem;
    max-width: none;
    width: 96%;
  }
  #header .site_logo {
    font-size: 0.9em;
  }
}
@media print, (min-width:1201px) {
  #header > .inner {
    padding-bottom: 2rem;
  }
}
@media print, (min-width:1401px) {
  #header > .inner {
    padding-bottom: .5rem;
  }
}



#head_menu_btn {
  display: none;
}
@media only screen and (max-width:600px) {
  /* head_menu_btn */
  #head_menu_btn::before,
  #head_menu_btn::after {
    border-style: solid;
    border-width: 2px;
  }
  #head_menu_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.6em;
    width: 3em;
    height: 3em;
    font-size: 0.8em;
    text-align: center;
    overflow: hidden;
    z-index: 4800;
  }
  #head_menu_btn::before,
  #head_menu_btn::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 60%;
    height: 25%;
    border-right: 0;
    border-left: 0;
    -webkit-transition: height 0.2s 0.2s, -webkit-transform 0.2s 0s;
    -o-transition: height 0.2s 0.2s, -o-transform 0.2s 0s;
    transition: height 0.2s 0.2s, transform 0.2s 0s;
  }
  #head_menu_btn::before {
    margin-bottom: -1px;
    bottom: 50%;
  }
  #head_menu_btn::after {
    margin-top: -1px;
    top: 50%;
  }
  #head_menu_switch:checked ~ #head_menu_btn {
    position: fixed;
  }
  #head_menu_switch:checked ~ #head_menu_btn::before,
  #head_menu_switch:checked ~ #head_menu_btn::after {
    height: 0;
    border-width: 1px 0;
    -webkit-transition: height 0.2s 0s, -webkit-transform 0.2s 0.2s;
    -o-transition: height 0.2s 0s, -o-transform 0.2s 0.2s;
    transition: height 0.2s 0s, transform 0.2s 0.2s;
  }
  #head_menu_switch:checked ~ #head_menu_btn::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #head_menu_switch:checked ~ #head_menu_btn::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #head_menu_btn .btn_txt {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: transparent;
    font-size: 0.625em;
    font-weight: bold;
  }

  /* head_menu */
  #head_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: 3.4rem 0 0;
    width: 100%;
    width: 100vw;
    opacity: 0;
    background-color: rgba( 0, 0, 0, 0.8 );
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4000;
  }
  #head_menu > .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #head_menu .site_menu {
    width: 100%;
    height: 100%;
    font-size: 0.875em;
  }
  #head_menu_switch:checked ~ #head_menu {
    left: 0;
    opacity: 1;
  }
  #head_menu .menu_list li {
    border-style: solid;
    border-width: 0 0 thin;
    border-color: rgba( 255, 255, 255, 0.3 );
  }
  #head_menu .menu_list .menu {
    display: block;
    padding: 1em 2.5em;
    color: #FFF;
    fill: #FFF;
  }
  #head_menu .menu_list .menu::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 1.5em;
    width: 0.6em;
    height: 0.6em;
    border-style: solid;
    border-width: 2px;
    border-color: #00a05e #00a05e transparent transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #head_menu .submenu_btn {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  #head_menu .site_menu-contact + label{
    z-index: -1;
  }
  #head_menu .submenu_list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 20;
    background-color: rgba(0,0,0,0.9);
  }
  #head_menu .submenu_switch:checked + .submenu_list {
    left: 0;
  }
  #head_menu .submenu_list .menu:not(.submenu_head) {
    padding-left: 4em;
  }
  #head_menu .submenu_list .menu.submenu_head::after {
    right: auto;
    left: 0;
    border-color: transparent transparent #00a05e #00a05e;
    
  }
  
  

  
}
@media print, (min-width:601px) {
  #head_menu {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #head_menu > .inner {
    width: 100%;
    max-width: none;
    padding-right: 5px !important;
  }
  #head_menu .site_menu {
    font-size: 0.7em;
    font-weight: bold;
  }
  #head_menu .site_menu .menu_list {
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    width: 100%;
  }
  #head_menu .site_menu a {
    display: block;
    padding: 1em .25em;
    white-space: nowrap;
    -ms-word-break: keep-all;
    word-break: keep-all;
  }
  #head_menu .site_menu a.site_menu-contact{
    background-color: #0f9b5b;
    color: #fff;
    margin: .5em 0 .5em .5em;
    padding: .5em .5em .5em 2.125em;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
  }
  #head_menu .site_menu a.site_menu-contact:hover{
    background-color: #066e3f;
    transform: translate(0, -1px);
  }
  #head_menu .site_menu a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border: solid 0 #00a05e;
  }
  #iwasaki-solution #head_menu .site_menu a.iwasaki-solution_menu::after, 
  #rental #head_menu .site_menu a.rental_menu::after, 
  #event #head_menu .site_menu a.event_menu::after, 
  #information #head_menu .site_menu a.information_menu::after, 
  #head_menu .site_menu a:hover::after {
    border-bottom-width: 0.3rem;
  }
  #head_menu .site_menu a.site_menu-contact::after {
    top: 50%;
    left: .625em;
    transform: translate(0, -50%);
    background-image: url(../images/icon_contact.svg);
    background-position: center;
    width: 1.125em !important;
    height: 1.125em !important;
    border: none;
  }
  #head_menu .submenu_btn, 
  #head_menu .site_menu .submenu_list {
    display: none;
  }
}
@media print, (min-width:801px) {
  #head_menu .site_menu a {
    padding: 1em .75em;
  }
}
@media print, (min-width:1201px) {
  #head_menu .site_menu a.site_menu-contact{
    margin: .5em 0 .5em .5em;
    padding: .5em 1em .5em 2.625em;
  }
  #head_menu .site_menu a.site_menu-contact::after{
    left: 1em;
  }
}
@media print, (min-width:1401px) {
  #head_menu .site_menu a {
    padding: 1.5em 1em;
  }
  #head_menu .site_menu a.site_menu-contact{
    margin: 1em .5em;
  }
}

#header .info_menu {
  margin-right: 0;
  margin-left: auto;
  background-color: #00a05e;
  text-align: center;
  font-size: 0.75em;
  line-height: 1;
  z-index: 200;
}
#header .info_menu .menu_list > li {
  display: table;
}
#header .info_menu a {
  display: table-cell;
  padding: 0.5em 0.5em 0.75em;
  color: #FFF;
  fill: #FFF;
  text-align: center;
  vertical-align: middle;
}
#header .info_menu a .icn {
  display: block;
  margin-bottom: 0.1em;
  margin-right: auto;
  margin-left: auto;
  font-size: 3em;
}
@media only screen and (max-width:600px) {
  #header .info_menu a .icn {
    display: none;
  }
}
@media print, (min-width:601px) {
  #header .info_menu {
    position: absolute;
    top: 0;
    right: -2.08%;
    right: calc( 100 / 96 * -2% );
    right: -2vw;
    font-size: 0.9em;
  }
  #header .info_menu a {
    width: 9rem;
  }
  #header .info_menu a .icn {
    
  }
}




#footer {
  background: #066e3f;
  color: #FFF;
  fill: #FFF;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer > .inner {
  padding: 3rem 0 1.5rem;
}
#footer .copyright {
  font-size: 0.5625em;
  text-align: center;
}
@media print, (min-width:601px) {
  #footer .copyright {
    font-size: 0.75em;
  }
}

a.to_contact{
  position: fixed;
  right: 0;
  bottom: 4em;
  width: 3em;
  background-color: #0f9b5b;
  color: #FFF;
  font-size: 1em;
  line-height: 1;
  padding: 1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 2999;
  transition: .2s;
}

a.to_contact:hover{
  background-color: #066e3f;
}

a.to_contact .btn_txt{
  display: block;
  padding-top: 1.125em;
}

a.to_contact .icon_contact{
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_contact.svg);
}

a.to_top {
  margin: 0;
  border-radius: 0;
  background-color: #066e3f;
  color: #FFF;
}

a.to_contact.btn,
a.to_top.btn{
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0.3) !important;
}

.site_address {
  font-size: 0.75em;
}
.site_address .address_list > .address_block {
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.address_block h3 {
  flex-shrink: 0;
  margin-top: 0.25em;
  margin-right: 1rem;
  padding: 0.25em;
  width: 6em;
  background-color: #fff;
  color: #066e3f;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  line-height: 1;
}
.address_block p {
  line-height: 1.75;
}
@media only screen and (max-width:600px) {
  .site_address .address_list > .address_block {
    margin-bottom: 1.5rem;
  }
}
@media print, (min-width:601px) {
  .site_address .address_list {
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    margin-right: auto;
    margin-left: auto;
    max-width: 72em;
  }
  .site_address .address_list > .address_block {
    max-width: 100%;
  }
}


.foot_menu {
  margin: 1.5rem auto;
  font-size: 0.625em;
  text-align: center;
}
.foot_menu .menu_list > li {
  display: inline-block;
  margin: 1em 0.5em;
}
@media print, (min-width:601px) {
  .foot_menu {
    font-size: 0.75em;
  }
}




.cont_menu {
  background-color: #0f9b5b;
  color: #FFF;
  fill: #FFF;
}
.cont_menu a {
  color: inherit;
  text-decoration: none;
}
.cont_menu a:hover {
  text-decoration: underline;
}
.cont_menu > .inner {
  padding: 1.5rem 0;
}
.cont_menu .menu_list {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  
}


.cont_menu .menu_list > li {
  margin: 0.5em 0;
}
@media only screen and (max-width:600px) {
  .cont_menu .menu_list > li {
    width: 45%;
  }
  .cont_menu .menu_list > li > a {
    font-size: 0.75em;
  }
  .cont_menu .menu_list > li > a::after {
    content: '>';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 1em;
    height: 1em;
    line-height: 1;
	color: #FFF;
  }
  .cont_menu .menu_list .sub-menu {
    display: none;
  }
}


@media print, (min-width:601px) {

  .cont_menu > .inner {
    padding: 3rem 0;
  }
  .cont_menu .menu_list > li {
    width: 24%;
  }
  .cont_menu .menu_list > li > a {
    font-size: 0.75em;
  }
  .cont_menu .menu_list .sub-menu {
    font-size: 0.65em;
  }
  .cont_menu .menu_list .sub-menu > li {
    margin-top: 0.5em;
  }
  #menu-item-3342 , #menu-item-2090{
  margin-top:15px;
  font-size: 1.15em;}
  
}

.page_menu .menu_list {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.page_menu .menu_list .menu_block {
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #FFF;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: none;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba( 0, 0, 0, 0.1 );
  box-shadow: 0 0.4rem 0.5rem 0 rgba( 0, 0, 0, 0.1 );
}
.page_menu .menu_list .menu_block:hover {
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  transform: translate(0, -1px);
  -webkit-box-shadow: 0 0.5rem 0.5rem 1px rgba( 0, 0, 0, 0.1 );
  box-shadow: 0 0.5rem 0.5rem 1px rgba( 0, 0, 0, 0.1 );
}

.page_menu .menu_list .menu_block::before {
  content: '';
  display: block;
  padding-top: 75%;
  z-index: 0;
  background-color: rgba( 0, 0, 0, 0.1 );
}
.page_menu .menu_list .menu_block:hover::before {
  background-color: rgba( 255, 255, 255, 0.1 );
}
.page_menu .menu_list .menu_block .menu_name {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  text-shadow: 0 0 0.5rem rgba( 0, 0, 0, 0.8 );
  line-height: 1.25;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page_menu .menu_list .menu_block .menu_name em {
  display: block;
  font-style: normal;
}
.page_menu .menu_list .menu_block .menu_name small {
  display: block;
  color: #17b16a;
  font-size: 0.6em;
}
@media only screen and (max-width:600px) {
  .page_menu .menu_list .menu_block {
    margin: 4% 8% 4% 0;
    width: 46%;
  }
  .page_menu .menu_list .menu_block:nth-child( 2n + 0 ) {
    margin-right: 0;
  }
}
@media print, (min-width:601px) {
  .page_menu .menu_list .menu_block {
    margin: 2.5% 5% 2.5% 0;
    width: 30%;
  }
  .page_menu .menu_list .menu_block:nth-child( 3n + 0 ) {
    margin-right: 0;
  }
  .page_menu .menu_list .menu_block .menu_name {
    font-size: 1.25em;
  }
}

#main {
}

.breadcrumb {
  position: absolute;
  top: 4.125rem;
  left: 0;
  right: 0;
}
@media print, (min-width:1201px) {
  .breadcrumb {
    top: 3.125rem;
  }
}
@media only screen and (max-width:600px) {
  .breadcrumb {
    top: 3.45rem;
  }
}
.breadcrumb .bc_list {
  padding: 1.5em 0;
  font-size: 0.65em;
}
.breadcrumb .bc_list a {
  text-decoration: underline;
}

@media only screen and (max-width:600px) {
  .main_block .main_head > .inner::before, 
  .breadcrumb > .inner::before {
    content: '';
    display: block;
    padding-top: 32%;
  }
}
@media print, (min-width:601px) {
  .main_block .main_head > .inner::before, 
  .breadcrumb > .inner::before {
    content: '';
    display: block;
    padding-top: 22%;
  }
}



.title em {
  display: block;
  font-style: normal;
}
.title small {
  display: block;
  color: #00a05e;
  font-size: 0.45em;
}

.main_block .main_head {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  z-index: 200;
  top: 4.125rem;
}
.main_block .main_head .main_title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  color: #FFF;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main_block .main_body {
  margin-top: calc(3rem + 4.125rem); /* .breadcrumb高さ分 + 固定header高さ分 */
}
.main_block.embed_child .main_body {
  margin-top: 0;
}
.main_block .main_foot {
  z-index: 100;
}
@media print, (min-width:1201px) {
  .main_block .main_head {
    top: 3.125rem;
  }
  .main_block .main_body {
    margin-top: calc(3rem + 3.125rem); /* .breadcrumb高さ分 + 固定header高さ分 */
  }
}
@media only screen and (max-width:600px) {
  .main_block .main_head {
    top: 3.45rem;
  }
  .main_block .main_head .main_title {
    font-size: 1.25em;
  }
  .main_block .main_body {
    padding: 1.5rem 0;
    margin-top: calc(3rem + 3.45rem); /* .breadcrumb高さ分 + 固定header高さ分 */
  }
.mark_list.mark_arr .sp > li {
    border-top:none;
}
  
}
@media print, (min-width:601px) {
  .main_block .main_head .main_title {
    font-size: 2.25em;
  }
  .main_block .main_body {
    padding: 3rem 0;
  }
}

#content .main_block.embed_child .child_menu {
  margin-top: -3rem;
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
}
.child_menu .menu_list {
  margin: auto;
}
.child_menu .menu_list .menu {
  display: block;
  margin: auto;
  padding: 0.75em;
  background-color: #0f9b5b;
  color: #FFF;
  text-align: center;
  line-height: 1.25;
}
@media only screen and (max-width:479px) {
  .child_menu .menu_list > li {
    margin: 5% 0;
  }
}
@media print, (min-width:480px) {
  .child_menu .menu_list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .child_menu .menu_list > li {
    margin: 1%;
    width: 18em;
  }
}

.main_block.embed_child .child_page + .child_page {
  margin-top: 6rem;
}
.main_block.embed_child .child_page .page_head {
  margin-bottom: 1.5rem;
}

.page_title {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width:600px) {
  .page_title {
    font-size: 1.25em;
  }
}
@media print, (min-width:601px) {
  .page_title {
    font-size: 1.5em;
  }
  /* お知らせが50字で1行に収まる　*/
  .main_block.type-post .page_title {
    font-size: 1.25em;
    font-size: 1.8vw;
  }

}




.contact_block {
  margin: 4.5rem auto auto;
  color: #FFF;
  text-shadow: 0 0 0.5rem rgba( 0, 0, 0, 0.8 );
  text-align: center;
}
.contact_block::before {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.contact_block .contact_head {
  margin-bottom: 1.5rem;
}
.contact_block .contact_title {
  margin: auto;
  color: #FFF;
  fill: #FFF;
}
.contact_block .contact_body .lead {
  text-align: left;
}
.contact_block .contact_list {
}
.contact_block .contact_list .contact, 
.contact_block .contact_list .contact p {
  text-align: center;
}
.contact_block .contact_list .contact {
  margin-top: 1.5rem;
  padding: 1rem;
}
.contact_block .contact_list .contact a {
  display: inline-block;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
.contact_block .contact_list .contact .icn {
  fill: #FFF;
  font-size: 1.5em;
}
.contact_block .contact_list .contact a[href^="tel:"] {
  letter-spacing: 0.1em;
}
.contact_block .contact_list .contact a small {
  display: inline-block;
  font-size: 0.5em;
}
.contact_list .contact .block_title {
  margin: auto auto 1em;
  font-size: 1em;
}
.contact_block .contact_list .contact_tel {
  background-color: rgba( 255, 255, 255, 0.2 );
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 0 1em rgba( 0, 0, 0, 0.2 );
  box-shadow: 0 0 1em rgba( 0, 0, 0, 0.2 );
}
.contact_block .contact_list .contact_tel .icn {
  -webkit-filter: drop-shadow( 0 0 0.5rem rgba( 0, 0, 0, 0.8 ) );
  -moz-filter: drop-shadow( 0 0 0.5rem rgba( 0, 0, 0, 0.8 ) );
  -ms-filter: drop-shadow( 0 0 0.5rem rgba( 0, 0, 0, 0.8 ) );
  -o-filter: drop-shadow( 0 0 0.5rem rgba( 0, 0, 0, 0.8 ) );
  filter: drop-shadow( 0 0 0.5rem rgba( 0, 0, 0, 0.8 ) );
}
.contact_block .contact_list .contact_form {
  background-color: #00a05e;
  text-shadow: none;
}
.contact_list .contact .note {
  font-size: 0.875em;
}
@media only screen and (max-width:600px) {
  .main_body > .inner .content .contact_block:last-child {
    margin-bottom: -1.5rem;
  }
}
@media print, (min-width:601px) {
  .main_body > .inner .content .contact_block:last-child {
    margin-bottom: -3rem;
  }
  .contact_block .contact_list .contact {
    /*padding: 2rem 1.5rem;*/
  }
  .contact_block .contact_body p.lead {
    display: inline-block;
  }
  .contact_block .contact_list .contact a {
    font-size: 1.5em;
  }
}

.date_list {
  line-height: 1.5;
}
.date_list a {
  color: inherit;
  text-decoration: none;
}
.date_list a:hover {
  text-decoration: underline;
}
.date_list .post_block {
  padding: 1em;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #dbdada;
}
.date_list .post_block:first-child {
  border-top-width: 1px;
}
.date_list dd {
  font-weight: bold;
}
.date_list time {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
@media only screen and (max-width:600px) {
  .date_list dt {
    margin-bottom: 0.5em;
  }
}
@media print, (min-width:601px) {
  .date_list .post_block {
    display: -ms-flex;
    display: flex;
    padding-right: 2em;
    padding-left: 2em;
  }
  .date_list dt {
    flex-grow: 0;
    min-width: 15em;
  }
  .date_list dd {
    flex-grow: 1;
  }
}


#content .cont_item .copy {
  text-align: center;
}


#content .cate_list, 
#content .tag_list {
  margin: auto;
  list-style: none;
  font-size: 1em;
}
#content .cate, 
#content .tag {
  display: inline-block;
  margin-bottom: 0.25em;
  padding: 0.25em 0.5em;
  border-style: solid;
  border-width: 1px;
  font-size: 0.8em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
#content .cate {
  min-width: 5em;
}
#content .tag {
}
#content .cate_list > li, 
#content .tag_list > li {
  margin-top: auto;
}
.cate.cate_information { color: #4464b4; }
.cate.cate_news-all { color: #d45a73; }
.cate.cate_product { color: #0f9b5b; }
.cate.cate_event { color: #ad8f04; }
.cate.cate_recruit { color: #029ed1; }


#content p.announce {
  margin: 3rem auto;
  text-align: center;
}




.result_list .post_block {
  clear: both;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-style: solid;
  border-width: 0 0 1px;
}
.result_list .post_block:last-child {
  margin-bottom: auto;
  border: none;
}
.result_list .post_block .post_thumb {
  float: left;
  margin-top: 0.2em;
  margin-bottom: 2%;
  margin-right: 4%;
  width: 23%;
}
.result_list .post_block .post_title {
  display: block;
  font-weight: bold;
}
.result_list .post_block .post_text {
  line-height: 1.5;
}
.result_list .post_block .post_url {
  clear: left;
}
.result_list .post_block .post_url a:empty::before {
  content: attr(href);
  white-space: normal;
  -ms-word-break: break-all;
  word-break: break-all;
}


@media only screen and (max-width:600px) {
  .result_list .post_block .post_title {
    font-size: 0.875em;
    font-weight: bold;
  }
  .result_list .post_block .post_text {
    font-size: 0.75em;
  }
  .result_list .post_block .post_url {
    font-size: 0.714em;
  }
}
@media print, (min-width:601px) {
  .result_list .post_block .post_url {
    font-size: 0.75em;
  }
}

.pager.pager_index {
  margin: 1.5rem  auto;
}
.pager.pager_index .page_list {
  display: table;
  border-collapse: separate;
  border-spacing: 0.5em 0;
  margin: auto;
}
.pager.pager_index .page_list > li {
  display: table-cell;
}
.pager.pager_index .page_list a, 
.pager.pager_index .page_list .page-numbers.current{
  padding: 0;
}
.pager.pager_index .page_list a {
  text-decoration: underline;
}


.mfp-content {
  width: 90%;
  max-width: 45rem;
  max-height: 80vh;
  background-color: #FFF;
}
.mfp-content .modal_block {
  padding: 1rem;
}
.mfp-inline-holder .mfp-content, 
.mfp-ajax-holder .mfp-content {
  width: 90%;
  min-height: 80vh;
}
.mfp-close-btn-in button.mfp-close {
  margin: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #333;
  color: #FFF;
  font-size: 2em;
}
.mfp-close-btn-in button.mfp-close::before, 
.mfp-close-btn-in button.mfp-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0.6em;
  height: 0;
  border-radius: 1px;
  border-style: solid;
  border-width: 1px;
}
.mfp-close-btn-in button.mfp-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-close-btn-in button.mfp-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



.slide_area > div.slick-dotted , 
.slide_area .slide_list.slick-dotted {
  margin-bottom: 2rem;
}
.slide_area > div.slick-dotted .slick-dots , 
.slide_area .slide_list.slick-dotted .slick-dots {
  bottom: -1.5rem;
  position: 200px;
  text-align: center;
}
.slide_area > div.slick-dotted .slick-dots > li , 
.slide_area .slide_list.slick-dotted .slick-dots > li {
  margin: 0 0.2em;
  width: 2em;
  height: auto;
  font-size: 1rem;
}
.slide_area > div.slick-dotted .slick-dots li button , 
.slide_area .slide_list.slick-dotted .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
  font-size: 1em;
}
.slide_area > div.slick-dotted .slick-dots li button:before , 
.slide_area .slide_list.slick-dotted .slick-dots li button:before {
  content: '';
  width: 2em;
  height: 0;
  border-style: solid;
  border-width: 0.1em;
  color: #c5c5c5;
  font-size: 1em;
}
.slide_area > div.slick-dotted .slick-dots li button[aria-selected="true"]::before , 
.slide_area .slide_list.slick-dotted .slick-dots li button[aria-selected="true"]::before {
  color: #0f9b5b;
}


.slide_area > div .slide_btn , 
.slide_area .slide_list .slide_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2em;
  height: 2em;
  background-color: #0f9b5b;
  color: #FFF;
  border: none;
  opacity: 0.8;
  z-index: 998;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.slide_area > div .slide_btn:hover , 
.slide_area .slide_list .slide_btn:hover {
  opacity: 1;
}
.slide_area > div .slide_btn::before , 
.slide_area .slide_list .slide_btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  border: solid 0.2em #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slide_area > div .slide_btn.prev::before , 
.slide_area .slide_list .slide_btn.prev::before {
  margin-left: 0.75em;
  border-top-color: transparent;
  border-right-color: transparent;
}
.slide_area > div .slide_btn.next::before , 
.slide_area .slide_list .slide_btn.next::before {
  margin-right: 0.75em;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
@media only screen and (max-width:480px) {
  .slide_area > div .slide_btn.prev , 
  .slide_area .slide_list .slide_btn.prev {
    left: 1.5em;
  }
  .slide_area > div .slide_btn.next , 
  .slide_area .slide_list .slide_btn.next {
    right: 1.5em;
  }
}
@media print, (min-width:480px) {
  .slide_area > div .slide_btn , 
  .slide_area .slide_list .slide_btn {
    font-size: 1.5em;
  }
  .slide_area > div .slide_btn.prev , 
  .slide_area .slide_list .slide_btn.prev {
    left: 0;
  }
  .slide_area > div .slide_btn.next , 
  .slide_area .slide_list .slide_btn.next {
    right: 0;
  }
}

