@charset "UTF-8";
body {
	color: #000;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
	line-height: 100%;
}
img,svg {
	max-width: 100%;
	height: auto;
}
ol {
    list-style: decimal;
    list-style-position: inside;
}
.tac {
    text-align: center;
}
p {
    line-height: 170%;
}
.is-sp {
    display: none!important;
}
.is-pc {
    display: block!important;
}
.anchor-target {
  scroll-margin-top: 130px;
}
.pagetop {
  scroll-margin-top: 0;
}
.content-wrap {
    width: 1200px;
    margin: auto;
}
.content-wrap2nd {
    width: 1000px;
    margin: auto;
}
.content-section-bg {
    background: #e6e6e6;
}
.pagetop a {
    width: 35px;
    position: fixed;
    bottom: 50px;
    right: 0;
}
@media only screen and (max-width : 1200px){
.content-wrap,.content-wrap2nd {
    width: 100%;
}
}
@media only screen and (max-width : 768px){
.is-pc {
    display: none!important;
}
.is-sp {
    display: block!important;
}
}
/* header */
header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #e6e6e6;
    height: 130px;
}
.header-wrap {
    position: relative;
    padding: 0;
    margin: 0;
    vertical-align: top;
    /* display: flex; */
}
.header-logo {
    /* width: 20%; */
    padding: 0;
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
}
.header-logo h1.logo,.header-logo .logo {
    margin: 0;
    padding: 0;
    width: 300px;
}
.header-content {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 70%;
    text-align: right;
    justify-content: right;
}
.header-menu01,.header-menu02 {
    display: block;
    width: 100%;
}
.header-menu01 ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: right;
}
.header-menu01 ul li {
    display: block;
}
.header-eco {
    width: 70px;
    padding: 0;
}
.header-tel {
    width: 240px;
    padding: 10px 20px;
}
.header-contact {
    width: 140px;
}
.header-download {
    width: 140px;
}
.header-menu02 ul {
    position: relative;
    padding: 15px 20px 0 0;
    text-align: left;
}
.header-menu02 ul li {
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 15px 20px 0;
    position: relative;
    cursor: pointer;
}
.header-menu02 ul li a {
    padding: 0 15px 20px 0;;
}
.header-menu02 ul li a.active {
    color: #003d6b;
}
.header-menu02 ul li .hide-menu {
    display: none;
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    background: #003b90;
    padding: 25px 0 25px 0;
}
.header-menu02 ul li.open > .hide-menu .content-wrap2nd {
    position: relative;
}
.header-menu02 ul ul {
    display: none;
}
.header-menu02 ul li.open > .hide-menu {
  display: block;
}
.header-menu02 ul li.open > .hide-menu ul {
    display: block;
    left: 200px;
}
.header-menu02 ul li li {
    padding: 0 15px 0 0;
    line-height: 200%;
}
.header-menu02 ul li li:before {
    content: "・";
    display: inline;
    position: absolute;
    left: -15px;
    color: #fff;
}
.header-menu02 ul ul li a {
    color: #fff;
    font-weight: normal;
}
.header-menu02 ul li .headernav-ttl {
    color: #fff;
    padding-right: 1em;
    margin-right: 1em;
    position: absolute;
    left: 0;
    top: 10px;
    width: 200px;
}
.header-menu02 ul li .headernav-ttl.headernav-ttl-maker {
    top: 23px;
}
@media only screen and (max-width : 1200px){
.header-menu02 ul li .headernav-ttl {
    left: 20px;
}
.header-menu02 ul li.open > .hide-menu ul {
    left: 250px;
    width: 80%;
}
}
@media only screen and (max-width : 1170px){
.header-menu02 ul li .headernav-ttl.headernav-ttl-products {
    top: 25px;
}
}
@media only screen and (max-width : 1100px){
.header-menu02 ul li .headernav-ttl.headernav-ttl-maker {
    top: 40px;
}
}
@media only screen and (max-width : 990px){
.header-menu02 ul li .headernav-ttl.headernav-ttl-shindengen {
    top: 10px;
}
}
@media only screen and (max-width : 850px){
.header-menu02 ul li .headernav-ttl.headernav-ttl-shindengen {
    top: 25px;
}
}
.header-menu02 ul li ul {
    border-left: 1px solid #fff;
    padding: 10px 0 10px 30px;
}
.header-menu02 ul li .headernav-ttl a {
    color: #fff;
    padding: 0;
    font-weight: bold;
}
.hamburger-nav {
  display: none;
}
@media only screen and (max-width : 1240px){
.header-logo h1.logo, .header-logo .logo {
    width: 250px;
}
.header-menu02 {
    position: fixed;
    top: 80px;
    left: 20px;
}
.header-eco {
    width: 60px;
    position: relative;
    top: 5px;
}
.header-tel {
    width: 200px;
}
.header-contact,.header-download {
    width: 120px;
}
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
.content-header-wrap h2.content-header-ttl {
    position: relative;
    left: 20px;
}
.content-wrap,.content-wrap2nd {
    padding: 0 20px;
}
}
@media only screen and (max-width : 900px){
.header-menu02 ul li {
    padding: 0 0 10px 0;
}
}
@media only screen and (max-width : 768px){
header.header {
    height: 66px;
}
.header-logo {
    top: 10px;
    left: 10px;
}
.header-logo h1.logo, .header-logo .logo {
    width: 30vw;
}
.header-content {
    width: 60vw;
}
.header-menu01 ul li.header-tel,.header-menu01 ul li.header-contact,.header-menu01 ul li.header-download,.header-menu02 {
    display: none;
}
.header-eco {
    position: relative;
    right: 60px;
    top: 7px;
    width: 50px;
}
.hamburger-nav {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  background: #003b90;
  top: 12px;
  right: 10px;
}
.hamburger-nav__toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.hamburger-nav__button {
  width: 30px;
  height: 27px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 0;
  user-select: none;
  position: relative;
  z-index: 1002;
  background: #003b90;
  color: #fff;
  top: 1px;
}
.hamburger-nav__button span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  margin: 0;
  transition: transform .25s ease, opacity .2s ease;
  position: relative;
  left: 5px;
  top: 5px;
}
.hamburger-nav__overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 1000;
}
.hamburger-nav__drawer {
  position: fixed;
  top: 60px;
  right: 0;
  height: auto;
  width: 100%;
  background: #fff;
  transform: translateX(100%);
  z-index: 1001;
  padding: 0;
}
.hamburger-nav__toggle:checked ~ .hamburger-nav__overlay {
  opacity: 1;
  pointer-events: auto;
}
.hamburger-nav__toggle:checked ~ .hamburger-nav__drawer {
  transform: translateX(0);
}
.hamburger-nav__toggle:checked ~ .hamburger-nav__button span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  top: 6px;
  position: relative;
}
.hamburger-nav__toggle:checked ~ .hamburger-nav__button span:nth-child(2) {
  opacity: 0;
}
.hamburger-nav__toggle:checked ~ .hamburger-nav__button span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.hamburger-nav__drawer ul {
    border-top: 1px solid #c4c4c4;
}
.hamburger-nav__drawer ul li {
    text-align: left;
    width: 100%;
    background: #e6e6e6;
    color: #003b90;
    display: block;
    border-bottom: 1px solid #c4c4c4;
    padding: 0;
    font-size: 0.9em;
    font-weight: bold;
}
.hamburger-nav__drawer ul li label {
    padding: 15px;
    display: block;
    width: 100%;
    position: relative;
}
.hamburger-nav__acc-head::after {
    display: none;
}
.hamburger-nav__link,.hamburger-nav__acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.hamburger-nav__acc-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.hamburger-nav__sub {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}
.hamburger-nav__sub a {
  display: block;
  text-decoration: none;
}
.hamburger-nav__acc-toggle ~ .hamburger-nav__sub {
  display: none;
}
.hamburger-nav__acc-toggle:checked ~ .hamburger-nav__sub {
  max-height: 500px;
  display: block;
  padding: 15px;
  line-height: 160%;
}
.hamburger-nav__drawer ul ul {
    border: none;
    background: #fff;
    padding: 5px 10px;
    position: relative;
}
.hamburger-nav__drawer ul ul li {
    background: #fff;
    padding: 0 10px 0 10px;
    border: none;
    display: inline-block;
    width: auto;
    position: relative;
}
.hamburger-nav__drawer ul ul li:before {
    content: "・";
    display: inline;
    position: absolute;
    left: -5px;
    color: #333;
}
.hamburger-nav__drawer ul li a.sp-link {
    width: 100%;
    background: #e6e6e6;
    color: #003b90;
    display: block;
    padding: 10px;
    font-size: 0.9em;
    font-weight: bold;
}
.hamburger-nav__drawer ul ul.spgnav-col2 {
    display: flex;
    width: 100%;
    gap: 5px;
    padding: 5px;
}
.hamburger-nav__drawer ul ul.spgnav-col2 li {
    width: 50%;
    display: block;
    padding: 0;
}
.hamburger-nav__drawer ul ul.spgnav-col2 li::before {
    display: none;
}
.hamburger-nav__acc-head::after {
  width: 9px;
  height: 9px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(-45deg);
  transition: transform .25s ease;
  margin-left: 10px;
  flex: 0 0 auto;
}
.hamburger-nav__acc-toggle:checked + .hamburger-nav__acc-head::after {
    transform: rotate(45deg);
    top: 12px;
}
.hamburger-nav__drawer ul li label:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 10px;
}
}
@media only screen and (max-width : 630px){
.header-logo h1.logo, .header-logo .logo {
    width: 40vw;
}
}
@media only screen and (max-width : 480px){
.header-logo h1.logo, .header-logo .logo {
    width: 50vw;
}
}
@media only screen and (max-width : 320px){
.header-logo h1.logo, .header-logo .logo {
    width: 55vw;
}
}
/* main */
main.main {
    display: block;
    padding: 0;
    margin: 130px 0 0;
}
.top-mainvisual {
    position: relative;
    line-height: 0;
}
.top-mainvisual .top-object {
    position: absolute;
    bottom: -250px;
    right: 20px;
    z-index: 90;
}
.top-mainvisual img {
    position: relative;
    z-index: 10;
}
.top-mainvisual .top-object img {
    width: 300px;
}
.top-section {
    padding: 120px 0 80px;
    text-align: center;
}
.top-section h2 {
    color: #003b90;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0 0 40px;
}
.top-acordion {
  margin: 0 auto;
}
.top-acordion__tab-input {
  display: none;
}
.top-acordion__tab-labels {
  display: flex;
  gap: 0;
}
.top-acordion__tab-label {
  padding: 0;
  cursor: pointer;
  transition: .2s;
}
.top-acordion__panel {
  display: none;
  animation: fade .3s ease;
  background: #e6e6e6;
}
@keyframes fade {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
#top-tab-a-1:checked ~ .top-acordion__panels .top-acordion__panel:nth-child(1),
#top-tab-b-1:checked ~ .top-acordion__panels .top-acordion__panel:nth-child(2) {
  display: block;
}
.top-acordion__toggle{
display:none;
}
.top-acordion__panel-toggle{
display:none;
padding:15px 0;
}
.top-acordion__toggle:checked + .top-acordion__tab-label + .top-acordion__panel-toggle{
display:block;
}
.top-acordion__toggle:checked + .top-acordion__tab-label + .top-acordion__panel-toggle .top-acordion__panel {
    display: block;
}
.top-acordion__tab-label img:hover {
    opacity: 0.5;
    transition: opacity .25s ease;
}
ul.top-productlist,ul.top-makerlist {
    padding: 50px 0;
}
ul.top-productlist li,ul.top-makerlist li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 10px;
}
ul.top-icolist {
    padding: 90px 0;
    display: flex;
    width: 100%;
}
ul.top-icolist li {
    display: block;
    width: 16%;
    border-left: 1px solid #003b90;
}
ul.top-icolist li:last-child {
    border-right: 1px solid #003b90;
}
ul.top-icolist li img {
    margin: auto;
    height: 110px;
    display: block;
}
.top-section04-panel {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.top-section04-panel01,.top-section04-panel02 {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0;
    border: none;
    position: relative;
}
.top-section04-panel .img-cover {
    position: relative;
}
.top-section04-panel01 .ttl-img {
    position: relative;
    top: -180px;
    text-align: center;
    width: 100%;
}
.top-section04-panel02 .ttl-img {
    position: relative;
    top: -220px;
    text-align: center;
    width: 100%;
}
.top-section04-panel01 .ttl-img img,.top-section04-panel02 .ttl-img img {
    width: auto;
    height: 30px;
}
.top-section04-panel02 ul.top-btnicn {
    position: absolute;
    width: 80%;
    top: 60px;
    left: 10%;
    text-align: center;
}
.top-section04-panel02 ul.top-btnicn li {
    width: 31%;
    display: inline-block;
    margin: 0 0.5%;
}
.top-section04-panel02 ul.top-btnicn li a {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
    padding: 10px;
    display: block;
}
.top-section04-panel02 ul.top-btnicn li a img {
    width: auto;
    height: 20px;
}
.content-foot {
    padding: 100px 0 120px;
}
.content-foot ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.content-foot ul li {
    display: table-cell;
    width: 50%;
}
.content-foot ul li img {
    width: 95%;
}
.content-foot ul li:nth-child(2) {
    text-align: right;
}
.footer-nav {
    background: #003b90;
    color: #fff;
    padding: 60px 0;
}
.footnav-wrap {
    display: flex;
    width: 100%;
}
.footnav-wrap p a,.footnav-wrap li a {
    color: #fff;
}
.footnav-wrap div {
    padding: 0 30px 0 0;
    font-size: 0.9em;
    line-height: 160%;
}
.footer_listnav-before {
    padding-bottom: 40px;
}
.footnav-wrap ul li {
    list-style: disc;
    list-style-position: inside;
    padding: 5px 0 0 10px;
}
.footer-content {
    display: flex;
    width: 100%;
    padding: 30px 0;
}
.footer-content .footer-logo {
    display: block;
    width: 300px;
}
.footer-content .footer-text {
    padding: 0 0 0 80px;
}
.footer .copy {
    text-align: center;
    padding: 0 0  30px;
}
.footnav-wrap .footnav01 p,.footnav-wrap .footnav02 p,.footnav-wrap .footnav03 p,.footnav-wrap .footnav04 p,.footnav-wrap .footnav05 p {
    font-weight: bold;
}
@media only screen and (max-width : 768px){
main.main {
    margin: 66px 0 0;
}
.top-section {
    padding: 60px 0 40px;
}
.top-section h2 {
    font-size: 1.2rem;
}
.top-section01 p,.top-section02 p {
    text-align: left;
    padding: 0 15px;
}
.top-acordion__tab-labels {
    display: block;
}
.top-acordion__tab-label {
    display: block;
    padding: 10px 10px 0;
}
ul.top-productlist, ul.top-makerlist {
    padding: 25px 15px;
}
ul.top-productlist li, ul.top-makerlist li {
    width: 49%;
}
ul.top-icolist {
    padding: 20px 15px;
    display: block;
}
ul.top-icolist li {
    display: inline-block;
    width: 32%;
    margin: 0 0 15px;
}
ul.top-icolist li:nth-child(3) {
    border-right: 1px solid #003b90;
}
ul.top-icolist li img {
    height: 70px;
}
.top-section04-panel,.top-section04-panel01, .top-section04-panel02 {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
}
.top-section04-panel .img-cover {
    padding: 0 15px;
}
.top-section04-panel01 {
    height: 180px;
}
.top-section04-panel01 .ttl-img {
    top: -100px;
}
.top-section04-panel02 .ttl-img {
    top: -130px;
}
.top-section04-panel01 .ttl-img img, .top-section04-panel02 .ttl-img img {
    height: 15px;
}
.top-section04-panel02 ul.top-btnicn {
    top: 40px;
}
.top-section04-panel02 ul.top-btnicn li a img {
    height: 13px;
}
.top-section04-panel .img-cover {
    padding: 0 15px;
}
.top-section04-panel01 {
    height: 180px;
}
.content-foot {
    padding: 0 15px 40px;
}
.content-foot ul,.content-foot ul li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
}
.content-foot ul li img {
    width: 90%;
    display: block;
    margin: auto;
}
.footer-nav {
    padding: 20px 15px;
    font-size: 0.8em;
}
.footnav-wrap {
    display: block;
}
.footnav-wrap div {
    padding: 0;
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.footnav01 {
    padding-right: 10px!important;
}
.footnav02 {
    padding-left: 10px!important;
}
.footnav01 p:nth-child(2),.footnav01 p:nth-child(4),.footnav02 p:nth-child(3),.footnav02 p:nth-child(5),.footnav02 p:nth-child(7),.footnav02 p:nth-child(8) {
    padding-top: 10px;
}
.footer-content {
    display: block;
    padding: 20px 15px;
}
.footer-content .footer-logo {
    width: 75%;
    margin: auto;
}
.footer-content .footer-text {
    padding: 20px 15px 0;
    font-size: 0.9em;
}
.footer .copy {
    font-size: 0.8em;
}
}
/* main */
.tel {
    font-size: 1.1em;
    font-weight: bold;
}
.lead,.content-privacy p.lead {
    padding: 100px 0 50px;
}
.shindengen-lead {
    text-align: center;
}
.content-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.content-header.header-company {
    background-image: url(../img/company/header.png);
}
.content-header.header-contact {
    background-image: url(../img/contact/header.png);
    width: 100%;
}
.content-header.header-contracted {
    background-image: url(../img/contracted/header.png);
}
.content-header.header-maker-list {
    background-image: url(../img/maker-list/header.png);
}
.content-header.header-privacy {
    background-image: url(../img/privacy/header.png);
}
.content-header.header-product {
    background-image: url(../img/product/header.png);
}
.content-header.header-strongpoint {
    background-image: url(../img/strongpoint/header.png);
}
.content-header-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px 0;
    position: relative;
}
.content-header-wrap h2.content-header-ttl {
    display: block;
    width: 25%;
    border-right: 1px solid #fff;
}
.content-header-wrap p.content-header-desc {
    display: block;
    width: 75%;
    position: relative;
}
.content-header-wrap h2.content-header-ttl img {
    height: 60px;
    width: auto;
    margin: 80px 0;
}
.content-header-wrap p.content-header-desc img {
    height: 80px;
    margin: 0;
    position: relative;
    left: 100px;
}
@media only screen and (max-width : 768px){
.lead {
    padding: 30px 0 20px;
    width: 90%;
    margin: auto;
}
.content-header-wrap {
    display: block;
}
.content-header {
    background-position: left center;
}
.content-header-wrap h2.content-header-ttl,.content-header-wrap p.content-header-desc {
    width: 100%;
    text-align: center;
}
.content-header-wrap h2.content-header-ttl img {
    margin: 20px 0;
    height: 20px;
}
.content-header-wrap h2.content-header-ttl {
    border-bottom: 1px solid #fff;
    border-right: none;
}
.content-header-wrap p.content-header-desc img {
    left: 0;
}
}
/* company */
.local-nav.local-nav-company {
    text-align: center;
    padding: 50px 0 0;
}

.local-nav.local-nav-company ul li {
    display: inline-block;
}

.local-nav.local-nav-company ul li a {
    background: #e6e6e6;
    border: 1px solid #003b90;
    padding: 7px 27px;
    margin: 0 7px;
    text-decoration: none;
}
.local-nav.local-nav-company ul li a:hover {
    background: #003b90;
    border: 1px solid #003b90;
    color: #fff;
}
.content-section-company {
    padding: 100px 0;
}
.content-section-company h3 {
    padding: 0 0 50px;
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.content-section-company .company-table,.content-section-company .company-table2 {
    position: relative;
}
.content-section-company .company-table table,.content-section-company .company-table2 table {
    border-top: 1px solid #e6e6e6;
    width: 100%;
}
.content-section-company .company-table2 table {
    border-top: 1px solid #d3d3d3;
}
.content-section-company .company-table table th,.content-section-company .company-table table td,.content-section-company .company-table2 table th,.content-section-company .company-table2 table td {
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    line-height: 170%;
}
.content-section-company .company-table2 table th,.content-section-company .company-table2 table td {
    border-bottom: 1px solid #d3d3d3;
}
.content-section-company .company-table table th,.content-section-company .company-table2 table th {
    color: #003b90;
    font-weight: bold;
}
.content-section-company .company-table table th {
    width: 17%;
}
.content-section-company .company-table2 table th {
    width: 12%;
}
p.table-image {
    width: 300px;
    position: absolute;
    right: 0;
    top: 30px;
}
.content-section-company .company-table table td ul li {
    padding: 0 0 0 10px;
    display: inline-block;
}
.content-section-company .company-table table td ul li:before {
    content: "・";
    display: inline-block;
    position: relative;
    left: -5px;
}
.comapny-access-box {
    display: flex;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 30px 0;
}
.comapny-access-box .company-access-unit {
    display: block;
    width: 50%;
}
.comapny-access-box  .ttl {
    color: #003b90;
    font-weight: bold;
    padding: 0 0 10px;
}
.comapny-access-box .company-access-unit span {
    font-size: 0.9em;
}
.embed-map,.embed-map iframe {
    width: 100%;
}
@media only screen and (max-width : 768px){
p.content-header-desc {
    color: #fff;
    padding: 20px 20px 0;
    font-weight: bold;
}
.content-section-company {
    padding: 50px 0;
}
.local-nav.local-nav-company ul {
    display: flex;
    width: 100%;
}
.local-nav.local-nav-company ul li {
    display: block;
    width: 33%;
}
.local-nav.local-nav-company ul li a {
    padding: 10px 0;
    display: block;
    width: 90%;
}
.company-table,.company-table2 {
    width: 90%;
    margin: auto;
}
.content-section-company .company-table table th, .content-section-company .company-table table td,.content-section-company .company-table2 table th,.content-section-company .company-table2 table td {
    width: 100%;
    display: block;
}
.content-section-company .company-table table th,.content-section-company .company-table2 table th {
    padding: 10px 0 0 0;
    border-bottom: none;
}
.content-section-company .company-table table td,.content-section-company .company-table2 table td {
    padding: 0 0 10px;
}
@media only screen and (min-width : 768px){
.content-section-company .company-table table th span {
    display: block;
}
}
p.table-image {
    position: static;
    width: 90%;
    margin: auto;
}
.comapny-access-box .company-access-unit {
    width: 90%;
    margin: auto;
    padding: 0 0 20px;
}
.comapny-access-box {
    display: block;
}
.embed-map {
    width: 90%;
    margin: auto;
}
}
/* contracted */
.contracted-content {
    display: flex;
    width: 100%;
    gap: 4%;
}
.contracted-text {
    display: block;
    width: 55%;
}
.contracted-img {
    display: block;
    width: 41%;
}
.contracted-text .contracted-unit {
    margin: 0 0 45px;
}
.contracted-text .contracted-unit .ttl {
    background: #f7931e;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}
.contracted-text .contracted-unit p {
    background: #fef0da;
    padding: 20px;
}
.contracted-text .contracted-unit strong {
    color: #e95710;
    display: block;
    font-weight: bold;
}
.contracted-img p {
    padding: 0 0 20px;
}
@media only screen and (max-width : 768px){
.contracted-content {
    display: block;
    width: 90%;
    margin: auto;
}
.contracted-text .contracted-unit .ttl {
    line-height: 180%;
}
.contracted-text,.contracted-img {
    width: 100%;
}
.contracted-text .contracted-unit {
    margin: 0 0 20px;
}
.contracted-img p img {
    width: 70%;
    margin: auto;
    display: block;
}
}
/* product */
.product-logo {
    text-align: center;
    position: relative;
    padding: 60px 0 0;
}
.product-logo img {
    width: 280px;
    margin: auto;
    position: relative;
    top: 40px;
}
.product-unit {
    display: flex;
    width: 100%;
    margin: 0 0 40px;
    background: #eaf5fc;
}
.product-unit .product-img {
    width: 27%;
    display: block;
}
.product-unit .product-text {
    width:73%;
    display: block;
    padding: 20px;
}
.product-unit .product-text strong {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 2px solid #003b90;
    padding: 10px;
    margin: 0 0 20px;
}
.product-unit .product-text  li {
    position: relative;
    padding: 0 0 0 1em;
    margin: 0 0 10px;
}
.product-unit .product-text  li:before {
    content: "・";
    display: inline;
    position: absolute;
    left: -5px;
    color: #333;
}
.product-unit .product-text ul.type2 li {
    display: inline-block;
}
@media only screen and (max-width : 768px){
.product-logo {
    padding: 40px 0 0;
}
.product-logo img {
    width: 60%;
    top: 10px;
}
.product-unit {
    margin: 0 auto 20px;
    width: 90%;
    display: block;
}
.product-unit .product-img,.product-unit .product-text {
    width: 100%;
}
.product-unit .product-img img {
    width: 40%;
    margin: auto;
    display: block;
}
}
/* strongpoint */
.lead.strongpoint-lead span {
    color: #003b90;
    font-weight: bold;
}
.strongpoint-ttl {
    color: #00af7f;
    font-weight: bold;
    font-size: 1.4em;
    position: relative;
    padding: 0 0 60px 20px;
}
.strongpoint-ttl:before {
    content: "";
    width: 80px;
    height: 20px;
    background: #00af7f;
    display: inline-block;
    position: relative;
    left: -20px;
}
.strongpoint-unit {
    display: flex;
    width: 100%;
    gap: 3%;
}
.strongpoint-unit .strongpoint-image {
    width: 33%;
    display: block;
}
.strongpoint-ttl2 {
    border-bottom: 1px solid #003b90;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 100px 0 50px;
    margin: 0;
}
.strongpoint-field {
    background: #e6e6e6;
    display: flex;
    gap: 40px;
    text-align: center;
}
.strongpoint-image {
    font-weight: bold;
    padding: 30px 0;
    width: 25%;
}
.strongpoint-image p {
    padding: 0 0 20px;
}
p.strongpoint-flow-ttl {
    text-align: center;
    color: #003b90;
    font-weight: bold;
    font-size: 1.2em;
    padding: 50px 0 30px;
}
@media only screen and (max-width : 768px){
.strongpoint-ttl {
    width: 90%;
    margin: auto;
    font-size: 1.2em;
    padding: 0 0 30px 10px;
}
.strongpoint-ttl:before {
    left: -10px;
    width: 40px;
    height: 15px;
}
.strongpoint-unit {
    display: block;
}
.strongpoint-unit .strongpoint-image {
    width: 100%;
    padding: 0 0 10px;
}
.strongpoint-unit .strongpoint-image img {
    width: 80%;
    margin: auto;
    display: block;
}
.strongpoint-ttl2 {
    padding: 50px 0 20px;
}
.strongpoint-field {
    display: block;
}
.strongpoint-image {
    display: inline-block;
    width: 49%;
    padding: 20px 0;
}
.strongpoint-image p {
    padding: 0 0 10px;
}
p.strongpoint-mainimage02 {
    padding: 0 0 50px;
}
}
/* privacy */
.content-privacy .ttl {
    border-bottom: 1px solid #003b90;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 0 20px;
    margin: 0;
}
.content-privacy p {
    padding: 20px 0 100px;
}
.content-privacy p.no-maegin {
    padding: 20px 0 0;
}
.content-privacy p.tantou {
    margin: 0;
    font-weight: bold;
    padding: 10px 0 0;
    font-size: 1.1em;
}
.content-privacy p.tel {
    font-size: 1.2em;
    padding: 10px 0 100px;
}
.content-privacy p.form-link {
    text-align: center;
    position: relative;
    top: -50px;
    padding: 0;
}
.content-privacy p.form-link img {
    width: 500px;
    height: auto;
}
@media only screen and (max-width : 768px){
.content-header.header-privacy .content-header-wrap h2.content-header-ttl img {
    height: 17px;
}
.lead, .content-privacy p.lead {
    padding: 50px  0 30px;
}
.content-privacy .ttl {
    width: 90%;
    margin: auto;
    line-height: 160%;
    font-size: 0.9em;
}
.content-privacy p {
    width: 90%;
    margin: auto;
    padding: 10px 0 50px;
    font-size: 0.9em;
}
.content-privacy p.form-link {
    top: -20px;
    padding: 0 0 30px;
}
.content-privacy p.form-link img {
    width: 80%;
    margin: auto;
}
}
/* maker-list */
.content-maker-list .ttl {
    border-bottom: 1px solid #003b90;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 50px 0 50px;
    margin: 0;
}
.maker-produt {
    padding: 20px;
    background: #e6ebf4;
    margin: 50px 0;
}
.maker-produt li {
    display: inline-block;
    padding: 0 10px 0 0;
    line-height: 180%;
    font-weight: bold;
}
.maker-produt li:before {
    content: "・";
}
.maker-produt p {
    font-size: 0.9em;
    padding: 20px 0 0;
}
p.content-deac {
    text-align: right;
    padding: 0 0 10px;
    font-size: 0.9em;
    font-weight: bold;
}
p.content-deac span {
    color: #00af7f;
}
.maker-list-content {
    display: flex;
    margin: 0 0 40px;
    padding: 20px;
    gap: 20px;
}
.maker-list-content.type01 {
    background: #d9f3ec;
}
.maker-list-content.type02 {
    background: #f5f5f5;
}
.maker-list-img {
    width: 45%;
}
.maker-list-text {
    width: 55%;
}
.maker-list-img ul li {
    display: inline-block;
    width: 47%;
    margin-right: 1%;
}
.content-maker-list .contracted-unit .ttl {
    padding: 0 0 10px;
    text-align: left;
    position: relative;
}
.content-maker-list .contracted-unit .ttl img {
    display: inline-block;
    height: 30px;
    width: auto;
}
.contracted-unit p {
    padding: 20px 0;
    font-size: 0.9em;
}
.contracted-unit .maker-list-contdesc span {
    color: #fff;
    background: #01af7f;
    font-size: 0.8em;
    padding: 2px 10px;
    border-radius: 6px;
}
.contracted-unit .maker-list-contdesc p {
    font-weight: bold;
    margin: 0;
    display: inline-block;
    padding: 0 0 0 10px;
}
@media only screen and (max-width : 768px){
.content-header.header-maker-list .content-header-wrap h2.content-header-ttl img {
    height: 17px;
    margin: 10px auto 20px;
}
.content-maker-list .ttl {
    padding: 20px 0;
}
.maker-produt {
    margin: 30px auto 10px;
    width: 90%;
}
p.content-deac {
    text-align: center;
}
.maker-list-content {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
}
.maker-list-img,.maker-list-text {
    width: 100%;
}
.maker-list-img {
    text-align: center;
    padding: 0 0 20px;
}
.content-maker-list .contracted-unit .ttl {
    text-align: center;
}
.content-maker-list .contracted-unit .ttl img {
    height: 25px;
}
.contracted-unit p {
    padding: 15px 0;
}
.contracted-unit .maker-list-contdesc p {
    display: block;
    padding: 10px 0 0;
}
}
/* contact */
.header-contact .content-header-wrap h2.content-header-ttl {
    font-weight: bold;
    font-size: 1.2em;
    border-right: 1px solid #333;
}
.header-contact .content-header-wrap p.content-header-desc {
    color: #003b90;
    font-weight: bold;
    padding-left: 50px;
}
.conact-content .contact-list {
    margin: 100px 0 0;
}

.conact-content .contact-list li {
    display: inline-block;
    background: #e6e6e6;
    color: #003b90;
    font-weight: bold;
    padding: 20px;
    width: 45%;
    margin: 0 2% 20px;
    text-align: center;
}
.conact-content .ttl {
    border-bottom: 1px solid #003b90;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 50px 0 20px;
    margin: 0 0 20px;
}
.conact-content p.sub-ttl {
    color: #003b90;
    font-weight: bold;
}
.conact-content span {
    color: #f15a24;
}
.conact-content strong {
    font-weight: bold;
    padding: 20px 0 10px;
    display: block;
}
.conact-content table {
    border-bottom: 1px solid #bbbbbb;
}
.conact-content table th,.conact-content table td {
    border-top: 1px solid #bbbbbb;
    padding: 10px;
    text-align: left;
}
.conact-content table th {
    background: #deebfa;
    width: 25%;
    line-height: 180%;
}
.conact-content table td {
    font-size: 0.9em;
}
.conact-content table tr.no-border th,.conact-content table tr.no-border td {
    border-top: none;
}
.conact-content table input {
    border: 1px solid #bbbbbb;
    padding: 10px;
}
.conact-content table input.wd100 {
    width: 100%;
}
.conact-content table input.wd40 {
    width: 35%;
}
.conact-content table td label span {
    color: #333;
    padding-right: 1em;
}
.conact-content table input.wdzip {
    width: 40%;
}
.conact-content table td p {
    display: inline-block;
    font-size: 0.9em;
}
.conact-content table td select#pref {
    padding: 10px;
}
.conact-content table td input.wd-jyusyo {
    display: block;
    width: 100%;
    min-height: 70px;
    margin: 10px 0 0;
}
.conact-content table input.wd80 {
    width: 70%;
}
.conact-content p.contant-list {
    font-weight: bold;
    padding: 5px 0 0;
}
.conact-content textarea.wdcomment {
    border: 1px solid #bbbbbb;
    padding: 10px;
    width: 100%;
    padding: 20px;
    margin: 10px 0 30px;
}
.conact-content .submit {
    text-align: center;
}
.conact-content .submit input[type="submit"] {
    background: #013b90;
    border: none;
    color: #fff;
    font-size: 1.1em;
    padding: 10px 40px;
    margin: 0 0 50px;
    border-radius: 3px;
    cursor: pointer;
}
.conact-content a {
    color: #00af7f;
}
@media only screen and (max-width : 768px){
.header-contact .content-header-wrap p.content-header-desc {
    padding-left: 0;
    width: 90%;
    margin: auto;
    font-size: 0.9em;
}
.conact-content .contact-list {
    margin: 30px auto 0;
    width: 90%;
}
.conact-content .contact-list li {
    width: 100%;
    margin: 0 0 10px;
    font-size: 0.9em;
}
.conact-content p,.conact-content strong {
    width: 90%;
    margin: auto;
}
.conact-content table {
    width: 90%;
    margin: auto;
}
.conact-content table th,.conact-content table td {
    display: block;
    width: 100%;
}
.conact-content table tr.no-border th, .conact-content table tr.no-border td {
    border-top: 1px solid #bbbbbb;
}
.conact-content {
    padding: 0 0 50px;
}
}
/* 404 */
body.page-404 {
    background-image: url(../img/404/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.header-404 {
    padding: 100px  0 0;
}
.header-404 h1 img {
    width: 300px;
    height: auto;
    margin: auto;
    display: block;
}
.page-404 p {
    text-align: center;
}
.page-404 p.ttl-404 {
    font-weight: bold;
    padding: 30px 0 50px;
}
.page-404 p.img-404 img {
    width: 250px;
    height: auto;
    padding: 30px 0;
}
.page-404 p.link-top a {
    display: block;
    margin: 0 auto 70px;
    width: 300px;
    text-align: center;
    background: #023b90;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.page-404 p.logo-404 img {
    width: 300px;
    height: auto;
    padding: 0 0 100px;
}
@media only screen and (max-width : 768px){
.header-404 h1 img {
    width: 60%;
}
.page-404 p {
    width: 90%;
    margin: auto;
}
.page-404 p.img-404 img {
    width: 60%;
}
.page-404 p.link-top a {
    width: 100%;
}
.page-404 p.logo-404 img {
    width: 90%;
}
}
.header-contact .content-header-wrap .content-header-desc img,.header-maker-list .content-header-wrap .content-header-desc img,.header-contracted .content-header-wrap .content-header-desc img,.header-company .content-header-wrap .content-header-desc img,.header-privacy .content-header-wrap .content-header-desc img {
    position: relative;
    top: 10px;
}
.header-contact .content-header-wrap h2.content-header-ttl img,.header-strongpoint .content-header-wrap h2.content-header-ttl img,.header-company .content-header-wrap h2.content-header-ttl img,.header-privacy .content-header-wrap h2.content-header-ttl img {
    position: relative;
    top: 25px;
}
@media only screen and (max-width : 768px){
.content-header .content-header-wrap h2.content-header-ttl img {
    height: 17px;
    margin: 10px auto 20px;
}
.content-header .content-header-wrap.content-header-wrap p.content-header-desc img {
    height: 80px;
    margin: auto;
}
.header-contact .content-header-wrap .content-header-desc img,.header-maker-list .content-header-wrap .content-header-desc img,.header-contracted .content-header-wrap .content-header-desc img,.header-company .content-header-wrap .content-header-desc img,.header-privacy .content-header-wrap .content-header-desc img {
    position: relative;
    top: 0;
}
.header-contact .content-header-wrap h2.content-header-ttl img,.header-strongpoint .content-header-wrap h2.content-header-ttl img,.header-company .content-header-wrap h2.content-header-ttl img,.header-privacy .content-header-wrap h2.content-header-ttl img {
    position: relative;
    top: 0;
}
}
.bread-crumb {
    padding: 20px 0 0;
}
.bread-crumb ul li {
    display: inline-block;
    font-size: 0.9em;
    padding: 0 1em 0 0;
}
.bread-crumb ul li a {
    color: #003d6b;
    text-decoration: underline;
}
.bread-crumb ul li:after {
    content: ">";
    position: relative;
    left: 10px;
}
.bread-crumb ul li:last-child:after {
    display:none;
}
@media only screen and (max-width : 768px){
.bread-crumb {
    width: 90%;
    margin: auto;
}
}
.top-acordion__panel .content-wrap p {
    position: relative;
    top: 20px;
}
.top-acordion__panel .content-wrap p a {
    color: #013b90;
    text-decoration: underline;
    font-weight: bold;
    font-size: 0.9em;
}
.top-acordion__panel .content-wrap p:after {
    content: ">";
    position: relative;
    left: 8px;
    top: 2px;
}
.content-wrap2nd ul.marginB20 li {
    padding: 15px 0 0;
    color: #af0101;
}