@charset "UTF-8";
/* 全端末共通
-------------------------------------------------- */
* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Noto Sans JP Regular', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

img {
  max-width: 100%;
  flex-shrink: 0
}

a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  min-height: calc(100vh - 618px);
  margin-top: 80px;
  padding: 0 15px;
}

.scroll {
  overflow-x: hidden;
}

section {
  margin-top: 80px;
}


.bg-accent {
  background-color: rgba(0, 64, 153,0.7);
}
_:-ms-lang(x)::-ms-backdrop, .bg-accent {
  background-color: rgba(0, 64, 153,0.7);/* IE11対策 */
}
@media all and (-ms-high-contrast:none) {
  .bg-accent {
      background-color: rgba(0, 64, 153,0.7);/* IE10対策 */
  }
}
.fn-medium {
  font-family: 'Noto Sans JP medium', sans-serif;
}
.fn-bold {
  font-family: 'Noto Sans JP bold', sans-serif;
  font-weight: 600;
}

.fc-accent-main, .table a {
  color: #004098;
}
.fc-accent-sub {
  color: #fff;
}
.fc-emphasis {
  color: #E82222;
}

.fnt-base {
  line-height: 1.5;
}
.fnt-center {
  text-align: center;
}

.fa-arrow-circle-right {
  color: #004098;
  margin-right: 10px;
}
.fa-file-pdf {
  font-size: 25px;
  color: #D84F4F;
  vertical-align: bottom;
  margin-left: 10px;
}

.btn {
  position: relative;
  display: block;
  max-width: 240px;
  text-align: center;
  border: 1px solid #333333;
  margin: 50px auto 0;
  padding: 20px 0;
}
.btn .fas {
  margin-left: 14px;
}

.btn-sub {
  display: block;
  width: 222px;
  line-height: 44px;
  text-align: center;
  border-radius: 30px;
  margin: 30px auto 0;
}
.btn-sub.btn-sub_b {
  background-color: #004098;
  color: #fff;
}
.btn-sub.btn-sub_b .far {
  color: #fff;
  margin-right: 10px;
}
.btn-sub.btn-sub_g, #branch .offices ul li.box .btn-gmap {
  background-color: #E1E6E8;
}


/* テーブル */
.table {
  font-size: 15px;
  border: 1px solid #333;
  width: 100%;
}
.table tr:nth-of-type(n+2) {
  border-top: 1px solid #333;
}
.table th {
  background-color: #E1E6E8;
  font-weight: normal;
  padding: 6px 15px;
}
.table td {
  padding: 13px 15px;
}

.table img {
  display: block;
  max-width: 100px;
  height: auto;
}

.table-type02 th:nth-of-type(n+2), .table-type02 td:nth-of-type(n+2) {
  border-left: 1px solid #333;
}


/* タブ */
.tab-type01 {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 80px;
  padding: 20px 0 5px;
}
.tab-type01 li {
  width: 80px;
  height: 26px;
  line-height: 26px;
  background-color: #E1E6E8;
  font-size: 12px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-right: 6px;
}
.tab-type01 li.active {
  background-color: #004098;
  color: #fff;
}
.tab-type01 li:hover {
  opacity: 0.8;
}
.tab-type01 li a {
  height: 26px;
  line-height: 26px;
  width: 100%;
  display: block;
}

.tab-type02{
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  margin-bottom: 50px;
}
.tab-type02 li {
  height: 50px;
  line-height: 50px;
  width: calc(50% - 1px);
  background-color: #E1E6E8;
  font-size: 16px;
  text-align: center;
}
.tab-type02 li:not(:last-of-type) {
  margin-right: 1px;
}
.tab-type02 li.active {
  background-color: #004098;
  color: #fff;
}
.tab-type02 li:hover {
  opacity: 0.8;
}
.tab-type02 li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.tab-under {
  margin-top: 50px;
}

@media (min-width: 768px) {
  html, body {
    font-size: 18px;
  }

  .wrapper {
    margin-top: 100px;
    min-height: calc(100vh - 560px);
  }

  .spview {
    display: none;
  }

  .btn-sub {
    width: 300px;
    line-height: 60px;
    margin: 30px auto 0;
  }

  /* テーブル */
  .table th, .table td {
    padding: 19px 25px;
  }
  .table-type01 th {
    width: 30%;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }
  .table-type01 td {
    width: 70%;
  }

  /* タブ */
  .tab-type01 {
    padding: 40px 0 29px;
  }
  .tab-type01 li {
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 11px;
    font-size: 14px;
    margin-right: 8px;
  }
  .tab-type01 li a {
    height: 32px;
    line-height: 32px;
  }

  .tab-type02 {
    font-size: 20px;
  }

  .tab-type02_onefourth li {
    width: calc(25% - 1px);
  }

  .tab-type02 {
    margin-bottom: 80px;
  }

  .tab-under {
    display: none;
  }
}
@media (max-width: 767px) {
  section {
    margin-top: 50px;
  }

  .pcview {
    display: none;
  }

  .btn-sub {
    font-size: 13px;
  }

  /* テーブル */
  .table-type01 tr {
    display: flex;
    flex-direction: row;
    flex-direction: column;
  }
  .table-type01 th, .table-type01 td {
    width: 100%;
  }
  .table-type01 th {
    border-bottom: 1px solid #333;
  }

  /* タブ */
  .tab-type02 li:nth-of-type(2) {
    margin-bottom: 1px;
  }
}

/* ヘッダー
------------------------------------------------ */
header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.header {
  /* position: relative; */
  display: flex;
  justify-content: space-between;
  height: 80px;
  padding: 0 15px;
}

.header .logo {
  width: 50px;
  margin-top: 12px;
}
.header .content {
  display: none;
}
.header .headtop {
  display: flex;
  justify-content: flex-end;
}

#hamburger {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  margin: 0 0 0 auto;
  height: 60px;
  width: 50px;
  z-index: 99999;
}
#hamburger .icon span {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: ease 0.75s;
}
#hamburger .icon span:nth-of-type(1) {
  top: 16px;
}
#hamburger .icon span:nth-of-type(2) {
  top: 26px;
}
#hamburger .icon span:nth-of-type(3) {
  top: 36px;
}
#hamburger .close span {
  background-color: #fff;
}
#hamburger .close span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 28px;
}
#hamburger .close span:nth-of-type(2) {
  opacity: 0;
}
#hamburger .close span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
}

.header-nav {
  font-size: 18px;
  margin-bottom: 40px;
}
.header-nav ul {
  font-size: 15px;
}

.header-nav ul .contactbtn {
  background: linear-gradient(180deg, rgba(0,64,152,1) 0%, rgba(0,32,76,1) 100%);
  color: #fff;
  width: 147px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}

.head-link {
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #707070;
}


#headersearch dt{
  display:block;
  cursor:pointer;
}
#headersearch dd{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  top: 80px;
  background:#fff;
  padding: 20px;
  display:none;
}


@media (max-width: 767px) {
  .header {
    padding-top: 10px;
  }

  .header .headtop-inquiry,
  .header .headtop-search,
  .header .headtop-link {
    padding: 8px;
    margin: 5px 5px 0;
  }

  .header .headtop-search {
    margin-top: 8px;
  }

  .header .headtop-inquiry i {
    font-size: 32px;
  }
  .header .headtop-search i {
    font-size: 25px;
  }

  .header .box {
    display: none;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: #004098;
    color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .header-nav {
    margin-top: 95px;
    padding: 0 15px;
  }

  .header-nav .title {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    font-size: 18px;
  }
  .header-nav .title:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .header-nav .title span {
    position: relative;
    margin: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .header-nav .title span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
  }
  .header-nav .title span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 15px;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
  }
  .header-nav .title.open span::before {
    transform: rotate(180deg);
  }
  .header-nav .title.open span::after {
    opacity: 0;
  }

  .header-nav .content {
    margin: 16px 20px 0 20px;
  }
  .header-nav .content li {
    margin: 25px 0;
  }
  .header-nav .content li a {
    padding: 10px 0;
  }
}


@media (min-width: 768px) {
  .header {
    height: 100px;
    max-width: 1110px;
    margin: 0 auto;
    padding: 10px 15px 0;
  }

  .header .logo img {
    max-width: 405px;
    margin-top: 15px;
  }

  header .headtop {
    margin-bottom: 8px;
  }

  .header-nav .content .inner {
    padding: 50px 0 45px;
  }
  .header-nav .list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .header-nav .list li.menu-contact {
    padding-left: 20px;
  }
  .header-nav .list .title {
    cursor: pointer;
  }
  .header-nav .list li:not(:last-of-type) .title {
    height: 50px;
    line-height: 48px;
    border-bottom: 8px solid #fff;
    padding: 0 15px;
  }
  .header-nav .list li:not(:last-of-type) .title:hover {
    border-bottom: 8px solid #004098;
  }
  .header-nav .list .title:hover ~ .content,
  .header-nav .list .content:hover
  {
    display: block;
  }
  .header-nav .list .content {
    position: absolute;
    left: 0;
    width: 100vw;
    background: #004098;
    color: #fff;
    padding: 0 15px;
  }
  .header-nav .content .headingtitle {
    font-size: 18px;
    padding: 8px 1rem 8px 0;
  }
  .header-nav .content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding: 15px;
  }
  .header-nav .content li {
    width: 50%;
  }
  .header-nav .content02 li {
    width: 20%;
  }
  .header-nav .content li a {
    padding: 8px 1rem 17px 0;
    display: block;
  }
  .header-nav .content02 li a {
    padding: 8px 1rem 8px 0;
    display: initial;
  }
  .header-nav .content li:nth-of-type(n+3) a {
    padding-top: 5px;
    margin-top: 2px;
  }
  .header-nav .content ul .innUl {
    margin-top: -10px;
    border-top: none;
  }
  .header-nav .content ul .innUl li {
    margin-top: 22px;
    width: 100%;
  }
  .head-link {
    margin-left: 25px;
    width: 70px;
  }
}


/* カスタム検索 cssreset */
.gsc-control-cse,
.gsc-control-cse form,
table.gsc-search-box {
  padding: 0!important;
  margin: 0!important;
  line-height: 1!important;
}
@media (min-width: 768px) {
  .gsc-control-cse,
  .gsc-control-cse form,
  table.gsc-search-box {
    width: 250px !important;
  }
}

.gsc-input {
  width: 200px;
}


/* フッター
------------------------------------------------ */
footer {
  margin: 80px calc(50% - 50vw) 0;
  width: 100vw;
  max-width: 100vw;
  background-color: #004098;
}
footer .inner {
  padding: 50px 15px 30px;
}

footer .inner .left {
  text-align: center;
}
footer .inner .left ul {
  margin-top: 30px;
  font-size: 14px;
}
footer .inner .left ul li {
  padding: 3px 0;
}
footer .inner .left .copyright {
  font-size: 10px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  footer .inner {
    display: block;
    padding: 50px 15px 30px;
  }
  footer .inner .left {
    padding-top: 38px;
  }
  footer .inner .left ul {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    margin-top: 64px;
    margin-bottom: 30px;
    justify-content: center;
  }
  footer .inner .left ul li:not(:first-of-type) {
    padding-left: 15px;
  }
  footer .inner .left ul li:not(:last-of-type) {
    border-right: 1px solid #FFFFFF;
    padding-right: 15px;
  }
  footer .inner .left .copyright {
    margin-top: 12px;
  }

  footer .inner .right {
    display: flex;
    flex-direction: row;
    font-size: 15px;
  }
  footer .inner .right .list ul {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  footer .inner .right .list03 ul {
    margin-top: 39px;
  }
  footer .inner .right .list:not(:last-of-type) {
    margin-right: 60px;
  }
  footer .inner .right .list li {
    font-size: 12px;
  }
  footer .inner .right .list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer .inner .left ul li {
    padding: 15px 0;
    border-bottom: 1px solid #FFFFFF;
  }
  footer .inner .left ul li:first-of-type {
    border-top: 1px solid #FFFFFF;
  }

  footer .inner .right {
    display: none;
  }
}

/* パンクず
------------------------------------------------ */
.breadcrumbs, .aioseo-breadcrumbs {
  margin: 11px 0 12px;
  font-size: 12px;

  font-family: 'Noto Sans JP medium', sans-serif;
}
.aioseo-breadcrumb-separator {
  margin: 0 6px;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs li:not(:last-of-type) {
  position: relative;
  padding-right: 16px;
  margin-right: 8px;
}
.breadcrumbs li:not(:last-of-type)::after {
  content: '›';
  position: absolute;
  right: 0;
}


/* トップページ
------------------------------------------------ */
.topslider {
  position: relative;
  padding-bottom: 88px;
}
/* スライダー */
.topslider .slider .slick-list {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
.topslider .slider img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.topslider .slick-dots {
  bottom: -113px;
}
.topslider .slick-dots li button:before {
  opacity: 1;
  color: #F0F2F4;
  font-size: 12px;
}
.topslider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #004098;
}

.topslider .box {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 25px 0;
}
.topslider .box p {
  font-size: 18px;
}

.topslider .box a,
.menu .box a {
  display: block;
  width: 200px;
  border: 1px solid #fff;
  text-align: center;
  padding: 16px 0;
}
.topslider .box a {
  margin: 30px auto 0;
}
.topslider .box a .fas,
.menu .box a .fas {
  margin-left: 14px;
}


/* メニュー */
.menu .area {
  position: relative;
}

.menu .area .box {
  position: absolute;
  width: calc( 100% - 30px );
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu .area .box .page-title {
  margin-bottom: 20px;
}
.menu .area .box .page-title span::after {
  background-color: #fff;
}

@media (min-width: 768px) {
  .topslider {
    padding-bottom: 73px;
    margin: 0 -15px;
  }
  .topslider .slider img {
    height: 600px;
  }
  .topslider .slick-dots {
    width: calc( 100% - 671px );
    right: 0;
    bottom: -68px;
  }
  .topslider .slick-dots li button:before {
    font-size: 14px;
  }
  .topslider .box {
    left: 0;
    padding: 57px 66px;
  }
  .topslider .box p {
    font-size: 23px;
  }

  .topslider .box a.slider-link,
  .menu .box a {
    width: 190px;
    padding: 12px 0;
  }
  .topslider .box a.slider-link-w {
    width: 220px;
  }
  .topslider .box a {
    margin-top: 30px;
  }


  /* メニュー */
  .menu .area:nth-of-type(n+2) {
    margin-top: 50px;
  }

  .menu .area img {
    max-width: 610px;
  }
  .menu .area .box {
    top: 9%;
    width: 57%;
    height: 82%;
  }
  .menu .area.right .box {
    right: 0;
  }
  .menu .area.left {
    text-align: right;
  }
  .menu .area.left .box {
    left: 0;
  }
  .menu .area .box .page-title {
    margin-bottom: 35px;
  }

}
@media (max-width: 767px) {
  .topslider .box {
    width: 100%;
    bottom: 40px;
  }

  /* メニュー */
  .menu .area {
    margin-bottom: 140px;
  }

  .menu .area img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
  }
  .menu .area .box {
    bottom: -90px;
    left: 15px;
  }
}




/* メインビジュアル
------------------------------------------------ */
.mv {
  position: relative;
}

.mv .img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
  height: 250px;
}
.mv .box {
  position: absolute;
  width: 248px;
  padding: 23px 0;
}

.mv .title {
  text-align: center;
}
.mv .title span {
  position: relative;
  display: block;
  font-size: 24px;
  padding-bottom: 9px;
  margin-bottom: 6px;
}
.mv .title span::after {
  background-color: #FFF;
  border-radius: 5px;
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  left: 103px;
  bottom: 0;
}

.mv.mv-b .box {
  width: 286px;
}
.mv.mv-b .title span::after {
  left: 118px;
}

@media (min-width: 768px) {
  .mv .img {
    height: 300px;
  }
  .mv .box {
    top: 66px;
    width: 368px;
    padding: 41px 0 35px;
  }
  .mv .title span {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .mv .title span::after {
    width: 74px;
    height: 3px;
    left: 147px;
  }

  .mv.mv-b .box {
    width: 420px;
  }
  .mv.mv-b .title span::after {
    left: 173px;
  }
}
@media (max-width: 767px) {
  .mv {
    margin-bottom: 100px;
  }
  .mv .box {
    bottom: -50px;
    left: calc(50% - 124px);
  }
  .mv .title {
    font-size: 12px;
  }
  .mv.mv-b .box {
    left: calc(50% - 143px);
  }
  .mv .title span {
    font-size: 22px;
  }
}




/* タイトル
------------------------------------------------ */
.page-title {
  text-align: center;
  margin-bottom: 30px;
}
.page-title span {
  position: relative;
  display: block;
  font-size: 22px;
  padding-bottom: 9px;
  margin-bottom: 7px;
}
.page-title span::after {
  background-color: #004098;
  border-radius: 5px;
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 37px);
}

.page-title-pattern02 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333333;
}

.page-title-pattern03 {
  background: #004098;
  text-align: center;
  font-size: 17px;
  border-radius: 25px;
  padding: 10px 0;
}

.page-title-sub {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .page-title {
    margin-bottom: 50px;
  }
  .page-title span {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .page-title-pattern02 {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .page-title-pattern03 {
    font-size: 20px;
  }

  .page-title-sub {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 12px;
  }
}

/* IR情報
------------------------------------------------ */
.linkother {
  display: block;
  font-size: 13px;
  text-align: right;
  margin-top: 30px;
}
.linkother span {
  border-bottom: 1px solid #707070;
}
.linkother i {
  margin-left: 10px;
}
.oldinfo {
  margin-bottom: 10px;
  padding-top: 20px;
}

.submenu {
  margin-top: 80px;
}
.submenu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.submenu li {
  margin-bottom: 30px;
}
.submenu li a {
  position: relative;
  display: block;
  padding-bottom: 28px;
}
.submenu li img {
  width: 97%;
}
.submenu li .box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 68%;
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
}
.submenu li .box::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  position: absolute;
  right: 15px;
}


/* トップ・IRニュース　*/
#IrNews .list {
  margin-top: 16px;
}
#IrNews .list li {
  padding-bottom: 30px;
  border-bottom: 1px solid #333333;
}
#IrNews .list li:not(:first-of-type) {
  margin-top: 30px;
}
#IrNews .list a,
.ircalendar .list li {
  display: flex;
  flex-direction: row;
}

#IrNews .list .category {
  width: 138px;
  height: 25px;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  margin: 0 20px;
}
#IrNews .list .category.category_press { background-color: #004098; }
#IrNews .list .category.category_yuho { background-color: #00984C; }
#IrNews .list .category.category_tanshin { background-color: #980135; }

#IrNews .list .file {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: 104px;
}
#IrNews .list .file span {
  line-height: 25px;
}

#IrNews .tab:nth-of-type(n+2) {
  margin-top: 100px;
}

/*  IRライブラリー */
#Irlibrary .box-child:nth-of-type(n+2) {
  margin-top: 60px;
}

#Irlibrary .list li {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid #333333;
}
#Irlibrary .list li:first-of-type {
  border-top: 1px solid #333333;
}
#Irlibrary .list li .file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 104px;
}

/*  IRカレンダー */
.ircalendar .tab {
  margin-top: 50px;
}
.ircalendar .tab-content {
  margin-top: 50px;
}

/*  株式関連情報 */
#holders section:first-of-type {
  margin-top: 30px;
}
#holders .page-title-pattern03 {
  margin-top: 20px;
}


/* 配当・株主優待 */
#dividends .table {
  margin: 30px 0 10px;
}
#dividends .table thead {
  border-bottom: 1px solid #333;
}
#dividends .table th {
  vertical-align: middle;
  text-align: center;
}
#dividends .table tr:first-of-type th:not(:last-of-type),
#dividends .table tr:nth-of-type(2) th,
#dividends .table td:not(:last-of-type) {
  border-right: 1px solid #333;
}
#dividends .dividend {
  text-align: center;
}

#yutai .apply {
  text-align: center;
}
#yutai .apply img {
  width: 100%;
  max-width: 490px;
}
#yutai .apply .deadline {
  font-size: 17px;
  margin-top: 20px;
}
#yutai .apply .contact {
  margin-top: 20px;
  font-size: 13px;
}
#yutai .specialOfferContents h3 {
  margin-top: 20px;
}
#yutai .specialOfferContents ol {
  list-style-type: decimal;
  margin-left: 1rem;
}
#yutai .specialOfferContents ol li:nth-of-type(n+2) {
  margin-bottom: 20px;
}
#yutai .specialOfferContents ol .offer {
  text-align: right;
}

#yutai .specialOfferContents .imgList {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}
#yutai .specialOfferContents .imgList li {
  width: 33%;
  padding: 10px;
}
#yutai .specialOfferContents .remarks {
  font-size: 12px;
}

/* 株主総会 */
#gmeeting .table {
  margin-top: 15px;
}

/* 中長期計画 */
#plan .page-title-pattern03 {
  margin: 0 auto 20px;
}

#plan .plan-box {
  padding-top: 40px;
  margin-top: 0;
}
#plan .plan-md {
  width: 100vw;
  max-width: 100vw;
  background-color: #F0F2F4;
  margin: 50px calc(50% - 50vw) 0;
  padding-bottom: 40px;
}
#plan .plan-box img {
  margin-top: 20px;
}

/* アナリティクスガバレッジ */
#analysts .other {
  list-style-type: square;
}
#analysts .other li {
  margin-left: 1rem;
}
#analysts .other li:nth-of-type(n+2) {
  margin-top: 10px;
}


/* faq */
#faq dt, #faq dd {
  display: flex;
}

#faq dt {
  background: #F0F2F4;
  border-radius: 50px;
  text-align: left;
  padding: 10px 25px;
}
#faq dt p {
  margin-left: 10px;
}
#faq dd {
  padding: 0 25px;
}
#faq dd, #history dd {
  margin-top: 13px;
}
#faq dd:not(:last-of-type),
#history dd:not(:last-of-type) {
  margin-bottom: 30px;
}
#faq dd p {
  font-size: 14px;
  margin-left: 12px;
}

/* stockholders_info */
#stockholders_info ul,#stockholders_info ol {
  margin-left: 2em;
}
#stockholders_info ul li {
  list-style-type:disc;
}
#stockholders_info ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
#stockholders_info ol li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5em;
  width: 2em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}


@media (min-width: 768px) {
  .linkother {
    margin-top: 50px;
  }

  /* トップ */
  .submenu {
    margin-top: 100px;
  }
  .submenu li {
    width: 50%;
    margin-bottom: 45px;
  }
  .submenu li:nth-of-type(2n+1) {
    padding-right: 20px;
  }
  .submenu li:nth-of-type(2n) {
    padding-left: 20px;
  }
  .submenu li a {
    padding-bottom: 28px;
    font-size: 18px;
  }
  .submenu li img {
    width: 94%;
  }
  .submenu li .box {
    width: 68%;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
  }
  .submenu li .box::after {
    right: 20px;
  }

  /* トップ・IRニュース　*/
  #IrNews .list {
    margin-top: 42px;
  }
  #IrNews .list li {
    padding-bottom: 35px;
  }
  #IrNews .list li:not(:first-of-type) {
    margin-top: 35px;
  }
  #IrNews .list .category {
    font-size: 15px;
    height: 28px;
    margin: 0 25px;
  }
  #IrNews .list .content {
    width: calc(100% - 418px);
  }
  #IrNews .list .file {
    margin-left: 15px;
  }

  /*  IRライブラリー */
  #Irlibrary .tab.tab_quarter li {
    width: calc( 25% - 1px);
  }
  #Irlibrary .list li {
    flex-direction: row;
    font-size: 18px;
    padding: 30px 0;
  }
  #Irlibrary .list li .date {
    width: 166px;
  }
  #Irlibrary .list li .name {
    width: calc( 100% - 296px);
    margin-left: 25px;
  }
  #Irlibrary.irlibrary .list li .name {
    margin-left: 0;
    width: calc( 100% - 104px);
    line-height: 1.5;
  }

  #Irlibrary .list .file a {
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
  #Irlibrary .box-child:nth-of-type(n+2) {
    margin-top: 80px;
  }

  #Irlibrary .page-title-sub {
    font-size: 23px;
  }

  /* 業績・財務情報 */

  #IrHighlight .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #IrHighlight .list li {
    width: 50%;
  }
  #IrHighlight .list li:nth-of-type(2n) {
    padding-left: 15px;
  }
  #IrHighlight .list li:nth-of-type(2n+1) {
    padding-right: 15px;
  }
  #IrHighlight .list li:nth-of-type(n+3) {
    margin-top: 80px;
  }

  /* IRメールマガジン */
  #magazinecatch .page-title span {
    margin-bottom: 50px;
  }

  /*  IRカレンダー */
  .ircalendar .tab-content .list .content {
    margin-left: 45px;
  }
  .ircalendar .tab-content .list li:first-of-type {
    border-top: 1px solid #333333;
    padding-top: 35px;
  }
  .ircalendar .tab {
    margin-top: 100px;
  }

  /*  株式関連情報 */
  #ir_info .tab-type02 li,
  #holders .tab-type02 li {
    width: 33%;
  }

  /* 配当・株主優待 */
  #yutai .apply .deadline {
    font-size: 20px;
  }
  #yutai .apply .contact {
    font-size: 16px;
  }
  #yutai .specialOfferContents .remarks {
    font-size: 13px;
    text-align: center;
  }


  /* 中長期計画 */
  #plan .page-title-pattern03 {
    max-width: 460px;
  }

  #plan .plan-box {
    padding-top: 80px;
  }
  #plan .plan-md {
    padding-bottom: 80px;
  }

  #plan .plan-box img.pcview {
    display: block;
    max-width: 750px;
    margin: 30px auto 0;
  }

  #plan section {
    margin-bottom: 80px;
  }

  /* アナリティクスガバレッジ */
  #analysts .table td:first-of-type {
    width: 714px;
  }

  /* faq */
  #faq dd, #history dd {
    margin-top: 20px;
  }
  #faq dd p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* IRニュース */
  #IrNews .list a,
  .ircalendar .list li {
    flex-wrap: wrap;
    /* flex-direction: column; */
  }
  #IrNews .list .date {
    /* width: 105px; */
  }
  #IrNews .list .category {
    max-width: calc(100% - 105px);
  }
  #IrNews .list .content {
    margin-top: 14px;
    width: 100%;
  }
  #IrNews .list .file {
    margin-top: 10px;
  }

  /*  IRライブラリー */
  #Irlibrary .list li .file,
  #Irlibrary .list li .name {
    margin-top: 10px;
  }

  #Irlibrary .list li .name {
    display: block;
  }

  /* 業績・財務情報 */
  #IrHighlight .list li:nth-of-type(n+2) {
    margin-top: 50px;
  }

  /* 配当・株主優待 */
  #dividends th, #dividends td {
    padding: 5px;
  }

  /* アナリティクスガバレッジ */
  #analysts .table td:last-of-type {
    min-width: 122px;
  }

  /* faq */
  #faq dl {
    font-size: 16px;
  }
  
}


/* 会社情報
------------------------------------------------ */
/* 会社概要 */
#about .remarks,
#analysts .remarks {
  font-size: 10px;
  text-align: right;
  margin: 30px 0 10px;
}

#about .topmessage li {
  padding: 30px 0;
  border-top: 1px solid #333;
}
#about .topmessage li:last-of-type {
  border-bottom: 1px solid #333;
}

#about .topmessage .tm-01 {
  font-size: 22px;
}
#about .topmessage .tm-02,
#about .topmessage .tm-04 {
  font-size: 13px;
}
#about .topmessage .tm-03 {
  font-size: 20px;
}

#about .topmessage .tm-01,
#about .topmessage .tm-03 {
  margin-bottom: 10px;
}
#about .topmessage .tm-02 {
  margin-bottom: 5px;
}

#about .topmessage .name {
  margin-top: 15px;
}


/* コンプライアンス */
#compliance .layout img {
  display: block;
  margin: 0 auto;
}

#compliance .layout .list li {
  font-size: 16px;
  margin: 5px 0;
}

/* 事業所・グループ会社 */
#branch .offices ul li:nth-of-type(n+2) {
  margin-top: 100px;
}
#branch .offices ul li.box-type-p .img img {
  width: 100%;
}

#branch .offices ul li.box h3 {
  font-size: 20px;
  border-left: 2px solid #004098;
  margin-bottom: 15px;
  padding: 2px 0 4px 10px;
}
#branch .offices ul li.box dl {
  font-size: 14px;
}
#branch .offices ul li.box dt {
  border-top: 1px solid #333;
  padding: 15px 0 10px;
}
#branch .offices ul li.box dd {
  padding-bottom: 15px;
}
#branch .offices ul li.box dd:last-of-type {
  border-bottom: 1px solid #333;
}
#branch .offices ul li.box dl.if-di dd:last-of-type {
  padding-bottom: 0;
  border-bottom: 0px;
}

#branch .offices ul li.box .btn-gmap {
  display: block;
  width: 194px;
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
}
#branch .offices ul li.box .btn-gmap i {
  margin-left: 18px;
}
#branch .offices ul li.box iframe {
  width: 100%;
  height: 345px;
  margin-top: 30px;
}

#branch .group .link {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-top: 11px;
}
#branch .group .link i {
  font-size: 14px;
}
#branch .group .link .fa-external-link-alt {
  margin-left: 11px;
}

/* 電子広告 */
#koukoku #Irlibrary .list li .file {
  width: auto;
}


/* 経営理念 */
#philosophy {
  margin-bottom: -80px;
}
#philosophy .philosophy-mv {
  position: relative;
}
#philosophy .philosophy-mv img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
  height: 375px;
}
#philosophy .philosophy-mv .box {
  position: absolute;
  top: calc(100% - 127px);
  padding: 20px 15px;
  margin-bottom: 0;
}

#philosophy .philosophy-mv .title span::after {
  left: calc( 50% - 25px );
}

#philosophy .philosophy-mv p {
  line-height: 1.5rem;
  margin-top: 20px;
}

#philosophy-management {
  background-image: url("../images/company/philosophy/bg02.png");
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  max-width: 100vw;
  padding: 100px 0 120px;
}

#philosophy-management img {
  /* width: 532px; */
  width: 800px;
}
#philosophy-management dt:nth-of-type(n+2) {
  color: #7C2F41;
}
#philosophy-management .accent-sub {
  color: #7C2F41;
}
#philosophy-management dt {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 40px;
}
#philosophy-management dt:nth-of-type(n+2) {
  margin-top: 50px;
}
#philosophy-management dd {
  font-size: 25px;
}

#philosophy .list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#philosophy .list .image {
  width: 300px;
}
#philosophy .list .content {
  width: calc( 100% - 300px);
  padding-left: 50px;
}

#philosophy-contact {
  background: #F0F2F4;
  margin: 80px calc(50% - 50vw) 0;
  width: 100vw;
  max-width: 100vw;
  text-align: center;
  padding: 30px 0;
}

#philosophy .interval {
  padding-bottom: 80px;
}

#philosophy .sp {
  display: none;
}

/* 電算NEWS INNOVATION */
#innovation .area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#innovation .area .pdfImg {
  display: block;
  width: 300px;
  margin: 0 auto;
}
#innovation .area ul {
  list-style: disc;
}
#innovation .area li {
  margin-left: 1.5rem;
}
#innovation .area li:not(:first-of-type) {
  margin-top: 10px;
}
#innovation .area .date {
  margin: 50px 0 10px;
  font-size: 14px;
}
#innovation .area .innovation-btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #004098;
  color: #fff;
  max-width: 500px;
  height: 60px;
  line-height: 60px;
  margin: 30px auto 0;
}
#innovation .area .innovation-btn a span {
  text-decoration: underline;
}
#innovation .area .innovation-btn img {
  width: 22px;
  margin: 0 10px 0 30px;
}

#innovation .backnumber {
  background: #EDF3F5;;
  padding: 20px;
  margin-top: 30px;
}
#innovation .backnumber h3 {
  border-bottom: 1px solid #004098;
  padding-bottom: 10px;
}
#innovation .backnumber .select-box {
  margin-top: 30px;
  position: relative;
  display: inline-block;
}
#innovation .backnumber select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #004098;
  color: #004098;
  width: 100%;
  padding: 10px 5px 10px 10px;
  cursor: pointer;
  z-index: 2;
}
#innovation .backnumber .select-box::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: #004098;
  font-weight: 600;
  display: block;
  height: 1rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translatey(-50%);
  width: 1rem;
}
#innovation .innovation-about .old {
  margin-top: 50px;
}
#innovation .innovation-about .old .btn-sub {
  margin-top: 1em;
}
#innovation .innovation-about .old i {
  margin-left: 10px;
}


@media (min-width: 768px) {
  /* 会社概要 */
  #about .remarks,
  #analysts .remarks {
    font-size: 13px;
    margin-top: 35px;
  }
  #about .topmessage li .box {
    display: flex;
    flex-direction: row;
    max-width: 820px;
    margin: 0 auto;
  }
  #about .topmessage li .content {
    width: calc( 100% - 246px );
    padding-right: 35px;
  }
  #about .topmessage li .img {
    display: flex;
    align-items: flex-end;
    width: 246px;
  }
  #about .topmessage .tm-01 {
    font-size: 30px;
  }
  #about .topmessage .name {
    text-align: right;
  }

  /* 事業所・グループ会社 */
  #branch .offices ul li:nth-of-type(n+2) {
    margin-top: 50px;
  }
  #branch .offices ul li.box-type-p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #branch .offices ul li.box-type-p .img {
    max-width: 300px;
  }
  #branch .offices ul li.box-type-p .content {
    width: calc( 100% - 300px);
    padding-left: 30px;
  }

  #branch .offices ul li.box h3 {
    font-size: 25px;
  }
  #branch .offices ul li.box dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 15px;
  }
  #branch .offices ul li.box dt {
    width: 85px;
    padding-bottom: 15px;
  }
  #branch .offices ul li.box dd {
    width: calc(100% - 85px);
    border-top: 1px solid #333;
    padding-top: 15px;
  }
  #branch .offices ul li.box dt:last-of-type {
    border-bottom: 1px solid #333;
    padding-bottom: 0;
  }
  #branch .offices ul li.box dl.if-di dt:last-of-type,
  #branch .offices ul li.box dl.if-di dd:last-of-type {
    border-bottom: 0px;
  }
  #branch .offices ul li.box .btn-gmap {
    width: 209px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    margin-top: 15px;
  }
  #branch .offices ul li.box iframe {
    height: 300px;
  }

  #branch .group .link {
    text-align: left;
    font-size: 11px;
  }

  /* 経営理念 */
  #philosophy .philosophy-mv img {
    height: 660px;
  }
  #philosophy .philosophy-mv .box {
    right: -15px;
    top: 0;
    width: 430px;
    padding: 140px 0px 80px 100px;
    height: 100%;
  }
  #philosophy .philosophy-mv .sidebg {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
  }  
  #philosophy .philosophy-mv p {
    line-height: 2rem;
    margin-top: 30px;
  }
  #philosophy .philosophy-mv .title span::after {
    left: 128px;
  }

  /* 電算NEWS INNOVATION */
  #innovation .area {
    flex-direction: row;
  }
  #innovation .area .innovation-btn a {
    margin-top: 50px;
  }
  #innovation .backnumber {
    padding: 30px;
  }
  #innovation .backnumber select {
    padding: 10px 40px 10px 20px;
  }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  /* 経営理念 */
  #philosophy .philosophy-mv .box {
    width: 360px;
    padding: 130px 10px 0 20px;
  }
}

@media (max-width: 767px) {
  /* 会社概要 */
  #about .topmessage li .tm-01,
  #about .topmessage li .tm-02,
  #about .topmessage li .tm-03,
  #about .topmessage li .name {
    text-align: center;
  }
  #about .topmessage li .img {
    margin-top: 10px;
    text-align: center;
  }


  /* 事業所・グループ会社 */
  #branch .offices ul li.box-type-p .img {
    margin-bottom: 25px;
  }
  #branch .offices ul li.box-type-p .img img {
    display: block;
    width: 300px;
    margin: 0 auto;
  } 
  #branch .group .link {
    justify-content: center;
  }


  /* 経営理念 */
  .philosophy-mv {
    margin-bottom: 30px;
  }
  #philosophy .philosophy-mv .box {
    top: calc(100% - 143px);
    padding: 30px 15px;
  }
  #philosophy-management {
    padding: 25px 0 50px;
  }
  #philosophy .pc {
    display: none;
  }
  #philosophy .sp {
    display: inline;
  }
  #philosophy .philosophy-mv img {
    height: 425px;
  }
  #philosophy-management img {
    width: 100%;
  }
  #philosophy-management dt {
    font-size: 18px;
  }
  #philosophy-management dd {
    font-size: 20px;
    line-height: 28px;
  }
  #philosophy .list {
    display: block;
  }
  #philosophy .list .image {
    width: 100%;
    margin-bottom: 20px;
  }
  #philosophy .list .content {
    width: 100%;
    padding-left: 0;
  }
  #philosophy .interval {
    padding-bottom: 50px;
  }

  /* 電算NEWS INNOVATION */
  #innovation .area {
    flex-wrap: wrap;
  }
  #innovation .area .innovation-btn a {
    font-size: 14px;
  }
  #innovation .backnumber select {
    font-size: 12px;
    margin: 0 -10px;
    width: calc(100% + 40px);
  }
  #innovation .backnumber .select-box::after {
    right: -20px;
  }
  }

  @media (max-width: 374px) {
  #innovation .backnumber select {
    margin: 0;
    max-width: 100%;
    padding-right: 15px;
  }
  #innovation .backnumber .select-box::after {
    right: 5px;
  }
}


/* その他
------------------------------------------------ */
/* サイトの利用規約 */
#rule section ul {
  list-style-type: disc;
}
#rule section ol {
  list-style-type: decimal;
}
#rule section li {
  margin-left: 1rem;
}
#rule section li:nth-of-type(n+2) {
  margin-top: 10px;
}

/* 404 */
#notfound .title {
  font-size: 18px;
  margin: 77px 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}

#notfound .text01 {
  font-size: 16px;
}

#notfound .text02,
#notfound .text03 {
  font-size: 14px;
}

#notfound .text01,
#notfound .text02 {
  margin-bottom: 20px;
}


/* お問い合わせ */
#inquiry-info h3 {
  margin-bottom: 10px;
}
#inquiry-info .list li {
  font-size: 16px;
  margin: 10px 0;
}
#inquiry-info .fa-external-link-alt {
  margin-left: 10px;
}
#inquiry-info .btn-remarks {
  font-size: 15px;
  margin: 50px 0 30px;
}

#inquiry-info .form-btn {
  display: block;
  position: relative;
  background-color: #004098;
  color: #fff;
  width: 100%;
  padding: 22px 50px 22px 25px;
  margin: 0 auto;
}
#inquiry-info .form-btn span {
  display: block;
  font-size: 13px;
}
#inquiry-info .form-btn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 20px;
}

#inquiry-info .block {
  background: #E1E6E8;
  width: 100%;
  font-size: 23px;
  text-align: center;
  padding: 30px 20px;
  margin: 20px auto 50px;
}
#inquiry-info .block .name {
  font-size: 20px;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#inquiry-info .block span {
  display: block;
  font-size: 15px;
  margin-top: 8px;
}
#inquiry-info .block p:nth-of-type(n+3) {
  margin-top: 10px;
}

#inquiry-info .block-list {
  display: flex;
  flex-direction: column;
}
#inquiry-info .block-list .block {
  margin-bottom: 0;
}


/* お問い合わせフォーム */
#inquiryform .form h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

#inquiryform input[type="text"],
#inquiryform input[type="email"],
#inquiryform textarea,
#inquiryform .select-form {
  border: 1px solid #333;
  padding: 10px;
}
#inquiryform .in-tx,
#inquiryform textarea {
  width: 100%;
}
#inquiryform .select-form {
  padding-right: 30px;
}
#inquiryform .select {
  display: inline;
  position: relative;
  cursor: pointer;
}
#inquiryform .select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 15px;
  color: #707070;
}
#inquiryform .select .select-form {
  cursor: pointer;
}
#inquiryform .error {
  margin-top: 10px;
}
#inquiryform .select button,select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  display: block ;
}

#inquiryform .table th, #inquiryform .table td {
  padding: 15px;
}
#inquiryform .table th {
  display: table-cell;
  vertical-align: middle;
}

#inquiryform .btn-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#inquiryform .btn-list li {
  margin: 0 15px;
}
#inquiryform .btn-list li:hover {
  cursor: pointer;
  opacity: 0.8;
}

#inquiryform .top-remarks {
  font-size: 14px;
}

#inquiry-form section {
  margin-top: 40px;
}

#inquiry-form .form .fn-bold {
  margin-bottom: 10px;
}

#inquiry-form .form p {
  margin-bottom: 10px;
}

#inquiry-form .table textarea {
  width: 100%;
  height: 225px;
  border: 1px solid #333;
}

#inquiry-form .table input {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
}

#inquiry-form .form  .table .select {
  border: 1px solid #333;
  padding: 10px;
  width: 75%;
}

@media (min-width: 768px) {
  /* 404 */
  #notfound {
    padding-bottom: 40px;
  }
  #notfound .title,
  #notfound .text01, #notfound .text02 {
    text-align: center;
  }

  #notfound .title {
    font-size: 28px;
    margin: 122px 0 20px;
  }

  #notfound .text01 {
    font-size: 20px;
  }

  #notfound .text03 {
    width: 280px;
    margin: 0 auto;
  }

  /* お問い合わせ */
  #inquiry-info .form-btn {
    width: 358px;
  }
  #inquiry-info .block {
    width: 350px;
    margin: 30px auto 50px;
  }
  #inquiry-info .block-list {
    flex-direction: row;
    justify-content: center;
  }
  #inquiry-info .block-list li {
    margin: 0 15px;
  }

  /* お問い合わせフォーム */
  #inquiryform .form {
    margin-top: 50px;
  }
  #inquiryform .table th, #inquiryform .table td {
    padding: 35px;
  }
  #inquiryform .top-remarks {
    font-size: 15px;
  }
  #inquiry-form .form .table .select {
    width: 32%;
  }

  /* お問い合わせ完了 */
  #contact-thanks .list {
    margin-top: 30px;
  }
  #contact-thanks .list li {
    font-size: 16px;
    margin: 10px 0;
  }
}


/* 公開設定
------------------------------------------------ */
.opendate {
  margin-top: 100px;
  text-align: center;
}