@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-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: 15px;
  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: #9585cc;
  font-weight: bold; }

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

#contents {
  padding: 0; }

.map {
  margin: 56px 20px 0; }

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

.map li:last-child {
  display: 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: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  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: 30px 0; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 60px 0 20px; } }
  #header .fixedtel {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999999; }
    @media screen and (max-width: 768px) {
      #header .fixedtel {
        top: auto !important;
        bottom: 10px !important; }
        #header .fixedtel img {
          width: 100%; } }
    @media screen and (max-width: 468px) {
      #header .fixedtel {
        right: 0 !important;
        bottom: 0 !important;
        width: 100%; } }
  #header .inner #siteID {
    text-align: center; }

#nav_global ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto; }
  #nav_global ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: block;
    padding: 20px 0; }
    #nav_global ul li a {
      display: block;
      position: relative;
      display: inline-block;
      transition: .3s;
      text-decoration: none;
      font-weight: bold;
      padding: 5px 0;
      font-size: 16px; }
      #nav_global ul li a:hover {
        color: #9585cc;
        opacity: 1 !important; }
      #nav_global ul li a:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 1px;
        background-color: #9585cc;
        transition: .3s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      #nav_global ul li a:hover:after {
        width: 100%; }

#main_image img {
  width: 100%; }

.mean-container .mean-bar {
  background: #9585cc !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #9585cc !important; }

#footer {
  background: #f5f5f5;
  padding: 30px 0; }
  @media screen and (max-width: 468px) {
    #footer {
      padding: 30px 0 70px; } }
  #footer .flex_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    @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 dl dt {
        margin-bottom: 10px; }
    #footer .flex_wrap .box1 {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      align-items: flex-start; }
      @media screen and (max-width: 768px) {
        #footer .flex_wrap .box1 {
          max-width: 268px;
          margin: 30px auto 0; } }
      #footer .flex_wrap .box1 ul {
        text-align: left;
        margin-left: 30px; }
        @media screen and (max-width: 768px) {
          #footer .flex_wrap .box1 ul {
            margin-left: 0; } }
        #footer .flex_wrap .box1 ul li {
          position: relative;
          padding-left: 15px; }
          #footer .flex_wrap .box1 ul li:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "▶";
            color: #9585cc;
            font-size: 10px; }
          #footer .flex_wrap .box1 ul li a {
            text-decoration: none; }
            #footer .flex_wrap .box1 ul li a:hover {
              color: #9585cc;
              opacity: 1 !important; }

/* #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 */
.bg_100per_wrap {
  position: relative;
  padding: 30px 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: #9585cc;
    z-index: -1; }
  .bg_100per_wrap .bg_100per_inner2 {
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0% 0% 0% -500%;
    background: url(../images/contents/top_img1.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1; }
  .bg_100per_wrap .bgcolor1 {
    background: #f5f5f5 !important; }
  .bg_100per_wrap h1 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .bg_100per_wrap h1 {
        font-size: 8px;
        font-size: 2.5vw; } }
    @media screen and (max-width: 468px) {
      .bg_100per_wrap h1 {
        font-size: 13px;
        font-size: 4.0625vw; } }
  .bg_100per_wrap h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold; }
    .bg_100per_wrap h2 span {
      display: inline-block;
      width: 100%;
      color: #9585cc;
      font-size: 13px; }

.toptxt1 p {
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  padding: 40px;
  color: #9585cc;
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px; }

.table_wrap1 .box1 {
  padding: 20px !important; }
  .table_wrap1 .box1 b {
    display: inline-block;
    float: right; }
    @media screen and (max-width: 468px) {
      .table_wrap1 .box1 b {
        float: none; } }

.table_wrap2 {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 20px !important; }
  .table_wrap2 .box1 {
    width: 110px !important; }
    .table_wrap2 .box1 b {
      background: #9585cc;
      padding: 2px 5px !important;
      color: #fff; }



/* 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 */
.h1wrap h1 {
  background: #9585cc;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 100px; }
  @media screen and (max-width: 768px) {
    .h1wrap h1 {
      font-size: 16px;
      font-size: 5vw; } }

h2.h2title {
  font-size: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-weight: bold;
  padding-left: 35px;
  line-height: 1.6;
  background: url(../images/contents/h2bg.png) left 5px no-repeat; }
  @media screen and (max-width: 768px) {
    h2.h2title {
      font-size: 9px;
      font-size: 2.8125vw;
      background: url(../images/contents/h2bg.png) left top no-repeat; } }
  @media screen and (max-width: 468px) {
    h2.h2title {
      font-size: 12px;
      font-size: 3.75vw; } }

h3.h3title {
  font-size: 20px;
  color: #9585cc;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    h3.h3title {
      font-size: 13px;
      font-size: 4.0625vw; } }

/* common */
.pankuzu {
  margin: 5px 0; }
  .pankuzu ul li {
    float: left;
    margin-right: 10px; }
    .pankuzu ul li a {
      text-decoration: none; }
      .pankuzu ul li a .pantitle {
        color: #9585cc; }

.pd {
  padding-top: 80px;
  margin-top: -80px; }

table.company {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 12px; }
  table.company td {
    padding: 10px; }
  table.company th {
    padding: 10px;
    background: #9585cc;
    vertical-align: middle;
    text-align: center;
    width: 200px !important;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    font-weight: bold; }
    table.company th:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-left-color: #9585cc;
      border-width: 10px;
      margin-top: -10px; }

/* firefox */
@-moz-document url-prefix() {
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #9585cc 10px solid;
    margin-top: -10px; } }
table.company td {
  background: #fff;
  width: 360px;
  padding-left: 20px; }

/*# sourceMappingURL=common.css.map */
