@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 880px
---------------------------------------------*/
@media screen and (max-width: 880px) {

  /*---------------------------------------------
	body
---------------------------------------------*/




  html {
    scroll-behavior: smooth;
  }

  body {
    font-size: 15px;
    line-height: 1.8;
  }

  p {
    font-size: 14px;
  }

  .only_pc_none {
    display: block !important;
  }

  .only_sp_none {
    display: none !important;
  }

  .sp_br {
    display: inline;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }



  /*---------------------------------------------
 ** スマホメニュー
---------------------------------------------*/

  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background: #013b64;
    z-index: 99999;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    left: 10px;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 13px;
  }

  .hamburger span:nth-child(2) {
    top: 28px;
  }

  .hamburger span:nth-child(3) {
    top: 43px;
  }


  .hamburger.active span:nth-child(1) {
    top: 25px;
    left: 10px;
    background: #fff;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 25px;
    background: #fff;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .mm-panel {
    background: #013b64 !important;
  }

  .mm-navbar {
    color: #fff !important;
  }

  .mm-slideout {
    cursor: pointer;
  }

  #header {
    height: 80px;
  }

  #header_in_sp {
    width: 97%;
    margin: 0 auto;
    display: block;
    position: relative;
  }

  #header_in {
    display: none;
  }

  #nav_sp {
    margin-top: 80px;
    z-index: 2;
  }

  #nav_sp .pc_none {
    display: block;
  }

  header h1 {
    padding-top: 20px;
    margin-top: 0;
  }

/*   #header_in_sp>img {
    width: 200px;
    position: absolute;
    top: 35px;
    right: 90px;
  } */

#header_in .kameuchi-img {
display:none;
}

  #under #content {
    margin-top: 60px !important;
  }

  #home #content {
    margin-top: 40px;
  }

  #pan {
    font-size: 80%;
  }

  #home h2 {
    margin-bottom: 2%;
  }

  #main {
    margin-top: 80px;
  }

  .btn_tri {
    height: 45px;
    line-height: 45px;
  }

  h3+p {
    padding: 10px 0;
    margin-bottom: 2%;
  }

  #top_con01 {
    background: url(../img/top01.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding: 2% 0 58%;
    margin-bottom: 10%;
  }

  #top_con01>div {
    width: 90%;
    max-width: unset;
    margin: 0 auto;
  }

  #top_con01>div>div {
    justify-content: center;
  }

  #top_con01>div>div div {
    width: 45%;
    margin-left: 5px;
    margin-right: 5px;
  }

  #top_con02 {
    margin-bottom: 5%;
  }

  #top_con03 {
    background: url(../img/top02.jpg) no-repeat center bottom;
    margin-bottom: 10%;
    background-size: 100% auto;
    padding: 2% 0 50%;
  }

  #top_con03>div {
    width: 90%;
    max-width: unset;
    margin: 0 auto;
  }

  #top_con03>div>div {
    max-width: 600px;
    margin: 0 auto;
  }

  .btn_tri span::after {
    top: 36%;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
  }

  #top_con04>div>div:nth-child(1) {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    position: relative;
  }

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

  #top_con04 .btn_tri {
    width: 40%;
    max-width: 150px;
    margin-top: 0;
    position: absolute;
    top: -10px;
    right: 0;
  }

  .car_info .car_data img {
    margin: 0 auto 3%;
  }

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

  .btn_file a {
    max-width: 500px;
    margin: 0 auto;
  }


  /*---------------------------------------------
 **  フッター
---------------------------------------------*/

  .sp_contact {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #013b64;
    padding: 10px 10px 20px;
    box-sizing: border-box;
  }

  .sp_contact a {
    width: 49%;
    display: block;
    background: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #013b64;
    font-size: 110%;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
  }

  .sp_contact i {
    font-size: 150%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
  }

  #pageTop {
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 8;
  }

  #pageTop a {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  #pageTop a:hover {
    opacity: 0.9
  }

  /* 下層ページ */

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

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

  .reserve_box>div>div>div img {
    width: 100%;
    margin: 0 auto 3%;
  }

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

  .reserve_box>div>div>div>div .btn {
    text-align: center;
    font-size: 90%;
  }

  #faq-ttl:before {
    content: '';
    /*何も入れない*/
    display: block;
    /*忘れずに！*/
    width: 45px;
    /*画像の幅*/
    height: 45px;
    /*画像の高さ*/
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -50px;
    top: 3px !important;
  }


  .faq-h {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #999;
  }

  .q-bun {
    font-weight: 700;
    margin-left: 2.5em;
    margin-right: 30px;
    font-size: 15px;
  }

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

  .faq-box {
    padding: 15px 5px 0px 5px;
    margin-bottom: 30px;
  }

  .q-txt,
  .a-txt {
    font-size: 110%;
  }

  .rental_list>div dl {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 3%;
  }

  h4 {
    font-size: 140%;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  h4 a {
    top: 3px;
    padding: 3px 2%;
  }

  h4 a i {
    font-size: 120%;
    padding-right: 5px;
    vertical-align: -1px;
  }

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

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

  .diag_about>div:nth-of-type(1)>img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10%;
  }


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

  .service_about>div:nth-of-type(1)>img,
  .service_about.service_reverse>div:nth-of-type(1)>img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10%;
  }

  .service_about02 .diag-img {
    width: 100%;
    text-align: center;
    margin: 1% auto 5%;
  }

  .service_about02>div>div ol {
    margin: 3% 0 5% 5%;
  }

  .service_about02>div>div ol li {
    margin-bottom: 3%;
  }

  .service_about02 .diag-img img {
    width: 90%;
    max-width: 500px !important;
    margin: 1% auto 5%;
  }

  .service_about02>div>div {
    width: 100%;
  }


  .diag_list {
    padding: 5% 7%;
  }


  .diag_list::before {
    top: -60px;
  }


  .diag_list li {
    width: 100%;
  }

  .company_data>div>div br {
    display: inline;
  }

  .company_data02>div dl dt {
    width: 150px;
  }

  .company_data02>div dl dd {
    width: calc(100% - 150px);
  }

  .company_data02.history>div dl dt {
    width: 210px;
  }

  .company_data02.history>div dl dd {
    width: calc(100% - 210px);
  }

  .ele_value {
    font-size: 240%;
  }

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

  .kanban_column>img {
    width: 90%;
    max-width: 350px;
    margin: 0 auto 3%;
  }

  .ele_p03 .red {
    font-size: 200%;
  }

  .ele_option>div {
    width: calc(100% - 160px);
  }

  .ele_option>img {
    width: 160px;
    margin-top: 15px;
  }

  .ele_tokutoku>div>div {
    width: 100%;
  }

  .ele_tokutoku>div>img {
    width: 90%;
    max-width: 350px;
    margin: 1% auto;
  }

  .security_about h4 br {
    display: none;
  }

  .security_about>div>div {
    width: 100%;
  }

  .security_about>div img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .security_message>div>img {
    width: 90%;
    max-width: 500px;
    margin: 1% auto 5%;
  }

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

  .security_message>div>div ul li {
    width: 48%;
  }

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

  .security_message>div>div ul li a {
    padding: 10px 1% 10px 60px;
    display: block;
  }

  .recruit_box>div:nth-of-type(1)>div {
    width: 100%;
    margin-bottom: 3%;
  }

  .recruit_box>div:nth-of-type(1)>div h4 br {
    display: none;
  }

  .recruit_box>div:nth-of-type(1)>img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10%;
  }

  .recruit_gray h3+p {
    letter-spacing: 0;
    background: url(../img/logo_diag.png) no-repeat top center;
    background-size: 230px auto;
    line-height: 1.6;
    margin-top: 10%;
  }

  .youkou_tbl {
    margin-top: 30px;
  }

  .youkou_tbl tr th {
    width: 130px;
  }

  .youkou_tbl tr td {
    width: calc(100% - 130px);
  }

  .contact-dl dt {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
    position: relative;
  }

  .contact-dl dt .must {
    position: absolute;
    top: 0;
    right: 0;
  }


  .komoku {
    width: 100%;
  }

  .contact-dl dd {
    width: 100%;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 16px;
  }

  .add_txt {
    font-size: 90%;
    display: block;
    margin-top: 5px;
  }

  .contact-dl dd span.kakunin_off {
    font-size: 90%;
  }

  #header_in_sp h1 {
    width: 400px;
    padding-top: 15px 0 0 5px;
  }

}

@media screen and (max-width: 750px) {
  .recruit_box>div:nth-of-type(1)>div h4 br {
    display: inline;
  }


.security_ban li{
width:48%;
margin-right:4%;
margin-bottom:4%;
}

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


}

@media screen and (max-width: 700px) {
  #header {
    height: 65px;
  }

  #header_in_sp h1 {
    width: 200px;
    padding-top: 5px;
  }

  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 8px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #013b64;
    z-index: 99999;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 10px;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 15px;
  }

  .hamburger span:nth-child(2) {
    top: 25px;
  }

  .hamburger span:nth-child(3) {
    top: 35px;
  }

  #header_in_sp>img {
display:none;
  }

  #nav_sp {
    margin-top: 65px;
  }

  #main {
    margin-top: 65px;
  }

  #top_con04>div>div:nth-child(2) dl a dt {
    width: 100%;
  }

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

  #foot01 {
    padding: 30px 0 10px;
  }

  #foot01>div dl {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 3%;
  }

  #foot02 {
    width: 95%;
  }

  #foot02>div {
    width: 40%;
  }

  #foot02>ul {
    width: 280px;
  }

  #foot02>ul li span {
    width: 120px !important;
  }

  #content {
    margin-top: 30px;
  }

  #home #content {
    margin-top: 25px;
  }

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

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

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

  .shop_data>div>img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }

  .shop_data>div>div {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }

  .r_price>div h5 {
    font-size: 120%;
  }

  .r_price>div>div {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .r_price>div>div::-webkit-scrollbar {
    background: #eee;
    width: 10px;
    border-radius: 10px;
  }

  .r_price>div>div::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
    height: 10px;
  }

  .r_price>div>div>table {
    width: 640px;
    display: block;
    padding-bottom: 5px;
    font-size: 80%;
  }

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

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

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

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

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

  .election_data>div>div {
    width: 100%;
  }

  .election_data>div>img {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }

  .ele_column>div:nth-child(1) {
    width: 100%;
    margin-bottom: 3%;
  }

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

  .ele_set {
    padding-bottom: 4%;
    margin-top: 2%;
  }

  .ele_set>div {
    width: 100%;
    margin-bottom: 2%;
  }

  .ele_set>table {
    width: 100%;
  }

  .ele_tokutoku>p.under_yellow {
    margin-bottom: 4%;
  }

  .ele_tokutoku>p:nth-child(2) {
    text-align: left;
  }

  .security_product>div dl {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5%;
  }

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

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

  .sl_himeji_con>div>div>div img {
    width: 90%;
    max-width: 400px;
    margin: 0 auto 3%;
  }

  .sl_himeji_con>div>div>div>div {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 5%;
    text-align: center;
  }

  .sl_himeji_con>div>div>div>div .btn {
    text-align: center;
  }

  .sl_himeji_con>div>div>div>div .btn a {
    margin: 0 auto;
    min-width: 250px;
  }

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

  .recruit_gray>div>div dl dt,
  .recruit_gray>div>div dl dd {
    width: 100%;
    margin-bottom: 3%;
    font-size: 90%;
  }

  .recruit_gray>div>div dl dd span {
    margin-bottom: 5px;
  }

}

@media screen and (max-width: 580px) {
  #top_con02>div dl dd {
    font-size: 90%;
  }

  #foot02>div {
    width: 100%;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
  }

  #foot02>div img {
    max-width: 280px;
    margin: 2% auto 5%;
  }

  #foot02>div div {
    margin: 0 auto 3%;
  }

  #foot02>ul {
    margin: 3% auto 0;
  }

  .choice_type {
    margin-bottom: 7%;
  }

  .choice_type>div dl {
    width: 45%;
  }

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

  .btn_file a span i {
    left: 0;
  }

  .car_btn>a {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 3%;
  }

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

  .diag_about02 ul {
    margin-top: 5%;
  }

  .diag_about02 ul li {
    width: 49%;
  }

  .company_data>div>p {
    width: 100%;
    margin-bottom: 5%;
  }

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

  .company_data02>div dl dt {
    width: 100%;
    background: #eee;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 3px;
  }

  .company_data02>div dl dd {
    width: 100%;
    padding: 5px 10px;
  }

  .company_data02.history>div dl dt {
    width: 100%;
    background: #eee;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 3px;
  }

  .company_data02.history>div dl dt span {
    margin-left: 10px;
  }

  .company_data02.history>div dl dd {
    width: 100%;
    padding: 5px 10px;
  }

  .goods_column img {
    width: 49%;
    margin-bottom: 2%;
  }

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

  .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: 15px 30px 15px 60px;
    display: block;
    font-size: 100%;
  }

  .security_message>div>div ul li:nth-child(1) a i {
    top: 8px;
  }

  .security_message>div>div ul li:nth-child(2) a i {
    top: 8px;
  }

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

  .youkou_tbl tr th {
    width: 100%;
  }

  .youkou_tbl tr td {
    width: 100%;
    padding-bottom: 5%;
    font-size: 95%;
  }

  .youkou_tbl tr td p {
    font-size: 95%;
  }

}

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

  .br_480 {
    display: inline;
  }

  .globalMenuSp ul {
    padding: 0 !important;
  }

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

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

  h3 {
    font-size: 160%;
  }

  h3+p {
    font-size: 110%;
    margin-bottom: 0;
  }

  .btn_tri {
    height: 35px;
    line-height: 35px;
    font-size: 100%;
  }

  #header_in>img {
    width: 120px;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  header nav h1 {
    width: 180px;
    margin-top: 18px;
  }

  #top_con02>div dl {
    width: 100%;
  }

  #top_con02>div dl dt img {
    height: 150px;
    object-fit: cover;
  }

  #top_con02>div dl dd p {
    margin-bottom: 1%;
  }

  #top_con03>div>div div {
    width: 100%;
    max-width: 280px;
    margin: 3% auto 0;
  }

  #top_con04 .btn_tri {
    height: 25px;
    line-height: 25px;
    max-width: 100px;
    top: 0;
  }


  #copy {
    font-size: 80%;
  }

  #pageTop a {
    width: 30px;
    height: 30px;
  }

  #lower_title h2 {
    font-size: 130%;
    padding: 30px 0;
  }

  .reserve_box>div>div>div {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 7%;
  }

  .reserve_box>div>div>div>div .btn {
    margin-top: 5px;
  }

  .car_info .car_data table tr th {
    width: 45%;
  }

  .diag_about>div:nth-of-type(2) h5 {
    font-size: 120%;
    margin-bottom: 3%;
  }

  .diag_about>div:nth-of-type(2) {
    padding: 7% 6%;
  }

  .diag_about>div:nth-of-type(2)::before {
    font-size: 280%;
    top: -40px;
  }

  .shop_data>div>div .btn a {
    padding: 1% 5%;
  }

  .shop_data>div>div>div:nth-of-type(1) {
    padding: 2% 15px;
  }

  .megahon {
    font-size: 140%;
  }

  .diag_list h5 {
    font-size: 120%;
    margin-bottom: 3%;
  }

  .diag_list li {
    font-size: 90%;
    margin-left: 5px;
  }

  h4 {
    font-size: 140%;
    padding-bottom: 5px;
  }

  .service_about02>div>div ol li {
    font-size: 100%;
  }

  .for_bus {
    height: auto !important;
    line-height: 1.2 !important;
    text-align: center;
  }

  .for_bus a {
    width: 100%;
    max-width: 300px;
    padding: 15px 0 20px;
    white-space: normal;
    margin: 0 auto;
  }

  .for_bus i {
    display: block;
    margin-bottom: 5px;
  }

  .recruit_gray {
    padding: 6% 0 4%;
  }

}

@media screen and (max-width: 400px) {
  .btn_file {
    height: 65px;
    line-height: 65px;
    font-size: 90%;
  }

  .btn_file a span {
    padding-left: 0;
    padding-top: 35px;
    text-align: center;
    box-sizing: border-box;
  }

  .btn_file a span i {
    right: 0;
    left: 0;
    top: 0px;
    font-size: 220%;
    margin: 0 auto;
    display: block;
  }

  .car_btn>a {
    font-size: 120%;
  }
}


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

  body {
    font-size: 12px;
  }

  p {
    font-size: 12px;
  }

  .btn_tri span::after {
    top: 38%;
    left: 12%;
  }

  .btn_tri span::after {
    border: 5px solid transparent;
    border-left: 7px solid #FFF;
    left: 13%;
  }

  #top_con04 .btn_tri {
    height: 20px;
    line-height: 20px;
    max-width: 90px;
    top: 0;
  }

  h4 {
    font-size: 130%;
  }

  h4 a {
    top: 2px;
    padding: 1px 2%;
  }

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

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

  .for_bus a {
    padding: 10px 0 15px;
  }
}

/* スマホのときのみ電話をかける */
@media (min-width: 880px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


@media screen and (max-width: 896px) and (orientation: landscape){

.sponly{
display:none;
}

#header_in_sp .kameuchi-img {
display:none;
}


}

@media screen and (max-width: 480px){
.product-list{
width:48%;
margin-right:4%;
margin-bottom:3%;
}

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

.maker-name{
font-size:15px;
height:40px;
line-height:40px;
}

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

#foot02 .foot-logo {
  width:100%;
  max-width: 100%;
}

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

.sponly{
display:block;
}

.tabonly{
display:none;
}

#header_in_sp .kameuchi-img {
display:none;
}


/*
-----------------------------------------------
TOP NEWS
----------------------------------------------- */


.security_news dl{
font-size:14px;
padding:8px 0px 8px;
margin-bottom:7px;
border-bottom:dotted 1px #000;
}


.security_news dt{
width:100% !important;
margin-bottom:2px;
}

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

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


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

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




}