@charset "utf-8";


/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.7rem;
  color: #000;

  line-height: 2.0;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
  height: auto;
  border-style: none;

}

*:focus {
  outline: none;
}

.red {
  color: #ff0033;
}


/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:active {
  color: #666;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


p {
  margin-bottom: 1em;
}

.only_pc_none {
  display: none;
}

.only_sp_none {
  display: block;
}

.sp_br {
  display: none;
}

.br_480 {
  display: none;
}

.sp_contact {
  display: none;
}

a[id^=”anc_“] {
  padding-top: 100px;
  margin-top: -100px;
  pointer-events: none;
  display: block;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*=================================================================================================================================*/
/**  共通部分	*/
/*=================================================================================================================================*/

.scroll-up.done,
.scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 4s
    /*処理にかかる時間*/
  ;
}

.load-up {
  opacity: 0;
  transform: translateY(30px)
    /*スクロールアップする距離*/
  ;
  transition: all 4s
    /*処理にかかる時間*/
  ;
}

.load-up.done,
.load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  outline: none;
}

.btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 1em;
  box-sizing: border-box;
}

.btn a i.fa-file-alt {
  font-size: 280%;
  vertical-align: -1px;
  padding-right: 2px;
}

.btn a:hover {
  background: #666;
}

.btn02 {
  height: 65px;
  line-height: 65px;
  outline: none;
  font-size: 110%;
}

.btn02 a {
  display: block;
  max-width: 510px;
  background: #013b64;
  color: #fff;
  padding: 0 3%;
  box-sizing: border-box;
  border-radius: 8px;
  white-space: nowrap;
}

.btn02 a i {
  font-size: 200%;
  vertical-align: -7px;
  padding-right: 5px;
  box-sizing: border-box;
}

.btn02 a:hover {
  background: #33719d;
}

.btn_tri {
  height: 50px;
  line-height: 50px;
  text-align: center;
  outline: none;
  font-size: 100%;
}

.btn_tri a {
  display: inline-block;
  background: #000;
  color: #fff;
    width:11em;
  padding: 0 3%;
  box-sizing: border-box;
  border-radius: 8px;
}

.btn_tri a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right: 8px;
}

.btn_tri a:hover {
  background: #33719d;
}


#header {
  height: 80px;
  width: 100%;
  z-index: 3;
  position: fixed;
  background: #fff;
  box-shadow: 0 1px 5px #999;
}

#header_in {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

#header_in_sp {
  display: none;
}


header h1 {
/*   width: 494px; */
  display: block;
  margin-top: 6px;
}

header #nav_pc {
  margin: 0 190px 0 auto;
}

header #nav_pc>div {
  width: calc(100% - 320px);
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-between;
}

header #nav_pc>div>ul {
  display: flex;
  box-sizing: border-box;
  padding: 37px 0 0;
  position: relative;
  justify-content: space-around;
}


header #nav_pc>div>ul>li a {
  padding: 5px 12px 5px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  position: relative;
}

header #nav_pc ul li a:hover {
  color: #fff;
  background: #e00012;
}

#nav_pc #global_nav ul {
  display: none;
  position: absolute;
  top: 80px;
}

#nav_pc #global_nav ul li {
  width: 100%;
  margin: 0 0;
}

#nav_pc #global_nav ul li a {
  width: 300px;
  display: inline-block;
  background: #013b64cf;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 90%;
  border-bottom: 1px dotted #6da9d3;
}

#nav_pc #global_nav ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-right: 5px;
}

#nav_pc #global_nav ul li a:hover {
  background: #33719d;
}


header .header-toi a {
  width: 170px;
  color: #fff !important;
  background: #000;
  box-sizing: border-box;
  padding: 13px 0;
  text-align: center;
  display: block;
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

header .header-toi a i {
  font-size: 160%;
  vertical-align: -3px;
  margin-right: 5px;
}

header .header-toi a:hover {
  background: #666 !important;
}

#header_in .kameuchi-img {
  width: 200px;
  position: absolute;
  top: 20px;
  right: 190px;
}

#main {
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 3%;
  z-index: -1;
}

#content {
  margin-top: 50px;
}

#home #content {
  margin-top: 30px;
}
/* 
@media screen and (max-width: 1260px) {
  #header {
    height: 100px;
  }

  header #header_in h1 {
    margin-top: 13px;
  }

  header #header_in>div {
    width: 100%;
  }

  header #nav_pc>div {
    width: 100%;
    text-align: center;
  }

  header #nav_pc>div>ul {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
  }

  header #nav_pc>div>ul>li a {
    padding: 0px 20px;
  }

  #global_#header_in ul {
    top: unset;
  }

  header #nav_pc div div a {
    font-size: 80%;
    position: absolute;
    right: 0;
    top: -0;
    padding: 5px 2%;
  }

  #header_in>img {
    top: 15px;
  }

  #nav_pc #global_nav ul {
    top: 65px;
    text-align: left;
  }

  #main {
    margin-top: 100px;
  }
}
 */
#home h2 {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 3%;
  color: #013b64;
  letter-spacing: 0.1rem;
}

#home h2 i {
  font-size: 160%;
  padding-right: 15px;
  vertical-align: -3px;
}

#home h2 span {
  border-top: 1px solid #979797;
  color: #979797;
  font-size: 90%;
  display: block;
  margin-top: 2%;
  padding-top: 1%;
}

h3 {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1%;
  color: #013b64;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 0.1rem;
}

h3::after {
  content: '';
  width: 50px;
  height: 3px;
  background: #013b64;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

h3+p {
  color: #979797;
  font-size: 130%;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 4%;
}

#top_con01 {
  background: url(../img/top01.jpg) no-repeat right top;
  background-size: 45% auto;
  padding: 3% 0;
  margin-bottom: 5%;
}

#top_con01>div {
  width: 55%;
  max-width: 580px;
  margin-left: calc(50% - 580px);
}

@media screen and (max-width: 1260px) {

  body #content {
    font-size: 90%;
  }

  #home h2 {
    font-size: 180%;
  }

  #home h2 i {
    font-size: 140%;
  }

  h3 {
    font-size: 180%;
  }

  h3+p {
    font-size: 120%;
  }


  #top_con01 {
    width: 100%;
    margin: 0 auto 7%;
    background: url(../img/top01.jpg) no-repeat right top 100px;
    background-size: 40% auto;
  }

  #top_con01>div {
    width: 50%;
    margin-left: 5%;
  }
}

#top_con02 {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

#top_con02>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_con02>div dl {
  width: 30%;
  margin-bottom: 5%;
  font-weight: 700;
  text-align: center;
}

#top_con02>div dl dt {
  display: block;
  overflow: hidden;
}

#top_con02>div dl dd p {
  width: 100%;
  color: #fff;
  font-size: 110%;
  background: #e40012;
  padding-bottom: 2px;
  display: block;
  margin-bottom: 3%;
}

#top_con02>div dl a dt img {
  transition: all 0.5s;
  filter: brightness(100%);
}

#top_con02>div dl a:hover dt img {
  transform: scale(1.1);
  filter: brightness(120%);
}

@media screen and (max-width: 1000px) {
  #top_con02>div dl {
    width: 47%;
  }
}

#top_con03 {
  background: url(../img/top02.jpg) no-repeat right top;
  background-size: 60% 100%;
  padding: 2% 0 3%;
  margin-bottom: 7%;
}

#top_con03>div {
  width: 60%;
  max-width: 580px;
  margin-left: calc(50% - 580px);
}

#top_con03>div>div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%;
}

#top_con03>div>div div {
  width: 48%;
}

#top_con03>div>div div a {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

#top_con03 .btn_tri span::after {
  left: 15%;
}

@media screen and (max-width: 1260px) {
  #top_con03 {
    width: 100%;
    margin-bottom: 5%;
    background: url(../img/top02.jpg) no-repeat right top 30px;
    background-size: 60% 100%;
  }

  #top_con03>div {
    width: 50%;
    margin-left: 5%;
  }
}

#top_con04 {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 5%;
}

#top_con04>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_con04>div>div:nth-child(1) {
  width: 25%;
}

#top_con04 .btn_tri a {
  width: 100%;
  margin-top: 5%;
}

#top_con04>div>div:nth-child(2) {
  width: 70%;
}

#top_con04>div>div:nth-child(2) dl a {
  border-bottom: 1px dotted #989898;
  padding: 1.5% 2%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_con04>div>div:nth-child(2) dl a:hover {
  background: #e9f1f7;
}

#top_con04>div>div:nth-child(2) dl a dt {
  width: 190px;
  font-size: 90%;
}

#top_con04>div>div:nth-child(2) dl a dt span {
  width: 80px;
  display: inline-block;
  background: #e10b20;
  color: #fff;
  text-align: center;
  font-size: 80%;
  margin-left: 15px;
}

#top_con04>div>div:nth-child(2) dl a dd {
  width: calc(100% - 190px);
}

@media screen and (max-width: 1000px) {
  #top_con04>div>div:nth-child(2) dl a dt {
    width: 180px;
  }

  #top_con04>div>div:nth-child(2) dl a dd {
    width: calc(100% - 180px);
  }

  .btn02 {
    font-size: 105%;
  }

}



#foot01 {
  background: #eae8e8;
  padding: 40px 0;
}

#foot01 .foot-kameuchi-ban {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#foot01 .foot-kameuchi-ban dl {
  width: 48%;
  text-align: center;
}

#foot01 .foot-kameuchi-ban dl a {
  padding: 3%;
  display: block;
}

#foot01 .foot-kameuchi-ban dl a:hover {
  background: #013b64;
  color: #fff;
}

#foot01 .foot-kameuchi-ban dl a dt {
  overflow: hidden;
}


#foot01 .foot-kameuchi-ban dl a dt img {
  transition: all 0.5s;
  filter: brightness(100%);
}

#foot01 .foot-kameuchi-ban dl a:hover dt img {
  transform: scale(1.1);
  filter: brightness(120%);
}

#foot01 .foot-kameuchi-ban dl dd {
  line-height: 1.6;
}

#foot01 .foot-kameuchi-ban dl dd span {
  font-size: 110%;
  font-weight: bold;
  margin: 5px 0 0;
  display: block;
}

#foot02 {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
}

#foot02 .foot-logo {
  width:50%;
  max-width: 500px;
}

#foot02 .foot-toi {
  width:50%;
}


#foot02>ul {
  width: 60%;
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}

#foot02>ul li {
  width: 48%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

#foot02>ul li span {
  display: inline-block;
  width: 100px;
}

#foot02>ul li:nth-child(2n) span {
  width: 140px;
}

@media screen and (max-width: 1200px) {
  #foot02>ul {
    width: 60%;
    max-width: 320px;
    margin-top: 0;
  }

  #foot02>ul li {
    width: 100%;
    margin-bottom: 3px;
  }

  #foot02>ul li span {
    width: 140px;
  }
}

#copy {
  background: #000;
  text-align: center;
  font-size: 80%;
  color: #fff;
  padding: 8px 0;
  margin: 0;
}



/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 999;
}

#pageTop a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/page_top.jpg) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* 下層ページ */

.faq-box {
  padding: 40px 20px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  box-sizing: border-box;
}

.q-txt {
  font-size: 20px;
  font-weight: 500;
  background: #bc473a;
  color: #fff;
  line-height: 1.0;
  padding: 6px 0px 8px 0;
  width: 1.7em;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}

.a-txt {
  font-size: 20px;
  font-weight: 500;
  background: #4876ad;
  color: #fff;
  line-height: 1.0;
  padding: 6px 0px;
  padding: 6px 0px 8px 0;
  width: 1.7em;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}

.a-box {
  position: relative;
  background: #efeae4;
  padding: 12px 15px 12px 10px;
}

.a-bun p {
  margin-left: 3em !important;
  margin-bottom: 0;
  font-size: 16px;
}

.a-txt {
  position: absolute;
  top: 10px;
  left: 10px;
}

.q-box {
  position: relative;
  margin-bottom: 24px;
}

.q-txt {
  position: absolute;
  top: 0px;
  left: 0px;
}

.q-bun {
  font-weight: 700;
  margin-left: 3em;
  margin-right: 50px;
  font-size: 110%;
}

.accordion-container {
  position: relative;
  cursor: pointer
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  text-decoration: underline;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #ccc;
}

.article-title {
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: 0;
}

#accordion {
  margin-bottom: 20px;
}

.faq-h {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: dotted 1px #999;
}

#lower_title {
  background: linear-gradient(right, #000000, #013b64);
  background: -moz-linear-gradient(right, #013b64, #000000);
  background: -webkit-linear-gradient(right, #013b64, #000000);
  background: linear-gradien(right, #013b64, #000000);
}

@media screen and (max-width: 1260px) {
  #content {
    margin-top: 70px;
  }

  #home #content {
    margin-top: 30px;
  }
  
#lower_title h2 {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 170%;
  font-weight: bold;
  padding:70px 0 55px 0;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
}

#lower_title h2 {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 170%;
  font-weight: bold;
  padding:70px 0 55px 0;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}

#lower_title h2 span {
  display: block;
  font-size: 60%;
}



#pan {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 5%;
  color: #666;
}

#pan a {
  color: #666;
}

#pan a:hover {
  color: #999;
}

.read {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 5%;
}

.choice_type {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 5%;
  background: #e3e1e1;
  padding: 3% 1% 1%;
  box-sizing: border-box;
}

.choice_type p:first-of-type {
  text-align: center;
  font-size: 120%;
  color: #013b64;
  font-weight: bold;
  margin-bottom: 3%;
}

.choice_type p:first-of-type i {
  font-size: 180%;
  vertical-align: -3px;
  padding-right: 10px;
}

.choice_type>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.choice_type>div dl {
  width: 30%;
  margin: 0 1.2% 3%;
  text-align: center;
}

.choice_type>div dl a dt {
  display: block;
  overflow: hidden;
}

.choice_type>div dl a dt img {
  transition: all 0.5s;
  filter: brightness(100%);
}

.choice_type>div dl a:hover dt img {
  transform: scale(1.1);
  filter: brightness(120%);
}

.choice_type>div dl dd {
  font-weight: bold;
  margin-top: 5px;
}

.faq {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

.reserve_box {
  border-top: 1px solid #ccc;
  padding-top: 5%;
}

.reserve_box>div {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 5%;
}


.reserve_box>div>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.reserve_box>div>div>div {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.reserve_box>div>div>div img {
  width: 40%;
}

.reserve_box>div>div>div>div {
  width: 55%;
}

.reserve_box>div>div>div>div p {
  margin-bottom: 0;
}

.reserve_box>div>div>div>div p:nth-child(1) {
  font-size: 130%;
  color: #013b64;
  font-weight: bold;
  line-height: 1.2;
}


.reserve_box>div>div>div>div p:nth-child(3) span {
  font-size: 140%;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}

.reserve_box>div>div>div>div .btn {
  text-align: left;
  margin-top: 15px;
}

@media screen and (max-width: 1030px) {
  .reserve_box {
    font-size: 90%;
  }

  .reserve_box .btn a {
    min-width: 200px;
    text-align: center;
  }
}

.rental_list {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

h4 {
  font-size: 160%;
  font-weight: bold;
  color: #013b64;
  border-bottom: 1px solid #013b64;
  margin-bottom: 2%;
  position: relative;
  line-height: 1.4;
  padding-bottom: 7px;
}

h4 small {
  font-size: 70%;
  font-weight: normal;
}

h4 a {
  font-size: 60%;
  display: inline-block;
  padding: 0 2%;
  color: #fff !important;
  font-weight: bold;
  background: #dd0012;
  position: absolute;
  top: 15px;
  right: 0;
}

h4 a:hover {
  background: #ef6d78;
}

h4 a i {
  font-size: 140%;
  padding-right: 10px;
  vertical-align: -3px;
}

.rental_list>div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.rental_list>div dl {
  width: 32%;
  margin-right: 2%;
}

.rental_list>div dl:nth-child(3n) {
  margin-right: 0;
}

.rental_list>div dl a {
  padding: 4%;
  display: block;
  box-sizing: border-box;
}

.rental_list>div dl a:hover {
  background: #e9f1f7;
}

.rental_list>div dl a dt {
  border: 1px solid #999;
  margin-bottom: 5px;
  overflow: hidden;
}

.rental_list>div dl a dt img {
  transition: all 0.5s;
  filter: brightness(100%);
}

.rental_list>div dl a:hover dt img {
  transform: scale(1.05);
  filter: brightness(110%);
}

.rental_list>div dl a dd {
  font-size: 80%;
  color: #333;
}

.rental_list>div dl a dd span {
  font-size: 120%;
  font-weight: bold;
  color: #013b64;
  display: block;
  text-align: center;
}

.car_info {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

.car_info .car_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%;
}

.car_info .car_data img {
  width: 45%;
}

.car_info .car_data>div {
  width: 48%;
}

.car_info .car_data>div p:first-of-type {
  font-size: 110%;
  background: #e3e1e1;
  padding: 15px 5%;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-weight: bold;
}

.car_info .car_data>div p:nth-of-type(2) {
  font: size 90%;

}

.car_info .car_data table {
  width: 100%;
  margin-bottom: 3%;
}

.car_info .car_data table tr {
  border-bottom: 1px solid #cccccc;
}

.car_info .car_data table tr th {
  width: 38%;
  font-size: 110%;
  padding: 4px 3%;
  box-sizing: border-box;
  font-weight: normal;
}

.car_info .car_data table tr td {
  font-size: 105%;
  padding: 5px 3%;
  box-sizing: border-box;
}

.car_info .car_data ul {
  margin-bottom: 5%;
  list-style: none;
  font-size: 90%;
}

.car_info .car_data ul li {
  text-indent: -1.0em;
  margin-left: 1.0em;
  line-height: 1.6;
  margin-bottom: 5px;
}

.car_info .car_data ul li::before {
  content: '・';
}

.btn_file {
  margin-bottom: 15%;
}

.btn_file a {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #013b64;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  display: block;
}

.btn_file a span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin: 0 auto;
  padding-left: 50px;
  text-align: left;
  font-size: 110%;
}

.btn_file a span i {
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 300%;
}

.car_btn {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.car_btn>a {
  width: 47%;
  display: block;
  padding: 20px 3%;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  background: #dd0012;
}

.car_btn>a i {
  font-size: 150%;
  vertical-align: -3px;
  padding-right: 5%;
}

.car_btn>a:hover {
  background: #ef6d78;
}

.diag_about {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

.diag_about>div:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%;
}

.diag_about>div:nth-of-type(1)>div {
  width: 50%;
  margin-bottom: 5%;
}

.diag_about>div:nth-of-type(1)>div h4 {
  background: url(../img/logo_diag.png) no-repeat top left;
  background-size: 340px auto;
  padding-top: 20px;
}

.diag_about>div:nth-of-type(1)>div ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 5%;
}

.diag_about>div:nth-of-type(1)>div ul li {
  width: 47%;
  max-width: 160px;
  display: block;
  margin-right: 3%;
}

.diag_about>div:nth-of-type(1)>div ul li a {
  padding: 5px 5%;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  background: #dd0012;
  display: block;
  text-align: center;
}

.diag_about>div:nth-of-type(1)>div ul li a:hover {
  background: #ef6d78;
}

.diag_about>div:nth-of-type(1)>img {
  width: 45%;
}

.diag_list {
  background: #eae7e7;
  padding: 3% 5%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.diag_list::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f7d9";
  font-size: 380%;
  display: inline-block;
  position: absolute;
  top: -75px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #013b64;
}

.diag_list h5 {
  color: #013b64;
  font-size: 150%;
  margin-bottom: 1.5%;
  font-weight: bold;
}

.diag_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.diag_list li {
  width: 45%;
  text-indent: -1.0em;
  margin-left: 1.0em;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
}

.diag_list li:before {
  content: '・';
}

.under_yellow {
  color: #013b64;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  font-size: 130%;
  background: linear-gradient(transparent 50%, #ffff96 50%);
}

.under_yellow_inline {
  font-weight: bold;
  display: inline;
  padding: 0 5px;
  font-size: 110%;
  background: linear-gradient(transparent 50%, #ffff96 50%);
}

.diag_about02 {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

.diag_about02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.diag_about02 ul li {
  width: 31%;
  margin-bottom: 2%;
}

.shop_data {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

.shop_data>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.shop_data>div>img {
  width: 45%;
}

.shop_data>div>div {
  width: 50%;
  line-height: 1.6;
}

.shop_data>div>div p {
  margin-bottom: 10px;
}

.shop_data>div>div dl {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.shop_data>div>div dl dt {
  width: 13rem;
  background: #e5e3e3;
  padding: 3px 10px;
  text-align: center;
  box-sizing: border-box;
  align-items: center;
  font-size: 90%;
  color: #013b64;
  font-weight: bold;
  margin-bottom: 2%;
}

.shop_data>div>div dl dd {
  width: calc(100% - 14rem);
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 2%;
}

.shop_data>div>div>div:nth-of-type(1) {
  background: #e5e3e3;
  padding: 2% 25px;
}

.shop_data>div>div>div:nth-of-type(1) p {
  font-size: 85%;
  color: #013b64;
  font-weight: bold;
  margin-bottom: 8px;
}


.shop_data>div>div>div:nth-of-type(1) li {
  display: inline-block;
  padding: 3px 10px;
  font-size: 90%;
  background: #d11518;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.shop_data>div>div .btn {
  margin: 5% auto;
  text-align: left;
}

.shop_data>div>div .btn a {
  padding: 1.5% 3%;
  min-width: 200px;
  text-align: center;
  white-space: nowrap;
}

.shop_data>div>div .btn a i {
  font-size: 140%;
}

.company_data,
.company_data02,
.company_data03 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 7%;
}

.company_data>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.company_data>div>p {
  width: 70%;
}

.company_data>div>div {
  width: 25%;
  font-size: 90%;
  text-align: center;
}

.company_data>div>div img {
  margin-bottom: 10px;
}

.company_data>div>div br {
  display: none;
  line-height: 1.6;
}

.company_data02>div dl {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: dotted 1px #999;
  line-height: 1.6;
}

.company_data02>div dl dt {
  width: 180px;
  padding: 0 3%;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.company_data02>div dl dd {
  width: calc(100% - 200px);
  padding: 0 3%;
  box-sizing: border-box;
}

.company_data02.history>div dl {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: dotted 1px #999;
  line-height: 1.6;
  font-size: 90%;
}

.company_data02.history>div dl dt {
  width: 260px;
  padding: 0 3%;
  box-sizing: border-box;
  letter-spacing: 0;
}

.company_data02.history>div dl dt span {
  display: inline-block;
  margin-left: 30px;
}

.company_data02.history>div dl dd {
  width: calc(100% - 260px);
  padding: 0 3%;
  box-sizing: border-box;
}

.r_price {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

a[id^="anc_"] {
  padding-top: 120px;
  margin-top: -120px;
  display: block;
  pointer-events: none;
}

.r_price>div {
  margin: 2% auto 5%;
}

.r_price>div h5,
.ele_pbox h5 {
  width: 100%;
  font-size: 140%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 3%;
  background: #013b64;
  margin-bottom: 2%;
  box-sizing: border-box;
}

.r_price>div table {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}

.r_price>div table tr th {
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 1% 0.5%;
  background: #e3e1e1;
  text-align: center;
}

.r_price>div table tr th:nth-child(1) {
  width: 20%;
}

.r_price>div table tr th:nth-child(2) {
  width: 35%;
}

.r_price>div table tr th:nth-child(3) {
  width: 12%;
}

.r_price>div table tr th:nth-child(4) {
  width: 12%;
}

.r_price>div table tr th:nth-child(5) {
  width: 21%;
}


.r_price>div table tr td {
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 1% 1.5%;
}

.r_price>div table tr td:nth-child(3),
.r_price>div table tr td:nth-child(4),
.r_price>div table tr td:nth-child(5) {
  text-align: center;
}

.election_data {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

.election_data>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.election_data>div>div {
  width: 53%;
  line-height: 1.6;
  margin-bottom: 5%;
  font-weight: bold;
}

.election_data .under_yellow {
  display: inline;
  font-size: 160%;
}

.ele_car {
  font-size: 140%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 1% 3%;
  background: #013b64;
  margin-top: 5%;
  margin-bottom: 2%;
}

.ele_car small {
  font-size: 70%;
  vertical-align: 3px;
  padding-left: 10px;
}

.election_data>div>div dl dd {
  color: #ff0033;
  margin-bottom: 10px;
}

.election_data>div>div dl dd:before {
  content: '・・・';
  color: #000;
}

.ele_value {
  font-size: 300%;
  color: #ff0033;
  font-weight: bold;
  line-height: 1em;
}

.ele_value span {
  font-size: 40%;
  color: #fff;
  background: #ff0033;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 3%;
  vertical-align: 6px;
}

.ele_value small {
  font-size: 50%;
}

.election_data>div>img {
  width: 45%;
}

.ele_flow {
  background: #e0dede;
  padding: 3% 0 2%;
  margin: 0 auto 7%;
}

.ele_flow>div {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}

.megahon {
  text-align: center;
  font-size: 160%;
  margin-bottom: 5%;
  font-weight: bold;
  color: #013b64;
  box-sizing: border-box;
}

.megahon i {
  font-size: 160%;
  padding-right: 15px;
  vertical-align: -5px;
}

.megahon span {
  display: block;
  font-size: 60%;
  color: #000;
  font-weight: normal;
  margin-top: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}

.ele_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3%;
  margin-bottom: 1%;
}

.ele_column>div:nth-child(1) {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.ele_column>div:nth-child(1)>ul:nth-child(1) {
  width: 58%;
}

.ele_column>div:nth-child(1)>ul:nth-child(2) {
  width: 40%;
}

.ele_column>div:nth-child(1)>ul li {
  font-weight: bold;
  margin-bottom: 5px;
}

.ele_column>div:nth-child(2) {
  width: 30%;
  background: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 80%;
}

.ele_flow .red {
  font-weight: bold;
}

.ele_price {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}

.ele_pbox {
  margin: 0 auto 7%;
}

.ele_waku {
  border: 1px solid #013b64;
  padding: 1.5% 3%;
  box-sizing: border-box;
  font-weight: bold;
}

.ele_waku li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.ele_waku li span {
  display: inline-block;
  margin-left: 3%;
  font-size: 110%;
  color: #ff0033;
}

.kanban_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.kanban_column>div {
  width: 52%;
  line-height: 1.6;
}

.kanban_column>div table {
  width: 100%;
  margin-bottom: 3%;
}

.kanban_column>div table tr th {
  width: 45%;
  vertical-align: middle;
  color: #fff;
  background: #013b64;
  padding: 10px 15px;
}

.kanban_column>div table tr td {
  padding: 10px 15px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}

.kanban_column>div table tr td span {
  display: inline-block;
  margin-left: 5%;
  font-size: 110%;
  color: #ff0033;
  font-weight: bold;
}

.kanban_column>img {
  width: 40%;
}

.goods_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.goods_column img {
  width: 24%;
  margin-bottom: 1%;
}

.ele_set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 2%;
  margin-bottom: 2%;
  border-bottom: 1px dotted #999;
}

.ele_pbox .ele_set:last-child {
  border-bottom: none;
}

.ele_set>div {
  width: 28%;
}

.ele_p01 {
  display: inline-block;
  background: #ff0033;
  color: #fff;
  padding: 10px 20px;
  font-size: 110%;
  margin-bottom: 5px;
}

.ele_p02 {
  margin-bottom: 5px;
}

.ele_p02 .red {
  font-size: 110%;
}

.ele_p03 {
  font-size: 110%;
  margin-bottom: 5px;
}

.ele_p03 {
  font-size: 110%;
  margin-bottom: 5px;
  line-height: 1.4;
  font-weight: bold;
}

.ele_p03 .red {
  display: block;
  font-size: 240%;
}

.ele_p03 small {
  font-size: 70%;
}

.ele_set>table {
  width: 70%;
}

.ele_set>table tr th {
  width: 70%;
  vertical-align: middle;
  color: #fff;
  background: #013b64;
  padding: 10px 15px;
  font-size: 90%;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.ele_set>table tr td {
  padding: 10px 15px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  text-align: center;
}

.overline {
  font-weight: bold;
  color: #ff0033;
  font-size: 120%;
  text-decoration: line-through;
}

.ele_option {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ele_option>div {
  width: 55%;
}

.ele_option>img {
  width: 30%;
}

.ele_tokutoku {
  width: 90%;
  max-width: 1160px;
  display: block;
  border: 1px solid #ff0033;
  padding: 3% 3%;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto 7%;
  border-radius: 15px;
}

.ele_tokutoku>p {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
}

.ele_tokutoku>p.under_yellow {
  display: inline-block;
  color: #ff0033;
  font-size: 180%;
  margin: 0 auto 1%;
}

.ele_tokutoku>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  line-height: 1.7;
}

.ele_tokutoku>div>div {
  width: 48%;
  font-weight: bold;
  font-size: 110%;
}

.ele_tokutoku>div>div p:nth-child(1) {
  background: #e4f1f9;
  padding: 4% 5%;
  margin-top: 2%;
}

.ele_tokutoku>div>img {
  width: 48%
}

.security_about {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 4%;
}

.security_about>div:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0%;
}

.security_about>div>div {
  width: 57%;
  margin-bottom: 0%;
}

.security_about>div>div .red {
  font-size: 90%;
}


.security_about>div:nth-of-type(1)>div ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 5%;
}

.security_about>div:nth-of-type(1)>div ul li {
  width: 47%;
  max-width: 160px;
  display: block;
  margin-right: 3%;
}

.security_about>div:nth-of-type(1)>div ul li a {
  padding: 5px 5%;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  background: #dd0012;
  display: block;
  text-align: center;
}

.security_about>div:nth-of-type(1)>div ul li a:hover {
  background: #ef6d78;
}

.security_about>div img {
  width: 40%;
  margin-bottom: 5%;
}

.security_message {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 4%;
}

.security_message>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.security_message>div>img {
  width: 42%;
}

.security_message>div>div {
  width: 53%;
}

.security_message>div>div ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 5%;
}

.security_message>div>div ul li {
  width: 47%;
  display: block;
}


.security_message>div>div ul li a {
  padding: 10px 1% 10px 60px;
  color: #fff;
  font-weight: bold;
  background: #dd0012;
  display: block;
  line-height: 1.4;
  font-size: 100%;
  box-sizing: border-box;
  position: relative;
}

.security_message>div>div ul li a:hover {
  background: #ef6d78;
}

.security_message>div>div ul li:nth-child(1) a i {
  font-size: 220%;
  display: block;
  position: absolute;
  left: 25px;
  top: 15px;
}

.security_message>div>div ul li:nth-child(2) a i {
  font-size: 240%;
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
}

@media screen and (max-width: 1160px) {
  .security_message>div>div ul li {
    width: 100%;
    margin-bottom: 3%;
  }

  .security_message>div>div ul li br {
    display: none;
  }

  .security_message>div>div ul li a {
    padding: 20px 30px 20px 60px;
    display: inline-block;
  }
}


.security_product {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
  line-height: 1.6;
}

.security_product>p {
  font-size: 140%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 1% 3%;
  background: #013b64;
  margin-top: 1%;
  margin-bottom: 2%;
}

.security_product>div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 7%;
}

.security_product>div dl {
  width: 31%;
  margin-right: 3.5%;
}

.security_product>div dl:nth-child(3n) {
  margin-right: 0;
}

.security_product>div dl dt img {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}


.security_product>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.sl_himeji_con {
  border-top: 1px solid #ccc;
  padding-top: 5%;
}

.sl_himeji_con>div {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 5%;
}


.sl_himeji_con>div>div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.sl_himeji_con>div>div>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.sl_himeji_con>div>div>div img {
  width: 40%;
}

.sl_himeji_con>div>div>div>div {
  width: 55%;
}

.sl_himeji_con>div>div>div>div p {
  margin-bottom: 0;
}

.sl_himeji_con>div>div>div>div p:nth-child(1) {
  font-size: 110%;
  color: #013b64;
  font-weight: bold;
  line-height: 1.2;
}


.sl_himeji_con>div>div>div>div p:nth-child(3) span {
  font-size: 140%;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}

.sl_himeji_con>div>div>div>div .btn {
  text-align: left;
  margin-top: 15px;
}

.service_about {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

.service_about>div:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%;
}

.service_about.service_reverse>div:nth-of-type(1) {
  flex-direction: row-reverse;
}

.service_about>div:nth-of-type(1)>div {
  width: 50%;
  margin-bottom: 5%;
}

.service_about.service_reverse>div:nth-of-type(1)>div {
  width: 51%;
}

.service_about>div:nth-of-type(1)>div h4 span {
  display: inline-block;
  background: #013b64;
  color: #fff;
  font-size: 70%;
  line-height: 1.4;
  padding: 4px 3% 5px;
  margin-bottom: 1%;
}

.service_about>div:nth-of-type(1)>div ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 5%;
}

.service_about>div:nth-of-type(1)>div ul li {
  width: 31%;
  max-width: 160px;
  display: block;
  margin-right: 2%;
}

.service_about>div:nth-of-type(1)>div ul li a {
  padding: 5px 3%;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  background: #dd0012;
  display: block;
  text-align: center;
  margin-bottom: 3%;
  box-sizing: border-box;
}

.service_about>div:nth-of-type(1)>div ul li a:hover {
  background: #ef6d78;
}

.service_about>div:nth-of-type(1)>img {
  width: 45%;
}

.service_about02 {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

.service_about02>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.service_about02 .diag-img {
  width: 45%;
}

.service_about02>div>div {
  width: 50%;
  margin: 0 !important;
  padding: 0 !important
}

.service_about02>div>div ol {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.service_about02>div>div ol li {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5%;
  line-height: 1.4;
  padding-left: 5px;
}

.service_about02>div>div ol li::marker {
  padding-right: 10px;
  white-space: normal;
}

.service_about02>div>div ol li span {
  font-size: 75%;
  font-weight: normal;
  display: block;
}

.tokuteiseibi {
  font-size: 80%;
  background: #e6e4e4;
  padding: 3% 4%;
  box-sizing: border-box;
  line-height: 1.6;
}

.tokuteiseibi span {
  font-size: 140%;
  color: #013b64;
  font-weight: bold;
  display: block;
}

.recruit_box {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
}

.recruit_box>div:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%;
}

.recruit_box>div:nth-of-type(1)>div {
  width: 55%;
}

.recruit_box>div:nth-of-type(1)>img {
  width: 40%;
}

.recruit_box h4+p {
  font-size: 90%;
}

.taishou {
  font-size: 100%;
  font-weight: bold;
  background: #e6e4e4;
  padding: 2% 4%;
  box-sizing: border-box;
  line-height: 1.8;
  margin-bottom: 3%;
}

.taishou p {
  font-size: 120%;
  color: #013b64;
  display: block;
  margin-bottom: 3px;
}

.recruit_box .btn02 a {
  max-width: unset;
  display: inline-block;
  padding-right: 30px;
}

.recruit_box .btn02 a i {
  font-size: 160%;
  vertical-align: -2px;
}

.recruit_gray {
  background: #e6e4e4;
  padding: 4% 0 1%;
  margin-bottom: 5%;
}

.recruit_gray>div {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 3%;
}

.recruit_gray h3+p {
  color: #013b64;
  background: url(../img/logo_diag.png) no-repeat top center;
  background-size: 300px auto;
  padding-top: 25px;
  margin-top: 4%;
  margin-bottom: 2%;
  font-size: 130%;
  letter-spacing: 0.05em;
}

.recruit_gray h3+p br {
  display: none;
}

.recruit_gray h3+p+p {
  max-width: 680px;
  margin: 0 auto 5%;
}

.recruit_gray>div>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.recruit_gray>div>div dl {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4%;
}

.recruit_gray>div>div dl dt {
  width: 50%;
}

.recruit_gray>div>div dl dd {
  width: 45%;
  line-height: 1.6;
}

.recruit_gray>div>div dl dd span {
  font-size: 110%;
  color: #fff;
  font-weight: bold;
  background: #013b64;
  display: inline-block;
  padding: 3px 20px;
  margin-bottom: 10px;
}

.recruit_box strong {
  font-size: 120%;
  margin-bottom: 3%;
}

.rec_check li {
  margin: 0 0 3% 0;
  line-height: 1.4;
  text-indent: -2em;
  margin-left: 1.8em
}

.rec_check li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  padding-right: 10px;
  font-size: 130%;
  vertical-align: -1px;
  color: #013b64;
}

.youkou_tbl {
  width: 100%;
  max-width: 840px;
  margin: 3% auto;
  line-height: 1.6;
}

.youkou_tbl tr th {
  width: 190px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 3% 3%;
  background: #e4e2e2;
  vertical-align: top;
  font-weight: normal;
}

.youkou_tbl tr td {
  width: calc(100% - 190px);
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 3% 3%;
}


/* お知らせ */
#news .news_data {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 10%;
}

.blog-kiji {
  margin-bottom: 5%;
}

.info_data img {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
}

.kiji-date {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
  background: #efefef;
  padding: 0 10px;
}

#news.lower h3 {
  width: 100%;
  text-align: left;
  font-size: 160%;
  line-height: 1.8;
}

.news_list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 10%;
}

.news_list>div {
  padding: 3%;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 3%;
}

.news_list>div dl dt {
  font-weight: bold;
}

.news_list>dl dt a:hover {
  color: #297ed0 !important;
  transition: all 0.5s;
}

.news_list>div dl dt span {
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 10px;
  display: inline-block;
  background: #e10b20;
  padding: 0 10px;
  color: #fff;
}

.news_list>div dl+div {
  font-size: 90%;
}

.news_list>div dl dd a {
  color: #013b64;
  font-size: 140%;
  font-weight: bold;
}

.news_list>div dl dd a:hover {
  color: #008ae2;

}

.kiji_btn a {
  width: 80%;
  max-width: 150px;
  background: #013b64;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 20px 0 0;
  font-size: 90%;
  border-radius: 30px;
}

.info_data .kiji_btn {
  text-align: center;
}

.info_data .kiji_btn a {
  margin: 5% auto 10%;
  max-width: 200px;
}

.kiji_btn a:hover {
  background: #008ae2;
  transition: all 0.5s;
}

.info_data {
  width: 90%;
  max-width: 1100px;
  margin: 0% auto;
}

.info_data h3 {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 4px solid #ccc;
  text-align: left;
  line-height: 1.6;
  font-size: 160%;
}

.info_data h3>span {
  font-size: 90%;
  margin-bottom: 5px;
  display: inline-block;
}

.info_data h3>span>span {
  font-size: 90%;
  background: #e10b20;
  padding: 3px 5px;
  margin-left: 5px;
  color: #fff;
}

.info_data h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: auto;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #013b64;
}

.info_con {
  width: 95%;
  margin: 3% auto;
}

.blog-kiji {
  width: 100%;
  margin: 2% auto 5%;
}

.info_img {
  max-width: 95%;
  text-align: center;
  margin: 0 auto 30px;
}

.info_img img {
  width: auto;
  max-width: 100%;
  margin: 10px auto 20px;
}

.info_data h4 {
  font-size: 110%;
  font-weight: bold;
  margin: 5% auto 3%;
  border-bottom: 5px solid #0f3080;
  background: #e7f0ff;
  padding: 15px 0 15px 20px;
  line-height: 1.6;
}

.blog-kiji p {
  width: 95%;
  line-height: 1.8 !important;
  margin: 0 auto 1em;
}

.info_data .btn {
  margin-top: 5%;
}

.link-docu-box {
  width: 93%;
  margin: 0 auto;
}

.pre_next {
  width: 100%;
  max-width: 1100px;
  margin: -2% auto 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 90%;

}

.pre_next>div {
  width: 48%;
}

.pre_next>div:nth-child(2) {
  text-align: right;
}

/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;

}

.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px !important;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #103080;
  border-color: #103080;
  font-weight: bold;
}

/* フォーム */

#contact {
  width: 90%;
  max-width: 800px;
  margin: 5% auto;
}

#contact p {
  margin-bottom: 5%;
}

.contact_form {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
}

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

.form_btn .input-btn01,
.form_btn .input-btn02 {
  margin: 0 auto;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.info-txt {
  padding: 20px;
  background: #e5e6e5;
}

.color03 {
  color: #f16464;
}

.color04 {
  color: #4ea831;
}

.p-type01 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}


.contact-dl {
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-dl dt {
  vertical-align: top;
  width: 250px;
  display: inline-block;
  margin-right: 20px;
}

.contact-dl dd {
  width: 500px;
  display: inline-block;
  vertical-align: top;
}

.radio-span {
  display: block;
  margin-bottom: 10px;
}

.radio-span input {
  vertical-align: middle;
  margin-right: 6px;
}

.komoku {
  float: left;
  width: 175px;
  display: inline-block;
  margin-top: 0em;
}

.must {
  font-size: 13px !important;
  float: right;
  display: inline-block;
  color: #fff;
  background: #f16464;
  width: 60px;
  line-height: 1.0;
  text-align: center;
  padding: 0.5em 0;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.6em;
  outline: none;
  border: 1px solid #DDD;
  font-size: 15px;
  background: #eeeeee;
  box-sizing: border-box;
}

.input-zip {
  width: 100px;
  padding: 0.6em;
  outline: none;
  border: 1px solid #DDD;
  font-size: 15px;
  background: #eeeeee;
  box-sizing: border-box;
  margin-right: 10px;
}

.input-box01 {
  width: 100%;
}

.input-box01c {
  width: 100% !important;
  margin-bottom: 8px !important;
}

.zip {
  width: 150px;
  border: solid 1px #ccc !important;
  padding: 7px 6px;
  background: #eeeeee;
}

.add-txt {
  display: inline-block;
  width: 9.4em;
}

.ml5 {
  margin-left: 5px;
}

.mwform-radio-field {
  margin: 0 15px;
}

.input-box02 {
  width: 100%;
  height: 200px;
}

.input-box03 {
  margin-top: -25px;
}

.input-btn01 {
  font-size: 16px;
  display: inline-block;
  padding: 1.0em 2.0em;
  color: #fff;
  background-color: #013b64;
  border-radius: 6px !important;
  transition: all 0.5s;
}

.input-btn01:hover {
  background-color: #008ae2;
}

.input-btn02 {
  font-size: 16px;
  display: inline-block;
  padding: 1.0em 2.0em;
  color: #fff;
  background: #888;
  margin-right: 30px !important;
  border-radius: 6px !important;
  transition: all 0.5s;
}

.input-btn02:hover {
  background: #ccc;
}

.confirm-p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.cr02 {
  color: #ff0000;
}

.radio_shop dd>span {
  display: inline-block;
  width: 200px;
  margin-left: 10px !important;
}

/* エラー吹き出し */
.error {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0.5em 1.5em;
  color: #fff !important;
  border-radius: 6px;
  background: #f16464;
  font-size: 1.4rem;
  margin-top: 12px;
  width: 200px;
  text-align: center;
}

.error::before {
  content: '';
  position: absolute;
  left: 64px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #f16464;
  border-left: 15px solid transparent;
}

.input-box01b {
  width: 5em;
}

.contact-dl select {
  border: solid 1px #ccc;
}

.bg-type01 {
  background: #fbedef;
}

.bg-type02 {
  background: #f0fcee;
}

.confirm .no-confirm {
  display: none;
}

.form-btn {
  margin-top: 20px;
  margin-bottom: 40px;
}

.error-message {
  width: 90%;
  background: #fbedef;
  padding: 3% 5%;
  color: red;
  text-align: center;
}

.confirm,
.thanks-message {
  width: 90%;
  background: #CFEBF6;
  padding: 3% 5%;
  text-align: center;
}

.thanks-message {
  margin-bottom: 200px;
}

.kakunin-wrap .no-confirm {
  display: none;
}

.gazo-ninsho img{
width:auto;
height:auto;
max-width:100%;
}

.foot-kameuchi{
margin-left:auto;
margin-right:auto;
text-align:center;
width:250px; !important;
margin-bottom:20px;
}





/*
-----------------------------------------------
flex box
----------------------------------------------- */
.container01{
display:flex;
flex-wrap:wrap;
}

.container02{
display:flex;
flex-wrap:nowrap;
}

.container03{
display:flex;
flex-wrap:wrap-reverse;
}

.al-item01{
align-items:flex-end
}

.c-type01{
justify-content:space-between;
}

.c-type02{
justify-content:space-around;
}

.c-type03{
justify-content:flex-start;
}

.c-type04{
justify-content:center;
}

/*
-----------------------------------------------
製品一覧
----------------------------------------------- */
.product-wrap{
border-top:solid 1px #ccc;
padding-top:30px;
}

.product-wrap:first-of-type {
border-top: none !important;
}


.mx-img{
width:auto !important;
max-width:100% !important;
height:auto !important;
}

.product-catch{
font-size:14px;
}

.product-name{
margin-top:5px;
}

.product-list img{
border:solid 1px #ccc;
}

.product-list a:hover{
 opacity: 0.4;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

.product-list{
width:22%;
margin-right:4%;
margin-bottom:3%;
}

.product-list:nth-of-type(4n){
margin-right:0 !important;
}

.security_product_box {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 7%;
  line-height: 1.6;
}

.maker-name{
display:inline-block;
height:50px;
line-height:50px;
color:#fff;
background:#000;
padding:0.2em 1.5em;
font-size:120%;
margin-bottom:30px;
}

.product-box{
padding:10px 5% !important;
}

.product-box a{
color:#003399;
font-size:15px;
}

.product-box a:hover{
color:#3366ff;
}

.product-name02{
font-size:120%;
font-weight:900;
margin-top:10px;
padding-bottom:5px;
border-left:solid 10px #000;
padding-left:10px;
line-height:1.5;
}

.product-info{
font-size:14px;
line-height:1.4;
}

.product-catch02{
font-size:100%;
}


@media screen and (max-width: 1024px) and (orientation: portrait){

#header_in_sp .kameuchi-img {
  width: 200px;
  position: absolute;
  top: 20px;
  right: 90px;
}

.sponly{
display:none;
}

header h1 {
  width: 250px;
  display: block;
  margin-top: 3px;
}

#header_in_sp h1{
width:278px !important;
padding-top:14px !important;
}

}


/*
-----------------------------------------------
バナー
----------------------------------------------- */
.security_ban {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 4%;
}

.security_ban li{
width:23.5%;
margin-right:2%;
}

.security_ban li:nth-of-type(4n){
margin-right:0;
}

/*
-----------------------------------------------
TOP NEWS
----------------------------------------------- */
.security_news {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 6%;
}

.security_news dl{
font-size:18px;
padding:10px 10px 12px;
margin-bottom:5px;
border-bottom:dotted 1px #000;
}


.security_news dt{
width:13% !important;
}

.security_news dt span{
display:block;
width:8em;
color:#fff;
background:#111;
text-align:center;
}

.security_news dd{
width:85% !important;
}
