body {
  background-image: none;
  max-width: 768px;
  min-width: 250px;
  -webkit-text-size-adjust: 100%;
}

/* div.body i a,
a.link-btn,
a.link_next,
a.link-btn-prev,
a.link_before {
  text-align: center;
} */

span.df,
div.df {
  display: none;
}

span.sp,
div.sp {
  display: inline;
}

/***********************************************************************/

p {
  text-align: left;
  text-justify: auto;
}

/* div.body ul li,
ul.list li {
  background: url(images/ul_list_li.gif) no-repeat 0px 5px;
  margin: 3px 0px;
  padding-left: 5px;
} */

h2,
h2.img {
  font-size: 18px;
}

h2.img::before {
  width: 40px;
}

h3.img{
  background-color: transparent;
}

h3.img::before{
  width: 100%;
  bottom: 20px;
  top: auto;
}

.spwideimg {
  width: 100%;
  height: auto;
}

/***********************************************************************/
div.indent {
  padding-left: 0px;
}

/***********************************************************************/
div.ssl {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

div.mailcontact-text {
  float: none;
  width: auto;
}

body#form div.mailcontact-text {
  padding-top: 0px;
}

div.formbg {
}



table.form-table {
  width: 100%;
}

table.form-table tr {
  display: block;
  padding-block: 10px;
}

table.form-table th {
  display: none;
}

table.form-table td {
  padding-left: 5px;
  padding-right: 10px;
  display: block;
}

table.form-table td.e {
  padding-left: 0px;
  padding-right: 0px;
}

table.form-table td p.mn {
  margin: 5px 0px;
}

table.form-table td span.sp {
  display: block;
  padding-bottom: 5px;
}

table.form-table td span.sp h3 {
  font-size: 110%;
}

table.form-table td span.sp h3 span {
  color: #ff8d00;
  margin-right: 5px;
}

table.form-table td span.small{
  width: 100%;
}

input.text_60{
  width: 100%;
}

input,
textarea,
select,
textarea {
  padding: 8px;
  width: auto;
}

span.spwideform {
  display: block;
}

span.spwideform input,
span.spwideform textarea {
  width: 95%;
}

p.privacy {
  padding-bottom: 5px;
  text-align: left;
}

pre {
  font-size: 85%;
}

input.submit {
  display: block;
  width: 100%;
}

/***********************************************************************/
#header {
  height: auto;
  padding: 0 20px;
  width: calc(100% - 20px * 2);
}

#header h1 {
  font-size: 10px;
  letter-spacing: 0cm;
}

#header a#logo img {
  width: 100%;
  height: auto;
}

/******************************************************/

#header #headertop {
  background: white;
  padding: 16px 0px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

#header #headertop div.inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 0px 20px;
}

#header #headertop button.drawer-icon {
  width: 32px;
  height: 26px;
  position: relative;
  background-color: transparent;
}

.drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 32px;
  height: 2px;
  background: #303030;
  transition: top 0.4s, transform 0.4s;
}

.drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

#header #headertop button.is-checked .drawer-icon__bar:nth-of-type(1),
#header #headertop button.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 12px;
}

#header #headertop button.is-checked .drawer-icon__bar:nth-of-type(1) {
  transform: rotate(45deg);
}

#header #headertop button.is-checked .drawer-icon__bar:nth-of-type(3) {
  transform: rotate(-45deg);
}

#header #headertop button.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}

#header #headertop nav.drawer__nav {
  transform: translateX(100%);
  background: #fc9c2f;
  right: 0;
  transition: transform 0.4s;
  position: fixed;
  height: calc(100% - 64px);
  position: fixed;
  top: 64px;
  width: 270px;
  z-index: 50;
}

#header #headertop nav.drawer__nav.is-checked {
  transform: translateX(0);
}

#header #headertop nav ul {
  align-items: flex-end;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#header #headertop nav ul li {
  display: inline-block;
  padding-block: 8px;
  font-size: 18px;
}

#header #headertop nav ul li a {
  color: white;
  transition: 0.3s;
}

#header #headertop nav ul li a:hover {
  font-weight: 700;
  font-size: 20px;
}

/******************************************************/

#header #headernav {
  display: none;
}

#header #header-admin {
  border-bottom: 5px solid #ff8d00;
  padding: 5px;
  position: static;
}

#header #header-admin img {
  height: auto;
  width: 100%;
}

#header #headerimg {
  flex-direction: column;
  padding: 0 20px;
  padding-top: 70px;
}

#header #headerimg div.header-contact {
  margin-top: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#header #headerimg div.header-contact div.contact-number {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#header #headerimg div.header-contact p {
  gap: 5px;
}

#header #headerimg div.header-contact p span {
  line-height: 1.6;
}

#header #headerimg div.header-contact p span.sp {
  color: white;
  font-size: 12px;
  border-radius: 2px;
  background: #fc9c2f;
  padding: 4px 3px 4px 2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
  line-height: 1.2;
}
#header #headerimg div.header-contact p span.call {
  font-size: 20px;
  white-space: nowrap;
  letter-spacing: 0;
}

#header #headerimg div.header-contact p.time span {
  font-size: 12px;
  margin-top: 0;
}

#header #headerimg div.header-contact a.sp {
  display: flex;
  position: relative;
  margin-top: 20px;
  overflow: visible;
}

#header #headerimg div.header-contact a.sp::before {
  content: "";
  position: absolute;
  background: url(http://irn-nenkin.jp/wp_2025/wp-content/uploads/header-contact_btn-fukidashi.png)
    no-repeat center center;
  background-size: cover;
  width: 174px;
  height: 32px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

#header #headerimg div.header-contact a.pc {
  display: none;
}

/***********************************************************************/

#globalnav {
  display: none;
}

#breadnav {
  padding: 0px 0px 3px 10px;
}

#container {
  width: 100%;
}

#main {
  float: none;
  padding: 0 5px;
  width: auto;
}

#title h2 {
  display: block;
  text-align: left;
  font-size: 17px;
  margin-top: 30px;
}

#title h2::before {
  width: 40px;
}

/***********************************************************************/

#side {
  padding: 0 20px;
  width: calc(100% - 20px * 2);
  margin: 20px auto;
  float: none;
  align-items: center;
}

#side div.side-line {
  display: none;
}

#side div.sidenav {
  margin: 0 auto;
  max-width: 500px;
  padding-bottom: 10px;
  border-radius: 16px;
}

#side div.sidenav h3 {
  padding: 10px 40px;
  width: calc(100% - 60px * 2);
}

#side div.sidenav div.sidenavlist img.img_c {
  width: 127px;
  height: 171px;
}

#side #side-banners ul {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 10px;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
}

#side #side-banners ul li {
  width: 48%;
}

#side #side-banners ul li a {
  font-size: 14px;
  border-radius: 10px;
  width: auto;
}

#side div.sidenav h3.sidetitle {
  width: 100%;
  padding: 10px 0;
}

#side div.sidenav ul {
  padding: 0 20px;
}

#side div.sidenav ul li {
  float: none;
}

#side div.sidenav ul li a {
  width: 100%;
}

#side div.sidenav ul li a:hover {
  width: 96%;
}

#side div.sidenav div.sidenavlist {
  width: 100%;
  margin-top: 10px;
}

#side div.sidenav h3.side-company-title {
  margin: 0 20px;
  width: calc(100% - 60px * 2);
}

#side #side-company-detail {
  padding: 0 16px;
}

#side #side-company-detail div.access {
  width: 100%;
  max-width: 335px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

#side #side-company-detail h4 {
  font-size: 12px;
  white-space: nowrap;
  display: inline;
}

#side #side-company-detail p {
  font-size: 11px;
  display: inline;
}
#side #side-company-detail p span.small {
  display: inline;
}

#side #side-contact {
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  justify-content: space-between;
}

#side #side-contact div.side-detail-contact {
  flex-direction: column;
  display: flex;
  align-items: center;
}

#side #side-contact a.btn {
  font-size: 12px;
  gap: 5px;
  padding: 5px 10px;
}

#side #side-contact a.btn span.btn-icon img {
  width: 20px;
  height: auto;
}

#side ul#side-footer-banners {
  flex-direction: row;
  gap: 5px;
  max-width: 500px;
  width: 100%;
}

#side ul#side-footer-banners li {
  width: 50%;
}

#side ul#side-footer-banners li h3 {
  border-radius: 16px 16px 0 0;
  font-size: 12px;
  padding: 5px 0px;
  margin: 0 10px;
  width: auto;
}

#side ul#side-footer-banners li div.staff-blog img.line_01 {
  width: 83px;
  height: 83px;
}

#side ul#side-footer-banners li div.staff-blog a.btn {
  font-size: 11px;
  margin-top: 10px;
  padding: 4px 10px 5px 10px;
  gap: 5px;
}

#side #sidefee {
  padding-bottom: 10px;
  border-radius: 16px;
}

#side #sidefee a p img {
  width: 49px;
  height: auto;
}

#side #sidefee span.sidefee-number {
  font-size: 17px;
}

#side #sidefee h4 {
  font-size: 11px;
  margin-block: 0;
}

#side #sidefee span {
  font-size: 12px;
}

#side #side-srp {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#side #side-srp div.img {
  width: 40%;
  margin: 0;
}

#side #side-srp div.img img {
  width: 100%;
  height: auto;
}

#side #side-srp em {
  font-size: 11px;
}
/***********************************************************************/
#footertel {
  width: calc(100% - 20px * 2);
  padding: 10px 0px;
  border-radius: 16px;
  margin: 20px 20px 0 20px;
}

#footertel p.m {
  font-size: 12px;
  font-weight: 400;
}

#footertel div.contacttel {
  flex-direction: column;
  padding-top: 10px;
}

#footertel div.contacttel div.contacttel-number {
  border-bottom: 1px solid white;
  gap: 10px;
}

#footertel div.contacttel div.contacttel-number {
  white-space: nowrap;
}

#footertel div.contacttel div.contacttel-number span img {
  width: 30px;
  height: 30px;
}

div.contacttel p.t {
  font-size: 14px;
  font-weight: 700;
}

div.contacttel p.si,
div.contacttel p.ha {
  font-size: 20px;
  gap: 5px;
}

div.contacttel p.si em,
div.contacttel p.ha em {
  font-size: 14px;
  margin: 0;
}

#footertel div.contacttel div.contacttel-mail {
  padding-top: 5px;
  width: 230px;
  gap: 10px;
}

#footertel div.contacttel div.contacttel-mail span img {
  width: 30px;
  height: 30px;
}

div.contacttel-mail a {
  font-size: 16px;
}

/***********************************************************************/

#footer {
  padding: 20px;
}

#footer::after {
  background: url(http://irn-nenkin.jp/wp_2025/wp-content/uploads/footer-bg_sp.png)
    center center no-repeat;
  width: 375px;
  height: 120.608px;
  bottom: 0;
  right: 0;
}

#footer h3 img {
  width: 284px;
  height: auto;
}

#footer div.footer-content {
  width: 100%;
  flex-direction: column;
  margin-top: 15px;
}

#footer ul.access {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}

#footer ul li {
  gap: 11px;
}

#footer ul li h4 {
  font-size: 16px;
}

#footer ul li h4::after {
  width: 32px;
}

#footer ul li p {
  font-size: 12px;
  gap: 0;
}

#footer #footernav ul {
  flex-direction: row;
  padding-top: 20px;
  gap: 5px;
}

#footer #footernav ul li a {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

#footer #footernav ul li a::before {
  content: "";
  background: url(http://irn-nenkin.jp/wp_2025/wp-content/uploads/footernav-icon.png)
    center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

#footer p#footer-copy {
  font-size: 10px;
}

#pagetop.pc_none {
  display: none;
}

#pagetop.pc_none a {
  width: 55px;
  height: 55px;
  gap: 0;
  font-size: 11px;
}

#pagetop.pc_none a img {
  width: 17px;
  height: 9px;
}
