@charset "UTF-8";

.br-sp {
  display: none;
}
.txt-left{
  text-align:left !important;
}

html .-bg-blue {
  background: #0B41A8;
}

#guide-size,
#guide-color,
#guide-color2 {
  display: block;
  margin-top: -150px;
  padding-top: 150px;
}

.link-t-a {
  /*左の数値を変えると、上下に調整します*/
  display: block;
  position: relative;
  top: -150px;
}
ruby rt{
  margin-top:-1.2rem;
}

/* <RESET> */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
i,
a,
span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  word-break: normal;
}

html {
  font-size: 62.5%;
}

body,
input,
select,
option,
textarea,
button,
pre {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2;
}

pre {
  border: none;
  overflow: visible;
  white-space: normal;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

textarea {
  font-size: 100%;
}

th {
  font-weight: normal;
  text-align: left;
}

address,
em {
  font-style: normal;
  font-weight: normal;
}

sup {
  font-weight: normal;
}

a {
  -webkit-transition: 0.5s;
  color: #1b1464;
  filter: alpha(opacity=1);
  opacity: 1;
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  text-decoration: underline;
}

a:hover img,
input:hover {
  -webkit-transition: 0.5s;
  filter: alpha(opacity=0.6);
  opacity: 0.6;
  transition: 0.5s;
}

/* </ RESET> */

/* <MODULE> */

.sp {
  display: none;
}

.pc {
  display: inherit;
}

.cf:after {
  clear: both;
  content: "";
  display: table;
}

.center {
  text-align: center !important;
}

.col2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.col2 li {
  width: 48%;
}

.box {
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
}

.box-s {
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}

.box p:not(:last-child),
.box-s p:not(:last-child) {
  margin-bottom: 16px;
}

.box-s + .box-s {
  margin-top: 80px;
}

.inqbox {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.inqbox .tel {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-right: 36px;
}

.inqbox .tel h3 {
  border: solid 1px #000;
  font-size: 1.8rem;
  line-height: 60px;
  margin-top: 0 !important;
  text-align: center;
  width: 116px;
}

.inqbox .tel p {
  line-height: 1.2;
  padding-left: 16px;
  text-align: left;
}

.inqbox .tel p b {
  display: block;
  font-size: 4rem;
}

.inqbox .mail a {
  border-color: #000;
  color: #000;
  font-size: 1.8rem;
  width: 338px;
}

#wrapper .kome {
  /*line-height: 1.4;
  margin: 12px 0;*/
  padding-left: 1em;
  text-indent: -1em;
}

.btn1 a {
  background: #1b1464;
  color: #fff;
  display: inline-block;
  padding: 4px 30px;
  position: relative;
  text-align: center;
}

.btn1 a:after {
  -webkit-transform: rotate(45deg);
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  /*content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;*/
  right: 10px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
  width: 11px;
}

.btn2 a,
.btn2 button,
.btn2 input[type="submit"] {
  background: #fff;
  border: solid 1px #1b1464;
  color: #1b1464;
  cursor: pointer;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 400px;
}

.btn2 a:after,
.btn2 button:after,
.btn2 input[type="submit"]:after {
  -webkit-transform: rotate(45deg);
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  display: block;
  height: 11px;
  /*content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;*/
  position: absolute;
  right: 16px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  width: 11px;
}

.wpcf7-spinner {
	opacity: 1 !important;
	width: 64px !important;
	height: 64px !important;
	border-radius: 0 !important;
	background:url("https://www.norenya.co.jp/wp2/wp-content/themes/orig/images/common/loading.gif") no-repeat left top;
	vertical-align: bottom;
}
.wpcf7-spinner::before {
	content: none;
}

.ttl1 {
  background: #f0eee8;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 100px;
  margin: 0 0 40px;
  text-align: center;
}

.ttl2 {
  border-bottom: solid 1px #1b1464;
  color: #1b1464;
  font-size: 2.4rem;
  margin: 0 0 28px;
  padding: 0 0 4px;
}

#tokutei .ttl2 {
  margin-bottom: 0;
}

.ttl3 {
  color: #1b1464;
  font-size: 1.8rem;
  font-weight: bold;
}

p + .ttl3 {
  margin-top: 24px;
}

.ttl3:before {
  content: ">";
  margin-right: 4px;
}

.ttl4 {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: #1b1464;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 68px;
  margin: 0 0 30px;
  text-align: center;
}

.box + .ttl4,
.box-s + .ttl4 {
  margin-top: 50px;
}

.ttl5 {
  background: url("../images/common/bg1.png") repeat;
  color: #1b1464;
  font-size: 2.4rem;
  line-height: 72px;
  text-align: center;
}

.red {
  color: #f00;
}

.rem {
  color: #1b1464;
  font-size: 1.8rem;
}

.list-p {
  margin: 16px 0;
}

ul.list-p {
  list-style: none;
}

ol.list-p {
  list-style: decimal outside;
  padding-left: 20px;
}

.list-p li {
  line-height: 1.5;
  margin: 10px 0;
}

ul.list-p li {
  padding: 0 0 0 20px;
  position: relative;
}

ul.list-p li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

ol.list-p li img {
  margin: 10px 0;
}

.dlist3 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.5;
  margin: 16px 0;
}

.dlist3 dt {
  border-top: solid 1px #e6e6e6;
  color: #1b1464;
  padding: 16px 0;
  width: 25%;
}

.dlist3 dd {
  border-top: solid 1px #e6e6e6;
  padding: 16px 0 16px 2em;
  width: 75%;
}

.dlist3 + p {
  border-top: solid 1px #c0c0c0;
  margin-left: -35px;
  padding-top: 16px;
}

/* </ MODULE> */

/* <LAYOUT> */

#offcanvas-layer,
#offcanvas-menu,
#offcanvas-button {
  display: none;
}

#wrapper {
  padding-top: 420px;
  position: relative;
  text-align: left;
}

#toppage #wrapper {
  padding-top: 570px;
}

#fixedHeadNav {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

#header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  left: calc(50% - 500px);
  position: fixed;
  top: 0;
  width: 1000px;
  z-index: 99999;
}

#fixedHeadNav.is-fixed #header {
  height: 92px;
}

#header .logo {
  -webkit-transition: 0.5s;
  padding: 30px 0 0;
  transition: 0.5s;
}

#fixedHeadNav.is-fixed #header .logo {
  padding-top: 24px;
}

#header .logo img {
  -webkit-transition: 0.5s;
  height: 61px;
  transition: 0.5s;
}

#fixedHeadNav.is-fixed #header .logo img {
  height: 44px;
  width: auto;
}

#header .inqbtn {
  display: none;
}

#header .inq {
  line-height: 1.2;
  padding: 20px 0 0;
  text-align: right;
}

#header .inq p {
  font-size: 1.3rem;
  margin-bottom: 0;
}

#fixedHeadNav.is-fixed #header .inq p {
  display: none;
}

#header .inq .tel span {
  border: solid 1px #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin: 1rem 8px 0 0;
  padding: 3px 8px;
  vertical-align: top;
}

#header .inq .tel span a {
  color: #fff;
}

#header .inq .tel b {
  font-size: 3.4rem;
}

#header .sns {
  padding: 26px 0 0;
  text-align: center;
}

#fixedHeadNav.is-fixed #header .sns {
  padding-top: 20px;
}

#header .sns ul,
#footer ul.sns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  line-height: 1;
}

#footer .box > ul.sns.sp {
  display: none;
}

#footer ul.sns {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#footer ul.sns li {
  margin-right: 15px;
}

#header .sns ul li a,
#footer .sns li a {
  color: #fff;
  font-size: 3.6rem;
  text-decoration: none;
}

#header .sns ul li:first-child a {
  margin-right: 8px;
}

#header .sns p,
#footer .sns .caption {
  font-size: 1.3rem;
  text-decoration: underline;
}

#fixedHeadNav.is-fixed #header .sns p {
  display: none;
}

#gnav {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  background: #1b1464;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}

#gnav ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  line-height: 20px;
  padding: 30px 0;
  transition: 0.3s;
}

#fixedHeadNav.is-fixed #gnav ul {
  padding: 20px 0;
}

#gnav ul li {
  margin: 0 20px;
}

#gnav ul li a {
  color: #fff;
  position: relative;
}

#gnav ul li:not(:last-of-type) a:after {
  background: #666666;
  content: "";
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  width: 1px;
}

#footer {
  background: url("../images/common/bg2.jpg") repeat;
  color: #fff;
  padding: 50px 0 60px;
}

#footer a {
  color: #fff;
}

#footer .box {
  text-align: center;
}

#footer .catch {
  font-size: 2rem;
}

#footer h2 {
  padding: 16px 0 10px;
}

#footer .inqbox {
  margin-top: 30px;
}

#footer .inqbox .tel h3 {
  border-color: #fff;
}

#footer .inqbox .mail a {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

#footer .nav {
  margin: 90px 0 0;
}

#footer .nav ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}

#footer .nav ul li {
  margin: 0 0 30px;
}

#footer .logo {
  margin: 90px 0 18px;
}

#footer .subnav {
  float: right;
  margin-top: -100px;
  text-align: left;
}

#footer .subnav ul.sublink {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-top: 30px;
}

#footer .subnav ul.sublink li {
  font-size: 1.4rem;
  margin: 0 0 0 15px;
}

#footer .subnav ul.sublink li a {
  text-decoration: underline;
}

p + #footer,
.box-s + #footer {
  margin-top: 50px;
}

#sidefixnav {
  height: 236px;
  position: fixed;
  right: 0;
  top: 110px;
  width: 82px;
  z-index: 99;
}

#contact #sidefixnav a {
  display: none;
}

#sidefixnav a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: #b70d23;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  line-height: 1.65;
  padding: 30px 0;
  text-align: center;
  writing-mode: vertical-rl;
}

#sidefixnav a b {
  display: inline-block;
  font-weight: normal;
  padding: 0 15px 0 15px;
}

/* </ LAYOUT> */

/* <TOP> */

#top-main {
  background: #000;
  color: #fff;
  position: relative;
}

#main:before,
#top-main:before {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  height: 114px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#top-main .box {
  left: calc(50% - 500px);
  position: absolute;
  top: 0;
  width: 1000px;
  z-index: 9999;
}

#fixedHeadNav.is-fixed #top-main .box {
  display: none;
}

#top-main #slider {
  -webkit-transition: 0.5s;
  height: 500px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}

#fixedHeadNav.is-fixed #top-main #slider {
  height: 92px;
}

#top-main #slider .slick-slider img {
  -o-object-fit: cover;
  height: 500px;
  object-fit: cover;
  width: 100%;
}

#top-main h1 {
  font-size: 4rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 240px 0 0;
}

#top-main h1 span {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 0 12px;
}

#top-main p {
  line-height: 2.2;
}

#top-main p span {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 2px 6px;
}

.toppage-information {
  margin: 50px auto;
  max-width: 1000px;
}

.toppage-information img {
  float: left;
  margin: 5px 40px 0 0;
}

#top-news {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 50px;
}

#top-news .ttl {
  padding-right: 30px;
  text-align: center;
  width: 220px;
}

#top-news .ttl h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

#top-news ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#top-news ul li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  border-bottom: solid 1px #c0c0c0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  padding: 6px 0;
}

#top-news ul li time {
  padding: 0 0 0 30px;
}

#top-news ul li h3 {
  padding: 0 0 0 70px;
}

#top-content {
  border-top: solid 5px #1b1464;
  padding: 60px 0 50px;
  text-align: center;
}

#top-content > h2 {
  color: #1b1464;
  font-size: 3.6rem;
}

#top-content ul li {
  margin-top: 50px;
}

#top-content ul li a {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  background-size: auto 100%;
  border-color: #b70d23;
  border-style: solid;
  border-width: 0 0 0 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #333;
  display: table-cell;
  height: 200px;
  padding: 0 36px;
  text-decoration: none;
  vertical-align: middle;
  width: 1000px;
}

#top-content ul li:nth-of-type(2n) a {
  background-position: left top;
  border-width: 0 10px 0 0;
  text-align: right;
}

#top-content ul li:nth-of-type(2) a {
  border-color: #d35467;
}

#top-content ul li:nth-of-type(3) a {
  border-color: #005b8e;
}

#top-content ul li:nth-of-type(4) a {
  border-color: #78852e;
}

#top-content ul li:nth-of-type(5) a {
  border-color: #aa9580;
}

#top-content ul li:nth-of-type(6) a {
  border-color: #cf6c00;
}

#top-content ul li:nth-of-type(7) a {
  border-color: #64347a;
}

#top-content ul li a h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

#top-content ul li:nth-of-type(1) a h2,
.index-type li:nth-of-type(1) a,
.index-type li:nth-of-type(1) a:after {
  border-color: #b70d23;
  color: #b70d23;
}

#top-content ul li:nth-of-type(2) a h2,
.index-type li:nth-of-type(2) a,
.index-type li:nth-of-type(2) a:after {
  border-color: #d35467;
  color: #d35467;
}

#top-content ul li:nth-of-type(3) a h2,
.index-type li:nth-of-type(3) a,
.index-type li:nth-of-type(3) a:after {
  border-color: #005b8e;
  color: #005b8e;
}

#top-content ul li:nth-of-type(4) a h2,
.index-type li:nth-of-type(4) a,
.index-type li:nth-of-type(4) a:after {
  border-color: #78852e;
  color: #78852e;
}

#top-content ul li:nth-of-type(5) a h2,
.index-type li:nth-of-type(5) a,
.index-type li:nth-of-type(5) a:after {
  border-color: #aa9580;
  color: #aa9580;
}

#top-content ul li:nth-of-type(6) a h2,
.index-type li:nth-of-type(6) a,
.index-type li:nth-of-type(6) a:after {
  border-color: #cf6c00;
  color: #cf6c00;
}

#top-content ul li:nth-of-type(7) a h2,
.index-type li:nth-of-type(7) a,
.index-type li:nth-of-type(7) a:after {
  border-color: #64347a;
  color: #64347a;
}

#top-content ul li a h2 b {
  font-size: 3.6rem;
}

#top-content .kiji-option .topic.full {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}

#top-case {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: #bc0024;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  margin-top: 50px;
  min-height: 300px;
  padding: 30px 38px;
  position: relative;
}

#top-case h2 {
  font-size: 3.6rem;
}

#top-case .btn1 a {
  margin-top: 16px;
  width: 320px;
}

#top-case .btn1 a {
  background: #e9e6dd;
  color: #333;
}

#top-case .btn1 a:after {
  border-color: #333;
}

#top-case .photo {
  position: absolute;
  right: 38px;
  top: 30px;
}

.banbox1 {
  background-image: url("../images/top/guide-bg.png"), url("../images/common/bg1.png");
  background-position: top right, 0 0;
  background-repeat: no-repeat, repeat;
  margin-bottom: 50px;
  margin-top: 50px;
}

#top-making.banbox1 {
  background-image: url("../images/top/making-bg.png"), url("../images/common/bg1.png");
}

.banbox1 .box {
  border-left: solid 10px #1b1464;
  min-height: 300px;
  padding: 30px 28px;
}

.banbox1 h2 {
  font-size: 3.6rem;
}

.banbox1 .btn1 a {
  margin-top: 16px;
  width: 320px;
}

/* </ TOP> */

/* <BELOW> */

#main {
  -webkit-transition: 0.3s;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}

#fixedHeadNav.is-fixed #main {
  height: 92px;
}

body#company #main {
  background-image: url("../images/company/main-bg.png");
}

body#contact #main {
  background-image: url("../images/contact/main-bg.png");
}

body#guide #main {
  background-image: url("../images/guide/main-bg.png");
}

body#introduce #main {
  background-image: url("../images/introduce/main-bg.png");
}

body#policy #main {
  background-image: url("../images/policy/main-bg.png");
}

body#question #main {
  background-image: url("../images/question/main-bg.png");
}

body#tokutei #main {
  background-image: url("../images/tokutei/main-bg.png");
}

body#case #main {
  background-image: url("../images/case/main-bg.png");
}

body#information #main,
body#download #main {
  background-image: url("../images/information/main-bg.png");
}

body#article #main {
  background-image: url("../images/information/main-bg.png");
}

body#tenugui #main {
  background-image: url("../images/top/slide1.jpg");
  background-position: center;
}

body#page404 #main {
  background-image: url("../images/noren/main-bg.png");
}

body#lp01 #main {
  background-image: url("../images/lp01/main-bg.jpg");
}

#main h1 {
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  padding: 180px 0 0;
  text-shadow: 0 0 3px black;
}

#fixedHeadNav.is-fixed #main h1 {
  display: none;
}

.mainV {
  margin: 40px 0 50px;
  text-align: center;
}

.company-1 {
  height: 354px;
  margin: 30px 0 20px;
  position: relative;
}

.company-1 > * {
  position: absolute;
}

.company-1 .photo1 {
  left: 0;
  top: 0;
}

.company-1 .photo2 {
  bottom: 0;
  right: 0;
}

.company-1 .photo3 {
  right: 0;
  top: 0;
}

.company-1 + p {
  text-align: center;
}

.company-2 {
  margin-bottom: 40px;
}

.company-2 dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.company-2 dl dt {
  border-bottom: solid 1px #d5d5d5;
  padding: 10px 0;
  width: 190px;
}

.company-2 dl dd {
  border-bottom: solid 1px #d5d5d5;
  padding: 10px 0;
  width: calc(100% - 190px);
}

.company-3 h2 {
  font-size: 2rem;
}

.company-3 h2:not(:first-child) {
  margin-top: 50px;
}

.company-3 dl,
.company-4 dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.company-4 dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
}

.company-3 dt {
  width: 277px;
}

.company-3 dd {
  width: 485px;
}

.company-4 dt {
  text-align: center;
  width: 377px;
}

.company-4 dd {
  font-size: 1.4rem;
  width: 385px;
}

.company-4 dd h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

#company .inqbox {
  margin-bottom: 28px;
}

.gmap {
  margin-top: 50px;
}

.gmap iframe {
  height: 500px;
  width: 800px;
}

form table {
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
}

form table th {
  border-bottom: solid 1px #c0c0c0;
  padding: 30px;
  white-space: nowrap;
  width: 25%;
}

form table td {
  border-bottom: solid 1px #c0c0c0;
  padding: 30px 0;
}

form table td p + p {
  margin-top: 10px;
}

form table td.submit {
  border-bottom: none;
  padding: 50px 0;
  text-align: center;
}

form table td input[type=text],
form table td input[type=email],
form table td input[type=tel],
form table td select,
form table td textarea {
  -webkit-box-sizing: border-box;
  background: #eeece7;
  border: none;
  box-sizing: border-box;
  padding: 6px 14px;
  width: 80% !important;
}

.pagenav {
  margin-bottom: 50px;
  margin-top: 50px;
}

.pagenav ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.pagenav ul li {
  width: 22%;
}

#company .pagenav ul li {
  width: 31%;
}

.pagenav ul li a {
  border: solid 1px #000;
  color: #1b1464;
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 20px 0 42px;
  position: relative;
  text-align: center;
}

.pagenav ul li a:after {
  -webkit-transform: rotate(135deg);
  border-right: solid 1px #1b1464;
  border-top: solid 1px #1b1464;
  bottom: 16px;
  content: "";
  display: block;
  height: 11px;
  left: calc(50% - 5px);
  /*content: "\f107";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
  font-size: 3rem;*/
  position: absolute;
  transform: rotate(135deg);
  width: 11px;
}

.guide-1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.guide-1 .photo {
  margin-right: 35px;
}

.guide-1 .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -10px;
}

.guide-1 .info h2 {
  border-bottom: solid 1px #1b1464;
  border-top: solid 1px #1b1464;
  color: #1b1464;
  font-size: 2rem;
  line-height: 1.5;
  margin: 20px 0;
  padding: 10px 0;
}

.guide-1 .info h2 b {
  font-size: 2.8rem;
  font-weight: normal;
}

.guide-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.guide-2 table {
  line-height: 1.5;
  width: 49%;
}

.guide-2 table tr td {
  vertical-align: top;
}

.guide-2 table tr td:first-child {
  white-space: nowrap;
}

.flow,
.kiji {
  background: #f0eee8;
  padding: 20px;
}

.flow .ttl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  justify-content: space-between;
  line-height: 72px;
  text-align: center;
}

.flow .ttl dt {
  background: #1b1464;
  color: #fff;
  width: 210px;
}

.flow .ttl:first-of-type dt {
  background: #b70d23;
}

.flow .ttl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  color: #1b1464;
  flex: 1;
  padding-right: 210px;
}

.flow .inner,
.kiji .inner {
  padding: 20px;
  position: relative;
}

.flow .inner p img {
  margin-top: 24px;
}

.flow .inner:not(:last-of-type) {
  padding-bottom: 60px;
}

.flow .inner:not(:last-of-type):after {
  bottom: -10px;
  color: #1b1464;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 4rem;
  font-weight: 900;
  left: calc(50% - 2rem);
  position: absolute;
}

.flow .inner .box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.flow .inner .box .photo {
  margin-left: 35px;
}

.flow .inner .box .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flow .inner .col2 {
  margin: 50px 0;
}

.flow .inner .col2 a {
  width: 100%;
}

.flow .inner .col2 .btn2 a:after {
  border-color: #1b1464;
}

.kiji {
  margin-top: 50px;
}

.kiji .ttl2 + .inner {
  padding-bottom: 36px;
  padding-top: 0;
}

.kiji .btn2 {
  text-align: center;
}

.kiji ul.list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.kiji ul.list-kiji {
  background: #fff;
  padding: 30px 50px 1px;
}

.kiji ul.list-kiji + .ttl2 {
  margin-top: 50px;
}

.kiji ul.list-kiji li {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 405px;
}

.kiji ul.list-kiji li img {
  display: block;
  height: 100px;
  width: 120px;
}

.kiji ul.list-kiji li .info {
  line-height: 1.65;
  width: 260px;
}

.kiji ul.list-kiji li .info h3 {
  color: #1b1464;
  font-size: 2.4rem;
  line-height: 1.33;
  margin-bottom: 10px;
}

.kiji ul.list-kiji li .info .btn1 {
  margin-top: 10px;
  width: 100%;
}

.kiji ul.list-kiji li .info dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}

.kiji ul.list-kiji li .info dl dt {
  background: #1b1464;
  color: #fff;
  font-size: 1.3rem;
  margin-right: 10px;
  padding: 3px 5px;
}

.kiji ul.list-kiji li .info dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kiji > .btn1 a {
  background: #fff;
  color: #1b1464;
  display: block;
  margin: 0 50px 50px;
  text-decoration: none;
}

.kiji > .btn1 a:before,
.kiji > .btn1 a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0 1.5em;
  position: static;
}

.kiji ul.list-sensyoku li {
  background: #fff;
  margin-top: 20px;
}

.kiji ul.list-sensyoku li h4 {
  background: #b70d23;
  color: #fff;
  font-size: 2.4rem;
  padding: 6px 0;
  text-align: center;
}

.kiji ul.list-sensyoku li p {
  line-height: 1.65;
  padding: 12px 16px;
}

.kiji ul.list-sensyoku li dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.5;
  padding: 30px 10px 50px 60px;
}

.kiji ul.list-sensyoku li dl dt {
  background: #a50d23;
  color: #fff;
  margin-bottom: 12px;
  padding: 0.2em 0.5em;
  text-align: center;
  width: 8%;
}

.kiji ul.list-sensyoku li dl dd {
  margin-bottom: 12px;
  padding-top: 0.2em;
  width: 90%;
}

.kiji ul.list-sensyoku li dl dt:nth-of-type(n + 3) {
  font-size: 1.8rem;
  width: 16%;
}

.kiji ul.list-sensyoku li dl dd:nth-of-type(n + 3) {
  font-size: 1.8rem;
  width: 82%;
}

.kiji ul.list-sensyoku li dl dd.note {
  border: solid 1px #a50d23;
  padding: 15px 20px;
  width: 100%;
}

.kiji-option {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.kiji-option .topic {
  background: #fff;
  border: solid 1px #1b1464;
  line-height: 1.65;
  margin-bottom: 30px;
  padding: 36px;
  width: 485px;
}

.kiji-option .topic.full {
  height: 236px;
  padding-right: 360px;
  position: relative;
  width: 100%;
}

.kiji-option .topic.full .photo {
  position: absolute;
  right: 0;
  text-align: center;
  top: 42px;
  width: 360px;
}

.kiji-option .topic.full.norenbo .photo {
  top: 20px;
}

.kiji-option .topic h3 {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.guide-box h3 {
  color: #1b1464;
  font-size: 2rem;
  margin: 40px 0 16px;
  text-align: center;
}

.guide-box > table {
  border-bottom: solid 1px #c0c0c0;
  border-collapse: collapse;
  border-top: solid 1px #c0c0c0;
  margin: 16px 0;
  width: 100%;
}

.guide-box > table td {
  padding: 10px 0;
  text-align: center;
  width: 50%;
}

.guide-box > table tr:not(:last-child) td {
  border-bottom: solid 1px #e6e6e6;
}

.guide-box > table td dl {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 0 15%;
  padding: 10px 0;
}

.guide-box > table td dl dt {
  text-align: left;
  width: 50%;
}

.guide-box > table td dl dd {
  text-align: right;
  width: 50%;
}

.guide-box .closure {
  border-top: solid 1px #c0c0c0;
  padding: 10px 0;
  text-align: center;
}

.guide-box .closure + p {
  border-top: solid 1px #c0c0c0;
  padding-top: 16px;
}

.ttl4 + .closure {
  border-bottom: none;
}

.guide-box .closure > dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  border-top: solid 1px #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
}

.guide-box .closure > dl > dt {
  color: #1b1464;
  text-align: left;
  width: 20%;
}

.guide-box .closure > dl > dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
  text-align: left;
}

.guide-box .closure > dl > dd table {
  margin-top: 16px;
}

.guide-box .closure > dl > dd th,
.guide-box .closure > dl > dd td {
  padding-right: 2em;
}

.guide-box h4 {
  margin-bottom: 16px;
  text-decoration: underline;
}

.guide-intro {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 15%;
}

.guide-intro dd {
  padding-left: 2em;
}

.guide-box > table.souryou1 td {
  width: 20%;
}

.souryou2 {
  border-collapse: collapse;
  line-height: 1.5;
  margin: 16px 0;
  width: 100%;
}

.souryou2 td {
  border-top: solid 1px #e6e6e6;
  padding: 10px 0;
  text-align: left;
  width: 70%;
}

.souryou2 td:first-of-type {
  width: 30%;
}

.faq-box .nav {
  font-size: 2rem;
  margin-bottom: 60px;
}

.faq-box .nav li {
  padding-left: 35px;
  position: relative;
}

.faq {
  margin: 0 0 30px;
}

.faq > dt {
  border-bottom: solid 1px #c0c0c0;
  color: #1b1464;
  font-size: 2rem;
  margin-bottom: 8px;
  padding-left: 35px;
  position: relative;
}

.faq > dt:before,
.faq-box .nav li:before {
  content: "Q.";
  left: 0;
  position: absolute;
  top: 0;
}

.faq > dd {
  padding: 7px 0 0 35px;
  position: relative;
}

.faq > dd:before {
  color: #b70d23;
  content: "A.";
  font-size: 2rem;
  left: 0;
  position: absolute;
  top: 0;
}

#policy .box-s,
#tokutei .box-s {
  margin-bottom: 50px;
}

#policy h3,
#tokutei h3 {
  margin-top: 60px;
}

#tokutei h3 {
  text-align: center;
}

#tokutei .dlist3 dt,
#tokutei .dlist3 dd {
  border-bottom: solid 1px #e6e6e6;
  border-top: none;
}

.blogheader {
  background: #f0eee8;
  margin: 0 0 40px;
  text-align: center;
}

.blogheader dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 800px;
  padding: 40px 0;
}

.blogheader dl dt {
  text-align: left;
  width: 20%;
}

.blogheader dl dd {
  text-align: right;
  width: 20%;
}

.blogheader dl dd:first-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.2rem;
  text-align: center;
}

#case .topic + #footer,
#case .topic + .topic,
#case #wrapper > .box {
  margin-top: 120px;
}

#case .topic .body {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#case .topic .body .spec {
  background: #f0eee8;
  border-bottom: solid 2px #1b1464;
  border-top: solid 2px #1b1464;
  padding: 24px 30px;
  width: 300px;
}

#case .topic .body .spec dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#case .topic .body .spec dl dt {
  width: 30%;
}

#case .topic .body .spec dl dd {
  word-wrap: break-word;
  width: 70%;
}

#case .topic .info {
  padding: 36px 0 0;
}

.index-type {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 50px;
  max-width: 830px;
}

.index-type li {
  display: table;
  height: 100px;
  margin: 0 15px 15px;
  width: 176px;
}

.index-type li a {
  border: solid 1px #1b1464 !important;
  display: table-cell;
  font-size: 2rem;
  height: 100%;
  line-height: 1.2;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.index-type li a:after {
  -webkit-transform: rotate(135deg);
  border-right: solid 1px #1b1464;
  border-top: solid 1px #1b1464;
  bottom: 16px;
  content: "";
  display: block;
  height: 11px;
  left: calc(50% - 5px);
  /*content: "\f107";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
  font-size: 2rem;*/
  position: absolute;
  transform: rotate(135deg);
  width: 11px;
}

.index-type li a small {
  font-size: 1.4rem;
}

.index-year {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.index-year li {
  margin: 0 1em;
}

.page_nav {
  margin: 50px 0;
  text-align: center;
}

#information .box-s {
  padding-bottom: 50px;
}

#information .box-s dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  border-bottom: solid 1px #c0c0c0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#information .box-s dl dt {
  color: #0B41A8;
  padding: 10px 20px;
  width: 180px;
}

#information .box-s dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0;
}

.type {
  margin-bottom: 70px;
}

.type#t5 {
  margin-bottom: 50px;
}

.type .ttl {
  line-height: 1.5;
  margin-bottom: 60px;
}

.type#t1 .ttl {
  background: #b70d23;
}

.type#t2 .ttl {
  background: #d35467;
}

.type#t3 .ttl {
  background: #005b8e;
}

.type#t4 .ttl {
  background: #78852e;
}

.type#t5 .ttl {
  background: #aa9580;
}

.type#t6 .ttl {
  background: #cf6c00;
}

.type#t7 .ttl {
  background: #64347a;
}

.type .ttl .box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#t2 .ttl .box,
#t4 .ttl .box,
#t6 .ttl .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.type .ttl .box .info {
  color: #fff;
  width: 460px;
}

#t2 .ttl .box .info,
#t4 .ttl .box .info,
#t6 .ttl .box .info {
  text-align: right;
}

.type .ttl .box .info h2 {
  border-bottom: solid 1px #fff;
  font-size: 2.6rem;
  margin-bottom: 16px;
}

.type .ttl .box .info .catch {
  font-size: 4rem;
}

.type .ttl .box .photo {
  margin: -20px 0;
  width: 540px;
}

.type .body {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#t1 .body,
#t3 .body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.type .body .info {
  width: 460px;
}

.type .body .info h3 {
  border-style: solid;
  border-width: 0 0 1px 0;
  font-size: 2.2rem;
  line-height: 1.65;
  margin-bottom: 36px;
  padding-bottom: 16px;
}

.type#t1 .body .info h3 {
  border-color: #b70d23;
}

.type#t2 .body .info h3 {
  border-color: #d35467;
}

.type#t3 .body .info h3 {
  border-color: #005b8e;
}

.type#t4 .body .info h3 {
  border-color: #78852e;
}

.type#t5 .body .info h3 {
  border-color: #aa9580;
}

.type#t6 .body .info h3 {
  border-color: #cf6c00;
}

.type#t7 .body .info h3 {
  border-color: #64347a;
}

.type .body .grid {
  margin-right: -14px;
  width: 504px;
}

.type .body .grid ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.type .body .grid ul li {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 14px 20px 0;
  width: 154px;
}

.type .body .btn1 {
  margin-top: 36px;
  width: 100%;
}

.type#t5 .body .btn1,
.type#t6 .body .btn1,
.type#t7 .body .btn1 {
  margin-left: 510px;
  margin-top: -36px;
}

.type .body .btn1 a {
  width: 100%;
}

.make {
  margin-top: 70px;
  position: relative;
}

.make:before {
  background: #ab0d23;
  content: "";
  display: inline-block;
  height: 320px;
  position: absolute;
  right: 0;
  top: 40px;
  width: calc(50% + 450px);
  z-index: -1;
}

.make:nth-of-type(2n):before {
  left: auto;
  right: 0;
}

.make .box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}

.make:nth-of-type(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.make .box .photo {
  margin: 0 0 0 30px;
  width: 600px;
}

.make:nth-of-type(2n) .box .photo {
  margin: 0 30px 0 0;
}

.make .box .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.make .box .info h2 {
  font-size: 3rem;
}

.make .box .info h2 + p {
  margin-top: 20px;
}

.make-complete {
  margin-bottom: 120px;
}

.make-complete:before {
  background: #1b1464;
  width: 100%;
}

.make-complete .box .info h2 {
  padding: 0 20px;
  text-align: right;
}

#noren .layout {
  background: #f0eee8;
  margin: 50px 0;
  padding: 35px 0;
}

#noren .layout .box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#noren .layout .box .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 40px;
}

#noren .layout .box .info .ttl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  justify-content: space-between;
  margin-bottom: 24px;
}

#noren .layout .box .info .ttl dt {
  background: #b70d23;
  color: #fff;
  line-height: 50px;
  text-align: center;
  width: 80px;
}

#noren .layout .box .info .ttl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  padding-left: 20px;
}

#noren .contact {
  background: #b70d23;
  color: #fff;
  padding: 35px 0;
}

#noren .contact h2 {
  font-size: 2.2rem;
  margin-bottom: 24px;
  text-align: center;
}

#noren .contact .inqbox {
  margin-bottom: 30px;
}

#noren .contact .inqbox .tel h3 {
  border-color: #fff;
}

#noren .contact .inqbox .mail a {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.case-1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  justify-content: space-between;
  margin: 0 auto 50px;
  max-width: 840px;
}

.case-1 li {
  font-size: 2rem;
  margin: 0 0 10px;
  width: 25%;
}

form.sent .send_success {
  display: none;
}

.wpcf7-response-output {
  margin: 40px auto !important;
  max-width: 1000px !important;
  text-align: center;
}

/* </BELOW> */

/*▼スマホ対応*/

/*▲スマホ対応*/

#slider img {
  -o-object-fit: cover;
  max-width: 100%;
  object-fit: cover;
}

#gnav ul {
  background: #ab0d23;
  background: url("../images/common/bg2.jpg") repeat;
  padding: 0;
}

#gnav ul li {
  line-height: 80px;
}

#gnav ul li a {
  font-weight: bold;
}

#gnav ul li:not(:last-of-type) a:after {
  background: #fff;
  width: 1px;
}

#fixedHeadNav.is-fixed #gnav ul {
  padding: 0;
}

#fixedHeadNav.is-fixed #gnav ul li {
  line-height: 50px;
}

#top-news .ttl h2 {
  color: #ab0d23;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

#top-news .ttl .btn1 a {
  background: #ab0d23;
}

#top-news ul li time {
  color: #ab0d23;
}

#top-news ul li h3 a {
  color: #000;
}

#sidefixnav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  align-items: center;
  background: #ab0d23;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 172px;
  justify-content: center;
  position: fixed;
  right: 4%;
  text-align: center;
  top: 72%;
  width: 172px;
  z-index: 99;
}

#sidefixnav .sidefixnav-box p {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

#sidefixnav a {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-indent: -999px;
  top: 0;
  width: 100%;
  z-index: 100;
}

#top-content {
  background: url("../images/common/bg3.jpg") repeat;
  border-top: solid 5px #ab0d23;
}

#top-content h2 {
  color: #ab0d23;
  font-weight: bold;
  letter-spacing: 2px;
}

#top-content ul li a {
  border-color: #005b93;
}

#top-content ul li:nth-of-type(2n) a {
  background-position: right top;
  border-width: 0 0 0 10px;
  text-align: left;
}

#top-content ul li:nth-of-type(2) a {
  border-color: #ac0d23;
}

#top-content ul li:nth-of-type(3) a {
  border-color: #64347a;
}

#top-content ul li:nth-of-type(4) a {
  border-color: #d56c00;
}

#top-content ul li:nth-of-type(1) a h2,
.index-type li:nth-of-type(1) a,
.index-type li:nth-of-type(1) a:after {
  border-color: #005b93;
  color: #005b93;
}

#top-content ul li:nth-of-type(2) a h2,
.index-type li:nth-of-type(2) a,
.index-type li:nth-of-type(2) a:after {
  border-color: #ac0d23;
  color: #ac0d23;
}

#top-content ul li:nth-of-type(3) a h2,
.index-type li:nth-of-type(3) a,
.index-type li:nth-of-type(3) a:after {
  border-color: #64347a;
  color: #64347a;
}

#top-content ul li:nth-of-type(4) a h2,
.index-type li:nth-of-type(4) a,
.index-type li:nth-of-type(4) a:after {
  border-color: #d56c00;
  color: #d56c00;
}

#top-case {
  background: #bc0024;
}

.banbox1 {
  background-image: url("../images/top/guide-bg.png"), url("../images/common/bg3.jpg");
}

#top-making.banbox1 {
  background-image: url("../images/top/making-bg.png"), url("../images/common/bg3.jpg");
}

.banbox1 .box {
  border-left: solid 10px #bc0024;
}

.banbox1 .box h2 {
  font-weight: bold;
}

.banbox1 .btn1 a {
  background: #bc0024;
}

#footer {
  background: url("../images/common/bg2.jpg") repeat;
  color: #fff;
  padding: 50px 0 60px;
}

body#information #main {
  background-image: url("../images/information/main-bg.png");
}

#gnav ul li {
  margin: 0;
  padding: 0 20px;
}

.box-s dl dt {
  color: #1B1464;
}

.box-s dl a {
  color: #0B41A8;
}

.page_nav span {
  color: #ab0d23;
  margin-right: 10px;
}

.page_nav a {
  margin-right: 10px;
}

body#article #main {
  background-image: url("../images/information/main-bg.png");
}

body#noren #main {
  background-image: url(../images/hanten/main-bg.png);
}

.box .index-type {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
}

.box .index-type li {
  height: 80px;
  margin: 0;
  width: 240px;
}

.box .index-type li a.anc {
  font-size: 18px;
  padding: 0;
}

.box .index-type span {
  font-size: 14px;
}

.type h2 span {
  font-size: 20px;
}

.type .btn1 a {
  background: url("../images/hanten/bg-blue.png") repeat;
}

.type .btn-bg-red a {
  background: url("../images/common/bg2.png") repeat;
}

.type .btn-bg-purple a {
  background: url("../images/hanten/bg-purple.png") repeat;
}

.type .btn-bg-orange a {
  background: url("../images/hanten/bg-orange.png") repeat;
}

.type .photo-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.type .photo-box :first-child {
  margin-bottom: 20px;
}

.type#t1 .ttl {
  background: url("../images/hanten/bg-blue.png") repeat;
}

.type#t2 .ttl {
  background: url("../images/common/bg2.png") repeat;
}

.type#t3 .ttl {
  background: url("../images/hanten/bg-purple.png") repeat;
}

.type#t4 .ttl {
  background: url("../images/hanten/bg-orange.png") repeat;
}

#noren .contact {
  background: #fff;
  color: #fff;
  margin-bottom: 100px;
  padding: 35px 0;
  position: relative;
  z-index: 1;
}

#noren .contact::after {
  background: url("../images/hanten/bg-gray.png") repeat;
  bottom: 0;
  content: "";
  height: 320px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

#noren .contact .hanten-contact-box {
  background: #1b1464;
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 100px;
  text-align: left;
}

#noren .contact h2 {
  font-weight: bold;
}

#noren .contact h2:nth-of-type(2) {
  font-size: 32px;
  margin-top: -30px;
}

#noren .contact .first-p {
  text-indent: -0.5em;
}

.ttl4 {
  background: #ab0d23;
}

.make:nth-of-type(odd):before {
  left: 0;
  right: auto;
}

.make .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.make:nth-of-type(odd) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.make .box .photo {
  margin: 0 30px 0 0;
}

.make:nth-of-type(odd) .box .photo {
  margin: 0 0 0 30px;
}

.make-complete:before {
  background: #ab0d23;
}

body#guide #main {
  -o-object-fit: contain;
  background-image: url("../images/guide/main-bg.png");
  object-fit: contain;
}

.pagenav ul {
  height: 100%;
}

.pagenav ul li a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}

.guide-1 p {
  width: 101%;
}

.guide-flow {
  background: #e4e2dc;
  clear: both;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
}

.guide-flow .guide-flow-inner {
  margin: 0 auto 100px auto;
  max-width: 800px;
  padding: 30px 0 60px 0;
}

.guide-flow .guide-flow-inner .top-text {
  background: #ab0d23;
  height: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.guide-flow .guide-flow-inner .top-text p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.guide-flow .guide-flow-inner section h3 {
  border-bottom: 1px solid #1b1464;
  color: #1b1464;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.guide-flow .guide-flow-inner section p {
  line-height: 1.5;
  margin-bottom: 40px;
}

.guide-flow .guide-flow-inner section .design-box {
  position: relative;
  z-index: 3;
}

.guide-flow .guide-flow-inner section .design-box::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 200px;
  left: 0;
  margin: 100px 0 0 -100px;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  width: 1000px;
  z-index: -1;
}

.guide-flow .guide-flow-inner section .design-box .top-text {
  height: 33px;
  padding: 5px 0 0 10px;
  position: absolute;
  text-align: left;
  width: 100%;
}

.guide-flow .guide-flow-inner section .design-box .top-text p {
  font-size: 16px;
  font-weight: bold;
}

.guide-flow .guide-flow-inner section .design-box img {
  height: auto;
  width: 100%;
}

.guide-flow .guide-flow-inner .arrow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.guide-flow .guide-flow-inner .size-box .size-box-img-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.guide-flow .guide-flow-inner .size-box .size-box-text {
  margin: 30px 0;
}

.guide-flow .guide-flow-inner .size-box .size-box-text p {
  margin-bottom: 5px;
}

.guide-flow .guide-flow-inner .option-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.guide-flow .guide-flow-inner .option-wrapper .option-left {
  background: #1b1464;
  width: 120px;
}

.guide-flow .guide-flow-inner .option-wrapper .option-left p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 0 13px;
}

.guide-flow .guide-flow-inner .option-wrapper .option-right {
  max-width: 680px;
  padding-left: 30px;
}

.guide-flow .guide-flow-inner .option-wrapper .option-right h3 {
  border: none;
  font-size: 20px;
}

.guide-flow .guide-flow-inner .option-wrapper .option-right h4 {
  border-bottom: 1px solid #1b1464;
  color: #1b1464;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.guide-flow .guide-flow-inner .option-wrapper .option-right .option-right-text-box1 {
  margin: 30px 0 25px 0;
}

.guide-flow .guide-flow-inner .option-wrapper .option-right .option-right-text-box1 p {
  font-size: 15px;
  letter-spacing: -0.07em;
  margin: 0 0 5px 0;
}

.guide-flow .guide-flow-inner .option-wrapper .option-right .option-right-text-box2 {
  margin: 30px 0 25px 0;
}

.guide-flow .guide-flow-inner .option-wrapper .option-right .option-right-text-box2 p {
  margin: 0 0 3px 0;
}

.guide-flow .guide-flow-inner .option-wrapper .option-right .option-right-text-box2 p:nth-of-type(2n) {
  color: #1b1464;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.guide-flow .guide-flow-inner .option-wrapper .option-right .option-right-text-box2-inbox {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1b1464;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
}

.guide-flow .guide-flow-inner .option-wrapper .option-right .option-right-text-box2-inbox p {
  padding: 15px 0;
}

.ac-wrapper .ac-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: -15px;
  margin-top: 30px;
}

.ac-wrapper .ac-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  width: 45%;
}

.ac-wrapper .ac-box .ac-img {
  width: 45%;
}

.ac-wrapper .ac-box .ac-img img {
  width: 100%;
}

.ac-wrapper .ac-box .ac-text {
  padding-left: 5%;
  width: 55%;
}

.ac-wrapper .ac-box .ac-text h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.ac-wrapper .ac-box .ac-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.ac-wrapper .ac-btn {
  border: 1px solid #1b1464;
  cursor: pointer;
  height: 66px;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

.ac-wrapper .ac-btn p {
  -webkit-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.ac-wrapper .ac-btn::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: 0.5s;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  content: "";
  height: 15px;
  position: absolute;
  right: 27%;
  top: 35%;
  transform: rotate(45deg);
  transition: 0.5s;
  width: 15px;
}

.ac-wrapper .ac-btn.open:after {
  -webkit-transform: rotate(225deg);
  top: 45%;
  transform: rotate(225deg);
}

.ac-wrapper .ac-hide {
  display: none;
  margin-top: 30px;
}

.ac-wrapper .ac-none {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ac-wrapper .ac-end {
  border-top: 1px solid #1b1464;
  margin-top: 30px;
}

.ac-wrapper .ac-end-inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.ac-wrapper .ac-end-inner-left p:first-of-type {
  color: #1b1464;
  font-size: 20px;
  font-weight: bold;
}

.ac-wrapper .ac-end-inner-left p:last-of-type {
  margin-bottom: 0;
}

.ac-wrapper .ac-end-inner-left {
  width: 60%;
}

.kiji-btn {
  background: #fff;
  border: 2px solid #1b1464;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  width: 340px;
}

.kiji-btn p {
  height: 100%;
  padding-top: 15px;
}

.section-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-box p {
  padding-right: 20px;
}

.section-box img {
  width: 40%;
}

.guide-flow .guide-flow-inner section .section-box p {
  line-height: 1.8;
}

.ttl5 {
  background: url("../images/guide/guide-bg.jpg") repeat;
  background-position: right 0 bottom -10%;
  color: #ab0d23;
}

.kiji .inner p {
  margin: 0 auto;
  width: 95%;
}

.kiji .btn2 {
  margin: 30px;
}

.kiji .btn2 a {
  border: 1px solid #ab0d23;
  color: #ab0d23;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  width: 60%;
}

.btn2 a:after,
.btn2 button:after {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  right: 30px;
}

.ttl2 {
  border-bottom: solid 1px #1B1464;
  color: #1B1464;
  cursor: pointer;
  position: relative;
}

.ttl2 span {
  bottom: 5%;
  font-size: 16px;
  position: absolute;
  right: 5%;
}

.ttl2::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 1px solid #1B1464;
  border-right: 1px solid #1B1464;
  bottom: 15px;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  width: 10px;
}

.kiji ul.list-kiji li .info h3 {
  color: #ab0d23;
}

.kiji ul.list-kiji li .info dl dt {
  background: #ab0d23;
}

.kiji ul.list-kiji {
  background: #f0eee8;
}

.ac-kiji {
  display: none;
}

.kiji-p {
  margin-top: -50px;
}

.kiji ul.list-sensyoku li {
  width: 100%;
}

.ac-btn2 {
  position: relative;
}

.ac-btn2::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: 0.5s;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 15px;
  position: absolute;
  right: 3%;
  top: 30%;
  transform: rotate(45deg);
  transition: 0.5s;
  width: 15px;
}

.ac-btn2.open:after {
  -webkit-transform: rotate(225deg);
  top: 40%;
  transform: rotate(225deg);
}

.ac-btn2 span {
  bottom: 20%;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 6%;
}

.ac-content {
  display: none;
}

.kiji ul.list-sensyoku li dl {
  padding: 30px 30px 0 30px;
}

.ac-content-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.ac-content-link a {
  color: #ab0d23;
}

body#case #main {
  -o-object-fit: contain;
  background-image: url("../images/case/main-bg.png");
  object-fit: contain;
}

.pagenav ul {
  height: 100%;
}

.pagenav ul li a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}

.guide-1 p {
  width: 101%;
}

#case .topic .body .spec {
  border-bottom: solid 2px #ab0d23;
  border-top: solid 2px #ab0d23;
}

#case .topic .body .spec dt {
  color: #000;
}

.photo-group {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}

.photo-group img {
  height: 167px;
  width: 250px;
}

.case-year {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.case-year ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.case-year ul li {
  margin-right: 40px;
}

.case-year ul li a {
  color: #ab0d23;
}

body#company #main {
  -o-object-fit: contain;
  background-image: url("../images/company/main-bg.png");
  object-fit: contain;
}

.pagenav ul {
  height: 100%;
}

.pagenav ul li a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}

.guide-1 p {
  width: 101%;
}

body#contact #main {
  -o-object-fit: contain;
  background-image: url("../images/contact/main-bg.png?v=2023052901");
  object-fit: contain;
}

.pagenav ul {
  height: 100%;
}

.pagenav ul li a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}

.guide-1 p {
  width: 101%;
}

body#policy #main {
  -o-object-fit: contain;
  background-image: url("../images/policy/main-bg.png");
  background-position: center;
}

.pagenav ul {
  height: 100%;
}

.pagenav ul li a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}

.guide-1 p {
  width: 101%;
}

body#tokutei #main {
  -o-object-fit: contain;
  background-image: url("../images/tokutei/main-bg.png");
  background-position: center;
}

.pagenav ul {
  height: 100%;
}

.pagenav ul li a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}

.guide-1 p {
  width: 101%;
}

/*# sourceMappingURL=style.css.map */

body#guide #main {
  background-image: url("../images/guide/main-bg.png");
}

.guide {
  padding-bottom: 10rem;
}

.guide .accordion_one {
  background: #f0eee8;
  margin: 0 auto;
  max-width: 1000px;
  padding: 2rem;
}

.guide .accordion_one:not(:first-of-type) {
  margin-top: 5rem;
}

.guide .accordion_one p {
  text-align: center;
}

.guide .accordion_one p span {
  border-bottom: 1px solid #000;
}

.guide .accordion_one .accordion_header {
  align-items: center;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  justify-content: center;
  padding: 2.4rem 1rem;
  position: relative;
}

.guide .accordion_one .accordion_header h2 {
  color: #0B41A8;
  font-size: 2.4rem;
  line-height: 1;
}

.guide .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.guide .accordion_one .accordion_header .i_box {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 3%;
  top: 50%;
}

.accordion_inner {
  display: none;
}

.is-open {
  display: block;
}

.ac-guide__box {
  padding: 3.5rem 8rem;
}

.ac-guide__head {
  border-bottom: 2px solid #0B41A8;
  padding: 1rem;
}

.ac-guide__text-24 {
  color: #0B41A8;
  font-size: 2.4rem;
}

.pagenav ul li a {
  flex-direction: column;
  justify-content: flex-start;
  padding: 3rem 0.5rem 6rem 0.5rem;
}
.pagenav ul li a .small{
  font-size:1.4rem;
}

.pagenav ul li a .anc-text {
  color: #000;
  font-size: 1.4rem;
  margin: 0;
}

.pagenav ul li a .anc-text:first-of-type {
  margin-top: 1rem;
}

.ac-guide__box-wide {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4.5rem;
}

.kiji-group01 {
  display: flex;
  gap: 4rem;
}

.kiji-box {
  display: flex;
  flex: 1;
  gap: 2rem;
}

.kiji-box .kiji-img {
  flex-shrink: 0;
  width: 12rem;
}

#guide .kiji-text2 {
  text-align: left;
}

html body .kiji-box .kiji-text p {
  text-align: left;
}

.size__box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5rem;
}

.size__box dl {
  display: flex;
}

.size__box dl dt {
  align-items: center;
  background: #005b92;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  padding: 0.5rem;
  width: 15%;
}

.size__box dl dd {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  padding-left: 3rem;
  width: 85%;
}

.guide-margin {
  margin-top: 4rem;
}

.repeat__box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.repeat__box dl {
  display: flex;
}

.repeat__box dl dt {
  align-items: center;
  background: #005b92;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.3;
  padding: 1rem;
  text-align: center;
  width: 20%;
}

.repeat__box dl dd {
  padding-left: 2rem;
  width: 80%;
}

html body .guide .accordion_inner .guide-color p {
  text-align: left;
}

.guide-color__text {
  margin-top: 3rem;
}

.guide-color__text dl {
  border-top: 2px solid #fff;
  display: flex;
  padding: 2rem 3rem;
}

.guide-color__text dl:last-of-type {
  border-bottom: 2px solid #fff;
}

.guide-color__text dl dt {
  width: 20%;
}

.guide-color__text dl dd {
  width: 80%;
}

.guide-color__box {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}

.guide-caution {
  margin-top: 3rem;
}

.guide-caution__box {
  border-top: 2px solid #fff;
  padding: 2rem 0;
}

.guide-caution__box:last-of-type {
  border-bottom: 2px solid #fff;
}

.close_box {
  border: 2px solid #0B41A8;
  padding: 2.4rem 1rem;
  position: relative;
  text-align: center;
}

.close_box h2 {
  color: #000;
  font-size: 2.4rem;
  line-height: 1;
}

.close_box .i_box {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 3%;
  top: 50%;
}

.tenugui-contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.checkbox-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.contact__link-red {
  border-bottom: 1px solid red;
  height: 2.5rem;
}

.contact__link-red:hover {
  text-decoration: none;
}

.tenugui-order {
  display: flex;
}

.tenugui-order p:first-of-type {
  width: 40%;
}

.tenugui-order p:last-of-type {
  margin: 0;
  width: 60%;
}

.faq-head {
  background: #0B41A8;
  margin-bottom: 20px;
  padding-left: 1rem;
  position: relative;
}

.faq-head h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.faq-head img {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.faq-head__top-margin {
  margin-top: 80px;
}

body#question #main {
  background-image: url("../images/question/main-bg.png");
}

#information .box-s dl dd a {
  color: #000;
}

body#information #main {
  background-image: url("../images/information/main-bg.png");
}

#top-news .ttl h2 {
  color: #0B41A8;
}

#top-news ul li time {
  color: #0B41A8;
}

#top-content {
  background: url("../images/common/bg3.jpg") repeat;
  border-top: solid 5px #0B41A8;
}

#top-content h2 {
  color: #0B41A8;
}

#top-content .box a {
  display: flex;
  height: auto;
  padding: 0;
  width: 100%;
}

#top-content .box a span {
  display: inline-block;
  font-weight: bold;
}

#top-content .box a .top-content-text {
  padding: 3rem;
  width: 45%;
}

.top-content-img {
  background: #000;
  flex: 1;
}

.top-content-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#top-content > div > ul > li:nth-child(4) > a > div.top-content-text > h2 > b {
  font-size: 3rem;
}

#top-content > div > ul > li:nth-child(2) > a > div.top-content-img > img {
  object-fit: cover;
  object-position: left top;
}

.top-content-text p {
  line-height: 1.6;
}

#tenugui .index-type li {
  margin: 0 auto;
  margin-bottom: 1rem;
}

.type .ttl .box .info .catch {
  font-size: 3rem;
  line-height: 1.4;
}

#tenugui .box2 {
  display: flex;
}

#tenugui .box2 .info-right {
  padding-right: 5rem;
  width: 54%;
}

#tenugui .box2 .info-right2 {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding-left: 5rem;
  width: 54%;
}

#tenugui .box2 .photo-right {
  align-items: flex-end;
  display: flex;
  flex: 1;
  justify-content: center;
}

#tenugui .box2 .photo-right2 {
  align-items: flex-end;
  display: flex;
  flex: 1;
  justify-content: center;
}

#making {
  background: #0B41A8;
}

#tenugui .box3 {
  display: none;
}

#tenugui .align-right {
  text-align: right;
}

.make-complete:before {
  background: #0B41A8;
}

body#case #main {
  -o-object-fit: contain;
  background-image: url("../images/case/main-bg.png");
  object-fit: contain;
}

.box-s .photo {
  display: block;
  height: 0;
  padding-top: 66.625%;
  position: relative;
  width: 100%;
}

.photo__inner {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.photo__inner img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html body .accordion_inner .txt-left {
    text-align: left;
  }

  .sp-non {
    display: none;
  }

  .br-sp {
    display: block;
  }

  html {
    font-size: 54.6875%;
  }

  /* <MODULE> */

  .sp {
    display: inherit;
  }

  .pc {
    display: none;
  }

  .box {
    margin: 0 20px;
  }

  .box-s {
    margin: 0 20px;
  }

  .box p:not(:last-child),
  .box-s p:not(:last-child) {
    margin-bottom: 16px;
  }

  .box-s + .box-s {
    margin-top: 40px;
  }

  .inqbox {
    display: block;
  }

  .inqbox .tel {
    margin-bottom: 20px;
    padding: 0;
  }

  .inqbox .mail a {
    width: 100%;
  }

  #wrapper .kome {
    line-height: 1.4;
    margin: 12px 0;
    padding-left: 1em;
    text-indent: -1em;
  }

  .btn1 a {
    background: #1b1464;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    padding: 12px 30px;
    position: relative;
    text-align: center;
  }

  .btn2 a,
  .btn2 button,
  .btn2 input[type="submit"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 2rem;
    line-height: 1.5;
    padding: 20px 30px 20px 20px;
    width: 100%;
  }

  .ttl1 {
    line-height: 1.5;
    margin: 0 0 30px;
    padding: 20px;
  }

  .ttl2 {
    border-bottom: solid 1px #1b1464;
    color: #1b1464;
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 0 0 28px;
    padding: 0 0 4px;
  }

  .ttl3 {
    color: #1b1464;
    font-size: 1.8rem;
    font-weight: bold;
  }

  p + .ttl3 {
    margin-top: 24px;
  }

  .ttl3:before {
    content: ">";
    margin-right: 4px;
  }

  .ttl4 {
    line-height: 1.5;
    padding: 10px 20px;
  }

  .box + .ttl4 {
    margin-top: 50px;
  }

  .ttl4 + p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ttl5 {
    font-size: 2rem;
    line-height: 1.5;
    padding: 20px;
  }

  .red {
    color: #f00;
  }

  .list-p {
    margin: 16px 0;
  }

  ul.list-p {
    list-style: none;
  }

  ol.list-p {
    list-style: decimal outside;
    padding-left: 20px;
  }

  ul.list-p li {
    padding: 0 0 0 12px;
  }

  ol.list-p li img {
    margin: 10px 0;
  }

  .dlist3 {
    display: block;
    line-height: 1.5;
    margin: 16px 0;
  }

  .dlist3 dt {
    background: #1b1464;
    border-top: solid 1px #e6e6e6;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    width: auto;
  }

  .dlist3 dt br {
    display: none;
  }

  .dlist3 dd {
    border-top: none;
    padding: 8px 10px 20px;
    width: auto;
  }

  .dlist3 + p {
    border-top: solid 1px #c0c0c0;
    margin-left: -35px;
    padding-top: 16px;
  }

  /* </ MODULE> */

  /* <LAYOUT> */

  #wrapper,
  #toppage #wrapper {
    min-width: initial;
    overflow-x: hidden;
    padding-top: 0;
    position: relative;
    right: 0;
    text-align: left;
  }

  #offcanvas-menu {
    background: #000;
    display: block;
    height: 100%;
    overflow-y: auto;
    padding-top: 52px;
    position: fixed;
    right: -240px;
    top: 0;
    width: 240px;
    z-index: 999999;
  }

  #offcanvas-menu a {
    color: #fff;
  }

  #offcanvas-menu ul.gnav {
    margin: 0 16px;
  }

  #offcanvas-menu ul.gnav li {
    display: inline;
  }

  #offcanvas-menu ul.gnav li a {
    border-bottom: solid 1px #cccccc;
    display: block;
    padding: 13px 12px;
    position: relative;
    text-align: left;
    text-decoration: none;
  }

  #offcanvas-menu ul.gnav li a span {
    color: #51cceb;
    font-size: 1rem;
    letter-spacing: -0.07em;
    margin-left: 1rem;
  }

  #offcanvas-menu ul.gnav li a:after {
    color: #ceaf5c;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: calc(50% - 1.3rem);
  }

  #offcanvas-menu .search {
    float: none;
    margin: 20px 16px;
    width: auto;
  }

  #offcanvas-menu .search table.gsc-search-box td.gsc-input {
    padding-right: 0;
  }

  #offcanvas-menu .sns {
    padding: 16px 0 0;
    text-align: center;
  }

  #offcanvas-menu .sns ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    line-height: 1;
  }

  #offcanvas-menu .sns ul li a {
    color: #fff;
    font-size: 3.2rem;
    text-decoration: none;
  }

  #offcanvas-menu .sns ul li:first-child a {
    margin-right: 16px;
  }

  #offcanvas-menu .sns p {
    font-size: 1.2rem;
    text-decoration: underline;
  }

  #offcanvas-container {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }

  #offcanvas-button {
    display: block;
    height: 52px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 52px;
    z-index: 999999999999;
  }

  #offcanvas-button:after {
    bottom: 4px;
    color: #fff;
    content: "MENU";
    font-family: "Cormorant Garamond";
    font-size: 1.2rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  #offcanvas-button span,
  #offcanvas-button span:before,
  #offcanvas-button span:after {
    -webkit-transition: all 500ms ease-in-out;
    background: #fff;
    content: "";
    cursor: pointer;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 500ms ease-in-out;
    width: 25px;
  }

  #offcanvas-button span {
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }

  #offcanvas-button span:before {
    -webkit-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
  }

  #offcanvas-button span:after {
    -webkit-transform: translate3d(-50%, 8px, 0);
    transform: translate3d(-50%, 8px, 0);
  }

  #offcanvas-button.close {
    background: #000;
  }

  #offcanvas-button.close:after {
    content: "";
  }

  #offcanvas-button.close span {
    background-color: transparent;
  }

  #offcanvas-button.close span:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    top: 7px;
    transform: translateX(-50%) rotate(45deg);
    width: 35px;
  }

  #offcanvas-button.close span:after {
    -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
    top: 17px;
    transform: translateX(-50%) translateY(-10px) rotate(-45deg);
    width: 35px;
  }

  #header,
  #fixedHeadNav.is-fixed #header {
    background: #000;
    color: #fff;
    display: block;
    height: 52px;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
  }

  #header .logo,
  #fixedHeadNav.is-fixed #header .logo {
    float: none;
    padding: 12px 10px 0;
    text-align: left;
  }

  #header .logo img,
  #fixedHeadNav.is-fixed #header .logo img {
    height: 28px;
  }

  #header .inqbtn {
    background: #b70d23;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    float: right;
    line-height: 1.65;
    margin: -3px 40px 0 0;
    padding: 6px 8px;
    text-align: center;
  }

  #header .inqbtn a {
    color: #fff;
  }

  #header .inq,
  #header .sns {
    display: none;
  }

  #gnav {
    display: none;
  }

  #footer {
    padding: 30px 0;
  }

  #footer .box {
    text-align: center;
  }

  #footer .catch {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  #footer h2 {
    padding: 16px 0 10px;
    text-align: center;
  }

  #footer h2 img {
    max-width: 70%;
  }

  #footer .inqbox {
    margin-top: 30px;
  }

  #footer .inqbox .tel h3 {
    border-color: #fff;
  }

  #footer .inqbox .mail a {
    background: transparent;
    border-color: #fff;
    color: #fff;
  }

  #footer .nav {
    margin: 50px 0 0;
  }

  #footer .nav p {
    text-align: left;
  }

  #footer .nav p br {
    display: none;
  }

  #footer .nav ul {
    margin: 30px 0 0;
  }

  #footer .nav ul li {
    margin: 0 0 20px;
    width: 48%;
  }

  #footer .logo {
    margin: 50px 0 18px;
  }

  #footer .subnav {
    display: none;
  }

  p + #footer {
    margin-top: 50px;
  }

  #footer .box > ul.sns.sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  #sidefixnav {
    display: none;
  }

  /* </ LAYOUT> */

  /* <TOP> */

  #top-main,
  #fixedHeadNav.is-fixed #top-main {
    height: calc(100vh - 52px);
    padding: 0;
  }

  #top-main .box,
  #fixedHeadNav.is-fixed #top-main .box {
    display: block;
    height: 100%;
    left: 0;
    text-align: left;
    top: 0;
    width: calc(100% - 40px);
    z-index: 9999;
  }

  #top-main h1,
  #fixedHeadNav.is-fixed #top-main h1 {
    display: block;
    font-size: 7.5vw;
    padding: 50vh 0 0;
  }

  #top-main h1 span {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
  }

  #top-main #slider,
  #fixedHeadNav.is-fixed #top-main #slider {
    height: calc(100vh - 52px);
  }

  #top-main #slider .slick-slider img {
    height: calc(100vh - 52px);
  }

  #top-main h1 br {
    display: none;
  }

  .toppage-information {
    margin: 50px 20px;
  }

  .toppage-information img {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }

  #top-news {
    display: block;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  #top-news .ttl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: left;
    width: auto;
  }

  #top-news .ttl h2 {
    margin: 0;
  }

  #top-news ul li time {
    padding: 0 0 0 20px;
  }

  #top-news ul li h3 {
    padding: 0 0 0 40px;
  }

  #top-content {
    padding: 30px 20px 28px;
  }

  #top-content .box {
    margin: 0;
  }

  #top-content > h2 {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  #top-content > h2 + p {
    text-align: left;
  }

  #top-content > h2 + p br {
    display: none;
  }

  #top-content ul li {
    margin-top: 30px;
  }

  #top-content ul li:last-child {
    margin-bottom: 30px;
  }

  #top-content ul li a h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 5px;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
  }

  #top-content ul li a h2 b {
    font-size: 3rem;
  }

  #top-content ul li a p {
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
  }

  #top-content ul li a p br {
    display: none;
  }

  #top-case {
    padding: 20px;
  }

  #top-case .btn1 a,
  .banbox1 .btn1 a {
    width: 100%;
  }

  .banbox1 .btn1 a {
    margin-top: 0;
  }

  #top-case .photo {
    position: static;
  }

  .banbox1 {
    background-image: url("../images/common/bg1.png") !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
  }

  .banbox1 .box {
    min-height: 1px !important;
    padding: 20px !important;
  }

  .banbox1 .box p br {
    display: none;
  }

  /* </ TOP> */

  /* <BELOW> */

  #main,
  #fixedHeadNav.is-fixed #main {
    height: 36vh;
  }

  #main h1,
  #fixedHeadNav.is-fixed #main h1 {
    display: block;
    line-height: 8vh;
    padding: 14vh 0 0;
  }

  #fixedHeadNav {
    position: static;
  }

  #fixedHeadNav.is-fixed {
    height: auto;
  }

  .mainV {
    margin: 40px 20px;
  }

  .mainV br {
    display: none;
  }

  .company-1 {
    height: auto;
    margin: 30px 0 10px;
    position: relative;
  }

  .company-1 > * {
    position: static;
  }

  .company-1 .photo1 {
    margin-bottom: 10px;
  }

  .company-1 .photo2,
  .company-1 .photo3 {
    margin: 0 0 10px;
    text-align: center;
  }

  .company-1 p {
    text-align: center;
    width: auto;
  }

  .gmap iframe {
    height: 320px;
    width: 100%;
  }

  .company-3 dl,
  .company-4 dl {
    display: block;
  }

  .company-3 dt {
    margin: 0 0 20px;
    text-align: center;
    width: auto;
  }

  .company-3 dd {
    width: auto;
  }

  form table {
    display: block;
    margin: 0 20px;
  }

  form table tbody,
  form table tr {
    display: block;
  }

  form table th {
    background: #1b1464;
    border-bottom: none;
    color: #fff;
    display: inline-block;
    padding: 20px;
    padding: 4px 10px;
    width: auto;
  }

  form table td {
    border-bottom: none;
    display: block;
    padding: 10px 10px 20px;
    width: auto;
  }

  form table td.submit {
    border-bottom: none;
    padding: 20px 0 50px;
  }

  form table td input[type=text],
  form table td input[type=email],
  form table td input[type=tel],
  form table td select,
  form table td textarea {
    -webkit-box-sizing: border-box;
    background: #eeece7;
    border: none;
    box-sizing: border-box;
    padding: 6px 14px;
    width: calc(100% - 48px) !important;
  }

  #contact p.center {
    margin: 0 20px;
    padding-left: 1em;
    text-align: left !important;
    text-indent: -1em;
  }

  .pagenav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pagenav ul li,
  #company .pagenav ul li {
    margin: 0 0 20px;
    width: 48%;
  }

  .pagenav ul li a {
    font-size: 1.8rem;
    padding: 20px 15px 42px;
  }

  .pagenav ul li a br {
    display: none;
  }

  .guide-1 {
    display: block;
  }

  .guide-1 .photo {
    margin: 0 0 20px;
  }

  .guide-1 .info {
    margin: 0;
  }

  .guide-1 .info h2 {
    text-align: center;
  }

  .flow .inner .box {
    display: block;
    margin: 0;
  }

  .flow .inner .box .photo {
    margin: 20px 0 0;
    text-align: center;
  }

  .flow .inner .col2 {
    margin: 30px 0 0;
  }

  .flow,
  .kiji {
    background: #f0eee8;
    padding: 20px;
  }

  .flow .ttl {
    display: block;
    font-size: 2rem;
    line-height: 1.5;
  }

  .flow .ttl dt {
    width: auto;
  }

  .flow .ttl dd {
    font-size: 2.4rem;
    padding: 12px 0;
    padding-right: 0;
  }

  .flow .inner,
  .kiji .inner {
    padding: 20px 0;
  }

  .kiji {
    margin-top: 50px;
  }

  .kiji .ttl2 + .inner {
    padding-bottom: 36px;
    padding-top: 0;
  }

  .kiji .btn2 {
    margin-bottom: 50px;
    text-align: center;
  }

  .kiji ul.list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  .kiji ul.list-kiji {
    padding: 20px 20px 1px;
  }

  .kiji ul.list-kiji li {
    display: block;
    width: 100%;
  }

  .kiji ul.list-kiji li img {
    height: auto;
    margin: 0 auto;
    width: auto;
  }

  .kiji ul.list-kiji li .info {
    padding: 16px 0 0;
    width: auto;
  }

  .kiji ul.list-kiji li .info h3 {
    font-size: 2.1rem;
    text-align: center;
  }

  .kiji ul.list-kiji li .info dl {
    display: block;
  }

  .kiji ul.list-kiji li .info .btn1 {
    margin-top: 10px;
    width: 100%;
  }

  .kiji > .btn1 a {
    margin: 0 0 50px;
    width: 100%;
  }

  .kiji p.inner {
    text-align: left !important;
  }

  .kiji ul.list-sensyoku li {
    background: #fff;
    margin-top: 20px;
    width: auto;
  }

  .kiji ul.list-sensyoku li h4 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .kiji ul.list-sensyoku li dl {
    display: block;
    padding: 20px;
  }

  .kiji ul.list-sensyoku li dl dt,
  .kiji ul.list-sensyoku li dl dt:nth-of-type(n + 3) {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 3px 5px;
    width: auto;
  }

  .kiji ul.list-sensyoku li dl dd,
  .kiji ul.list-sensyoku li dl dd:nth-of-type(n + 3) {
    font-size: 1.6rem;
    margin-bottom: 16px;
    padding-top: 0.2em;
    width: auto;
  }

  #wrapper .kiji ul.list-sensyoku li dl dd.note {
    font-size: 1.4rem;
    padding: 15px 20px;
  }

  .kiji ul.list-sensyoku li p {
    line-height: 1.65;
    padding: 12px 16px;
  }

  .kiji-option {
    display: block;
    margin-top: 30px;
  }

  .kiji-option .topic {
    line-height: 1.65;
    margin-bottom: 30px;
    padding: 20px;
    width: auto;
  }

  .kiji-option .topic.full {
    height: auto;
    padding-right: 20px;
  }

  .kiji-option .topic.full .photo {
    position: static;
    text-align: center;
    width: auto;
  }

  .kiji-option .topic h3 {
    font-size: 2.2rem;
    margin-bottom: 16px;
    text-align: center;
  }

  .guide-box h3 {
    color: #1b1464;
    font-size: 2rem;
    margin: 40px 0 16px;
    text-align: center;
  }

  .guide-box p {
    text-align: left;
  }

  .guide-box p br {
    display: none;
  }

  .guide-box > table {
    border-bottom: solid 1px #c0c0c0;
    border-collapse: collapse;
    border-top: solid 1px #c0c0c0;
    margin: 16px 0;
    width: 100%;
  }

  .guide-box > table td {
    padding: 10px 0;
    text-align: center;
    width: 50%;
  }

  .guide-box > table tr:not(:last-child) td {
    border-bottom: solid 1px #e6e6e6;
  }

  .guide-box > table td dl {
    display: block;
    margin: 0;
  }

  .guide-box > table td dl dt,
  .guide-box > table td dl dd {
    text-align: center;
    width: auto;
  }

  .guide-box .closure {
    border-top: solid 1px #c0c0c0;
    padding: 10px 0;
    text-align: center;
  }

  .guide-box .closure + p {
    border-top: solid 1px #c0c0c0;
    padding-top: 16px;
  }

  .ttl4 + .closure {
    border-bottom: none;
  }

  .guide-box .closure > dl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    border-top: solid 1px #e6e6e6;
    display: block;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px;
  }

  .guide-box .closure > dl > dt {
    background: #1b1464;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    text-align: left;
    width: auto;
  }

  .guide-box .closure > dl > dt br {
    display: none;
  }

  .guide-box .closure > dl > dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
    text-align: left;
  }

  .guide-box .closure > dl > dd table {
    margin-top: 16px;
  }

  .guide-box .closure > dl > dd th,
  .guide-box .closure > dl > dd td {
    padding-right: 2em;
  }

  .guide-box h4 {
    margin-bottom: 16px;
    text-decoration: underline;
  }

  .guide-intro {
    display: block;
    margin: 0;
    text-align: center;
  }

  .guide-intro dd {
    padding: 15px 0 0;
  }

  .guide-box > table.souryou1 td {
    width: 20%;
  }

  .souryou2 {
    border-collapse: collapse;
    line-height: 1.5;
    margin: 16px 0;
    width: 100%;
  }

  .souryou2 td {
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
    text-align: left;
    width: 70%;
  }

  .souryou2 td:first-of-type {
    width: 30%;
  }

  .guide-2 {
    display: block;
  }

  .guide-2 table {
    width: auto;
  }

  .faq-box .nav {
    font-size: 2rem;
    margin-bottom: 60px;
  }

  .faq-box .nav li {
    padding-left: 35px;
    position: relative;
  }

  .faq {
    line-height: 1.65;
    margin: 0 0 60px;
  }

  .faq > dt {
    margin-bottom: 8px;
    padding: 0 0 10px 35px;
  }

  .faq > dt:before,
  .faq-box .nav li:before {
    content: "Q.";
    left: 0;
    position: absolute;
    top: 0;
  }

  .faq > dd {
    border-bottom: solid 1px #c0c0c0;
    padding: 7px 0 0 35px;
    position: relative;
  }

  .faq > dd > p {
    padding-bottom: 1em;
  }

  .faq > dd:before {
    color: #b70d23;
    content: "A.";
    font-size: 2rem;
    left: 0;
    position: absolute;
    top: 0;
  }

  .company-2 dl dt {
    width: 30%;
  }

  .company-2 dl dd {
    padding: 10px 0 10px 20px;
    width: 70%;
  }

  .company-4 dt {
    margin: 0 0 20px;
    width: auto;
  }

  .company-4 dd {
    width: auto;
  }

  #policy .box-s,
  #tokutei .box-s {
    margin-bottom: 50px;
  }

  #policy h3,
  #tokutei h3 {
    margin-top: 40px;
  }

  #tokutei h3 {
    text-align: center;
  }

  #tokutei .dlist3 dt,
  #tokutei .dlist3 dd {
    border-bottom: none;
    border-top: none;
  }

  .blogheader {
    margin: 0 0 20px;
    padding: 0 20px;
  }

  .blogheader dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 28px 0;
  }

  .blogheader dl dd {
    margin-top: 10px;
    text-align: right;
    width: 100%;
  }

  .blogheader dl dd:first-of-type {
    margin: 0;
    padding: 0 10px;
    text-align: left;
  }

  #case .topic .body {
    display: block;
  }

  #case .topic .body .photo {
    margin-bottom: 20px;
    text-align: center;
    width: auto;
  }

  #case .topic .body .spec {
    padding: 20px;
    width: auto;
  }

  .index-type {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .index-type li {
    height: auto;
    margin: 0 0 20px;
    width: 48%;
  }

  #noren .index-type li {
    width: 48%;
  }

  .index-type li a {
    height: 54px;
    padding: 0;
  }

  .index-type li a:after {
    content: none;
  }

  .index-type li a small {
    font-size: 1.4rem;
  }

  .index-year {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  .index-year li {
    margin: 0 1em;
  }

  #information .box-s dl dt {
    width: 120px;
  }

  .type,
  .type#t5 {
    margin-bottom: 50px;
  }

  .type .ttl {
    background: #b70d23;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 20px 0;
  }

  #t2 .ttl {
    background: #005b9f;
  }

  #t3 .ttl {
    background: #e06c00;
  }

  #t4 .ttl {
    background: #64347a;
  }

  #t5 .ttl {
    background: #78962e;
  }

  .type .ttl .box {
    display: block;
  }

  .type .ttl .box .info {
    text-align: left !important;
    width: auto;
  }

  .type .ttl .box .info .catch {
    font-size: 2.1rem;
  }

  .type .ttl .box .info .catch br {
    display: none;
  }

  .type .ttl .box .info p {
    margin: 16px 0 0;
  }

  .type .ttl .box .info p br {
    display: none;
  }

  .type .ttl .box .photo {
    margin: 16px 0 0;
    width: auto;
  }

  .type .body {
    display: block;
  }

  .type .body .info {
    margin-bottom: 16px;
    width: auto;
  }

  .type .body .info h3 {
    font-size: 2.1rem;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }

  .type .body .info h3 br {
    display: none;
  }

  .type .body .grid {
    margin: 0;
    width: auto;
  }

  .type .body .grid ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .type .body .grid ul li {
    margin: 0 0 20px;
    width: 48%;
  }

  .type .body .btn1 {
    margin-top: 36px;
    width: 100%;
  }

  .type .body .btn1 a {
    width: 100%;
  }

  #noren .layout {
    padding: 20px 0;
  }

  #noren .layout .box {
    display: block;
  }

  #noren .layout .box .info {
    margin-bottom: 16px;
    padding: 0;
  }

  #noren .contact {
    padding: 20px 0;
  }

  #noren .contact h2 {
    line-height: 1.65;
  }

  .make {
    margin-top: 30px;
  }

  .make-complete {
    margin-bottom: 60px;
  }

  .make:before {
    content: none;
  }

  .make .box {
    background: #ab0d23;
    display: block;
    margin: 0;
    padding: 16px 20px;
  }

  .make-complete .box {
    background: #0b41a8;
  }

  .make .box .info h2 {
    font-size: 2.4rem;
    text-align: center;
  }

  .make .box .photo,
  .make:nth-of-type(2n) .box .photo {
    margin: 16px 0 0;
    width: auto;
  }

  #case .topic + #footer,
  #case .topic + .topic,
  #case #wrapper > .box {
    margin-top: 60px;
  }

  .inqbox .tel p b {
    font-size: 10vw;
  }

  #top-main p span {
    font-size: 3.5vw;
  }

  .case-1 {
    font-size: 1.8rem;
  }

  .case-1 li {
    font-size: 1.8rem;
    width: 50%;
  }

  /* </BELOW> */

  #top-main h1 {
    font-size: 3.4rem;
  }

  #sidefixnav {
    display: none;
  }

  .box p:not(:last-child),
  .box-s p:not(:last-child) {
    letter-spacing: -0.09em;
  }

  #noren .index-type li {
    margin: 0 auto 10px auto;
    width: 320px;
  }

  #noren .contact h2 {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .type h2 span {
    font-size: 20px;
  }

  #noren .contact .hanten-contact-box {
    padding: 20px;
  }

  .make .box .photo,
  .make:nth-of-type(odd) .box .photo {
    margin: 16px 0 0;
    width: auto;
  }

  section h3 {
    padding: 0 10px;
  }

  section p {
    margin: 10px;
  }

  section .design-box {
    height: auto;
  }

  section .design-box p {
    margin: 0;
  }

  section .design-box img {
    margin-top: 20px;
  }

  .option-right-text-box1 p {
    padding-right: 10px;
  }

  .option-right-text-box2-inbox {
    margin-right: 10px;
  }

  .ac-btn p {
    margin-top: 0;
  }

  .ac-btn::after {
    margin-right: -50px;
  }

  .ac-wrapper .ac-top {
    display: block;
  }

  .ac-wrapper .ac-top .ac-box {
    width: 100%;
  }

  .ac-wrapper .ac-top .ac-box p {
    margin: 0;
  }

  .ac-wrapper .ac-hide .ac-box {
    width: 100%;
  }

  .ac-wrapper .ac-hide .ac-box p {
    margin: 0;
  }

  .ac-end-inner {
    padding-right: 10px;
  }

  .ac-end-inner-right {
    padding-top: 80px;
  }

  .option-left {
    display: none;
  }

  .guide-flow .guide-flow-inner .option-wrapper .option-right {
    padding: 0 10px;
  }

  .kiji-btn p {
    padding-top: 5px;
  }

  .section-box {
    display: block;
  }

  .section-box img {
    width: 100%;
  }

  .section-box p {
    padding: 0;
  }

  .option-right-text-box2-inbox p {
    font-size: 12px;
  }

  .kiji .btn2 {
    margin-left: 0;
    margin-right: 0;
  }

  .kiji .btn2 a {
    width: 100%;
  }

  .ttl2 span {
    display: none;
  }

  .ttl2::after {
    bottom: 15px;
    right: 60px;
  }

  .btn2 a:after,
  .btn2 button:after,
  .btn2 input[type="submit"]:after {
    right: 20px;
  }

  .ac-btn2::after {
    height: 10px;
    width: 10px;
  }

  .ac-btn2 span {
    display: none;
    opacity: 0;
  }

  .ac-content-link {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .kiji ul.list-sensyoku li dl {
    padding: 30px 10px 0 10px;
  }

  .guide-1 .info h2 {
    text-align: left;
  }

  .guide-flow .guide-flow-inner section .design-box img {
    height: 300px;
  }

  .photo-group {
    display: block;
  }

  .photo-group img {
    display: block;
    height: 167px;
    margin: 0 auto 20px auto;
    width: 250px;
  }

  ul.index-type.case-index-type li {
    margin: 0 auto 20px auto;
  }

  .case-year {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  .case-year ul {
    display: block;
  }

  .case-year ul li {
    margin-right: 0;
    text-align: center;
  }

  .guide {
    padding-bottom: 5rem;
  }

  .guide .accordion_one:not(:first-of-type) {
    margin-top: 3rem;
  }

  .guide .accordion_one .accordion_header h2 {
    font-size: 1.8rem;
  }

  .ac-guide__box {
    padding: 1rem 0;
  }

  .ac-guide__text-24 {
    font-size: 2rem;
  }

  .pagenav ul li a {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .ac-guide__box-wide {
    padding: 2rem 0;
  }

  .kiji-group01 {
    flex-direction: column;
  }

  .kiji-box {
    flex-direction: column;
  }

  .kiji-box .kiji-img {
    margin: 0 auto;
  }

  .size__box dl dt {
    width: 25%;
  }

  .size__box dl dd {
    padding-left: 1rem;
  }

  .repeat__box dl {
    flex-direction: column;
  }

  .repeat__box dl dt {
    width: 100%;
  }

  .repeat__box dl dd {
    margin-top: 1rem;
    padding-left: 0;
    width: 100%;
  }

  .guide-color__text dl {
    flex-direction: column;
    padding: 2rem 0;
  }

  .guide-color__text dl dd {
    width: 100%;
  }

  .close_box h2 {
    font-size: 2.2rem;
  }

  .checkbox-flex {
    gap: 1rem;
  }

  .tenugui-order {
    flex-direction: column;
  }

  .tenugui-order p:first-of-type {
    width: 50%;
  }

  .tenugui-order p:last-of-type {
    width: 100%;
  }

  html .dlist3 dt {
    color: #fff;
  }

  #top-content .box a {
    flex-direction: column;
  }

  #top-content .box a .top-content-text {
    width: 100%;
  }

  .top-content-img {
    width: 100%;
  }

  #tenugui .box2 {
    flex-direction: column;
  }

  #tenugui .box2 .info-right {
    padding-right: 0;
    width: 100%;
  }

  #tenugui .box2 .info-right2 {
    order: 2;
    padding-left: 0;
    width: 100%;
  }

  #tenugui .align-right {
    text-align: center;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */

/*23.03.22*/
.download-box1 table{
  width:100%;
  border: solid 1px #c0c0c0;
}
.download-box1 table td{
  width:50%;
  border: solid 1px #c0c0c0;
  text-align:center;
  padding:10px;
}
.download-box1 table td a{
  display:block;
}/*
.download-box1 table td a:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right:3px;
}
.download-box1 table td a.pdf:before{
  color:#fa0f00;
  content:"\f1c1";
}
.download-box1 table td a.ai:before{
  color:#ed6d00;
  content:"\f1c5";
}*/
.closure>.list-p{
  text-align:left;
}
.closure>.list-p .fax{
  font-size: 3.4rem;
  font-weight: 900;
  color:#ab0d23;
}
@media screen and (max-width: 768px) {
.download-box1 table td{
  width:auto;
  display: block;
}

}


/*23.05.01*/
#copyright{
  margin-top: -150px;
  padding-top: 200px;
}
#footer ul.sns {
  justify-content: flex-end;
}
#footer .sns .caption {
  margin-right: 0;
}
#footer .copy{
  text-align:left;
}

/*23.05.29*/
#t2.type .btn3{
  margin-left: auto;
  margin-top: 40px;
  max-width: 1000px;
  margin-right: auto;
}
#t2.type .btn3 a{
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  background: url("../images/common/bg2.png") repeat;
}


/*23.09.27*/
.guide-box>table td dl dd span{
  font-size:10px;
  background:#1B1464;
  color:#fff;
  padding:1px 3px;
  display:inline-block;
  vertical-align:center;
  margin-right:5px;
}
.guide-box>table td dl dd p+p {
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  .guide-box>table td dl dd p{
    text-align: center;
  }
}

/*24.01.12*/
#header .inq {
  padding-top: 30px;
}




