@charset "utf-8";
/* ページ内リンクの移動を滑らかに */
html {
  scroll-behavior: smooth;
  font-family: 	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, "sans-serif";
}

.cp_cont{
  display: none;
}

/*コンポーネント*/
.mt_0{margin-top: 0px;}
.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.mt_30{margin-top: 30px;}
.mt_40{margin-top: 40px;}
.mt_50{margin-top: 50px;}
.mt_60{margin-top: 60px;}
.mt_70{margin-top: 70px;}
.mt_80{margin-top: 80px;}
.mt_90{margin-top: 90px;}
.mt_100{margin-top: 100px;}
.mt_110{margin-top: 110px;}
.center{
  text-align: center;
}
.lh_2{
  line-height: 2;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
.indent_2{
  text-indent: -2em;
  padding-left: 2em;
}
.sp_br{
  display: none;
}
.text-wrap{
  display: inline-block
}
.red{
  color: #C5010F;
}
.bold{
  font-weight: bold;
}
.center{
  text-align: center;
}
.anc_point{
  position: absolute;
  top: -100px;
}
.more_btn {
    max-width: 215px;
    width: 100%;
}
.more_btn a {
    display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #C5010F;
  font-size: 1.2rem;
  height: 40px;
  width: 100%;
}
/* アニメーション
======================================================= */
.fade{
    opacity: 0;
    transition:ease-out 0.5s;
}
.fade.fade--left{
    transform: translate(-100px,0)
}
.fade.fade--right{
    transform: translate(100px,0)
}
.fade.fade--bot{
    transform: translate(0,100px)
}
.fade.scrollin{
    opacity: 1;
    transform: translate(0,0);
}

.fade.fade--list{
    opacity: 1;
}
.fade.fade--list .fade_child{
    opacity: 0;
    transition:ease-out 0.5s;
    transform: translate(0,100px)
}
.fade.fade--list.scrollin .fade_child{
    opacity: 1;
    transform: translate(0,0);
}

.fade.fade--list .fade_child:nth-child(1){
    transition-delay: 0.0s;
}
.fade.fade--list .fade_child:nth-child(2){
    transition-delay: 0.15s;
}
.fade.fade--list .fade_child:nth-child(3){
    transition-delay: 0.3s;
}
.fade.fade--list .fade_child:nth-child(4){
    transition-delay: 0.45s;
}
.fade.fade--list .fade_child:nth-child(5){
    transition-delay: 0.6s;
}
.fade.fade--list .fade_child:nth-child(6){
    transition-delay: 0.75s;
}
.fade.fade--list .fade_child:nth-child(7){
    transition-delay: 0.9s;
}
.fade.fade--list .fade_child:nth-child(8){
    transition-delay: 1.05s;
}
.fade.fade--list .fade_child:nth-child(9){
    transition-delay: 1.2s;
}
.fade.fade--list .fade_child:nth-child(10){
    transition-delay: 1.35s;
}
/*header*/
header {
    background: #111868;
    position: relative;
  z-index: 11;
  height: 80px;
}
.hd_inner {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    width: 100%;
    background: #111868;
}
.hd_logo {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 100px;
    background: #fff;
    z-index: 3;
}
.hd_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hd_nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-right: 30px;
}
.hd_item {
    display: flex;
    height: 100%;
    align-items: center;
}
.hd_item a{
  color: #fff;
  border-bottom: 1px solid #fff;
}
.hd_item a:hover{
  border-bottom: 0px solid #fff;
}
a.hd_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #111868;
    font-size: 1.6rem;
    width: 165px;
    height: 80px;
    font-weight: bold;
}
.hd_icon {
    display: inline-flex;
    border-bottom: 2px solid #c5010f;
  height: 26px;
  align-items: center;
}
.hd_name {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    border-bottom: 2px solid #111868;
    padding-left: 0.5em;
}
.hd_mega {
    position: absolute;
    left: 0;
    top: 80px;
    background: #111868;
    width: 100%;
  padding: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .3s;
  
}
.hd_item:hover .hd_mega {
  height: 260px;
  padding: 35px 0 25px;
  opacity: 1;
}
.hd_mega a{
  text-decoration: none;
  border-bottom: none;
}
.hd_mega_inner {
    display: flex;
    max-width: 1030px;
    width: 90%;
  margin: auto;
  justify-content: center;
}
.hd_mega_head {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 3px;
    gap: 15px;
}
.hd_mega_col {
    display: flex;
    flex-direction: column;
  padding: 0 20px;
  border-right: 1px solid #fff;
    gap: 7px;
    min-width: 20%;
}
.hd_mega_col.first {
  margin-left: 20px;
  border-left: 1px solid #fff;
}

/*pankuzu*/
.pankuzu_list {
    display: flex;
    align-items: baseline;
    font-size: 1.4rem;
    flex-wrap: wrap;
    padding: 10px 5%;
    width: calc(100% - 215px);
    margin: 0 0 0 auto;
}
.pankuzu_item {
    padding: 0 10px;
  color: #111868;
}
.pankuzu_item.under_contents {
    position: relative;
}
.pankuzu_item.under_contents::before {
    content: '>';
    color: #E50012;
    position: absolute;
    left: -2px;
}
.pankuzu_item a {
    text-decoration: underline;
  color: #111868;
}

/*レイアウト*/
.sec_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
  margin: 0 auto;
  color: #111868;
}
.sec_title--white {
  color: #fff;
}
.sec_title--main {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 8px;
  padding-left: 8px;
    line-height: 1;
}
.sec_title--sub {
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
  width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
  margin-top: 5px;
}
.sec_title--sub:before, .sec_title--sub:after {
  border-top: 1px solid #C5010F;
  content: "";
  width: 50%; /* 線の長さ */
}
.ft_contact .sec_title--sub:before, .ft_contact .sec_title--sub:after {
  border-top: 1px solid #fff;
}
.sec_title--sub:before {
  margin-right: 20px; /* 文字の右隣 */
}
.sec_title--sub:after {
  margin-left: 20px; /* 文字の左隣 */
}
/*下層ページ*/
.under_mv {
    background: linear-gradient(180deg, #111868 0%, #111868 70%, transparent 70%, transparent 100%);
}
.under_mv_inner {
    width: calc(100% - 215px);
    margin: 0 0 0 auto;
    height: 230px;
    display: flex;
    align-items: center;
    padding: 0 60px;
    background: #ddd;
}
.page_title {
    margin: 0;
    font-size: 3.2rem;
    color: #fff;
    letter-spacing: 7px;
}
.botnav {
    max-width: 1024px;
  width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 80px 0;
}
.botnav_item {
    display: flex;
    flex-direction: column;
}
.botnav_plate {
    background: #E1E2EC;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #111868;
    text-align: center;
    letter-spacing: 4px;
}
.botnav_item--large .botnav_plate {
    height: 75px;
}
/*製品ページ*/
.product_detail {
  
}
.product_detail .pro_block {
    max-width: 1024px;
    width: 90%;
    margin: 80px auto 0;
  border-top: 2px solid #111868;
  position: relative;
}
.product_detail .pro_name {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0;
}
.product_detail .pro_name--sub {
    font-size: 1.6rem;
    color: #111868;
}
.product_detail .pro_name--main {
    font-size: 2.4rem;
}
.product_detail .pro_category {
    display: flex;
    gap: 20px;
    position: absolute;
    top: 20px;
    right: 0;
}
.product_detail .pro_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 64px;
    height: 64px;
    background: #ccc;
    color: #fff;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
}
.product_detail .pro_icon--01{
  background: #C59101;
}
.product_detail .pro_icon--02{
  background: #8BC501;
}
.product_detail .pro_icon--03{
  background: #019DC5;
}
.product_detail .pro_icon--off{
  background: #B1B1B1;
}
.product_detail .pro_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
.product_detail .pro_caption {
    border-top: 2px dotted #111868;
    margin-top: 30px;
    padding-top: 20px;
}
.product_detail .pro_table {
    width: 100%;
    margin-top: 20px;
  border-top: 1px solid #111868;
}
.product_detail .pro_table th {
    width: 154px;
    background: #E1E2EC;
    color: #111868;
    padding: 20px 10px;
  border-bottom: 1px solid #111868;
}
.product_detail .pro_table td {
    padding: 20px 40px;
  border-bottom: 1px solid #111868;
  line-height: 2;
}
.product_detail .pro_info {
    margin-top: 20px;
}
.product_detail .pro_indent {
    text-indent: -1em;
    padding-left: 1em;
}
.product_detail .pro_lined {
    max-width: 600px;
    width: 90%;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 4px;
  color: #111868;
}
.product_detail .pro_lined:before,
.product_detail .pro_lined:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #111868;
}
.product_detail .pro_lined:before {
    margin-right: 20px;
}
.product_detail .pro_lined:after {
    margin-left: 20px;
}
.product_detail .pro_nav {
    max-width: 850px;
    width: 90%;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}
.pro_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    background: #111868;
}
.pro_link:nth-child(even) {
    background: #C5010F
}
.link_inner {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 188px;
    height: 188px;
    background: #fff;
    border-radius: 50%;
}
.link_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 65px;
}
.link_name {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    min-height: 60px;
    color: #C5010F;
}
.pro_link:nth-child(even) .link_name {
    color: #111868;
}


.pro_bot {
    max-width: 1024px;
    width: 90%;
    margin: 100px auto 0;
}
.bot_text {
    font-size: 2rem;
    font-weight: bold;
    color: #111868;
    text-align: center;
}
a.bot_btn {
    display: flex;
    max-width: 676px;
    height: 85px;
    width: 100%;
    margin: 30px auto 0;
    align-items: center;
    box-shadow: 0px 5px 0px #111868,inset 0px 0px 0px #111868;
    border: 3px solid #111868;
    border-radius: 5px;
    position: relative;
    color: #111868;
  transition: .3s;
  font-size: 2rem;
  font-weight: bold;
    padding-left: 7.5%;
}
a.bot_btn:hover{
  box-shadow: 0px 0px 0px #111868,inset 0px 3px 0px #111868;
  opacity: 1;
  padding-top: 5px;
  background: #efefef;
}
a.bot_btn::before{
  content: '';
  background: url("../img/icon_mail.svg") no-repeat center;
  display: inline-block;
  min-width: 46px;
  min-height: 32px;
    margin-right: 2.5%;
}
a.bot_btn::after{
  content: '';
  background: url("../img/bot_arrow.svg") no-repeat center;
  display: inline-block;
  min-width: 32px;
  height: 33px;
    margin-left: 21.5%;
}



/*back_top*/
#page_top {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: -500px;
  opacity: 1;
    right: calc(3% + 20px);
  z-index: 40;
  background: url("../img/btn-pagetop.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 5px 5px 10px #0000001A;
}
#page_top a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*/back_top*/

/*footer*/
.ft_contact{
  background: url("../img/ft_cont_bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 5%;
}
.ft_cont_mail {
    max-width: 502px;
    width: 100%;
    margin: 50px auto 0;
}
.ft_cont_tel {
    max-width: 502px;
    width: 100%;
    margin: 10px auto 0;
}
.ft_cont_mail a{
  display: flex;
  align-items: center;
  color: #111868;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  height: 60px;
}
.ft_cont_mail a::before{
  content: '';
  background: url("../img/ft_cont_mail.svg") no-repeat center;
  min-width: 38px;
  height: 26px;
  display: inline-block;
  margin-left: 25px;
  margin-right: 11%;
}
.ft_cont_tel a{
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  height: 60px;
  border: 1px solid;
  letter-spacing: 2px;
}
.ft_cont_tel a::before{
  content: '';
  background: url("../img/ft_cont_tel.svg") no-repeat center;
  min-width: 37px;
  height: 37px;
  display: inline-block;
  margin-left: 25px;
  margin-right: 6%;
}
.ft_inner {
    display: flex;
    justify-content: space-between;
  align-items: flex-start;
    max-width: 1100px;
    width: 90%;
    margin: 100px auto;
}
.ft_data {
    line-height: 2;
}
.ft_nav {
    display: flex;
    border-right: 1px solid #C5010F;
}
.ft_col {
    line-height: 1.75;
    padding: 0 30px;
    border-left: 1px solid #C5010F;
}
.ft_item.second{
  padding-left: 1em;
}
.ft_item.third{
  padding-left: 3em;
}
.ft_item a {
    color: #000;
}
.ft_item a:hover {
  text-decoration: underline;
}
.copyright {
    background: #111868;
    text-align: center;
  padding: 25px 5%;
}
.copyright small {
    color: #fff;
    font-size: 1.2rem;
    font-weight: lighter;
}
/*/footer*/

@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 768px) {
/* PCの場合はtelリンクを無効 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
/* スマホ閲覧時、横幅可変 */
  body {
    width: 100%;
  }
  .pc_br{
  display: none;
  }
  .sp_br{
  display: block;
  }
  
/*header*/
header{
  height: 70px;
}
.hd_inner {
    justify-content: space-between;
}
.hd_nav,a.hd_cont{
  display: none;
}
.hd_logo {
    position: static;
    max-width: 75%;
    height: 70px;
}
.cp_cont {
    display: flex;
    z-index: 5;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    max-width: 25%;
    width: 100%;
    right: 0;
}
  .cp_cont *,
  .cp_cont *:before,
  .cp_cont *:after {
    padding: 0;
    margin: 0;
  }
.cp_logo {
    max-height: 50px;
    display: flex;
    align-items: center;
}
.cp_logo a,
.cp_logo img {
    max-height: 50px;
  width: auto;
    display: flex;
    align-items: center;
}
  .cp_offcm01 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    z-index: 99999;
  }
  /* menu */
  .cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 300px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    background-color: #111868;
    opacity: 1;
    z-index: 99999;
  }
  .cp_offcm01 .cp_menu ul.ff_ul {
    margin-top: 35px;
    padding: 0;
    padding-bottom: 15px;
  }
.cp_lang a {
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 3px 10px;
    margin: 0 15px 60px;
    display: inline-block;
}
  .cp_offcm01 .cp_menu li.pshm_title {
    padding: 35px 20px 13px;
    color: #fff;
    height: 33px;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio {
    display: none;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0s ease-in;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio:checked + ul.sf_ul {
    max-height: 9999px;
    transition: max-height 1s ease-in;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li a {
    padding: 5px 15px 5px 45px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px dashed #e6e6e6;
    background: #686c77;
}
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li:last-child a {
    border-bottom: none;
  }
  .cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    overflow-y: auto;
    -webkit-box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
  }

  /* menu toggle */
  .cp_offcm01 #cp_toggle01 ~ label {
    position: relative;
    z-index: 999999;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    text-align: center;
    color: #fff;
    top: -10px;
    margin: 0 auto;
  }
  .cp_offcm01 #cp_toggle01 ~ label::before,
  .cp_offcm01 #cp_toggle01:checked ~ label::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 30px;
  }
  .cp_offcm01,
  .cp_offcm01 span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
.cp_offcm01 {
    position: absolute;
    right: 13px;
    top: 10px;
    width: 50px;
    height: 50px;
    padding: 20px 10px;
    background-color: #111868;
}
  .cp_offcm01 span {
    position: absolute;
    right: 0px;
    width: 100%;
    border-radius: 1px;
    height: 3px;
    background-color: #fff;
  }
  .cp_offcm01 span:nth-of-type(1) {
    top: 6px;
  }
  .cp_offcm01 span:nth-of-type(2) {
    top: 15px;
  }
  .cp_offcm01 span:nth-of-type(3) {
    bottom: 3px;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    background-color: #fff;
    top: -3px;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(2) {
    opacity: 0;
    background-color: #000;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    background-color: #fff;
    bottom: -10px;
  }
  
.cp_offcm01 .cp_menu ul.ff_ul li.ff_switch .ff_name {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
}
.cp_offcm01 .cp_menu ul.ff_ul li.ff_switch .ff_name::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    top: calc(50% - 5px);
    right: 25px;
    transform: rotate(45deg);
  transition: .3s;
}
#ff_name:checked ~ .ff_name::after {
    transform: rotate(-135deg);
}
li.ff_child a {
    display: flex;
    padding: 0px 30px;
  line-height: 0;
  overflow: hidden;
  border-bottom: 0px solid #fff;
    font-size: 1.4rem;
    background: #aaa;
    color: #000;
  transition: padding .3s,line-height .3s;
}
#ff_name {
     display: none; 
}
#ff_name:checked ~ ul li.ff_child a {
    padding: 10px 30px;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}

/*レイアウト*/
.sec_title {
    width: auto;
}
.sec_title--main {
    text-align: center;
    font-size: 3.2rem;
}
/*下層ページ*/
.under_mv_inner {
    width: 90%;
    padding: 0 5%;
    height: 180px;
}
.pankuzu_list {
    width: 100%;
    margin: auto;
}
.botnav {
    gap: 10px;
}
.botnav_item {
    width: calc(50% - 5px);
}
.botnav_item.botnav_item--large {
    width: 100%;
}
.botnav_img, .botnav_img img {
    width: 100%;
}
.botnav_plate {
    font-size: 1.4rem;
    letter-spacing: 0;
    height: 55px;
    padding: 10px;
}
.botnav_item--large .botnav_plate {
    height: 55px;
}
/*製品ページ*/
.product_detail .pro_category {
    position: static;
    margin-top: 10px;
    gap: 10px;
}
.product_detail .pro_icon {
    font-size: 1.2rem;
    width: 55px;
    height: 55px;
}
.product_detail .pro_img {
    flex-direction: column;
}
.product_detail .pro_table,
.product_detail .pro_table tbody,
.product_detail .pro_table tr,
.product_detail .pro_table th,
.product_detail .pro_table td{
  display: block;
  width: 100%;
}
.product_detail .pro_table th,
.product_detail .pro_table td{
  padding: 10px 5%;
}
.product_detail .pro_nav {
    max-width: 290px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  margin-top: 40px;
}
.product_detail .pro_link {
    max-width: calc(50% - 5px);
    width: 140px;
    height: 140px;
}
.product_detail .link_inner {
    width: 135px;
    height: 135px;
}
.product_detail .link_icon {
    min-height: 0;
    max-width: 60px;
}
.product_detail .link_name {
    font-size: 1.2rem;
    letter-spacing: 0;
    min-height: 0;
    margin-top: 10px;
}
.pro_link:nth-child(1) {
    order: 1;
}
.pro_link:nth-child(2) {
    order: 2;
}
.pro_link:nth-child(3) {
    order: 4;
}
.pro_link:nth-child(4) {
    order: 3;
}
.bot_text {
    font-size: 4.5vw;
}
a.bot_btn {
    font-size: 1.6rem;
    justify-content: space-between;
    padding: 15px 2.5%;
    flex-direction: column;
    align-items: center;
    height: 105px;
    max-width: 290px;
}
a.bot_btn:hover {
    font-size: 1.6rem;
    padding: 17px 2.5% 13px;
}
a.bot_btn::after {
    display: none;
}

/*footer*/
#page_top {
    right: calc(3% + 8px);
}
.ft_cont_mail a {
    font-size: clamp(1rem, 5vw, 3rem);
}
.ft_cont_mail a::before {
    margin-right: 10px;
}
.ft_cont_tel a {
    font-size: clamp(1rem, 6.5vw, 3rem);
}
.ft_cont_tel a::before {
    margin-right: 10px;
}
.ft_inner {
    flex-direction: column;
    margin: 50px auto;
}
.ft_nav {
    flex-direction: column;
    border: none;
    margin-top: 25px;
  display: none;
}
.ft_col {
    padding: 0 10px;
    font-size: 1.4rem;
}
.copyright {
   padding: 15px 5%;
    line-height: 1;
}
.copyright small {
    font-weight: normal;
}
}

/* 印刷用設定 */
@media print {
  body {
    width:1280px;
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
  .pc_header {
    position: absolute;
  }
  #page_top,.ft_contact,.ft_catalog {
    display: none;
}

.hd_inner {
    position: relative;
}
}
@page {
  size: A4;
  margin: 5px;
}
