﻿@charset "shift_jis";

html {
  scrollbar-gutter: stable both-edges;
}

/* HOMEページ */


.home_bg{
  background-color: #fff;
  width: 100%;
}

.home_bg_1280{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.home_header_bg {
  background: linear-gradient(to bottom, #FFF, #DFDEDD);
  height: 70px;
  padding: 0 30px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_header_right {
  display: flex;
  align-items: center;
}

.home_header_right a{
  transition: transform 0.2s ease;
}

.home_header_right a:hover{
  transform: scale(1.1);
}

.vertical-line {
  width: 2px;
  height: 60px; 
  background-color: #c8c8c8; 
  margin: 0 30px 0 30px;
}


.home_header_text {
  display: block;  /* もしくは inline-block */
  padding: 15px;
  text-decoration: none;
  color: inherit; /* リンク色を通常の文字と同じに */
  color:#646464;
  font-size: 1.0em;
}


.info_title{
 background: linear-gradient(to bottom, #54D746, #14C800);
 padding: 15px 20px;
 margin-top: 30px;
 font-size: 1.8em;
 color: #fff;
 font-weight: 500;
}

.info_bg{
max-width: 970px;
width: 100%;
margin: 0 auto;
padding: 30px 0  0;
}

.info_text{
 font-size: 1.8em;
 text-align: center;
 padding: 50px 0 10px 0;
}

.info_tel{
  width: 550px;
 font-size: 1.8em;
 text-align: center;
 border-bottom: 2px solid #000;
 padding: 50px 0 10px 0;
 margin: 0 auto;
}

.info_mail{
  width: 550px;
 font-size: 1.8em;
 text-align: center;
 border-bottom: 2px solid #000;
 padding: 50px 0 10px 0;
 margin: 0 auto;
 margin-bottom: 50px;
}

.info_company{
  background-color: #999;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  margin-top: 50px;
  font-size: 1.8em;
}


/* ■■■■■■■■■■タブレット■■■■■■■■■■ */
/* HOME */

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

.home_header_text {
  font-size: 0.9em;
}


}
