@CHARSET "UTF-8";

/*
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
*/
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100;
  table-layout: fixed;
}

table tr {
  background-color: #e6f2f5;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
}
table th {
  font-size: .80em;
  text-align: center;
}
table thead tr{
  background-color: #F0F3C8;
}
table tbody th {
    background: #E5FAFC;
    vertical-align: middle;
    text-align: center;
}
.txt01{
   text-align: left;
   font-size: .85em;
   background-color: #fff;
}
.check01{
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
}
.non{
  background:#fff;
}
.background-green{
  background:#F0F3C8;
}
.background-yellow{
  background:#FFF5D0;
}

@media screen and (min-width: 601px) {
  .tableSP {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .tablePC {
   display: none;
  }
  .tableSP {
    display:block
    width:100%
  }
  .txt01{
     text-align: left;
     font-size: .85em;
     background-color: #fff;
  }
  .check01{
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
  }
  .non{
    background:#fff;
  }
  .background-green{
    background:#F0F3C8;
  }
  .background-yellow{
    background:#FFF5D0;
  }
  .design04 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #004EA2;
  font-size: 16px !important;
}

.design04:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #004EA2;
}

.design04 span {
  font-size: 40px;
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
}
/*
</style>
<!-- end Simple Custom CSS and JS -->
*/


/*
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
*/
/*タイトル非表示*/
.es-container.page-header {
    display: none;
}
/*吹き出し青*/
.design01 {
  position: relative;
  padding: 1.5rem 2rem; 
  color: #fff !important;
  border-radius: 10px;
  background: #004EA2;
}

.design01:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #004EA2 transparent transparent transparent;
}

/*吹き出しグラデーション*/
.design02 {
  position: relative;
  padding: 1rem 2rem;
  color: #fff !important;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#188CCD), to(#29EFCB));
  background-image: -webkit-linear-gradient(left, #188CCD 0%, #29EFCB 100%);
  background-image: linear-gradient(to right, #188CCD 0%, #29EFCB 100%);
}

.design02:after {
  position: absolute;
  bottom: -9px;
  left: 20em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #2DBBCE transparent transparent transparent;
}

/*見出しグラデーション*/
.design03 {
  padding: 1rem 2rem;
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#188CCD), to(#29EFCB));
  background-image: -webkit-linear-gradient(left, #188CCD 0%, #29EFCB 100%);
  background-image: linear-gradient(to right, #188CCD 0%, #29EFCB 100%);
}

/*問合せ先ブロック*/
.top_company_info span[class^="icon-"] {
    display: block;
    font-size: 48px;
    margin-bottom: 10px;
    font-style: normal;
    color: #009944;
}

.top_company_info .inquiry_column .wp-block-button__link {
    width: 100%;
    padding: 10px;
    background: #009944;
    line-height: 1.1;
    font-size: 16px;
    font-size: 1rem;
}

/*フッター*/
.site-footer .widget-title {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #004EA2;
}

.footer-adv-overlay li a::before {
 content: none;
}
/*
</style>
<!-- end Simple Custom CSS and JS -->
*/
