@charset "utf-8";
/*トップページQRコード表示用*/
#qrPopup {
  position: fixed;
  top: 50%;
  right: -280px; /* 非表示時の位置 */
  transform: translateY(-50%);
  width: 220px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  z-index: 9999;
  transition: right 0.6s ease-out;
  text-align: center;
  padding: 15px
}
#qrPopup.visible {
  right: 0; /* 表示位置 */
}
#qrPopup img {
  max-width: 100%;
  height: auto
}
#qrPopup p {
  font-weight: bold;
  margin: 0 0 10px 0
}
#qrPopup label {
  font-size: 14px;
  cursor: pointer
}
/*トップページQRコード表示用 end*/
a:link {
  color: #df0716;
  text-decoration: none
}
a:active {
  color: #df0716;
  text-decoration: none
}
a:visited {
  color: #df0716;
  text-decoration: none
}
a:hover {
  text-decoration: none
}
.top_news a {
  color: #000;
  text-decoration: none;
}
.top_news a {
  color: #000;
  text-decoration: none;
}
.top_menu_area a {
  color: #000;
  text-decoration: none;
}
.cerezoosaka_news_list a {
  color: #000;
  text-decoration: none;
}
.cerezoosaka1 a {
  color: #000;
  text-decoration: none;
}
.underline {
  display: inline-block;
  border-bottom: 2px solid #000;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40)
}
.clear {
  clear: both
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px
}
#page-top a {
  text-decoration: none;
  width: 100px;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 5px
}
#page-top a:hover {
  text-decoration: none;
}
body {
  max-width: 768px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
}
.header {
  max-width: 780px;
  padding: 20px 3em;
  text-align: center;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box
}
.header .header_left {
  width: 60%;
  text-align: left
}
.header .header_left img {
  width: 86%
}
.header .header_right {
  width: 40%;
  text-align: right
}
.header .header_right img {
  width: 80%
}
#topcontents {
  background-color: #f8f8f8;
  padding: 14% 5% 3% 5%
}
#topcontents h2 {
  color: #000;
  font-size: 24px;
  margin: 50px 0 20px;
  position: relative;
  display: block;
  text-align: center
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  margin: 14px 0;
}
.button {
  display: block;
  padding: 15px 20px;
  padding-left: 50px;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  border: 1px solid #df0716;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.button:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%)
}
.button.icon01:before {
  background-image: url('../img_common/icon01.webp');
}
.button.icon02:before {
  background-image: url('../img_common/icon02.webp');
}
.button.icon03:before {
  background-image: url('../img_common/icon03.webp');
}
.button.icon04:before {
  background-image: url('../img_common/icon01.webp');
}
.button.icon05:before {
  background-image: url('../img_common/icon04.webp');
}
.button.icon06:before {
  background-image: url('../img_common/icon05.webp');
}
.button.icon07:before {
  background-image: url('../img_common/icon06.webp');
}
.button.icon08:before {
  background-image: url('../img_common/icon07.webp');
}
.button.icon09:before {
  background-image: url('../img_common/icon08.webp');
}
.button.icon10:before {
  background-image: url('../img_common/icon19.webp');
}
.button.icon11:before {
  background-image: url('../img_common/icon20.webp');
}
.button.icon12:before {
  background-image: url('../img_common/icon21.webp');
}
.button:hover {
  background-color: #cc0000;
  color: #fff;
}
.button.icon01:hover:before {
  background-image: url('../img_common/icon01_on.webp');
}
.button.icon02:hover:before {
  background-image: url('../img_common/icon02_on.webp');
}
.button.icon03:hover:before {
  background-image: url('../img_common/icon03_on.webp');
}
.button.icon04:hover:before {
  background-image: url('../img_common/icon01_on.webp');
}
.button.icon05:hover:before {
  background-image: url('../img_common/icon04_on.webp');
}
.button.icon06:hover:before {
  background-image: url('../img_common/icon05_on.webp');
}
.button.icon07:hover:before {
  background-image: url('../img_common/icon06_on.webp');
}
.button.icon08:hover:before {
  background-image: url('../img_common/icon07_on.webp');
}
.button.icon09:hover:before {
  background-image: url('../img_common/icon08_on.webp');
}
.button.icon10:hover:before {
  background-image: url('../img_common/icon19_on.webp');
}
.button.icon11:hover:before {
  background-image: url('../img_common/icon20_on.webp');
}
.button.icon12:hover:before {
  background-image: url('../img_common/icon21_on.webp');
}
.button2 {
  display: block;
  padding: 15px 20px;
  padding-left: 50px;
  background-color: none;
  color: #000;
  border-bottom: 1px solid #df0716;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.button2:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%)
}
.button2:hover {
  border-bottom: 2px solid #df0716;
  color: #df0716;
  font-weight: bold
}
.button2.icon09:before {
  background-image: url('../img_common/icon08.webp');
}
.button2.icon10:before {
  background-image: url('../img_common/icon17.webp');
}
.button2.icon11:before {
  background-image: url('../img_common/icon14.webp');
}
.button2.icon12:before {
  background-image: url('../img_common/icon03.webp');
}
.button2.icon13:before {
  background-image: url('../img_common/icon16.webp');
}
.button2.icon14:before {
  background-image: url('../img_common/icon01.webp');
}
.button2.icon15:before {
  background-image: url('../img_common/icon11.webp');
}
.button2.icon15:hover:before {
  background-image: url('../img_common/icon11.webp');
}
.button2.icon16:before {
  background-image: url('../img_common/icon_nikkon.webp');
}
.button2.icon17:before {
  background-image: url('../img_common/icon09.webp');
}
.button2.icon18:before {
  background-image: url('../img_common/icon04.webp');
}
.button2.icon19:before {
  background-image: url('../img_common/icon10.webp');
}
.button2.icon20:before {
  background-image: url('../img_common/icon03.webp');
}
.button2.icon21:before {
  background-image: url('../img_common/icon06.webp');
}
.button2.icon22:before {
  background-image: url('../img_common/icon07.webp');
}
.button2.icon23:before {
  background-image: url('../img_common/icon15.webp');
}
.button2.icon24:before {
  background-image: url('../img_common/icon12.webp');
}
.button2.icon25:before {
  background-image: url('../img_common/icon13.webp');
}
.button2.icon26:before {
  background-image: url('../img_common/icon20.webp');
}
.button2.icon27:before {
  background-image: url('../img_common/icon21.webp');
}
.submenu {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.dropdown-toggle::after {
  color: #df0716;
  content: '+';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  transition: transform 0.3s;
}
.dropdown-toggle:hover::after {
  color: #fff
}
.dropdown-toggle.toggle::after {
  color: #df0716;
  content: '×'
}
.dropdown-toggle.toggle:hover::after {
  color: #fff
}
.button3 {
  display: block;
  padding: 15px 20px;
  padding-left: 50px;
  color: #df0716;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.button3:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%)
}
.button3:link, .button3:active, .button3:visited {
  color: #df0716
}
.button3:hover {
  color: #df0716;
  font-weight: bold
}
.contact {
  display: flex;
  justify-content: center;
  align-items: center
}
.contact-button {}
.contact-button:before {
  background-image: url('../img_common/icon_contact.webp');
}
.contact-button:hover {
  color: #df0716
}
footer #footer {
  background-color: #fff;
  padding: 30px 0;
  font-size: 12px;
  text-align: center
}
.back {
  width: 30%;
  margin: 30px auto;
  padding: 0 0 3px;
  text-align: center;
  border-bottom: 1px solid #df0716
}
.back a {
  color: #df0716
}
.header2 {
  background-color: #fff;
}
.header2 h1 {
  font-size: 1.5em;
  text-align: center
}
.header2 h1 img {
  width: 8%;
}
#contents_nenreihayamihyo {}
#contents_nenreihayamihyo .hayamihyo {
  background-color: #f8f8f8;
  padding: 20px 0 30px;
  margin: 0 0 30px
}
#contents_nenreihayamihyo .hayamihyo table {
  width: 90%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 8px 0;
}
#contents_nenreihayamihyo .hayamihyo table th {
  padding: 5px
}
#contents_nenreihayamihyo .hayamihyo table th span {
  color: #df0716
}
#contents_nenreihayamihyo .hayamihyo table td {
  border-bottom: 2px solid #df0716;
  padding: 5px
}
#contents_nenreihayamihyo .hayamihyo table td:nth-child(1) {
  text-align: left
}
#contents_nenreihayamihyo .hayamihyo table td:nth-child(2) {
  text-align: center
}
#contents_nenreihayamihyo .hayamihyo table td:nth-child(3) {
  text-align: center;
  font-weight: bold
}
#contents_nenreihayamihyo .hayamihyo table td:nth-child(4) {
  text-align: center
}
#contents_nenreihayamihyo .hayamihyou2 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0
}
#contents_nenreihayamihyo .hayamihyou2 .hayamihyou2waku {
  width: 46%
}
#contents_nenreihayamihyo .hayamihyou2 .hayamihyou2waku table {}
#contents_nenreihayamihyo .hayamihyou2 .hayamihyou2waku table th {
  background-color: #df0716;
  color: #fff;
  padding: 3px 0
}
#contents_nenreihayamihyo .hayamihyou2 .hayamihyou2waku table td {
  padding: 10px 0 0 20px
}
.content_search {
  text-align: center;
  margin: 20px 0
}
.content_search #searchInput {
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px
}
.content_search button {
  height: 40px;
  padding: 8px 16px;
  font-size: 16px;
  border: none;
  background-color: #df0716;
  color: #fff;
  border-radius: 4px;
  cursor: pointer
}
.content_search button:hover {
  background-color: #f74a4a
}
#contents_address {
  background-color: #f8f8f8;
  padding: 20px 0 30px;
}
.accordion {
  width: 90%;
  margin: 0 auto
}
.accordion-button {
  color: #000;
  background-color: #f8f8f8;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  border-bottom: 1px solid #df0716
}
.accordion-button span {
  color: #df0716
}
.accordion-content {
  display: none;
  overflow: hidden;
}
.location-item {
  padding: 0 0 20px;
  overflow-x: auto;
}
.location-item::-webkit-scrollbar {
  height: 12px;
}
.location-item::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}
.location-item::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 6px;
}
.location-item table {
  border-collapse: separate;
  border-spacing: 8px 0;
}
.location-item table th {
  border-bottom: 1px solid #df0716;
  font-size: 14px;
  padding: 0
}
.location-item table td {
  font-size: 14px;
  padding: 3px 0
}
.location-item .location-item_domestic table th:nth-child(1) {}
.location-item .location-item_domestic table th:nth-child(2) {}
.location-item .location-item_domestic table th:nth-child(3) {}
.location-item .location-item_domestic table th:nth-child(4) {}
.location-item .location-item_domestic table td:nth-child(1) {
  text-align: left;
  border-bottom: 1px solid #000;
  width: 40%
}
.location-item .location-item_domestic table td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  width: 20%
}
.location-item .location-item_domestic table td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  width: 34%
}
.location-item .location-item_domestic table td:nth-child(4) {
  text-align: center;
  width: 6%;
  border-bottom: 1px solid #000
}
.location-item .location-item_abroad table th:nth-child(1) {}
.location-item .location-item_abroad table th:nth-child(2) {
  display: none
}
.location-item .location-item_abroad table th:nth-child(3) {}
.location-item .location-item_abroad table th:nth-child(4) {}
.location-item .location-item_abroad table td:nth-child(1) {
  text-align: left;
  border-bottom: 1px solid #000;
  width: 50%
}
.location-item .location-item_abroad table td:nth-child(2) {
  display: none
}
.location-item .location-item_abroad table td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  width: 44%
}
.location-item .location-item_abroad table td:nth-child(4) {
  text-align: center;
  width: 6%;
  border-bottom: 1px solid #000
}
.no-border {
  border-bottom: none !important;
}
.fax-address-button {
  color: #df0716;
  cursor: pointer;
  border: none;
  float: right;
  background-color: #f8f8f8
}
.fax-address-content {
  display: none
}
.fax-address-content .fax-address-content_text {
  font-size: 14px;
  text-align: left;
  padding: 3px 0;
  border-bottom: 1px solid #000
}
/* Add a style for the active buttons */
.accordion-button.active, .fax-address-button.active {
  color: black;
  border-bottom: none
}
#contents_nikkon {
  background-color: #f4f4f3
}
#contents_nikkon .suujidemirunikkon {
  width: 90%;
  margin: 0 auto
}
#contents_nikkon .suujidemirunikkon2 {
  width: 90%;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #f5f5f5
}
#contents_nikkon .suujidemirunikkon2 > h1 {
  font-size: 2.6em;
  text-align: center;
  margin: 0 0 1em
}
#contents_nikkon .suujidemirunikkon2 > h2 {
  font-size: 2em
}
#contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a {
  display: flex;
  justify-content: space-between;
  background-image: url(/img_common/suujidemirunikkon02_border_tate.webp);
  background-repeat: repeat-y;
  background-position: center top
}
#contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 {
  width: 48%;
  margin: 0 0 1em
}
#contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 > h3 {
  font-size: 2em;
  text-align: center;
  margin: 0 0 1em;
  padding: 1em 0 0
}
#contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 .icon {
  text-align: center;
  margin: 0 0 0.5em
}
#contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 .icon img {
  width: auto;
  height: 120px
}
#contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 .suujidemirunikkon2a2 {
  text-align: center;
  font-size: 3em
}
#contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 .suujidemirunikkon2a2 span {
  font-size: 0.6em;
}
#contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 > p {
  font-size: 1em;
  text-align: center;
  padding: 0;
  margin: 0
}
#contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 > p span {}
#contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 img {
  width: 14%;
  height: auto
}
@media screen and (max-width: 767px) {
  #contents_nikkon .suujidemirunikkon2 {
    width: 90%;
    margin: 0 auto;
    padding: 3em 0;
    background-color: #f5f5f5
  }
  #contents_nikkon .suujidemirunikkon2 > h1 {
    font-size: 6vw;
    text-align: center;
    margin: 0 0 1em
  }
  #contents_nikkon .suujidemirunikkon2 > h2 {
    font-size: 6vw
  }
  #contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a {
    display: flex;
    justify-content: space-between;
    background-image: url(/img_common/suujidemirunikkon02_border_tate.webp);
    background-repeat: repeat-y;
    background-position: center top
  }
  #contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 {
    width: 48%;
    margin: 0 0 1em
  }
  #contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 > h3 {
    font-size: 5vw;
    text-align: center;
    margin: 0 0 1em;
    padding: 1em 0 0
  }
  #contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 .icon {
    text-align: center;
    margin: 0 0 0.5em
  }
  #contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 .icon img {
    width: auto;
    height: 60px
  }
  #contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 .suujidemirunikkon2a2 {
    text-align: center;
    font-size: 6vw
  }
  #contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 .suujidemirunikkon2a2 span {
    font-size: 3vw;
  }
  #contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 > p {
    font-size: 3vw;
    text-align: center;
    padding: 0;
    margin: 0
  }
  #contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 > p span {}
  #contents_nikkon .suujidemirunikkon2 .suujidemirunikkon2a .suujidemirunikkon2a1 img {
    width: 14%;
    height: auto
  }
}
#contents_sustainability {
  background-color: #f4f4f4;
  padding: 3em 0
}
#contents_sustainability p {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center
}
#contents_sustainability .sustainability1 {
  width: 90%;
  margin: 0 auto
}
#contents_sustainability .sustainability1 h1 {
  font-size: 2em;
  line-height: 1.6;
  text-align: center
}
#contents_sustainability .sustainability1 h1 img {
  width: 18%;
  height: auto
}
#contents_sustainability .sustainability1 h2 {
  background-color: #3f3939;
  padding: 0.7em 1em 0.5em;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  border-radius: 30px;
  margin: 0 0 1em
}
#contents_sustainability .sustainability1 p {
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 2em
}
#contents_sustainability .sustainability1 .list1 {
  margin: 0 0 2em;
  padding: 0 0 0 1em
}
#contents_sustainability .sustainability1 .list1 li {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 1em
}
#contents_sustainability .sustainability2 {
  width: 90%;
  margin: 0 auto
}
#contents_sustainability .sustainability2 .sustainability2b {
  width: 90%;
  margin: 0 auto;
  text-align: center
}
#contents_sustainability .sustainability2 p {
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  padding: 0 2em
}
#contents_keieikeikaku {
  background-color: #f4f4f4;
  padding: 3em 0
}
#contents_keieikeikaku .keieikeikaku1 {
  width: 94%;
  margin: 0 auto
}
#contents_keieikeikaku .keieikeikaku1 h1 {
  font-size: 1.4em;
  line-height: 1;
  text-align: center;
  margin: 0 0 2em
}
#contents_keieikeikaku .keieikeikaku1 h2 {
  font-size: 1.3em;
  line-height: 1;
  text-align: center;
  margin: 0 0 2em;
  font-weight: normal;
  background-color: #000;
  content: "";
  height: 1px;
  width: 100%;
}
#contents_keieikeikaku .keieikeikaku1 h2 span {
  background-color: #f4f4f4
}
.heading {
  align-items: center;
  display: flex;
  justify-content: center;
}
#contents_keieikeikaku .keieikeikaku1 .list2 {
  list-style: disc;
  width: 90%;
  margin: 0 auto 4em
}
#contents_keieikeikaku .keieikeikaku1 .list2 li {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 0.6em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 0 0 4em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku2 h3 {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku2 dl {
  margin: 2em 0
}
#contents_keieikeikaku .keieikeikaku2 dl dt {
  text-align: left;
  font-weight: bold;
  padding: 0;
  margin: 0
}
#contents_keieikeikaku .keieikeikaku2 dl dd {
  text-align: left;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0 1em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku2 h3 {
  background-color: #000;
  background-position: center;
  content: "";
  height: 1px;
  width: 100%;
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku2 h3 span {
  background-color: #fff;
  display: inline-block;
  padding: 0 0.6em 0 0
}
.heading2 {
  align-items: center;
  display: flex
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku2 .list3 {
  list-style: disc;
  width: 90%;
  margin: 0 auto 2em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku2 .list3 li {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 0.6em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku2 p {
  font-size: 1em;
  line-height: 1.6
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 h4 {
  font-size: 1em;
  line-height: 1;
  margin: 0 0 0.3em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 h5 {
  font-size: 1em;
  line-height: 1;
  margin: 0 0 0.3em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 {
  margin: 0 0 2em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 table {
  border-collapse: separate;
  border-spacing: 6px 0
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 table th {
  font-weight: normal;
  font-size: 0.8em;
  width: 25%;
  border-bottom: 1px solid #000
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 table td {
  font-size: 0.8em;
  width: 25%;
  border-bottom: 1px solid #000;
  padding: 5px 0
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 tr {
  border-bottom: none;
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 th:nth-of-type(1) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 th:nth-of-type(2) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 th:nth-of-type(3) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 th:nth-of-type(4) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 td:nth-of-type(1) {
  font-weight: bold;
  padding: 0 0.5em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 td:nth-of-type(2) {
  text-align: right;
  padding: 0 0.5em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 td:nth-of-type(3) {
  text-align: right;
  font-weight: bold;
  padding: 0 0.5em;
  background-color: #dfdfdf
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table01 td:nth-of-type(4) {
  text-align: center
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 {
  margin: 0 0 2em
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 table {
  border-collapse: separate;
  border-spacing: 6px 0
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 table th {
  font-weight: normal;
  font-size: 0.8em;
  border-bottom: 1px solid #000;
  width: 20%
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 table td {
  font-size: 0.8em;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  width: 20%;
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 th:nth-of-type(1) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 th:nth-of-type(2) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 th:nth-of-type(3) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 th:nth-of-type(4) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 th:nth-of-type(5) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 td:nth-of-type(1) {
  font-weight: bold
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 td:nth-of-type(2) {
  text-align: center
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 td:nth-of-type(3) {
  text-align: center;
  font-weight: bold;
  background-color: #dfdfdf
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 td:nth-of-type(4) {
  text-align: center
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 td:nth-of-type(5) {
  text-align: center
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table02 p span {
  font-size: 0.8em;
  line-height: 1.2
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table03 {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table03 table {
  border-collapse: separate;
  border-spacing: 6px 0
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table03 table th {
  font-weight: normal;
  font-size: 0.8em;
  border-bottom: 1px solid #000;
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table03 table td {
  font-size: 0.8em;
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table03 th:nth-of-type(1) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table03 th:nth-of-type(2) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table03 th:nth-of-type(3) {}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table03 td:nth-of-type(1) {
  width: 50%;
  font-weight: bold
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table03 td:nth-of-type(2) {
  width: 25%;
  text-align: center
}
#contents_keieikeikaku .keieikeikaku1 .keieikeikaku1 .table03 td:nth-of-type(3) {
  width: 25%;
  text-align: center;
  font-weight: bold;
  background-color: #dfdfdf
}
#contents_keieikeikaku .keieikeikaku1 .table04 {}
#contents_keieikeikaku .keieikeikaku1 .table04 table {
  border-collapse: separate;
  border-spacing: 6px 0
}
#contents_keieikeikaku .keieikeikaku1 .table04 table th {
  font-weight: normal;
  font-size: 0.8em;
  border-bottom: 1px solid #000;
}
#contents_keieikeikaku .keieikeikaku1 .table04 table td {
  font-size: 0.8em;
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
#contents_keieikeikaku .keieikeikaku1 .table04 .custom-width {
  width: 25%;
  text-align: center;
}
#contents_personal {
  background-color: #f4f4f4;
  padding: 3em 0
}
#contents_personal .personal1 {
  width: 94%;
  margin: 0 auto
}
#contents_personal .personal1 h1 {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 1em
}
#contents_personal .personal1 h2 {
  background-color: #9f9fa0;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.1em;
  line-height: 1;
  border-radius: 6px;
  margin: 0 0 1em
}
#contents_personal .personal1 .list4 {
  list-style: square;
  width: 90%;
  margin: 0 auto 2em
}
#contents_personal .personal1 .list4 li {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 0.6em
}
#contents_compliance {
  background-color: #f4f4f4;
  padding: 3em 0
}
#contents_compliance .compliance1 {
  width: 94%;
  margin: 0 auto
}
#contents_compliance .compliance1 h1 {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 1em
}
#contents_compliance .compliance1 h2 {
  font-size: 1.4em;
  line-height: 1;
  text-align: center;
  margin: 2em 0;
  background-color: #000;
  content: "";
  height: 1px;
  width: 100%;
}
#contents_compliance .compliance1 h2 span {
  background-color: #f4f4f4;
  display: inline-block;
  padding: 0 1em
}
#contents_compliance .compliance1 .compliance1a {
  width: 90%;
  margin: 0 auto
}
#contents_compliance .compliance1 .compliance1b {
  width: 90%;
  margin: 0 auto 3em
}
#contents_compliance .compliance1 .compliance1b h3 {
  font-size: 1.1em;
  line-height: 1.6;
  margin: 0 0 0.6em
}
#contents_compliance .compliance1 .compliance1b p {
  font-size: 1em;
  line-height: 1;
  margin: 0 0 0.5em
}
#contents_compliance .compliance1 .compliance1c {
  border: 1px solid #000;
  padding: 1em 1em 0.4em 1em
}
#contents_compliance .compliance1 .compliance1c h4 {
  font-size: 1.1em;
  line-height: 1;
  margin: 0 0 0.6em;
  text-align: center
}
#contents_compliance .compliance1 .compliance1c .list5 {
  list-style: disc;
  width: 90%;
  margin: 0 auto
}
#contents_compliance .compliance1 .compliance1c .list5 li {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 0.6em
}
#contents_compliance2 {
  background-color: #f4f4f4;
  padding: 0.1em 0 2em
}
#contents_compliance2 .compliance2 {
  width: 94%;
  margin: 0 auto
}
#contents_compliance2 .compliance2 > h1 {
  background-color: #ababab;
  padding: 0.5em 0.2em;
  font-size: 1.4em;
  line-height: 1;
  color: #fff;
  margin: 1.5em 0 0.8em
}
#contents_compliance2 .compliance2 > h2 {
  font-size: 1.2em;
  line-height: 1;
  margin: 0 0 0.5em
}
#contents_compliance2 .compliance2 > p {
  font-size: 1em;
  line-height: 1.4;
  margin: 0 0 1em
}
#contents_compliance2 .compliance2 > ul {
  list-style-type: disc;
  padding: 0 0 1em 1.5em
}
#contents_compliance2 .compliance2 ul li {
  font-size: 1em;
  line-height: 1.4;
  margin: 0 0 0.2em
}
#contents_compliance2 .compliance3 {
  width: 94%;
  margin: 0 auto
}
#contents_compliance2 .compliance3 .compliance3e {}
#contents_compliance2 .compliance3 .compliance3e h5 {
  font-size: 1.4em;
  padding: 0;
  margin: 0
}
#contents_compliance2 .compliance3 .compliance3e h5::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('/img_common/icon001.webp');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
#contents_compliance2 .compliance3 .compliance3e .compliance3e1 {
  border: 1px solid #df0717;
  background-color: #fff;
  padding: 1em
}
#contents_compliance2 .compliance3 .compliance3e .compliance3e1 h6 {
  color: #df0717;
  font-size: 1.6em;
  padding: 0;
  margin: 0
}
#contents_compliance2 .compliance3 .compliance3e .compliance3e1 .compliance3e2 {
  list-style: none
}
#contents_compliance2 .compliance3 .compliance3e .compliance3e1 .compliance3e2 li {
  font-size: 1.2em;
  font-weight: bold;
  list-style-type: none; /* デフォルトのリストマーカーを消す */
  position: relative;
  padding-left: 40px; /* アイコン分の余白を確保 */
}
#contents_compliance2 .compliance3 .compliance3e .compliance3e1 .compliance3e2 li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('/img_common/icon002.webp');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents_nikkon_group1 {
  background-color: #f4f4f4;
  padding: 3em 0
}
#contents_nikkon_group1 .nikkon_group1 {
  width: 94%;
  margin: 0 auto
}
#contents_nikkon_group1 .nikkon_group1 h1 {
  font-size: 1.6em;
  line-height: 1;
  text-align: center;
  margin: 0.8em 0
}
#contents_nikkon_group1 .nikkon_group1 p {
  font-size: 1.2em;
  line-height: 1.6;
  margin: 0.8em 0;
  text-align: center
}
#contents_nikkon_group1 .nikkon_group2 {
  width: 94%;
  margin: 0 auto
}
#contents_nikkon_group1 .nikkon_group2 h1 {
  font-size: 1em;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 3em
}
#contents_nikkon_group1 .nikkon_group2 .list6 {
  width: 90%;
  margin: 0 auto 2em;
  padding: 0
}
#contents_nikkon_group1 .nikkon_group1 .list6 li {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 0.6em
}
#contents_nikkon_group1 .nikkon_group3 {
  width: 94%;
  margin: 0 auto
}
#contents_nikkon_group1 .nikkon_group3 h1 {
  font-size: 1em;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 3em
}
#contents_nikkon_group1 .nikkon_group3 .nikkon_group3a {
  width: 80%;
  margin: 0 auto
}
.link_text {
  font-size: 1.2em;
  color: #0068b5;
  margin: 30px auto;
  padding: 0 2px 3px;
  text-align: center;
}
.link1 {
  display: inline-block;
  border-bottom: 2px solid #0068b5;
  font-weight: bold
}
.link_text a, .link1 a {
  color: #0068b5
}
.link_text2 {
  font-size: 1.2em;
  color: #da005c;
  margin: 30px auto;
  padding: 0 2px 3px;
  text-align: center;
}
.link2 {
  display: inline-block;
  border-bottom: 2px solid #da005c;
  font-weight: bold
}
.link_text2 a, .link2 a {
  color: #da005c
}
#contents_tani {
  background-color: #f4f4f4;
  padding: 3em 0
}
#contents_tani .tani1 {
  width: 94%;
  margin: 0 auto
}
#contents_tani .tani1 .tani1_table {
  width: 80%;
  margin: 0 auto
}
#contents_tani .tani1 .tani1_table table {
  width: 100%
}
#contents_tani .tani1 .tani1_table table td {
  font-size: 1.2em;
  padding: 5px 0 0 1em;
}
#contents_tani .tani1 .tani1_table td:nth-of-type(1) {
  width: 40%
}
#contents_tani .tani1 .tani1_table td:nth-of-type(2) {
  width: 20%;
  text-align: left
}
#contents_tani .tani1 .tani1_table td:nth-of-type(3) {
  width: 40%
}
#contents_cerezoosaka {
  background-color: #f4f4f4;
  padding: 3em 0
}
@media (min-width: 769px) {
#contents_cerezoosaka .cerezoosaka1 {
  width: 90%;
  margin: 0 auto
}
}
@media (max-width: 768px) {
#contents_cerezoosaka .cerezoosaka1 {
  width: 90%;
  margin: 0 auto 3em
}
}
#contents_cerezoosaka .cerezoosaka1 h1 {
  width: 60%;
  margin: 2em auto
}
#contents_cerezoosaka .cerezoosaka1 h2 {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 1em
}
#contents_cerezoosaka .cerezoosaka1 p {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 1em
}
#contents_cerezoosaka .cerezoosaka1 p a {
  color: #0068b5;
  border-bottom: 2px solid #0068b5;
}
#contents_cerezoosaka .cerezoosaka2 {
  width: 80%;
  margin: 0 auto 1em;
  background-color: #fff;
  padding: 5%;
  border-radius: 10px
}

@media (min-width: 769px) {
#contents_cerezoosaka .cerezoosaka2 h3 {
  font-size: 1.2em;
  text-align: center
}
#contents_cerezoosaka .cerezoosaka2 p {
  font-size: 1em;
  line-height: 1.6;
  text-align: center
}
.cerezoosaka2 .cerezoosaka2d1 {
  position: relative;
}
.cerezoosaka2 .cerezoosaka2d2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cerezoosaka2 .cerezoosaka2d2 img {
  width: auto;
  height: 200px
}
}
/* 768px以下でのスタイル */
@media (max-width: 768px) {
#contents_cerezoosaka .cerezoosaka2 h3 {
  font-size: 5vw;
  text-align: center
}
#contents_cerezoosaka .cerezoosaka2 p {
  font-size: 4vw;
  line-height: 1.6;
  text-align: center
}
.cerezoosaka2 .cerezoosaka2d1 {
  position: relative;
}
.cerezoosaka2 .cerezoosaka2d2 {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%)
}
.cerezoosaka2 .cerezoosaka2d2 img {
  width: auto;
  height: 80px
}
}
.anpi_text {
  text-align: center;
  width: 86%;
  margin: 0 auto 2em auto
}
#contents_anpi {
  background-color: #f4f4f4;
  padding: 3em 0
}
#contents_anpi .anpi1 {
  width: 90%;
  margin: 0 auto
}
#contents_anpi .anpi1 .anpi_midashi1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1em;
}
#contents_anpi .anpi1 .anpi_midashi1 h1 {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  color: #000;
  font-size: 1.2em;
  border: 2px solid #000;
  border-radius: 30px
}
#contents_anpi .anpi1 .anpi_midashi1 h1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000
}
#contents_anpi .anpi1 .anpi_midashi2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1em;
}
#contents_anpi .anpi1 .anpi_midashi2 h1 {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  font-size: 1.2em;
  border: 2px solid #000;
  border-radius: 30px;
  color: #fff;
  background-color: #000
}
#contents_anpi .anpi1 .anpi_midashi2 h1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000
}
#contents_anpi .anpi1 .anpi1a {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto 3em
}
#contents_anpi .anpi1 .anpi1a .anpi1a1 {
  width: 23%;
  box-sizing: border-box;
  text-align: right
}
#contents_anpi .anpi1 .anpi1a .anpi1a2 {
  width: 70%;
  box-sizing: border-box
}
#contents_anpi .anpi1 .anpi1a .anpi1a2 p {
  font-size: 0.8em
}
#contents_anpi .anpi1 .anpi1a .anpi1a2 .list7 {}
#contents_anpi .anpi1 .anpi1a .anpi1a2 .list7 li {
  color: #0068b5;
  font-size: 1em
}
#contents_anpi .anpi1 .anpi1a .anpi1a2 .list7 li a {
  color: #0068b5;
  border-bottom: 2px solid #0068b5
}
#contents_anpi .anpi1 ol {
  padding: 0;
  margin: 0
}
#contents_anpi .anpi1 ol li {
  font-size: 1em;
  line-height: 1.4;
  list-style: none
}
#contents_anpi .anpi1 ol li .anpi1b {
  background-color: #fff;
  margin: 1em 0;
  padding: 0.5em 0;
  border-radius: 10px
}
#contents_anpi .anpi1 ol li .anpi1b table {
  width: 100%
}
#contents_anpi .anpi1 ol li .anpi1b table td {
  font-size: 1em;
  padding: 0.2em 0
}
#contents_anpi .anpi1 ol li .anpi1b table td span {
  font-size: 0.8em
}
#contents_anpi .anpi1 ol li .anpi1b table td:nth-of-type(1) {
  width: 37%;
  padding: 5%;
  box-sizing: border-box
}
#contents_anpi .anpi1 ol li .anpi1b table td:nth-of-type(2) {
  width: 8%
}
#contents_anpi .anpi1 ol li .anpi1b table td:nth-of-type(3) {
  width: 60%
}
#contents_anpi .anpi1 .list8 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em
}
#contents_anpi .anpi1 .list8 li {
  font-size: 1em;
  margin: 0 0.3em 0.3em 0
}
#contents_anpi .anpi1 h2 {
  font-size: 1em;
  padding: 0 0.3em 0.1em 0;
  border-bottom: 1px solid #000;
  font-weight: normal;
  margin: 0;
  display: inline
}
#contents_anpi .anpi1 .list9 {
  padding: 0 0 0.1em;
  margin: 0;
  display: inline;
  border-bottom: 1px solid #000
}
#contents_anpi .anpi1 .list9 li {
  font-size: 1em;
  display: inline
}
#contents_ntt {
  background-color: #f4f4f4;
  padding: 3em 0
}
#contents_ntt .ntt1 {
  width: 90%;
  margin: 0 auto
}
#contents_ntt .ntt1 h1 {
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0 0 0.5em;
  text-align: center
}
#contents_ntt .ntt1 h1 span {
  font-size: 0.8em
}
#contents_ntt .ntt1 .ntt_midashi1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.1em;
}
#contents_ntt .ntt1 .ntt_midashi1 h2 {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  color: #000;
  font-size: 1.2em;
  border: 2px solid #717070;
  border-radius: 30px
}
#contents_ntt .ntt1 .ntt_midashi1 h2 span {
  color: #717070
}
#contents_ntt .ntt1 .ntt_midashi1 h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #717070
}
#contents_ntt .ntt1 .ntt_midashi2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.1em;
}
#contents_ntt .ntt1 .ntt_midashi2 h2 {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  font-size: 1.2em;
  border: 2px solid #000;
  border-radius: 30px;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center
}
#contents_ntt .ntt1 .ntt_midashi2 h2 span {
  font-size: 1.4em;
  letter-spacing: 0.12em;
  margin: 0 0 0 0.3em;
  display: inline-block
}
#contents_ntt .ntt1 .ntt4 {
  font-size: 1em;
  text-align: center;
  padding: 0.5em 0 0
}
#contents_ntt .ntt1 .ntt4 span {
  border-bottom: 1px solid #000
}
#contents_ntt .ntt1 .ntt2 {
  border-bottom: 3px dotted #000;
  padding: 0 0 3em
}
#contents_ntt .ntt1 .ntt3 {
  border-bottom: 2px solid #000;
  padding: 3em 0
}
#contents_ntt .ntt1 .ntt5 {
  border-bottom: 2px solid #000;
  padding: 3em 0
}
#contents_ntt .ntt1 .ntt5 .ntt_midashi3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.1em;
}
#contents_ntt .ntt1 .ntt5 .ntt_midashi3 h3 {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  font-size: 1em;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}
#contents_ntt .ntt1 .ntt5 .ntt_midashi3 h3 span {
  font-size: 1.2em;
  letter-spacing: 0.12em;
  margin: 0 0 0 0.3em;
  display: inline-block
}
#contents_ntt .ntt1 .ntt5 p {
  font-size: 1em;
  line-height: 1.6
}
#contents_ntt .ntt1 .ntt6 {
  width: 90%;
  margin: 0 auto;
  padding: 3em 0 0
}
#contents_ntt .ntt1 .ntt6 p {
  font-size: 1em;
  line-height: 1.6
}
#contents_ntt .ntt1 .ntt6 .list10 {}
#contents_ntt .ntt1 .ntt6 .list10 li {
  color: #0068b5;
  font-size: 1em
}
#contents_ntt .ntt1 .ntt6 .list10 li a {
  color: #0068b5;
  border-bottom: 2px solid #0068b5
}
#contents_mochikabukai {
  background-color: #f4f4f4;
  padding: 3em 0
}
#contents_mochikabukai .mochikabukai1 {
  width: 90%;
  margin: 0 auto 2em
}
#contents_mochikabukai .mochikabukai1 h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0 0 1em
}
#contents_mochikabukai .mochikabukai1 h1 span {
  font-size: 0.64em
}
#contents_mochikabukai .mochikabukai1 .mochikabukai1a {
  list-style-type: disc;
  padding: 0 0 2em 1.5em
}
#contents_mochikabukai .mochikabukai1 .mochikabukai1a li {
  margin: 0.3em 0 0;
  padding: 0
}
#contents_mochikabukai .mochikabukai1 .mochikabukai1a li span {
  font-size: 0.8em
}
#contents_mochikabukai .mochikabukai1 .list11 {
  margin: 0;
  padding: 0
}
#contents_mochikabukai .mochikabukai1 .list11 li {
  display: inline-block;
  margin: 0 1em 0 0
}
#contents_mochikabukai .mochikabukai1 p {
  font-size: 1em;
  line-height: 1.6
}
#contents_mochikabukai .mochikabukai1 p strong {
  color: #df0716;
  font-weight: normal
}
#contents_mochikabukai .mochikabukai1 p span {
  font-size: 0.8em
}
#contents_mochikabukai .mochikabukai1 .list12 {
  margin: 0;
  padding: 0 0 0 2em;
  list-style-type: disc;
}
#contents_mochikabukai .mochikabukai1 .list12 li {
  margin: 0 1em 0.5em 0;
}
#contents_mochikabukai .mochikabukai1 .list12 p {
  padding: 0;
  margin: 0
}
#contents_mochikabukai .mochikabukai2 .mochikabukai2_midashi span {
  font-size: 0.8em;
  display: inline-block
}
#contents_mochikabukai .mochikabukai1 .mochikabukai2b {}
#contents_mochikabukai .mochikabukai1 .mochikabukai2b table {
  margin: 0 0 1em;
  border-spacing: 0
}
#contents_mochikabukai .mochikabukai1 .mochikabukai2b table th {
  padding: 0.5em 0;
  text-align: left;
  vertical-align: top
}
#contents_mochikabukai .mochikabukai1 .mochikabukai2b table th div {
  padding: 0.5em 2em 0.5em 1.4em;
  text-align: left;
  background-image: url("../img_common/bg_th.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  white-space: nowrap
}
#contents_mochikabukai .mochikabukai1 .mochikabukai2b table td {
  padding: 0.5em 0 0.5em 1em
}
#contents_mochikabukai .mochikabukai3 {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1.5em 0
}
#contents_mochikabukai .mochikabukai3 h3 {
  text-align: center;
  font-size: 1.1em;
  margin: 0 0 0.5em
}
#contents_mochikabukai .mochikabukai3 p {
  font-size: 1em;
  line-height: 1.8;
  margin: 0 0 0 2em
}
#contents_mochikabukai_faq {
  background-color: #f4f4f4;
  padding: 2em 1em
}
#contents_mochikabukai_faq .faq_list {}
#contents_mochikabukai_faq .faq_list a {
  color: #004098
}
#contents_mochikabukai_faq .faq_list dt {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0 0 0.5em;
  margin: 0
}
#contents_mochikabukai_faq .faq_list dt span {
  font-weight: bold;
  font-size: 30px
}
#contents_mochikabukai_faq .faq_list dd {
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
  color: #df0717
}
#contents_mochikabukai_faq .faq_list dd span {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  color: #df0717
}
#contents_mochikabukai_faq .faq_list dd div {
  margin: 0 0 0.5em
}
.q_txt {
  font-weight: bold;
  font-size: 30px
}
.a_txt {
  font-weight: bold;
  font-size: 30px;
  color: #df0717
}
.top_mochikabukai_faq {
  margin: 0 2em
}
.top_mochikabukai_faq li {}
.top_mochikabukai_faq strong {
  color: #df0717
}
.link_button01area {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto
}
.link_button01 {
  width: 49%
}
/* 画面幅が768px以下の場合 */
@media (max-width: 768px) {
  .link_button01area {
    flex-direction: column; /* 縦並びに変更 */
    width: 90%;
    margin: 0 auto;
  }
  .link_button01 {
    width: 100%;
    margin: 0 0 0.5em
  }
}
.link_button03area {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 2em 0 1em
}
.link_button03 {}
a.btn_04a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  border: 2px solid #004098;
  background: #004098;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  width: 100%;
  box-sizing: border-box
}
a.btn_04a:hover {
  color: #fff;
  background: #6394d9;
}
a.btn_04a img.btn_icon {
  margin-left: 0.5rem; /* テキストとアイコンの間のスペースを調整 */
  width: 2em; /* 必要に応じてサイズを調整 */
  height: auto;
}
a.btn_04b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  border: 2px solid #00ab84;
  background: #00ab84;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  width: 100%;
  box-sizing: border-box
}
a.btn_04b:hover {
  color: #fff;
  background: #64d6bc;
}
a.btn_04b img.btn_icon {
  margin-left: 0.5rem; /* テキストとアイコンの間のスペースを調整 */
  width: 2em; /* 必要に応じてサイズを調整 */
  height: auto;
}
a.btn_05 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 120px;
  margin: auto;
  padding: 0.3rem 3rem;
  font-weight: bold;
  border: 2px solid #27acd9;
  background: #27acd9;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
}
a.btn_05:hover {
  color: #27acd9;
  background: #fff;
}
.link_button03area {
  width: 60%;
  margin: 0 auto 1em
}
.link_button02area {
  width: 70%;
  margin: 0 auto
}
.link_button02 {
  width: 100%
}
a.btn_04c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  border: 2px solid #da005c;
  background: #da005c;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  width: 100%;
  box-sizing: border-box
}
a.btn_04c:hover {
  color: #fff;
  background: #e891b6;
}
a.btn_04c img.btn_icon {
  margin-left: 0.5rem; /* テキストとアイコンの間のスペースを調整 */
  width: 2em; /* 必要に応じてサイズを調整 */
  height: auto;
}
/* 768px以下でのスタイル */
@media (max-width: 768px) {
  .link_button02area {
    width: 90%;
  }
  a.btn_04c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    border: 2px solid #da005c;
    background: #da005c;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    width: 100%;
    box-sizing: border-box;
    font-size: 3.4vw;
    line-height: 1.2
  }
}
.top_news {
  background-color: #fff;
  border: 1px solid #df0717;
  border-radius: 10px;
  padding: 0 1em;
  margin: 0 0 2em
}
.top_news .top_news_list {
  display: flex;
  align-items: center; /* 垂直方向の位置揃え */
}
.top_news .top_news_list dt {
  color: #df0717;
  font-size: 1em;
  margin-right: 10px; /* <dt> と <dd> の間にスペースを追加 */
  white-space: nowrap; /* 改行させない */
}
.top_news .top_news_list dd {
  flex: 1; /* <dd> の部分が残りのスペースを埋める */
  margin: 0;
  white-space: nowrap; /* 改行させない */
  overflow: hidden; /* オーバーフローした部分を隠す */
  text-overflow: ellipsis; /* 省略記号 (...) を表示 */
}
.top_news .top_news_button {
  text-align: right;
  margin: 0 0 0.8em
}
.top_news .top_news_button a.btn_04 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 120px;
  padding: 0.3em 0.6em;
  border: 1px solid #df0717;
  background: #df0717;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-size: 0.8em
}
.top_news .top_news_button a.btn_04:hover {
  color: #df0717;
  background: #fff;
}
#contents_news {
  padding: 2em 1em
}
.newscont {}
.newscont .newscont_left {
  margin: 0 0 2em
}
.newscont .newscont_left .navi {
  background-color: #f4f4f4;
  text-align: center;
  padding: 0.2em;
  margin: 1em 0
}
.newscont .newscont_left h2 {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0 0 1em;
  color: #df0717
}
.newscont .newscont_left h2 a {
  color: #df0717
}
.newscont .newscont_left .news_time {
  font-size: 0.8em;
  margin: 0 0 0.2em;
  padding: 1.2em 0 0;
  line-height: 1;
  border-top: 1px solid #000
}
.newscont .newscont_left h3 {
  font-size: 1.1em;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0.4em
}
.newscont .newscont_left .entry p {
  font-size: 1em;
  line-height: 1.6
}
.newscont .newscont_left .links {
  text-align: right;
  border-bottom: 1px solid #000;
  padding: 0 0 0.5em;
  margin: 0 0 2em
}
.newscont .newscont_left .pager {
  text-align: center;
  line-height: 1.8;
  font-size: 1em
}
.newscont .newscont_left .pager_item {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0 1em
}
.newscont .newscont_left .news_close {
  text-align: center;
  margin: 0 0 1em
}
.newscont .newscont_right {
  padding: 1em 0.5em 0;
  background-color: #f4f4f4;
}
.newscont .newscont_right h2 {
  background-color: #df0717;
  color: #fff;
  font-size: 1em;
  padding: 0.2em 1em;
  margin: 0 0 1em
}
.newscont .newscont_right ul {
  padding: 0 0 1em;
  margin: 0 1em 0
}
.newscont .newscont_right ul li {
  font-size: 1em;
  line-height: 1.6;
  margin: 0.5em 0;
  list-style: none
}
.emoji {
  margin-right: 5px;
}
.inquiry {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1.5em 0
}
.inquiry h3 {
  text-align: center;
  font-size: 1.1em;
  margin: 0 0 0.5em
}
.inquiry p {
  font-size: 1em;
  line-height: 1.8;
  margin: 0 0 0 2em
}
.cerezoosaka_news {
  background-color: #fff;
  border: 1px solid #da005c;
  border-radius: 10px;
  padding: 0 1em;
  margin: 2em auto;
  width: 90%
}
.cerezoosaka_news .cerezoosaka_news_list {
  display: flex;
  align-items: center; /* 垂直方向の位置揃え */
}
.cerezoosaka_news .cerezoosaka_news_list dt {
  color: #da005c;
  font-size: 1em;
  margin-right: 10px; /* <dt> と <dd> の間にスペースを追加 */
  white-space: nowrap; /* 改行させない */
}
.cerezoosaka_news .cerezoosaka_news_list dd {
  flex: 1; /* <dd> の部分が残りのスペースを埋める */
  margin: 0;
  white-space: nowrap; /* 改行させない */
  overflow: hidden; /* オーバーフローした部分を隠す */
  text-overflow: ellipsis; /* 省略記号 (...) を表示 */
}
.cerezoosaka_news .cerezoosaka_news_button {
  text-align: right;
  margin: 0 0 0.8em
}
.cerezoosaka_news .cerezoosaka_news_button a.btn_04 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 120px;
  padding: 0.3em 0.6em;
  border: 1px solid #da005c;
  background: #da005c;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-size: 0.8em
}
.cerezoosaka_news .cerezoosaka_news_button a.btn_04:hover {
  color: #da005c;
  background: #fff;
}
.kabu_kauuru {}
.kabu_kauuru > p {
  padding: 0 0 0 2em;
  margin: 0
}