@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style_common.css
 Style : style_common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  word-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.sinner {
  max-width: 620px;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #0488ce;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
}

.map li {
  border-left: 5px solid #0488ce;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.map li a {
  color: #000;
  text-decoration: none;
}

.policy h2 {
  border-bottom: 1px solid #999;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 468px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 960px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.fwb {
  font-weight: bold;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 468px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
  padding: 25px 0;
}

@media screen and (max-width: 468px) {
  #header {
    padding: 60px 0 25px;
  }
}

#header .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #header .flex_wrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #header .flex_wrap .box2 {
    margin-top: 15px;
  }
}

#header .flex_wrap .box2 .tel {
  margin-right: 10px;
}

@media screen and (max-width: 468px) {
  #header .flex_wrap .box2 .tel {
    width: 55%;
  }
}

@media screen and (max-width: 468px) {
  #header .flex_wrap .box2 .contact {
    width: 40%;
  }
}

#nav_global {
  background: #f7f7f7;
  margin: 10px 0 0;
}

#nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#nav_global ul li:last-child a span {
  border-right: 1px solid #999;
}

#nav_global ul li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
  color: #000;
  font-weight: bold;
}

#nav_global ul li a span {
  border-left: 1px solid #999;
  display: block;
}

#main_image img {
  width: 100%;
}

.mean-container .mean-bar {
  background: #0488ce !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #0488ce !important;
}

#footer {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}

#footer .inner {
  position: relative;
}

#footer .inner .pagetop {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  #footer .inner .pagetop {
    top: -80px;
  }
}

#footer .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #footer .flex_wrap {
    display: block;
  }
}

#footer .flex_wrap dl {
  text-align: left;
}

@media screen and (max-width: 768px) {
  #footer .flex_wrap dl {
    text-align: center;
  }
}

#footer .flex_wrap p {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #footer .flex_wrap p {
    text-align: center;
    margin-top: 15px;
  }
}

#footer .flex_wrap p a {
  color: #333;
  text-decoration: none;
}

#footer .flex_wrap p span {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #footer .flex_wrap p span {
    margin-top: 10px;
  }
}

#contents_wrap {
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 0 10px 80px;
  }
}

@media screen and (max-width: 468px) {
  #contents_wrap {
    padding: 0 10px 50px;
  }
}

/* TOP */
/* 3列 */
.wrap1 {
  margin-left: -3.0303% !important;
}

@media screen and (max-width: 468px) {
  .wrap1 {
    margin-left: 0% !important;
  }
}

.wrap1 .box1 {
  float: left !important;
  width: 30.30303% !important;
  margin-left: 3.0303% !important;
}

@media screen and (max-width: 468px) {
  .wrap1 .box1 {
    margin-left: 0 !important;
  }
}

#disnone {
  display: none;
}

/* title */
h1.h1title {
  font-size: 25px;
  color: #333;
  border-bottom: 1px solid #ccc;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h1.h1title {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}

h2.h2title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}

h2.h2title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  color: #0488ce;
}

/* common */
.pankuzu {
  margin: 15px 0;
}

.pankuzu ul li {
  float: left;
  margin-right: 10px;
}

.pankuzu ul li a {
  text-decoration: none;
  color: #333;
}

.pankuzu ul li a .pantitle {
  color: #0488ce;
}

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  z-index: 1;
}

.bg_100per_wrap .bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f6f6f6;
  z-index: -1;
}

.bg_100per_wrap h1 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  background: url(../images/contents/title_bg.gif) center top no-repeat;
  padding-top: 105px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .bg_100per_wrap h1 {
    font-size: 9px;
    font-size: 2.8125vw;
    background: url(../images/contents/title_bg.gif) center top no-repeat;
    background-size: contain;
    padding-top: 17%;
  }
}

.table_wrap td {
  padding: 0 !important;
}

.table_wrap .box1 img {
  border: 1px solid #ddd !important;
  padding: 2px !important;
}

.table_wrap .box1 h2 {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #0488ce;
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
}

.table_wrap2 .box1 {
  position: relative;
}

.table_wrap2 .box1 h2 {
  position: absolute;
  top: 0;
  left: 0;
  background: #0488ce;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.table_wrap2 .box1 img {
  padding: 35px 0 10px !important;
}

.contact_form {
  position: relative;
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  .contact_form {
    margin-top: 50px;
  }
}

@media screen and (max-width: 468px) {
  .contact_form {
    margin-top: 25px;
  }
}

.contact_form .flex_wrap {
  border: 1px solid #ddd;
  padding: 40px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact_form .flex_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 468px) {
  .contact_form .flex_wrap {
    padding: 20px;
  }
}

.contact_form .flex_wrap .tel {
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .contact_form .flex_wrap .tel {
    width: 100%;
    margin-right: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 468px) {
  .contact_form .flex_wrap .tel {
    width: 100%;
    margin-right: 8%;
    padding-right: 8%;
  }
}

@media screen and (max-width: 768px) {
  .contact_form .flex_wrap .btn {
    margin-left: 5%;
    width: 100%;
  }
}

@media screen and (max-width: 468px) {
  .contact_form .flex_wrap .btn {
    margin-left: 8%;
    width: 100%;
  }
}

.contact_form .title {
  position: absolute;
  top: -25px;
  left: 50px;
}

@media screen and (max-width: 468px) {
  .contact_form .title {
    display: none;
  }
}

.contact_form .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .contact_form .icon {
    display: none;
  }
}

.news {
  border: 10px solid #eee;
  padding: 20px;
  margin-top: 40px;
}

.news .scroll {
  overflow-y: scroll;
  max-height: 250px;
}

.news .scroll .news_wrap {
  border-bottom: 1px dotted #999 !important;
  padding-bottom: 20px !important;
}

.news .scroll .news_wrap .box1 {
  width: 100px !important;
}

.news .scroll .news_wrap .box1 b {
  background: #0488ce;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
}

@media screen and (max-width: 468px) {
  .news .scroll .news_wrap .box1 b {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 468px) {
  .table_spblock td {
    display: block !important;
    width: 100% !important;
  }
}

.txt1 h2 {
  font-size: 20px;
  color: #0488ce;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .txt1 h2 {
    font-size: 9px;
    font-size: 2.8125vw;
  }
}

@media screen and (max-width: 468px) {
  .txt1 h2 {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}

.txt2 {
  border: 10px solid #eee;
  padding: 20px;
}
/*# sourceMappingURL=style_common.css.map */