@charset "UTF-8";



/**
 *
 * font
 *
**/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/**
 * sp disp
**/
.sp_disp { display: none !important; }
@media only screen and (max-width: 767px) {
  .sp_disp { display: block !important; }
  .pc_disp { display: none !important; }
}



/**
 *
 * layout
 *
**/

/**
 * wrapper
**/
.wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.wrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding: 53px 0 0 0;
  }
}


/**
 * header
**/
.header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 278px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header#header {
  background: none;
  box-shadow: none;
}
.header_inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1110px;
  height: 278px;
  position: relative;
}
.header_inner .logo {
  width: 140px;
  position: absolute;
  top: 30px;
  left: 0;
}
.header_inner h1 {
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.header_inner h1 .name {
  line-height: 1.2em;
  font-size: 30px;
  font-weight: 400;
}
.header_inner .link {
  position: absolute;
  top: 41px;
  right: -55px;
}
.header_inner .link a {
  width: 219px;
  height: 38px;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 500;
  color: #636363;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid #b7b7b7;
  box-shadow: 1px 1px 0 #858575;
  background: linear-gradient(#fff, #ddddde);
}
.header_inner .link a::after {
  width: 14px;
  height: 14px;
  content: "";
  background: url("../../img/nurse/common/icon_blank_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
body.page .header#header {
  width: 100%;
  height: 150px;
  background: none;
}
body.page .header .header_inner {
  height: 150px;
  position: relative;
}
body.page .header .header_inner h1 {
  padding: 0 0 0 84px;
  line-height: 1.2em;
  font-size: 20px;
  position: absolute;
  bottom: auto;
  top: 12px;
  left: 0px;
}
body.page .header .header_inner h1 .name {
  line-height: 1.2em;
  font-size: 30px;
}
body.page .header .header_inner h1 img {
  width: 82px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page .header .header_inner .link {
  position: absolute;
  top: 20px;
  right: 0px;
}
body.page .header .header_inner .link a {
  width: auto;
  height: auto;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
}
body.page .header .header_inner .link a::after {
  width: 14px;
  height: 14px;
  content: "";
  background: url("../../img/nurse/common/icon_arrow_02.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.header_inner .gnav {
  width: 100%;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.header_inner .gnav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.header_inner .gnav ul li {
  width: 15.145%;
}
.header_inner .gnav ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 48px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 1px #928e8d;
  background: linear-gradient(#fff, #ddddde);
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
.header_inner .gnav ul li a:hover {
  background: linear-gradient(#ebf3d8 20%, #dfebc1 31%, #ebf3d8 80%, #f5f9ec 90%);
}
.header_inner .gnav ul li.on a {
  background: linear-gradient(#ebf3d8 20%, #dfebc1 31%, #ebf3d8 80%, #f5f9ec 90%);
}
.header_inner .gnav ul li a .ja {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 17px;
  font-weight: 500;
}
.header_inner .gnav ul li a .en {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 10px;
  font-weight: 400;
  font-family: 'Inter';
  color: #8bbe1d;
}
@media only screen and (max-width: 1000px) {
  .header_inner .gnav ul li a .ja {
    line-height: 1.4em;
    font-size: 14px;
    font-weight: 500;
  }
  .header_inner .gnav ul li a .en {
    line-height: 1.4em;
    font-size: 8px;
    font-weight: 400;
  }

}
@media only screen and (max-width: 767px) {
  .header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 53px;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .header#header {
    box-shadow: none;
    background: #fff;
  }
  .header_inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1110px;
    height: 53px;
    position: relative;
  }
  .header_inner .logo {
    width: 70px;
    position: absolute;
    top: 3px;
    left: 15px;
  }
  
  .header_inner .logo img.sp_disp{
  	width: 65%;
  }
  
  .header_inner h1 {
    line-height: 1.2em;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    bottom: 8px;
    left: 78px;
  }
  .header_inner h1 .name {
    line-height: 1.2em;
    font-size: 19px;
    font-weight: 400;
  }
  body.page .header#header {
    width: 100%;
    height: 53px;
    background: #fff;
  }
  body.page .header .header_inner {
    height: 53px;
    position: relative;
  }
  body.page .header .header_inner h1 {
    padding: 0 0 0 50px;
    line-height: 1.2em;
    font-size: 13px;
    position: absolute;
    bottom: auto;
    top: 7px;
    left: 10px;
  }
  body.page .header .header_inner h1 .name {
    line-height: 1.2em;
    font-size: 19px;
  }
  body.page .header .header_inner h1 img {
    width: 46px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  .header .header_inner .openbtn {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 53px;
    height: 53px;
    z-index: 1001;
  }
  .header .header_inner .openbtn.active {

  }
  .header .header_inner .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background: #8bbe1d;
    width: 24px;
  }
  .header .header_inner .openbtn span:nth-of-type(1) {
    top: 16px; 
  }
  .header .header_inner .openbtn span:nth-of-type(2) {
    top: 25px;
  }
  .openbtn span:nth-of-type(3) {
    top: 34px;
  }
  .header .header_inner .openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 14px;
    transform: rotate(-45deg);
  }
  .header .header_inner .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header_inner .openbtn.active span:nth-of-type(3){
    top: 23px;
    left: 14px;
    transform: rotate(45deg);
  }
  
  
  .header_inner .gnav {
    width: 100%;
    position: absolute;
    bottom: -24px;
    left: 0;
  }
  .header_inner .gnav ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .header_inner .gnav ul li {
    width: 15.145%;
  }
  .header_inner .gnav ul li a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 48px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 1px #928e8d;
    background: linear-gradient(#fff, #ddddde);
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
  }
  .header_inner .gnav ul li a:hover {
    background: linear-gradient(#ebf3d8 20%, #dfebc1 31%, #ebf3d8 80%, #f5f9ec 90%);
  }
  .header_inner .gnav ul li a .ja {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 17px;
    font-weight: 500;
  }
  .header_inner .gnav ul li a .en {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Inter';
    color: #8bbe1d;
  }
}


/**
 * nav sp
**/
@media only screen and (max-width: 767px) {
  .nav-sp {
    width: 275px;
    height: calc( 100vh - 53px );
    position: fixed;
    top: 53px;
    right: -275px;
    z-index: 900;
    background: #8bbe1d;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    transition: all 0.6s 0s ease-in-out;
  }
  .nav-sp.active {
    right: 0px;
  }
  .nav-sp ul {
    margin: 0 18px 0 18px;
    padding: 3px 0 10px 0;
    list-style: none;
  }
  .nav-sp ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    border-top: 1px solid #fff;
  }
  .nav-sp ul li:nth-of-type(1) {
    border-top: none;
  }
  .nav-sp ul li a {
    margin: 0 0 0 0;
    padding: 13px 10px 13px 8px;
    color: #fff;
    text-decoration: none;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: 500;
    display: block;
  }
  .nav-sp ul li ul {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
  }
  .nav-sp ul li ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: none;
  }
  .nav-sp ul li ul li a {
    margin: 0 0 0 0;
    padding: 5px 10px 5px 34px;
    color: #fff;
    text-decoration: none;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: 400;
    display: block;
    position: relative;
  }
  .nav-sp ul li ul li a::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 5px;
    height: 10px;
    content: "";
    background: url("../../img/nurse/common/icon_arrow_03.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 23px;
    transform: translate(0,-50%);
  }
  

}


/**
 * overlay
**/
@media only screen and (max-width: 767px) {
  .overlay {
    width: 100%;
    height: calc( 100vh - 53px );
    position: fixed;
    top: 53px;
    right: 0;
    z-index: 800;
    background: rgba(0,0,0,0.71);
    display: none;
  }
}


/**
 * main image
**/
.main_image {
  margin: 0 0 56px 0;
  padding: 0;
  width: 100%;
  height: 278px;
  position: relative;
  z-index: 0;
}
.main_image img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 278px;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .main_image {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
    height: 123px;
    position: relative;
    z-index: 0;
  }
  .main_image img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 123px;
    display: block;
    object-fit: cover;
  }

}


/**
 * page title
**/
.page_title {
  margin: 0 0 56px 0;
  padding: 0;
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 0;
}
.page_title img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 150px;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .page_title {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
    height: 77px;
    position: relative;
    z-index: 0;
  }
  .page_title img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 77px;
    display: block;
    object-fit: cover;
  }

}

/**
 * footer
**/
.footer#footer {
  margin: 0 auto;
  padding: 65px 0 20px 0;
  width: 92%;
  max-width: 1110px;
}
.footer#footer a {
  text-decoration: underline;
  color: #000;
}
.footer#footer a:hover {
  text-decoration: underline;
  color: #e64c81;
}
.footer#footer a.tel {
  text-decoration: none;
  color: #000;
}
.footer#footer a.tel:hover {
  text-decoration: none;
  color: #000;
}
.footer#footer p {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 15px;
  text-align: left;
}
.footer#footer p.name {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 500;
}
.footer#footer p.copyright {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 12px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .footer#footer {
    margin: 0 auto;
    padding: 35px 0 13px 0;
    width: 100%;
    max-width: 1110px;
    text-align: center;
  }
  .footer#footer a {
    color: #000000;
  }
  .footer#footer a:hover {
    text-decoration: underline;
    color: #e64c81;
  }
  .footer#footer a.tel {
    text-decoration: none;
    color: #000000;
  }
  .footer#footer a.tel:hover {
    text-decoration: none;
    color: #000000;
  }
  .footer#footer p {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    font-size: 15px;
    text-align: center;
  }
  .footer#footer p.name {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    font-size: 23px;
    font-weight: 500;
  }
  .footer#footer p.copyright {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    font-size: 10px;
    font-weight: 300;
  }
  .footer#footer .link {
    padding: 12px 0 14px 0;
  }
  .footer#footer .link a {
    margin: 0 auto;
    width: 219px;
    height: 32px;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 500;
    color: #636363;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #b7b7b7;
    box-shadow: 1px 1px 0 #858575;
    background: linear-gradient(#fff, #ddddde);
  }
  .footer#footer .link a::after {
    width: 14px;
    height: 14px;
    content: "";
    background: url("../../img/nurse/common/icon_blank_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
  }
}

/**
 * breadcrumb
**/
.breadcrumb {
  margin: 0 auto;
  padding: 10px 0 28px 0;
  width: 92%;
  max-width: 1110px;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ol li {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 15px;
  vertical-align: middle;
}
.breadcrumb ol li::after {
  margin: 0 5px;
  line-height: 1.6em;
  font-size: 12px;
  color: #c3c4c4;
  display: inline-block;
  content: ">";
}


/**
 * contents
**/
.contents#contents {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 1110px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contents#contents {
    width: 90.97%;
    flex-direction: column;
  }
}

/**
 * side
**/
.side {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 21.89%;
}
@media only screen and (max-width: 767px) {
  .side {
    width: 100%;
  }
}

/**
 * main
**/
.main {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 70.36%;
}
body.page .main {
  width: 76.036%;
}
@media only screen and (max-width: 767px) {
  .main {
    width: 100%;
  }
  body.page .main {
    width: 100%;
  }
}


/**
 *
 * content
 *
**/


/**
 * navi01
**/
.nav01 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.nav01 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.nav01 ul li {
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
}
.nav01 ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  width: 100%;
  height: 47px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: left;
  box-shadow: 1px 1px 1px #928e8d;
  background: linear-gradient(#fff, #ddddde);
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
.nav01 ul li a:hover {
  background: linear-gradient(#ebf3d8 0%, #dfebc1 31%, #ebf3d8 80%, #f5f9ec 90%);
}
.nav01 ul li a::before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 4px;
  height: 36px;
  content: "";
  background: #8bbe1d;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(0,-50%);
}
.nav01 ul li a .ja {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 17px;
  font-weight: 500;
}
.nav01 ul li a .en {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 10px;
  font-weight: 400;
  font-family: 'Inter';
  color: #8bbe1d;
}
@media only screen and (max-width: 767px) {
  .nav01 {
    margin: 0 0 23px 0;
    padding: 0 0 0 0;
  }
  .nav01 ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav01 ul li {
    margin: 0 0 7px 0;
    padding: 0 0 0 0;
    width: calc( 50% - 7px );
  }
  .nav01 ul li a {
    margin: 0 0 0 0;
    padding: 0 0 0 25px;
    width: 100%;
    height: 42px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: left;
    box-shadow: 1px 1px 1px #928e8d;
    background: linear-gradient(#fff, #ddddde);
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
  }
  .nav01 ul li a:hover {
    background: linear-gradient(#ebf3d8 0%, #dfebc1 31%, #ebf3d8 80%, #f5f9ec 90%);
  }
  .nav01 ul li a::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 4px;
    height: 36px;
    content: "";
    background: #8bbe1d;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(0,-50%);
  }
  .nav01 ul li a .ja {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: 500;
  }
  .nav01 ul li a .en {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Inter';
    color: #8bbe1d;
  }
}

/**
 * navi02
**/
.nav02 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.nav02 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.nav02 ul li {
  margin: 0 0 4px 0;
  padding: 4px;
  background: #dfebc1;
}
.nav02 ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 5px;
  width: 100%;
  height: 42px;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  color: #8bbe1d;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 1px #a4a4a5;
  background: linear-gradient(#fff, #dfdfe0);
  border: 1px solid #fff;
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
}
.nav02 ul li a:hover {
  background: #8bbe1d;
  color: #fff;
}
.nav02 ul li.on a {
  background: #8bbe1d;
  color: #fff;
}
.nav02 ul li a::before {
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
  width: 15px;
  height: 15px;
  content: "";
  background: url("../../img/nurse/common/icon_arrow_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}
.nav02 ul li a:hover::before {
  background: url("../../img/nurse/common/icon_arrow_02.png") no-repeat center center;
  background-size: 100% 100%;
}
.nav02 ul li.on a::before {
  background: url("../../img/nurse/common/icon_arrow_02.png") no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .nav02 ul {
    margin: 0 10px 20px;
    padding: 0 0 0 0;
  }
  .nav02 ul li {
    margin: 0 0 10px 0;
  }
  .nav02 ul li a::before {
    margin: 0 10px 0 0;
  }

}
/**
 * base_head
**/
.base_head {
  margin: 0 0 0 0;
  padding: 0 5px 5px 5px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #b0b0b1;
}
.base_head h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 25px;
  font-weight: 500;
}
.base_head .link {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.base_head .link::after {
  width: 15px;
  height: 15px;
  content: "";
  background: url("../../img/nurse/common/icon_arrow_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .base_head h2 {
    line-height: 1.4em;
    font-size: 22px;
    font-weight: 500;
  }
}


/**
 * news_list
**/
.news_list {
  margin: 0 5px 0 5px;
}
.news_list .item {
  margin: 0 0 0 0;
  padding: 15px 0 10px 0;
  width: 100%;
  border-bottom: 1px dashed #dfdfdf;
  display: flex;
  flex-wrap: wrap;
}
.news_list .item .post_date {
  margin: 0 0 0 0;
  padding: 0 0 0 8px;
  width: 117px;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
}
.news_list .item h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: calc( 100% - 117px );
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 500;
  color: #8bbe1d;
}
.news_list .item .description {
  margin: 0 0 0 117px;
  padding: 5px 0 0 0;
  width: calc( 100% - 117px );
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
}
.news_list .item .description a {
  color: #e64c81;
  text-decoration: underline;
}
.news_list .item .description a:hover {
  color: #e64c81;
  text-decoration: none;
}
.news_list .paging {
  padding: 25px 0 0 0;
  overflow: hidden;
}
.news_list .paging a {
  color: #e64c81;
  text-decoration: underline;
}
.news_list .paging a:hover {
  color: #e64c81;
  text-decoration: none;
}
.news_list .paging .prev {
  float: left;
}
.news_list .paging .next {
  float: right;
}


@media only screen and (max-width: 767px) {
  .news_list {
    margin: 0 8px 0 8px;
  }
  .news_list .item {
    margin: 0 0 0 0;
    padding: 15px 0 15px 0;
    width: 100%;
    border-bottom: 1px dashed #dfdfdf;
    display: flex;
    flex-wrap: wrap;
  }
  .news_list .item .post_date {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.6em;
    font-size: 13px;
    font-weight: 500;
    box-sizing: border-box;
    text-align: left;
  }
  .news_list .item h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 500;
    color: #8bbe1d;
  }
  .news_list .item .description {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    width: 100%;
    line-height: 1.6em;
    font-size: 15px;
    font-weight: 400;
  }
}

/**
 * body
**/
.body {
  padding: 20px 0 0 0;
  overflow: hidden;
}
.body h1 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 500;
  color: #8bbe1d;
}
.body h2 {
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 500;
  color: #8bbe1d;
  border-left: 5px solid #8bbe1d;
}
.body h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 500;
  color: #e64c81;
}
.body h4 {
  margin: 0 0 10px 0;
  padding: 0 0 0 1em;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  position: relative;
}
.body h4::before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background: #8bbe1d;
  width: 10px;
  height: 10px;
  border-radius: 180px;
}
.body h5 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.body h6 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.body p {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  overflow: hidden;
}
.body strong {
/*  line-height: 1.6em;
  font-size: 22px;*/
  font-weight: bold;
/*  font-weight: normal;*/
}
.body hr {
  margin: 0 0 25px 0;
  width: 100%;
  height: 0;
  borde: none;
  border-top: 1px solid #dfdfdf;
  background: none;
  clear: both;
}
.body ul {
  margin: 0 0 10px 1em;
  list-style: disc;
}
.body ol {
  margin: 0 0 10px 1em;
  list-style: decimal;
}
.body table {
  margin: 20px 0 10px 0;
  width: 100%;
  border-bottom: 1px solid #8e9292;
}
.body table th {
  padding: 18px 10px 18px 25px;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #000;
  background: #eeeeee;
  border-top: 1px solid #8e9292;
}
.body table.tb02 th {
  background: #e9f2d4;
}
.body table.tb03 th {
	padding: 18px 9px 18px 25px;
  background: #fbe2ed;
  width: 19%;
}
.body table.tb04 th {
	padding: 18px 9px 18px 25px;
	width: 19%;
	}
.body table td {
  padding: 18px 10px 18px 25px;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #000;
  border-top: 1px solid #8e9292;
}
.body a {
  color: #e64c81;
  text-decoration: underline;
}
.body a:hover {
  color: #e64c81;
  text-decoration: none;
}

.body .description_wrapper {
  padding: 45px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 850px) {
	.body .description_wrapper {
		display: block;
	}
}
/*
.body .description_wrapper::after {
  width: 100%;
  display: block;
  clear: both;
  content: "";
}
*/
.body .description_wrapper h1 { width: 100%; }

.body .description_wrapper:nth-of-type(1) {
  padding: 0 0 0 0;
}
.body .description {
  width: 100%;
  margin: 0;
  padding: 0;
/*  overflow: hidden;*/
  flex-grow: 1;
  box-sizing: border-box;
}
.body .imagebox + .description { width: calc( 100% - 250px ); }
@media only screen and (max-width: 850px) {
	.body .imagebox + .description { width: 100%; }
}
.body .description p {
	padding: 0 15px;
}
.body .description h3 { margin: 0 15px 3px; }
.body .description h4 { margin: 0 15px 10px; }
.body .imagebox img {
  margin: 0 auto 15px;
  display: block;
}
.body .imagebox img.portrait {
  height: 200px;
  width: auto;
  margin: 0 auto 15px;
  display: block;
}
.body .imagebox img.landscape {
  height: auto;
  width: 200px;
  margin: 0 auto 15px;
  display: block;
}

/*
.body .section01 {
  padding: 0 47px 30px 30px;
  overflow: hidden;
}
.body .section01 h1 {
  margin-left: -20px;
}
.body .section01 .imagebox {
  margin: -15px 0 0 70px;
  padding: 0 0 0 0;
  width: 150px;
  flex-shrink: 0;
}
.body .section02 {
  padding: 0 47px 30px 15px;
  overflow: hidden;
}
.body .section02 h1 {
  margin-left: -15px;
}
.body .section02 h2 {
  margin-left: -15px;
}
.body .section02 .imagebox {
  width: 200px;
  margin: 0 0 0 50px;
  flex-shrink: 0;
}
.body .section03 {
  padding: 0 10px 30px 30px;
  overflow: hidden;
}
.body .section03 h1 {
  margin-left: -30px;
}
.body .section03 h2 {
  margin-left: -30px;
}
.body .section03 h3 {
  margin-left: -15px;
}
.body .section03 h4 {
  margin-left: -15px;
}
.body .section03 .imagebox {
  width: 200px;
  margin: 0 0 0 50px;
  flex-shrink: 0;
}
.body .section03 .description_wrapper:nth-of-type(1) .imagebox {
  margin: -20px 0 0 50px;
}
*/

.body section {
  padding: 0 8px 30px;
  overflow: hidden;
}

.body section .imagebox {
  width: 250px;
  margin: 0;
  padding: 0 15px 0 35px;
  flex-shrink: 0;
  box-sizing: border-box;
  order: 1;
}
@media only screen and (max-width: 850px) {
	.body section .imagebox {
		margin: 0 auto;
		padding: 5px 0 0;
	}
}



@media only screen and (max-width: 767px) {
  .body {
    padding: 10px 0 0 0;
    overflow: hidden;
  }
  .body h1 {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 500;
    color: #8bbe1d;
  }
  .body h2 {
    margin: 0 0 10px 0;
    padding: 0 0 0 8px;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 500;
    color: #8bbe1d;
    border-left: 5px solid #8bbe1d;
  }
  .body h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: 500;
    color: #e64c81;
  }
  .body h4 {
    margin: 0 0 10px 0;
    padding: 0 0 0 1em;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
  }
  .body h4::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    background: #8bbe1d;
    width: 10px;
    height: 10px;
    border-radius: 180px;
  }
  .body h5 {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: 500;
    color: #000;
  }
  .body h6 {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
  .body p {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
  }
  .body hr {
    margin: 0 0 25px 0;
  }
  .body ul {
    margin: 0 0 10px 1em;
    list-style: disc;
  }
  .body ol {
    margin: 0 0 10px 1em;
    list-style: decimal;
  }
  .body table {
    margin: 20px 0 10px 0;
    width: 100%;
    border: 2px solid #8e9292;
    box-sizing: border-box;
    display: block;
  }
  
  .body table.ns {
    border: 1px solid #8e9292;
  }
  
  .body table tr {
    display: block;
  }
  .body table tbody {
    display: block;
  }
  .body table th {
    padding: 10px 10px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6em;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #000;
    background: #eeeeee;
    border-top: 1px solid #8e9292;
    display: block;
  }
  .body table tr:nth-of-type(1) th {
    border-top: none;
  }
  .body table.tb02 th {
    background: #e9f2d4;
  }
	.body table.tb03 th {
	width: 100%;
	}
	.body table.tb04 th {
	width: 100%;
	}
  .body table td {
    padding: 10px 10px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6em;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #000;
    border-top: 1px solid #8e9292;
    display: block;
  }
  .body a {
    color: #e64c81;
    text-decoration: underline;
  }
  .body a:hover {
    color: #e64c81;
    text-decoration: none;
  }

  .body .description_wrapper {
    flex-direction: column;
  }
  .body .description {
    padding: 45px 0 0 0;
    overflow: hidden;
  }
  .body .description:nth-of-type(1) {
    padding: 0 0 0 0;
  }
  .body .imagebox img.portrait {
    height: 66.66vw;
    width: auto;
    margin: 0 auto 15px;
    display: block;
  }
  .body .imagebox img.landscape {
    height: auto;
    width: 66.66vw;
    margin: 0 auto 15px;
    display: block;
  }
  /*
  .body .section01 {
    padding: 0 0 30px 0;
    overflow: hidden;
  }
  .body .section01 h1 {
    margin-left: 0;
  }
  .body .section01 .imagebox {
    margin: 0 22.52% 0 22.52%;
    padding: 30px 0 30px 0;
    width: 54.96%;
    float: none;
  }
  .body .section02 {
    padding: 0 0 30px 15px;
    overflow: hidden;
  }
  .body .section02 h1 {
    margin-left: -15px;
  }
  .body .section02 h2 {
    margin-left: -15px;
  }
  .body .section02 .imagebox {
    width: 66.66vw;
    margin: 0 calc( 50% - 33.33vw );
    padding: 15px 0 20px 0;
  }
  .body .section03 {
    padding: 0 10px 30px 30px;
    overflow: hidden;
  }
  .body .section03 h1 {
    margin-left: -30px;
  }
  .body .section03 h2 {
    margin-left: -30px;
  }
  .body .section03 h3 {
    margin-left: -15px;
  }
  .body .section03 h4 {
    margin-left: -15px;
  }
  .body .section03 .description_wrapper .imagebox {
    width: 66.66vw;
    padding: 15px 0 20px 0;
    margin: 0 calc( 50% - 33.33vw );
  }
  .body .section03 .description_wrapper:nth-of-type(1) .imagebox {
    margin: 0 calc( 50% - 33.33vw );
  }
*/
  .body section {
    padding: 0 0 30px;
    overflow: hidden;
  }
  .body section .description_wrapper .imagebox {
    width: 66.66vw;
    padding: 15px 0 20px 0;
    margin: 0 calc( 50% - 33.33vw );
  }
  .body section .description_wrapper:nth-of-type(1) .imagebox {
    margin: 0 calc( 50% - 33.33vw );
  }
  .body section .description_wrapper .imagebox img {
    width: 100%;
  }
}


