<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-------------------------------------------
 全体
-------------------------------------------*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: 60px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  padding-top: 90px;
}

a {
  color:#000000;
  text-decoration: none;
}

h1,h2,h3 {
  text-align: center;
  letter-spacing: 0.15em;
}

h2 {
  margin: 0;
}

.h2-headline {
  max-width: 250px;
  margin: 0 auto;
}

.h2-headline {
  margin: 0 auto;
  border-bottom: solid 2px rgb(172, 172, 172);
}

h3 {
  margin:10px 0px 30px 0px ;
  font-size: 17px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;  
}

p {
  margin: 10px 0;
  text-align: justify;
}

ul {
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0;
}

dd {
  padding: 0px 10px 15px 0px ;
  margin: 0;
  font-size: 100%;
  border-bottom: 1px dotted #cccccc;
}

dt {
  padding: 15px 0px 10px 0px ;
  font-size: 100%;
  font-weight: 600;
}
 

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

dt,dd {
  font-size: 90%;
}

h2 {
  font-size: 20px;  
}
  
h3 {
  font-size: 14px;
}
  
p {
  padding: 0;
  font-size: 90%;
 }
}
 
 
@media screen and (min-width:960px) {
   
body {
  padding-top: 120px;
 }
}

/*-------------------------------------------
 ヘッダー関連
-------------------------------------------*/

.header-area {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 0px 0px 0px 0px;
  background: #ffffff;
}
    
.header-width {
  max-width: 1200px;
  margin: 0 auto;
}

.header-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}

.header-logo {  
  padding: 0px 10px 0px 10px ;
}

.header-logo img {  
  width: 100%;
  height: auto;
  vertical-align: bottom;
  padding: 28px 5px 10px 22px;
}

.header-toiawase {
  font-size: 0.9em;
}

.header-toiawase-btn {
  display: flex;
  flex-direction: row;
  align-items: center;  
  justify-content: center; 
  padding: 0px 15px;
  border-radius: 3px;
  background-color: #346dc0;
  color: white;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.4s;
}

.header-toiawase-btn:hover {
  background: #5991e4;
  color: #fff;
}

.ymt_mail {
  display: block;
  width: 24px;
}

.contact-detail_03_txt p {
  padding: 0px 0px 0px 10px;
}

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

.header-logo img {  
  padding: 29px 5px 23px 22px;
 }
}

@media screen and (min-width:1050px) {

.header-logo img {  
  padding: 29px 5px 10px 22px;
 }
}

/*-------------------------------------------
 ヘッダー大
-------------------------------------------*/

.headerNav_pc {  
  display: none;
}

.list_navHeader_pc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

.list_navHeader_pc li {
  padding: 7px 18px 7px 18px;
  font-size: 1.1em;
}

.listBtn_pc:hover {
  opacity: 1;
}

.diagonal_line { 
  position: relative;
} 

.diagonal_line:before {  
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(50%,50%);
  content: url(../../img/navigation_diagonal_line.png);
}

.nav-txt_01 { 
  display: block;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.nav-txt_02 { 
  display: block;
  font-weight:lighter;
  font-size: 12px;
  text-align: center;
}

.subList_pc {
  display: block;
  position: relative;
}

.pc_detail {
  position: absolute;
  display: none;
  padding: 8px 6px 8px 2px;
  background-color: RGBA(2, 102, 186, 0.93);
}

.pc_detail li {
  text-align: left;
  font-size: 0.9em;
  color: #ffffff;
}

.pc_detail a {
  display: block;
  color: #ffffff;
 }

.pc_detail li:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.pc_detail li.no-hover:hover {
  opacity: 1; 
  transition: none; 
}

.listBtn_pc {
  text-align: center;
}

.listBtn_pc:hover .pc_detail {
  display: block;  
  transition: 0.9s;
}

.btn_minus.open {
  display: block;
}

/*-------------------------------------------
 ヘッダー小
-------------------------------------------*/

.headerNav_sp {  
  align-items: center
}

.headerNav_sp p {
  font-size: 0.8em;
  font-weight: bold; 
  text-align: center;
  padding: 3px 0px 0px 0px;
  margin: 0;
}

.menu-hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 5px 0px;  
}

.menu-btn {
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0px 10px 0px 10px;
  cursor: pointer;   
}

.menu-btn span {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #000; 
  border-radius: 2px;
  transform: translate(-50%, -50%); 
}

.menu-btn span:nth-child(2) {
  margin-top: 10px;
}

.menu-btn span:last-child {
  margin-top: 20px;
}

.menu-btn.open span {
  top: 46%;
  left: 9%;
  width: 34px;
  transition: all 0.3s ease; 
}

.menu-btn.open span:first-child {
  transform: rotate(45deg);
  margin: 0; 
}

.menu-btn.open span:nth-child(2) {
  display: none;
}

.menu-btn.open span:last-child {
  transform: rotate(-45deg);
  margin: 0; 
}

.menu-txt {  
 font-size: 0.9em;
}

.close-txt {
  display: none;
  font-size: 0.9em;
}

.menuList_sp {
  display: none;
  position: fixed;
  left: 0;
  width: 100vw;
  background-color: transparent; 
  height: 88vh;
  overflow-y: scroll; 
 }

.sp_list {
  max-width: 1000px;
  margin: 0 auto;
}

.sp_title {
  position: relative;
  z-index: 1;
  padding: 20px 5%;
  background-color: #f7f7f7;
  color: #555555;
  border-top: 0.5px dotted #7b90cb;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  transition-duration: 0.2s;
}

.sp_title a {
  color: #555555;
}

.title_link {
  display: block;
  max-width: 900px;
}

.sp_icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.sp_icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.sp_title.open 
.sp_icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);  
}

.sp_icon:before, .sp_icon:after {
  display: flex;
  content: '';
  background-color: #000000;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.sp_icon:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.sp_title.open 
.sp_icon_wrap .sp_icon:before {
  content: none;
}

.sp_title.open 
.sp_icon_wrap .sp_icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp_inner {
  display: none;
  padding: 0px 10px 10px 30px ;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

.sp_detail {  
  display: block;
  margin: 0;
  padding: 0;
}

.sp_detail li {
  padding: 10px 0px 10px 30px;
  border-bottom: initial;
}

.sp_detail a {
  display: block;
}

.sp_line {
  border-bottom: 0.5px dotted #7b90cb;
}

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

.sp_title {
  padding: 15px 15px 15px 15px; 
  font-size: 16px;
  text-align: left;
}

.sp_icon_wrap {
  width: 30px;
  height: 30px;
  margin: -15px 0px 0px 0px;
 }
}

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

.header-toiawase {  
  display: none;
}
 
.sp_title {
  font-size: 18px;
}

.sp_icon_wrap {
  width: 30px;
  height: 30px;
  margin: -15px 0px 0px 0px;
 }
}

@media screen and (min-width:1050px) {

.headerNav_pc {  
  display: block;
}

.headerNav_sp {  
  display: none;
 }
}


/*-------------------------------------------
 イメージ画像
-------------------------------------------*/

.main-image-area {    
  background-size: cover;
  padding: 0px 0px 0px 0px;  
}

.main-image img {
  height: 250px;
  object-fit: cover;
}

.main-image-list {
  position: relative;
}

.imagePic_01 {
  display: none;
}
 
.imagePic_02 {
  display: block;
}
  
.main-image-txt {
  position: absolute;
  top: 45%;
  left: 54%;
  z-index: 10;
  width: 400px;
  transform: translate(-55%,0%);
  color: #000000;
  font-weight: bold;  
  font-size: 1.6em;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.1em;
  text-shadow:  3px 3px 5px #ffffff ,
  -3px -3px 5px #ffffff ,
   3px -3px 5px #ffffff ,
  -3px -3px 5px #ffffff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.main-image-txt_1 {
  position: absolute;
  top: -11%;
  left: 25%;
  z-index: 10;
  transform: translate(-50%,50%);
  padding: 5px;
  color: #000000;
  font-weight: bold;  
  font-size: 2.2em;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.07em;
}

@media screen and (min-width:568px) and (max-width:899px) {

.main-image img {
  height: 100%;
  object-fit: cover;
 }

 .main-image-txt {
  font-size: 1.7em ;
  top: 40%;
  left: 50%;
}

.main-image-txt_1 {
  top: -7%;
  left: 20%;
  font-size: 3.0em;
 }
}

@media screen and (min-width:768px) and (max-width:899px) {

.main-image-txt {
  font-size: 1.9em ;
  top: 40%;
  left: 50%;
}

.main-image-txt_1 {
  top: -6%;
  left: 20%;
  font-size: 3.5em;
 }
}

@media screen and (min-width:900px) {

.main-image-area {    
  padding: 0px 0px 0px 0px ;
}

.imagePic_01 {
 display: block;
}

.imagePic_02 {
  display: none;
}
 
.main-image-txt {
  font-size: 2.0em ;
  top: 42%;
  left: 50%;
}

.main-image-txt_1 {
  font-size: 3.6em ;
  top: -19%;
  left: 15%;
}
 
.main-image img { 
  width: 100%;
  height: 100%;
  object-fit: cover
 }
}

@media screen and (min-width:1000px) and (max-width:1299px) {

.main-image-txt_1 {
  top: -14%;
  left: 15%;
 }
}

@media screen and (min-width:1300px) {

.main-image-txt_1 {
  font-size: 4.2em ;
  top: -3%;
  left: 12%;
 }
}


/*-------------------------------------------
 イメージ画像アニメーション追加
-------------------------------------------*/

.main-image-area{
  opacity: 0;
  animation: fadeIn 2s linear;
  animation-fill-mode: both;
}

@keyframes fadeIn {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/*-------------------------------------------
 パンくずリスト
-------------------------------------------*/

.a-bread {
  display: none;
}

.a-bread ul {
  display: flex;
  list-style-type: none;
}

.a-bread li a {
  padding: 5px;
  color: #000000;
  text-decoration: none;
}

.a-bread li a:hover {
  color: #f8f8ff;
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.a-bread li:after {
  content: '\003e';
  margin-left: 7px;
  margin-right: 7px;
 }

.a-bread li:last-child {
  font-weight: bold;
}
 
.a-bread li:last-child:after {
  content: ""; 
  font-weight: bold;
}

@media screen and (min-width:700px) {

.a-bread {
  display: block;
  max-width: 1250px;
  margin: 0 auto;
  padding: 3px 15px 0px 15px ;
 }
}


/*-------------------------------------------
  事業内容
-------------------------------------------*/

.bc-area {  
  background-color: #ffffff;
}
 
.bc-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 10px 10px 10px;
  font-size: 1.05em;  
}

.h2-title {
  position: relative;
  margin: 0 auto;
  padding: 7px 10px 7px 20px;
  margin: 20px 0px 20px 0px;
  background-color: rgb(29, 45, 100);
  color: white;  
  letter-spacing: 0.3em;
  text-align:left;
}

.h2-title::after {
  content: "";
  display: block;
  border-bottom: 4px solid rgb(29, 45, 100);
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.bc-flex {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 15px 10px;
}

.bc-list {
  width: 100%;
}

.bc-list p {
  padding: 0px 20px 10px 0px;
}

.bc-txt_01 {
  padding: 10px 0px 0px 0px;
  font-weight: bold;
}

.bc-pic {
  width: 100%;
  margin: 0 auto;
}

.bc-pic img {
  padding: 10px 0px 0px 0px;
}

@media screen and (min-width:500px) and ( max-width:767px) {

.bc-pic  {
  width: 85%;
 }  
}

@media screen and (min-width:768px) {

.bc-flex {
  flex-direction: row;
  padding: 20px 10px 15px 10px;
}

.bc-pic  {
  width: 100%;
}

.bc-pic img {
  padding: 10px 0px 0px 20px;
}

.bc-pic img {
  padding: 10px 0px 0px 20px;
 }
}

/*-------------------------------------------
  リチウムイオン電池説明
-------------------------------------------*/

.intro-area {  
  background-color: #ffffff;
}
 
.intro-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px 20px 10px;
  font-size: 1.05em;  
}

.h2-title_03 {
  max-width: 1200px;
  text-align: left;
  color: #ffffff;
  border-left: solid rgb(246, 172, 25) 12px;
  background-color: rgb(29, 45, 100);
  margin: 0px 0px 15px 0px;
  padding: 10px 10px 10px 20px ;
  font-size: 19px;
  letter-spacing: 0.1em;
}

.intro-flex {
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
  padding: 0px 10px 15px 10px;
}

.intro-list p {
  padding: 10px 0px 0px 0px;
}

.intro-list {
  width: 100%;
}

.intro-pic {
  width: 100%;
  margin: 0 auto;
}

.intro-pic img {
  padding: 10px 0px 0px 0px;
}

@media screen and (min-width:500px) and ( max-width:767px) {

.intro-pic {
  width: 85%;
 }  
}

@media screen and (min-width:768px) {

.h2-title_03 {
  font-size: 22px;
}

.intro-flex {
  display: flex;
  flex-direction: row; 
  align-items: flex-start;
  padding: 20px 10px 15px 10px;
 }

.intro-list {
  width: 75%;
 }

 .intro-pic img {
  padding: 10px 0px 0px 30px;
  width: 100%;
}
}

/*-------------------------------------------
  5つのメリット
-------------------------------------------*/

.merit-area {  
  background-color: #ffffff;
}
 
.merit-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 10px 20px 10px;
  font-size: 1.05em;  
}

.h2-title_01 {
  position: relative;
  margin: 0 auto;
  padding: 5px 10px 5px 20px;
  margin: 20px 0px 40px 0px;
  background-color: rgb(29, 45, 100);
  color: white;  
  font-size: 20px;
  letter-spacing: 0.3em;
  text-align:left;
}

.merit-flex {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 7px 0px 7px ;
}

.merit-list {
  position: relative; 
  flex: 1;
  margin: 10px 5px 10px 5px;
  border: 1px solid rgb(199, 197, 197);
  background-color:#f8f8ff;
}

.merit-content {
  padding: 0px 0px 10px 0px ;
  text-align: center;
}

.merit-title {
  margin: 0;
  padding: 10px 0px 10px 0px ;
  text-align: center;
  color: #ffffff;
  background-color: rgb(35, 106, 179);
}

.merit-pic {
  width: 90%;
  height: auto;
  cursor: pointer;
}

.merit-txt {
  margin: 15px 4px 10px 4px;
  font-size: 0.96em;
}

.comparison-width {  
  padding: 0px 10px 0px 10px;
}
 
.comparison-flex {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 0px 10px;
}

.comparison-list {
  width: 100%;
}

.comparison-txt {
  padding: 10px 0px 20px 0px;
  font-weight: bold;
}

.comparison-pic img {
  padding: 10px 0px 0px 0px;
  width: 100%;
}

@media screen and (min-width:890px) {

.comparison-flex {
  flex-direction: row ;
  padding: 20px 10px 15px 10px;
}

.comparison-list {
  width: 80%;  
}

.comparison-pic img {
  padding: 10px 0px 0px 30px;
  width: 100%;
 }
}

@media screen and (min-width:570px) and ( max-width:889px) {

.merit-flex { 
  max-width: 80%;
}

.comparison-pic img {
  width: 85%;
 }   
}

@media screen and (min-width:890px) {

.merit-flex {
  flex-direction: row;
}

.merit-pic {
  width: 100%;
 }

.comparison-flex {
  display: flex;
  flex-direction: row;
}

.comparison-list {
  width: 80%;
}
}

/*-------------------------------------------
  リチウムイオン電池の安全性
-------------------------------------------*/

.safety-area {  
  background-color: #ffffff;
}
 
.safety-width {  
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 10px 20px 10px;
  font-size: 1.05em; 
}

.safety-txt { 
  padding: 0px 10px 0px 10px;
}

@media screen and (min-width:768px) {

.safety-width {  
  padding: 30px 10px 40px 10px;
}
}

 
/*-------------------------------------------
  特長
-------------------------------------------*/

.features-area {
  padding: 20px 0px 0px 0px ;
  background-color: #ffffff;
}

.features-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px 30px 10px;
}

.features-flex {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.features-list {
  position: relative; 
  flex: 1;
  margin: 0px 10px 30px 10px;
  border: 1px solid rgb(199, 197, 197);
  box-shadow: 1px 1px 1px #aaa;
  background-color:#f8f8ff;
}

.features-content {
  padding: 0px 15px 10px 15px ;
  text-align: center;
}

.features-title {
  margin: 0;
  padding: 10px 0px 10px 0px ;
  text-align: center;
}

.line-blue {
  border-bottom: 6px solid rgb(86, 126, 182);
 }
   
.features-pic {
  width: 90%;
  padding: 10px 0px 0px 0px ;
}

.features-txt {
 margin: 15px 10px;
}

.features-detail{ 
  position: absolute; 
  bottom: 0%;
  left: 50%;
  transform: translate(-50%,-25%);
  text-align: center;
  font-weight: bold;   
  font-size: 1.0em;
  color: #226dbd;
}

@media screen and (min-width:470px) and ( max-width:767px) {

.features-flex{ 
  max-width: 75%;
  }
 }

@media screen and (min-width:768px) {

.features-area {
  padding: 0px 0px 0px 0px ;
}

.features-width {
  padding: 20px 10px 30px 10px;
} 
  
.features-flex {
  flex-direction: row;
}
  
.features-pic {
  width: 100%;
 }
}



/*-------------------------------------------
  セールスポイント
-------------------------------------------*/

.h3-title_01 {
  max-width: 1150px;
  text-align: left;
  border-left: solid rgb(29, 45, 100) 10px;
  margin: 0px 0px 40px 0px;
  padding-left: 10px;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  border-bottom: solid 1.5px #AAAAAA;
}


/*-------------------------------------------
 お問い合わせ
-------------------------------------------*/ 

.contact-area {
  padding: 40px 0px 40px 0px;
  background-image: url(../img/telephone1.jpg);
  background-position: center center;
  background-size: cover;
  background-color:#f5f5f5;
}

.contact-width {
  max-width: 900px;
  margin: 0 auto;
}

.contact-flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
}

.contact-list {
  flex: 1;
}

.contact-detail_01 span{ 
  display: inline-block;
}
 
.contact-tex_01 {
  padding: 0px 15px 0px 15px;
  text-align: center;
}

.contact-detail_02 { 
  padding: 10px 25px 10px 25px ; 
  font-size: 1.0em;
}

.contact-tex_02 { 
  position: relative;
  margin: 0 auto;
  padding: 15px 0px 15px 35px;
  color: rgb(7, 7, 7);
  font-weight: 600;
  font-size: 1.4em; 
  line-height: 1.3em;
}

.contact-tex_02:before {  
  position: absolute;
  width: 30px;
  top: 18px;
  right: 0;
  bottom: 0;
  left: 0;
  content: url(../../img/ymt_telephone.svg);
}

.contact-detail_03 {
  display: flex;
  flex-direction: row;
  align-items: center;  
  justify-content: center;
  width: 230px;
  margin: 0 auto;
  border-radius: 5px; 
  background-color: #346dc0;
  color: white;
  font-size: 1.4em; 
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.4s;
}

.ymt_mail {
  display: block;
  width: 24px;
}

.contact-detail_03:hover {
  background: #5991e4;
  color: #fff;
}

.contact-detail_03_txt p {
  padding: 0px 0px 0px 10px;
}


@media screen and (min-width:1050px) {

.contact-width {
  padding: 0 20px;
  margin: 0 auto;
}

.contact-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}

 .contact-detail_02{ 
  padding: 15px 0px 15px 0px ; 
 }
}

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

.contact-tex_02 {
  font-size: 1.0em; 
  letter-spacing: 0em;
}

.contact-tex_03 {
  font-size: 1.1em; 
 }
}



 /*-------------------------------------------
   (2) 会社住所
 -------------------------------------------*/ 

 .yamato-company-area {
  padding: 0;  
  background-color: #ffffff;
}

.yamato-company-width {
  max-width: 1300px;
  margin: 0 auto;
}

.yamato-company-list {
  display: flex;
  flex-direction: row;
}

.yamato-company-content_01,.yamato-company-content_02 {
  flex: 1;
}

.yamato-company-content_01 {
  max-width: 100%;
  padding: 30px 0px 20px 0px;
}    

.logo-area_02 {
  max-width: 70%;
  margin: 0 auto;
}

.adress-txt {
  max-width: 260px;
  margin: 0 auto;
  padding: 15px 0px 0px 0px;
}

.yamato-company-list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.adress-flex {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: 0 auto;
}

.adress-txt p {
  text-align: left;
  margin: 4px 0px ;
}

@media screen and (min-width:1050px) {

.adress-flex {
  flex-direction: row;
  max-width: 100%;
 }
}
 
@media screen and (min-width:768px) and (max-width:1049px) {
  
.adress-flex {
  flex-direction: row;
  max-width: 70%;
 }
}
 

/*-------------------------------------------
  (3) 業務内容・その他
 -------------------------------------------*/   

 .yamato-company-content_02 {
  position: relative;
 }

.company-content-list {
  margin: 0;
  padding: 20px 0px 40px 0px;
  font-size: 1em; 
  line-height: 2.0em;  
}

.company-content-flex {
  display: flex;
  justify-content: space-around;
  padding: 10px 0px 0px 0px;
}

.yamato-company-detail {
  padding: 0px 2px 0px 2px;
}

.yamato-company-txt {
  margin-left : 0px;
  color: rgb(77, 77, 77);
  font-size: 1.0em; 
}

.yamato-company-txt:hover {
  color: #f8f8ff;
  color: rgba(0,0,0,0.3);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.yamato-company-space-txt {
  margin-left : 20px;
}

.logo-area_02 {
  width: 400px;
}


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

.logo-area_02 {
  max-width: 100%;
  padding: 0px 10px 0px 10px;
  margin: 0 auto;
 }

.yamato-company-content_02 {
  display: none;
 }
}


@media screen and (min-width:501px) and (max-width:767px) {
  
.yamato-company-txt {
  margin-left : 0px;
  font-size: 0.9em; 
 }

.yamato-company-txt span {
  font-size: 16px; 
 }
}

@media screen and (min-width:768px) and (max-width:1049px) {

.company-content-flex {
  max-width: 70%;
  margin: 0 auto;
 }
}

@media screen and (min-width:768px) {

.logo-area_02 {
  max-width: 100%;
  margin: 0 auto;
 }
}    

@media screen and (min-width:1050px) {
   
.yamato-company-list {
  flex-direction: row;
}

.yamato-company-content_01 { 
  padding: 40px 0px 40px 0px;
}    

.company-content-flex {
  padding: 30px 0px 0px 0px;
}

.logo-area_02{
  padding-top: 5px;
 }
}
 
/*-------------------------------------------
  ページトップ
-------------------------------------------*/

.page-top {
  position: fixed;
  right: 7% ;
  bottom: 6% ;
  height: 50px;
  font-size: 2.6em;
  cursor: pointer;
}

.page-top-detail {
  display: relative;
} 

.page-txt {
  margin: 0;
  padding: 0px 0px 5px 0px ;
  font-size: 0.25em;
}

.ymt_up {  
  display: block;
  margin: 0 auto;
  width: 45px;
}

@media screen and (min-width:768px) {
 
 .page-top {
  font-size: 3.2em;
}
 
.page-txt {
  font-size: 0.25em;
 } 
}

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

.foot-bottom {
  background-color: #2b4781;
  color: #fff;
  text-align: center;
}

.foot-bottom_copy_01,.foot-bottom_copy_02 {
  display: inline-block;
  width: 100%;
  padding: 8px 0px 8px 0px   ;
  color: white;
  font-size: 14px;
}


.foot-bottom_copy_02 {
  display: none;
  color: rgb(255, 255, 255);
}

.space-text {
  margin: 0px 50px 0px 0px ;
}
.yamato-top {
  color: rgb(255, 255, 255);
}  

@media screen and (min-width:768px) {

.foot-bottom_copy_01 {
  display: none;
}  

.foot-bottom_copy_02 {
  display: block;
  color: rgb(255, 255, 255);
 }

}

</pre></body></html>