@charset "utf-8";
/*****************************************************************************
CSS only for /ew/company/index.html
*****************************************************************************/

.Company{
  color: #191919;
}

/* Spbr
-----------------------------------------*/
.Spbr{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Spbr{
  display: inline;
}
}
/* Pcbr
-----------------------------------------*/
.Pcbr{
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Pcbr{
  display: none;
}
}

/* .Pcshow
-----------------------------------------*/
.Pcshow{
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Pcshow{
  display: none;
}
}

/* .Spshow
-----------------------------------------*/
.Spshow{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Spshow{
  display: inline-block;
}
}

/* H2
-----------------------------------------*/
.H2{
  margin: 30px 0 15px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.H2{
  margin: 30px 10px 15px 10px;
  font-size: 22px;
}
}
/* H3
-----------------------------------------*/
.H3{
  line-height:1.3;
  margin: 30px 0 15px 0;
  font-size: 20px;
  color: #000;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.H3{
  font-size: 16px;
}
}


/* Hr
-----------------------------------------*/
.Hr{
  margin:50px 0;
  border:none;
  border-bottom: solid 1px #b4b4b4;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Hr{
  margin:50px 10px;
}
}

/* Key
-----------------------------------------*/
.Key{
  width: 1440px;
  margin: 70px auto 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Key {
    width: 100%;
  }
}
.Key img {
  width: 100%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Key__pc{
  display: none;
}
}
.Key__sp{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Key__sp{
  display: block;
  height: auto;
}
}

/* Greeting
-----------------------------------------*/
.Greeting {
  font-size: 13px;
  background-image: url(../img/bg_greeting.jpg);
  color: #221815;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Greeting {
    background-size: cover;
  }
}
.Greeting__inner {
  position: relative;
  height: 800px;
  margin: 0 10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Greeting__inner {
    height: 880px;
  }
}
.Greeting__msg {
  font-family: 'Noto Serif JP', serif;
  line-height: 2.769230769230769;
  margin-top: 60px;
}
.Greeting__msg p {
  margin-bottom: 60px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Greeting__msg p {
    margin-bottom: 40px;
  }
}
.Greeting__sign {
  font-family: 'Noto Serif JP', serif;
  line-height: 1.9;
}
.Greeting__sign p {
  margin-bottom: 30px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Greeting__sign p {
    margin-bottom: 15px;
  }
}
.Greeting__img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Greeting__img {
    width: 50%;
  }
}

/* Table
-----------------------------------------*/
.Table{
  margin: 50px 0;
  font-size: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Table{
  margin:30px 10px;
}
}
.Table table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.Table.Table--bold table{
  font-weight: bold;
}
.Table table th,
.Table table td{
  text-align: left;
  line-height: 1.8;
  border-bottom: 2px solid #dedede;
  padding: 10px;
  color: #1f1f1f;
  background-color: #f1f1f1;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Table table th,
  .Table table td{
    font-size: 14px;
  }
}
.Table table th{
  width: 18%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Table table th{
  width: 25%;
}
}
.Table table td{
  background-color: #FFF;
  width: 82%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Table table td{
    width: 75%;
  }
}
.Table table td p.pagelink a{
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.Table table td p.pagelink a::after {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #5378c6;
  border-right: solid 1px #5378c6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.Table table th.Table__name {
  text-align: center;
}
.Table table th.Table__charge {
  text-align: center;
  background-color: #FFF;
}

/* Message
-----------------------------------------*/
.Message{
  margin: 50px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Message{
  margin:30px 10px;
}
}
.Message p{
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Message p{
  text-align: left;
  font-size: 16px;
}
}
.Message__lead p{
  font-weight: bold;
  font-size: 24px;
  line-height:1.3;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Message__lead p{
  font-size: 18px;
}
}
.Message__body{
  text-align: center;
}
.Message__body p{
  line-height: 2.0;
}
.Message__mission{
  margin: 40px 0 30px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Message__mission{
  margin: 20px 0 15px 0;
}
}

.Message__missionBody{
  display: flex;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Message__missionBody{
  display: block;
}
}
.Message__missionBody p{
  margin: 0 50px;
  color:#191919;
  font-size: 16px;
  line-height:1.3;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Message__missionBody p{
  font-size: 14px;
  margin: 20px 0;
}
}

.Message__missionBody p strong{
  margin-top: 5px;
  display: block;
  color:#0056A8;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Message__missionBody p strong{
  font-size: 22px;
}
}

/* Message__img */
.Message .Message__img{
  text-align: center;
}
.Message .Message__img p{
  font-size: 14px;
  margin-top: 1em;
  margin-left: 220px;
}
/*2019/06/27 add
--------------------------------*/
.Message .Message__img .message__inner {
  margin: auto;
  width: 36%;
}
.Message .Message__img .message__inner p{
  font-size: 14px;
  margin-top: 1em;
  margin-left: initial;
  text-align: right;
}
/*2019/06/27 add
--------------------------------*/

@media only screen and (max-width:640px) and (max-device-width:1280px){
.Message .Message__img p{
  font-size: 12px;
}
.Message .Message__img p img{
  width: 120px;
  height: auto;
}
  /*2019/06/27 add
--------------------------------*/
.Message .Message__img .message__inner {
  margin: auto;
  width: 100%;
}
.Message .Message__img .message__inner p{
  text-align: right;
}
  /*2019/06/27 add
--------------------------------*/
}

.Message__uppercase {
    text-transform: uppercase;
}

/* Movie
-----------------------------------------*/
.Movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.Movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Soshiki
-----------------------------------------*/
.Soshiki {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 10px;
}
.Soshiki__head {
  line-height: 1.7;
}
.Soshiki__figure {
  margin-top: 50px;
  margin-bottom: 70px;
}

/* Commercial
-----------------------------------------*/
.Commercial {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Commercial {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.Commercial__body {
  width: 48%;
}
.Commercial__body:nth-child(n + 3) {
  margin-top: 40px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Commercial__body {
    width: 100%;
  }
  .Commercial__body:not(:first-child) {
    margin-top: 10px;
  }
}
.Commercial__movie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.Commercial__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Linkbtn
-----------------------------------------*/
.Col02{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.Col02__body{
  width: 48%;
  margin: 0 0 10px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Col02__body{
  width: 100%;
  margin: 0;
}
}

/* Linkbtn
-----------------------------------------*/
.Linkbtn{

}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Linkbtn{
  margin: 0 10px;

}
}
.Linkbtn ul{
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Linkbtn ul{
  display: block;
}
}
.Linkbtn ul li{
  width: 100%;
  margin: 0 0 10px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Linkbtn ul li{
}
}
.Linkbtn ul li a{
  padding:18px 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: block;
  border:solid 1px #b5b5b5;
}
.Linkbtn ul li a:link    {color:#323232; text-decoration: none;}
.Linkbtn ul li a:visited {color:#323232; text-decoration: none;}
.Linkbtn ul li a:hover   {color:#323232; text-decoration: none;}
.Linkbtn ul li a:focus   {color:#323232; text-decoration: none;}
.Linkbtn ul li a:active  {color:#323232; text-decoration: none;}

.Linkbtn ul li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 1px #303030;
    border-right: solid 1px #303030;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Linkbtn--col2 */
.Linkbtn.Linkbtn--col2 ul{
  justify-content: space-between;
}
.Linkbtn.Linkbtn--col2 ul li{
  width: 48%;
  margin: 0 0 10px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Linkbtn.Linkbtn--col2 ul li{
  width: auto;
  margin: 0;
}
}

/* Linkbtn__conversion */
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Linkbtn ul li.Linkbtn__conversion {
  margin-bottom: 30px;
}
}
.Linkbtn ul li.Linkbtn__conversion a{
  font-weight: bold;
  background: rgb(24,35,89);
  background: -moz-linear-gradient(left, rgba(24,35,89,1) 0%, rgba(0,85,166,1) 100%);
  background: -webkit-linear-gradient(left, rgba(24,35,89,1) 0%,rgba(0,85,166,1) 100%);
  background: linear-gradient(to right, rgba(24,35,89,1) 0%,rgba(0,85,166,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182359', endColorstr='#0055a6',GradientType=1 );
  border:none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Linkbtn ul li.Linkbtn__conversion a{
  font-size: 16px;
}
}
.Linkbtn ul li.Linkbtn__conversion a:link    {color:#FFF;}
.Linkbtn ul li.Linkbtn__conversion a:visited {color:#FFF;}
.Linkbtn ul li.Linkbtn__conversion a:hover   {color:#FFF;}
.Linkbtn ul li.Linkbtn__conversion a:focus   {color:#FFF;}
.Linkbtn ul li.Linkbtn__conversion a:active  {color:#FFF;}

.Linkbtn ul li.Linkbtn__conversion a::after {
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
}

/* Linkbtn__noline */
.Linkbtn ul li.Linkbtn__noline a{
  border:solid 1px #FFF;
  font-weight: normal;
}

/* ProductMemo
-----------------------------------------*/
p.ProductMemo{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height:1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
p.ProductMemo{
  margin: 0 10px 10px 10px;
  font-size: 14px;
}
}

/* Product
-----------------------------------------*/
.Product{
  margin-top: 0;
  margin-bottom: 20px;
  padding:15px;
  display: flex;
  justify-content: space-between;
  background-color:#f1f1f1;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Product{
  margin: 0 10px 20px 10px;
  display: block;
}
}
.Product.Product--top{
  margin-top: 50px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Product.Product--top{
  margin-top: 30px;
}
}
.Product__title{
  color:#000;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Product__title{
  font-size: 18px;
}
}
.Product__title01 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.7;
}
.Product p{
  margin-bottom: 5px;
  text-align:right;
  line-height:1.3;
}
.Product p.Product__corp{
  font-size: 13px;
}
.Product__body{
  flex: 1;
  font-size: 14px;
}
.Product__body ul{
  margin-bottom: 1em;
}
.Product__body ul li{
  font-size: 16px;
  line-height:1.4;
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent:-1em;
}
p.Product__btn{
  margin-top: 5px;
  text-align: center;
}
p.Product__btn a{
  position: relative;
  display: flex;
  width: 320px;
  height: 81px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #707176;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
p.Product__btn a{
  width: 100%;
}
}
p.Product__btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
p.Product__btn a:link    {color:#FFF; text-decoration: none;}
p.Product__btn a:visited {color:#FFF; text-decoration: none;}
p.Product__btn a:hover   {color:#FFF; text-decoration: none;opacity: 0.9;}
p.Product__btn a:focus   {color:#FFF; text-decoration: none;opacity: 0.9;}
p.Product__btn a:active  {color:#FFF; text-decoration: none;opacity: 0.9;}



.Product__img{
  width: 580px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Product__img{
  width: auto;
}
}
.Product__img figure{
  margin-bottom: 15px;
}
.Product__img figcaption{
  margin-top: 5px;
  line-height:1.3;
}
.Product__img img{
  width: 100%;
  height: auto;
}
.Product__imgRow{
  display: flex;
  justify-content: space-between;
}
.Product__imgCol{
  width: 49%;
}
/* Product__imgRow--Vertical */
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Product__imgRow--Vertical .Product__imgCol:nth-child(1){
  width: 51%;
}
.Product__imgRow--Vertical .Product__imgCol:nth-child(2){
  width: 47%;
}
}
/* Product__col2 */
.Product__col2{
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Product__col2 .Product__imgCol:nth-child(1){
  width: 51%;
}
.Product__col2 .Product__imgCol:nth-child(2){
  width: 47%;
}
}



/* Access
-----------------------------------------*/
.Access{
  margin-bottom: 50px;
  font-size: 16px;
  line-height:1.5;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Access{
  margin: 0 10px 50px 10px;
  display: block;
  font-size: 15px;
}
}
.Access__body{
  width: 48%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Access__body{
  width: auto;
}
}
.Access__body ul li{
  padding-left:1em;
  text-indent: -1em;
  font-size: 14px;
}

.Access__map{
  margin: 20px 0 10px 0;
  width: 100%;
  height: auto;
}
.Access__link{
  margin-bottom: 10px;
  text-align:right;
}
.Access__link a{
  padding:0 0 3px 20px;
  font-weight: bold;
  background:transparent url('../img/bg_window.png') no-repeat 0 2px;
}
.Access__link a:link    {color:#0056A8; text-decoration: none;}
.Access__link a:visited {color:#0056A8; text-decoration: none;}
.Access__link a:hover   {color:#0056A8; text-decoration: underline;}
.Access__link a:focus   {color:#0056A8; text-decoration: underline;}
.Access__link a:active  {color:#0056A8; text-decoration: underline;}