@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/* gradation */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -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 {
  counter-reset: number 0;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #151515;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500; }

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin: 225px auto 0 auto;
  overflow: hidden; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    #contents_wrap {
      margin-top: 97px; } }
  @media only screen and (max-width: 640px) {
    #contents_wrap {
      margin-top: 173px; } }

#contents {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px; }
  .pankuzu a {
    color: #ec610d; }
    @media only screen and (max-width: 640px) {
      .pankuzu a {
        display: block; } }
    .pankuzu a:hover {
      text-decoration: underline; }

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #ec610d; }
  .error_link a:hover {
    text-decoration: underline; }

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

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

table {
  table-layout: fixed; }

table td {
  padding: 0 !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; }

u {
  text-decoration: underline; }

b {
  font-weight: bold; }

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

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s; }

a:hover {
  opacity: 0.8; }

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

.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 only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

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

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 899px) {
    header#global_header {
      padding-top: 48px; } }

.hed_inner {
  max-width: 1880px;
  margin: 0 auto;
  padding: 0 10px; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 20px;
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s; }
  @media only screen and (max-width: 899px) {
    #header {
      padding: 48px 0 0 0; } }
  #header #hed_subM {
    background: #ec610d;
    background: -moz-linear-gradient(left, #ec610d 0%, #cd3b18 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec610d), color-stop(100%, #cd3b18));
    background: -webkit-linear-gradient(left, #ec610d 0%, #cd3b18 100%);
    background: -o-linear-gradient(left, #ec610d 0%, #cd3b18 100%);
    background: -ms-linear-gradient(left, #ec610d 0%, #cd3b18 100%);
    background: linear-gradient(to right, #ec610d 0%, #cd3b18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    padding: 2.5px 0; }
    @media only screen and (max-width: 899px) {
      #header #hed_subM {
        display: none; } }
    #header #hed_subM .hed_inner {
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end; }
      #header #hed_subM .hed_inner li {
        margin-right: 20px; }
        #header #hed_subM .hed_inner li:last-of-type {
          margin-right: 0; }
        #header #hed_subM .hed_inner li a {
          color: #fff; }
          #header #hed_subM .hed_inner li a:before {
            content: "\f105";
            font-family: "Font Awesome 5 Pro";
            margin-right: 5px; }
          #header #hed_subM .hed_inner li a:hover {
            color: #feb036; }
  #header .hed_m {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px; }
    @media only screen and (max-width: 640px) {
      #header .hed_m {
        display: block; } }
  #header #siteID {
    width: 24%;
    max-width: 460px; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      #header #siteID {
        width: 48%; } }
    @media only screen and (max-width: 640px) {
      #header #siteID {
        width: 100%;
        margin: 0 auto 15px auto; } }
    #header #siteID a {
      opacity: 1; }
  #header #hed_info {
    display: table;
    width: 74%;
    max-width: 530px; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      #header #hed_info {
        width: 48%; } }
    @media only screen and (max-width: 640px) {
      #header #hed_info {
        width: 100%;
        margin: 0 auto; } }
    #header #hed_info .linkTel {
      background: #feb036;
      background: -moz-linear-gradient(top, #feb036 0%, #f89801 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feb036), color-stop(100%, #f89801));
      background: -webkit-linear-gradient(top, #feb036 0%, #f89801 100%);
      background: -o-linear-gradient(top, #feb036 0%, #f89801 100%);
      background: -ms-linear-gradient(top, #feb036 0%, #f89801 100%);
      background: linear-gradient(to bottom, #feb036 0%, #f89801 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
      display: table-cell;
      width: 250px;
      border-radius: 3px;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
      font-size: 28px;
      font-weight: bold;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
      color: #fff;
      vertical-align: middle; }
      @media only screen and (max-width: 899px) {
        #header #hed_info .linkTel {
          width: 49%;
          font-size: 16px; } }
      @media only screen and (max-width: 640px) {
        #header #hed_info .linkTel {
          background: none !important;
          border-radius: 0;
          box-shadow: none; } }
      #header #hed_info .linkTel a {
        background: #feb036;
        background: -moz-linear-gradient(top, #feb036 0%, #f89801 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feb036), color-stop(100%, #f89801));
        background: -webkit-linear-gradient(top, #feb036 0%, #f89801 100%);
        background: -o-linear-gradient(top, #feb036 0%, #f89801 100%);
        background: -ms-linear-gradient(top, #feb036 0%, #f89801 100%);
        background: linear-gradient(to bottom, #feb036 0%, #f89801 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
        display: block;
        padding: 15.5px 3px;
        border-radius: 3px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
        font-size: 18px;
        font-weight: bold;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        color: #fff; }
      #header #hed_info .linkTel i {
        margin-right: 7px;
        font-size: 30px; }
        @media screen and (min-width: 641px) and (max-width: 899px) {
          #header #hed_info .linkTel i {
            font-size: 14px; } }
        @media only screen and (max-width: 640px) {
          #header #hed_info .linkTel i {
            font-size: 20px; } }
    #header #hed_info .cont {
      display: table-cell;
      padding-left: 20px; }
      @media only screen and (max-width: 899px) {
        #header #hed_info .cont {
          width: 49%;
          padding-left: 10px; } }
      #header #hed_info .cont a {
        background: #abdf36;
        background: -moz-linear-gradient(top, #abdf36 0%, #90c31f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #abdf36), color-stop(100%, #90c31f));
        background: -webkit-linear-gradient(top, #abdf36 0%, #90c31f 100%);
        background: -o-linear-gradient(top, #abdf36 0%, #90c31f 100%);
        background: -ms-linear-gradient(top, #abdf36 0%, #90c31f 100%);
        background: linear-gradient(to bottom, #abdf36 0%, #90c31f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
        display: block;
        width: 250px;
        padding: 7.5px 5px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        font-size: 24px;
        font-weight: bold;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        color: #fff;
        vertical-align: middle; }
        @media only screen and (max-width: 899px) {
          #header #hed_info .cont a {
            width: auto;
            font-size: 16px; } }
        #header #hed_info .cont a .sub {
          display: block;
          font-size: 16px; }
          @media only screen and (max-width: 899px) {
            #header #hed_info .cont a .sub {
              font-size: 13px; } }
        #header #hed_info .cont a i {
          margin-right: 7px;
          font-size: 30px; }
          @media screen and (min-width: 641px) and (max-width: 899px) {
            #header #hed_info .cont a i {
              font-size: 14px; } }
          @media only screen and (max-width: 640px) {
            #header #hed_info .cont a i {
              font-size: 20px; } }

@media only screen and (max-width: 899px) {
  #nav_global {
    display: none; } }
#nav_global #gnavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 10px; }
  #nav_global #gnavi li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    border-left: 1px solid #ccc; }
    #nav_global #gnavi li:last-of-type {
      border-right: 1px solid #ccc; }
    #nav_global #gnavi li a {
      display: block;
      color: #151515;
      padding: 18px 5px;
      font-weight: bold;
      text-decoration: none; }
    #nav_global #gnavi li .sub {
      position: absolute;
      top: 60px;
      left: 0px;
      width: 100%;
      background-color: rgba(21, 21, 21, 0.9);
      z-index: 100; }
      #nav_global #gnavi li .sub li {
        border: none !important;
        border-bottom: 1px solid #fff !important; }
        #nav_global #gnavi li .sub li:last-of-type {
          border-bottom: 0 !important; }
        #nav_global #gnavi li .sub li a {
          display: block;
          padding: 10px 20px;
          text-align: left;
          font-weight: 500;
          color: #fff; }

#mainArea {
  width: 100%;
  position: relative;
  margin-top: 225px; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    #mainArea {
      margin-top: 100px; } }
  @media only screen and (max-width: 640px) {
    #mainArea {
      margin-top: 182px; } }

.transform #header {
  padding-bottom: 10px !important; }
.transform .hed_m {
  padding: 5px 10px 10px 10px !important; }
.transform #siteID {
  max-width: 270px !important; }
.transform #hed_info .linkTel, .transform #hed_info .cont a {
  padding: 2px 5px !important;
  font-size: 18px !important; }
  @media only screen and (max-width: 640px) {
    .transform #hed_info .linkTel, .transform #hed_info .cont a {
      font-size: 14px !important; } }
  .transform #hed_info .linkTel i, .transform #hed_info .cont a i {
    font-size: 20px !important; }
  .transform #hed_info .linkTel .sub, .transform #hed_info .cont a .sub {
    font-size: 13px !important; }
.transform #hed_info .linkTel a {
  padding: 10.5px !important;
  font-size: 14px !important; }
.transform #nav_global a {
  padding: 0 !important; }
.transform #nav_global .sub {
  top: 24px !important; }
  .transform #nav_global .sub a {
    padding: 10px 20px !important; }

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

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

.mean-container .mean-nav ul li a {
  padding: 2% 5% !important;
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand {
  height: 25px !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

.mean-container .mean-nav ul li li a {
  width: 100% !important; }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
  font-size: 13px; }
  footer#global_footer a {
    font-size: 13px;
    color: #fff;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }
  footer#global_footer #footer {
    padding: 30px 0; }
  footer#global_footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 0; }
  footer#global_footer address h2 {
    margin-bottom: 10px;
    font-size: 16px; }
    footer#global_footer address h2 a {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.1em; }
      footer#global_footer address h2 a:hover {
        text-decoration: none; }
  footer#global_footer #sp_menu {
    display: none !important; }
  footer#global_footer #copy {
    display: block;
    padding: 5.5px 10px;
    background-color: #cd3c19;
    font-size: 13px; }
    footer#global_footer #copy a {
      text-decoration: none; }
      footer#global_footer #copy a:hover {
        opacity: 1; }

/* index.html */
.index_contents #contents_wrap {
  margin-top: 0;
  margin-bottom: 70px; }
.index_contents #contents {
  max-width: 100% !important;
  padding: 0 !important; }

.ttl_con01 {
  position: relative;
  margin-bottom: 40px;
  padding: 47px 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 640px) {
    .ttl_con01 {
      margin-bottom: 0;
      padding: 25px 10px; } }
  .ttl_con01:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #cd3c19; }
    @media only screen and (max-width: 640px) {
      .ttl_con01:before {
        bottom: -9px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #cd3c19; } }

.con02 {
  margin-top: -40px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain; }
  .con02 h3 {
    font-size: 1.9vw;
    font-weight: bold; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con02 h3 {
        font-size: 26px; } }
    @media only screen and (max-width: 640px) {
      .con02 h3 {
        font-size: 16px; } }
  @media only screen and (max-width: 640px) {
    .con02 {
      margin-top: 0;
      background: none !important; } }
  .con02 .bg_graBlue {
    padding: 70px 0; }
    @media only screen and (max-width: 640px) {
      .con02 .bg_graBlue {
        padding: 30px 0 50px 0; } }
  .con02 h3 {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background: linear-gradient(transparent 70%, rgba(248, 152, 1, 0.7) 30%);
    line-height: 1.3; }
    @media only screen and (max-width: 640px) {
      .con02 h3 {
        margin-bottom: 20px; } }
    .con02 h3 .text_red {
      font-size: 2.9vw;
      color: #cd0606; }
      @media screen and (min-width: 641px) and (max-width: 899px) {
        .con02 h3 .text_red {
          font-size: 38px; } }
      @media only screen and (max-width: 640px) {
        .con02 h3 .text_red {
          font-size: 16px; } }
  .con02 .li_check li {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con02 .li_check li {
        font-size: 20px; } }
    @media only screen and (max-width: 640px) {
      .con02 .li_check li {
        font-size: 16px; } }

.ttl_con03 {
  padding-top: 3px;
  background-position: center bottom; }
  .ttl_con03 h3 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px; }

.con04 {
  padding: 70px 0; }
  @media only screen and (max-width: 640px) {
    .con04 {
      padding: 30px 0 50px 0; } }
  .con04 .pntTxt01 {
    margin-bottom: 50px;
    padding: 50px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9); }
    @media only screen and (max-width: 640px) {
      .con04 .pntTxt01 {
        margin-bottom: 30px;
        padding: 10px 0;
        font-size: 16px; } }
  .con04 .bg_wh {
    padding: 50px 35px 20px 35px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #ec610d; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con04 .bg_wh {
        padding: 50px 20px 20px 20px; } }
    @media only screen and (max-width: 640px) {
      .con04 .bg_wh {
        padding: 30px 10px 10px 10px; } }
  .con04 h4 {
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: bold;
    color: #ec610d;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9); }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con04 h4 {
        font-size: 32px; } }
    @media only screen and (max-width: 640px) {
      .con04 h4 {
        margin-bottom: 20px;
        font-size: 18px;
        text-shadow: none; } }
  .con04 .flex03 .box {
    background: #ed6b4a;
    background: -moz-linear-gradient(top, #ed6b4a 0%, #cd3c19 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed6b4a), color-stop(100%, #cd3c19));
    background: -webkit-linear-gradient(top, #ed6b4a 0%, #cd3c19 100%);
    background: -o-linear-gradient(top, #ed6b4a 0%, #cd3c19 100%);
    background: -ms-linear-gradient(top, #ed6b4a 0%, #cd3c19 100%);
    background: linear-gradient(to bottom, #ed6b4a 0%, #cd3c19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    padding: 3.2% 1.6%;
    border-radius: 3px; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con04 .flex03 .box {
        width: 48%;
        margin-right: 4%;
        padding: 20px 15px; } }
    @media only screen and (max-width: 640px) {
      .con04 .flex03 .box {
        padding: 20px 10px; } }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con04 .flex03 .box:nth-of-type(3n) {
        margin-right: 4%; } }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con04 .flex03 .box:nth-of-type(even) {
        margin-right: 0; } }
    .con04 .flex03 .box h5 {
      margin-bottom: 20px;
      font-weight: bold;
      text-align: center; }
    .con04 .flex03 .box .btn_org01 {
      margin-top: 20px; }

.con05 {
  padding: 70px 0 40px 0;
  background-repeat: no-repeat;
  background-size: contain; }
  @media only screen and (max-width: 640px) {
    .con05 {
      padding: 40px 0 50px 0; } }
  .con05 h2 {
    margin-bottom: 20px; }
  .con05 .flex03 .box {
    padding: 20px 20px 40px 20px;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #cd3c19; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con05 .flex03 .box {
        width: 48%;
        margin-right: 4%;
        padding: 20px 15px; } }
    @media only screen and (max-width: 640px) {
      .con05 .flex03 .box {
        padding: 20px 10px; } }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con05 .flex03 .box:nth-of-type(3n) {
        margin-right: 4%; } }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con05 .flex03 .box:nth-of-type(even) {
        margin-right: 0; } }
    .con05 .flex03 .box h3 {
      margin: 10px auto;
      font-size: 22px;
      font-weight: bold;
      color: #cd3c19;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        .con05 .flex03 .box h3 {
          font-size: 18px; } }
      .con05 .flex03 .box h3 .sub {
        display: block;
        margin-bottom: 5px;
        background-color: #cd3c19;
        font-size: 26px;
        color: #ffb23a; }
        @media only screen and (max-width: 640px) {
          .con05 .flex03 .box h3 .sub {
            font-size: 22px; } }

.con06 {
  background: #ec610d;
  background: -moz-linear-gradient(top, #ec610d 0%, #cd3b18 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec610d), color-stop(100%, #cd3b18));
  background: -webkit-linear-gradient(top, #ec610d 0%, #cd3b18 100%);
  background: -o-linear-gradient(top, #ec610d 0%, #cd3b18 100%);
  background: -ms-linear-gradient(top, #ec610d 0%, #cd3b18 100%);
  background: linear-gradient(to bottom, #ec610d 0%, #cd3b18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  padding: 70px 0; }
  @media only screen and (max-width: 640px) {
    .con06 {
      padding: 30px 0; } }
  .con06 h2 {
    margin-bottom: 30px; }
    @media only screen and (max-width: 640px) {
      .con06 h2 {
        margin-bottom: 20px; } }
  .con06 .cont_btn {
    justify-content: space-between; }
    @media only screen and (max-width: 640px) {
      .con06 .cont_btn {
        display: block !important; } }
    .con06 .cont_btn .box {
      width: 49%;
      border-radius: 3px;
      font-weight: bold;
      text-align: center;
      color: #151515; }
      @media only screen and (max-width: 640px) {
        .con06 .cont_btn .box {
          width: 100%; } }
      .con06 .cont_btn .box .sub {
        display: block;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0; }
        @media only screen and (max-width: 640px) {
          .con06 .cont_btn .box .sub {
            font-size: 20px; } }
      .con06 .cont_btn .box a {
        background: #ffb33c;
        background: -moz-linear-gradient(top, #ffb33c 0%, #f89801 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb33c), color-stop(100%, #f89801));
        background: -webkit-linear-gradient(top, #ffb33c 0%, #f89801 100%);
        background: -o-linear-gradient(top, #ffb33c 0%, #f89801 100%);
        background: -ms-linear-gradient(top, #ffb33c 0%, #f89801 100%);
        background: linear-gradient(to bottom, #ffb33c 0%, #f89801 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
        display: block;
        padding: 17px 5px;
        font-size: 38px;
        font-weight: bold;
        color: #151515; }
        @media only screen and (max-width: 899px) {
          .con06 .cont_btn .box a {
            font-size: 24px; } }
    .con06 .cont_btn .linkTel {
      background: #ffb33c;
      background: -moz-linear-gradient(top, #ffb33c 0%, #f89801 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb33c), color-stop(100%, #f89801));
      background: -webkit-linear-gradient(top, #ffb33c 0%, #f89801 100%);
      background: -o-linear-gradient(top, #ffb33c 0%, #f89801 100%);
      background: -ms-linear-gradient(top, #ffb33c 0%, #f89801 100%);
      background: linear-gradient(to bottom, #ffb33c 0%, #f89801 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
      padding: 8px 5px;
      box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
      font-size: 50px;
      font-weight: bold;
      letter-spacing: 1px; }
      @media screen and (min-width: 641px) and (max-width: 899px) {
        .con06 .cont_btn .linkTel {
          padding: 12.5px 5px;
          font-size: 30px; } }
      @media only screen and (max-width: 640px) {
        .con06 .cont_btn .linkTel {
          margin-bottom: 10px;
          padding: 0;
          background: transparent;
          box-shadow: none; } }

.ttl_con06 h2 {
  margin: 70px auto 20px auto; }

.faqQ {
  cursor: pointer;
  margin-bottom: 10px; }
  .faqQ div {
    display: -webkit-flex;
    display: flex;
    border: 2px solid #f89801; }
    @media only screen and (max-width: 640px) {
      .faqQ div {
        flex-wrap: wrap;
        align-items: center; } }
    .faqQ div:before {
      content: "Q";
      width: 80px;
      background-color: #f89801;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 32px;
      font-weight: bold;
      color: #fff;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        .faqQ div:before {
          width: 100%; } }
    .faqQ div:after {
      content: "\f32d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      padding-right: 20px;
      font-size: 30px;
      color: #f89801; }
      @media only screen and (max-width: 640px) {
        .faqQ div:after {
          width: 3%;
          padding-right: 0;
          font-size: 22px; } }
  .faqQ h3 {
    width: 100%;
    padding: 7px 20px;
    font-size: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 640px) {
      .faqQ h3 {
        width: 90%; } }

.faqA {
  margin: -5px auto 10px auto; }
  .faqA div {
    margin-top: 5px;
    padding: 20px;
    background-color: #cd3c19;
    color: #fff; }

.con07 {
  margin-top: 70px;
  padding: 70px 0 60px 0;
  background-color: #F9F2B3;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f7c09e), color-stop(0.25, #f9d3bb), color-stop(0.5, #f9d3bb), color-stop(0.5, #f7c09e), color-stop(0.75, #f7c09e), color-stop(0.75, #f9d3bb), to(#f9d3bb));
  -webkit-background-size: 7px 7px; }
  @media only screen and (max-width: 640px) {
    .con07 {
      margin-top: 30px;
      padding: 30px 0 50px 0; } }
  .con07 h2 {
    margin: 30px auto; }
    @media only screen and (max-width: 640px) {
      .con07 h2 {
        margin: 10px auto 20px auto; } }
  .con07 .flex {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 4%;
    border: 2px solid #ec610d; }
    @media only screen and (max-width: 640px) {
      .con07 .flex {
        display: block;
        padding: 20px; } }
    .con07 .flex .img {
      width: 29%; }
      @media only screen and (max-width: 640px) {
        .con07 .flex .img {
          width: 100%;
          margin-bottom: 10px; } }
    .con07 .flex .txt {
      width: 69%; }
      @media only screen and (max-width: 640px) {
        .con07 .flex .txt {
          width: 100%; } }
      .con07 .flex .txt h3 {
        border-bottom: 2px solid #cd3c19;
        font-size: 22px;
        font-weight: bold; }
        @media only screen and (max-width: 640px) {
          .con07 .flex .txt h3 {
            margin-bottom: 10px;
            font-size: 18px; } }
      .con07 .flex .txt .gyousyu {
        display: inline-block;
        margin-right: 10px;
        padding: 4px 25.5px;
        background-color: #ec610d;
        font-size: 18px;
        font-weight: bold;
        color: #fff; }
        @media only screen and (max-width: 640px) {
          .con07 .flex .txt .gyousyu {
            display: block;
            width: 100%;
            padding: 4px;
            text-align: center; } }
      .con07 .flex .txt .txt_red {
        font-size: 18px;
        font-weight: bold;
        color: #cd3c19; }
        @media only screen and (max-width: 640px) {
          .con07 .flex .txt .txt_red {
            display: block;
            width: 100%;
            text-align: center; } }
        .con07 .flex .txt .txt_red .sub {
          font-size: 30px; }
      .con07 .flex .txt p {
        display: inline;
        border-bottom: 2px dotted #ccc;
        line-height: 2; }

.ttl_con08 h2 {
  margin: 70px auto 30px auto; }

.news_txt {
  padding: 20px 0;
  border-top: 5px solid #cd3c19;
  border-bottom: 5px solid #cd3c19; }
  .news_txt .scroll {
    height: 130px;
    overflow-x: auto; }
    @media only screen and (max-width: 640px) {
      .news_txt .scroll {
        height: 250px; } }
  .news_txt dl {
    align-items: flex-start;
    margin-bottom: 20px; }
    @media only screen and (max-width: 640px) {
      .news_txt dl {
        display: block !important; } }
  .news_txt dt, .news_txt dd {
    border: none !important;
    display: block !important;
    padding: 3px !important; }
    @media only screen and (max-width: 640px) {
      .news_txt dt, .news_txt dd {
        width: 100% !important; } }
  .news_txt dt {
    width: 120px;
    text-align: center; }
  .news_txt dd {
    padding-left: 20px !important; }

/* flow.html */
.flow01 {
  margin-top: 50px; }
  @media only screen and (max-width: 640px) {
    .flow01 {
      margin-top: 30px; } }
  .flow01 .box {
    padding: 4%;
    border: 2px solid #cd3c19;
    border-radius: 3px; }
    @media only screen and (max-width: 899px) {
      .flow01 .box {
        padding: 20px; } }

.flow_flex .box {
  padding: 2%;
  border-right: 3px;
  border: 2px solid #cd3c19;
  background-color: rgba(205, 60, 25, 0.1); }
  @media only screen and (max-width: 899px) {
    .flow_flex .box {
      padding: 20px; } }
  .flow_flex .box img {
    margin-top: 10px; }

/* point.html */
.pnt_check li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold; }
  .pnt_check li:before {
    margin-right: 10px;
    vertical-align: middle; }

/* voice.html */
.voice_st01 {
  margin-bottom: 30px;
  padding: 4%;
  background-color: rgba(254, 176, 54, 0.2); }
  .voice_st01 li {
    margin-bottom: 10px; }
  .voice_st01 h3 {
    border-bottom: 2px solid #cd3c19;
    font-size: 22px;
    font-weight: bold; }
    @media only screen and (max-width: 640px) {
      .voice_st01 h3 {
        margin-bottom: 10px;
        font-size: 18px; } }
  .voice_st01 .gyousyu {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 25.5px;
    background-color: #ec610d;
    font-size: 18px;
    font-weight: bold;
    color: #fff; }
    @media only screen and (max-width: 640px) {
      .voice_st01 .gyousyu {
        display: block;
        width: 100%;
        padding: 4px;
        text-align: center; } }
  .voice_st01 .txt_red {
    font-size: 18px;
    font-weight: bold;
    color: #cd3c19; }
    @media only screen and (max-width: 640px) {
      .voice_st01 .txt_red {
        display: block;
        width: 100%;
        text-align: center; } }
    .voice_st01 .txt_red .sub {
      font-size: 30px; }
  .voice_st01 p {
    display: inline;
    border-bottom: 2px dotted rgba(236, 97, 13, 0.3);
    line-height: 2.3; }

/* column.html */
.bg_column {
  margin: 100px auto;
  padding: 70px 0; }

/* company.html */
@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 300px; } }

/* contact.html */
.cont_form {
  margin: 20px auto; }
  .cont_form dt label {
    font-size: 13px; }
    .cont_form dt label:after {
      content: "必須"; }

/* contents 100% */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

/* box */
.flex02 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .flex02 {
      display: block; } }
  .flex02 .box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 640px) {
      .flex02 .box {
        width: 100% !important;
        margin-right: 0 !important; } }
    .flex02 .box:nth-of-type(even) {
      margin-right: 0; }
    .flex02 .box img {
      width: 100% !important; }

.flex03 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 640px) {
    .flex03 {
      display: block; } }
  .flex03 .box {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 640px) {
      .flex03 .box {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px; } }
    .flex03 .box:nth-of-type(3n) {
      margin-right: 0; }
    .flex03 .box img {
      width: 100% !important; }

/* title */
.ttl01 h1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 30px;
  color: #fff; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .ttl01 h1 {
      font-size: 24px; } }
  @media only screen and (max-width: 640px) {
    .ttl01 h1 {
      padding: 20px 0;
      font-size: 20px; } }
.ttl01 h2 {
  margin-bottom: 20px;
  font-size: 24px; }
  @media only screen and (max-width: 640px) {
    .ttl01 h2 {
      font-size: 18px; } }
.ttl01 h3 {
  font-size: 20px; }
  @media only screen and (max-width: 899px) {
    .ttl01 h3 {
      font-size: 18px; } }
.ttl01 h4 {
  font-size: 18px; }
.ttl01 h2 {
  padding: 3px;
  background-color: #cd3c19;
  color: #fff; }
.ttl01 h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #cd3c19;
  text-align: center; }
  .ttl01 h3 .sub {
    display: block;
    margin-bottom: 5px;
    background-color: #cd3c19;
    color: #fff; }
.ttl01 h4 {
  font-weight: bold;
  color: #ec610d; }

.ttl02 h1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 30px;
  color: #fff; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .ttl02 h1 {
      font-size: 24px; } }
  @media only screen and (max-width: 640px) {
    .ttl02 h1 {
      padding: 20px 0;
      font-size: 20px; } }
.ttl02 h2 {
  margin-bottom: 20px;
  font-size: 24px; }
  @media only screen and (max-width: 640px) {
    .ttl02 h2 {
      font-size: 18px; } }
.ttl02 h3 {
  font-size: 20px; }
  @media only screen and (max-width: 899px) {
    .ttl02 h3 {
      font-size: 18px; } }
.ttl02 h4 {
  font-size: 18px; }
.ttl02 h2 {
  position: relative;
  margin: 100px auto 30px auto;
  padding-bottom: 10px;
  font-weight: bold;
  color: #cd3c19; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .ttl02 h2 {
      margin-top: 70px; } }
  @media only screen and (max-width: 640px) {
    .ttl02 h2 {
      margin-top: 50px; } }
  .ttl02 h2:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, transparent, #cd3c19 25%, #cd3c19 75%, transparent);
    background-image: linear-gradient(to right, transparent, #cd3c19 25%, #cd3c19 75%, transparent);
    background-position: center;
    background-repeat: no-repeat; }
.ttl02 h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px dashed #cd3c19;
  font-weight: bold;
  color: #cd3c19; }

.ttl03 {
  margin-bottom: 40px; }
  .ttl03 h1 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 30px;
    color: #fff; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .ttl03 h1 {
        font-size: 24px; } }
    @media only screen and (max-width: 640px) {
      .ttl03 h1 {
        padding: 20px 0;
        font-size: 20px; } }
  .ttl03 h2 {
    margin-bottom: 20px;
    font-size: 24px; }
    @media only screen and (max-width: 640px) {
      .ttl03 h2 {
        font-size: 18px; } }
  .ttl03 h3 {
    font-size: 20px; }
    @media only screen and (max-width: 899px) {
      .ttl03 h3 {
        font-size: 18px; } }
  .ttl03 h4 {
    font-size: 18px; }
  .ttl03 h2 {
    max-width: 1000px;
    position: relative;
    margin: 100px auto 0 auto;
    padding: 20px 10px;
    color: #fff; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .ttl03 h2 {
        margin-top: 70px; } }
    @media only screen and (max-width: 640px) {
      .ttl03 h2 {
        margin-top: 50px; } }
    .ttl03 h2:before {
      content: "";
      width: 0;
      height: 0;
      display: block;
      position: absolute;
      bottom: -19px;
      left: 50%;
      transform: translateX(-50%);
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #ec610d; }

.ttl04 h1, .ttl05 h1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 30px;
  color: #fff; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .ttl04 h1, .ttl05 h1 {
      font-size: 24px; } }
  @media only screen and (max-width: 640px) {
    .ttl04 h1, .ttl05 h1 {
      padding: 20px 0;
      font-size: 20px; } }
.ttl04 h2, .ttl05 h2 {
  margin-bottom: 20px;
  font-size: 24px; }
  @media only screen and (max-width: 640px) {
    .ttl04 h2, .ttl05 h2 {
      font-size: 18px; } }
.ttl04 h3, .ttl05 h3 {
  font-size: 20px; }
  @media only screen and (max-width: 899px) {
    .ttl04 h3, .ttl05 h3 {
      font-size: 18px; } }
.ttl04 h4, .ttl05 h4 {
  font-size: 18px; }
.ttl04 h2, .ttl05 h2 {
  max-width: 1000px;
  margin: 100px auto 0 auto;
  padding: 20px 10px;
  color: #fff; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .ttl04 h2, .ttl05 h2 {
      margin-top: 70px; } }
  @media only screen and (max-width: 640px) {
    .ttl04 h2, .ttl05 h2 {
      margin-top: 50px; } }
.ttl04 h3, .ttl05 h3 {
  margin: 70px auto 20px auto;
  padding: 10px 15px;
  background-color: #ec610d;
  border-left: 7px solid #feb036;
  font-weight: bold;
  color: #fff; }
  @media only screen and (max-width: 899px) {
    .ttl04 h3, .ttl05 h3 {
      margin-top: 50px; } }

.ttl05 h1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 30px;
  color: #fff; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .ttl05 h1 {
      font-size: 24px; } }
  @media only screen and (max-width: 640px) {
    .ttl05 h1 {
      padding: 20px 0;
      font-size: 20px; } }
.ttl05 h2 {
  margin-bottom: 20px;
  font-size: 24px; }
  @media only screen and (max-width: 640px) {
    .ttl05 h2 {
      font-size: 18px; } }
.ttl05 h3 {
  font-size: 20px; }
  @media only screen and (max-width: 899px) {
    .ttl05 h3 {
      font-size: 18px; } }
.ttl05 h4 {
  font-size: 18px; }
.ttl05 h3 {
  background-color: #cd3c19; }

.c_org h3 {
  border-bottom: 4px double #ec610d;
  color: #ec610d; }

/* btn */
.btn_org01 {
  display: block; }
  .btn_org01 a {
    background: #ffe1b3;
    background: -moz-linear-gradient(top, #ffe1b3 0%, #f89801 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe1b3), color-stop(100%, #f89801));
    background: -webkit-linear-gradient(top, #ffe1b3 0%, #f89801 100%);
    background: -o-linear-gradient(top, #ffe1b3 0%, #f89801 100%);
    background: -ms-linear-gradient(top, #ffe1b3 0%, #f89801 100%);
    background: linear-gradient(to bottom, #ffe1b3 0%, #f89801 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    display: block;
    padding: 8px 5px;
    border-radius: 3px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-weight: bold;
    color: #151515; }
    .btn_org01 a:before {
      content: "\f105";
      font-family: "Font Awesome 5 Pro";
      font-weight: 200;
      margin-right: 5px; }

.btn_faq {
  max-width: 400px;
  margin: 30px auto 0 auto; }
  @media only screen and (max-width: 640px) {
    .btn_faq {
      max-width: 100%;
      padding: 0 10px; } }
  .btn_faq a {
    padding: 15px 5px; }

.btn02 {
  margin-top: 30px; }
  @media only screen and (max-width: 640px) {
    .btn02 {
      display: block !important; } }
  .btn02 .box {
    width: 48%;
    margin-right: 4%; }
    @media only screen and (max-width: 640px) {
      .btn02 .box {
        width: 100%;
        margin-right: 0; } }
    .btn02 .box:nth-of-type(even) {
      margin-right: 0; }
      @media only screen and (max-width: 640px) {
        .btn02 .box:nth-of-type(even) {
          margin-top: 20px; } }

/* txt */
/* common */
.anc {
  margin-top: -100px;
  padding-top: 100px; }

.br_pc {
  display: block; }
  @media only screen and (max-width: 899px) {
    .br_pc {
      display: none; } }

.bold div {
  font-weight: bold; }

.img_r img {
  max-width: 30%;
  width: 100% !important;
  margin-left: 20px; }
  @media only screen and (max-width: 640px) {
    .img_r img {
      max-width: 100%;
      margin-left: 0; } }

.img100 img {
  width: 100% !important; }

.bg_graBlue {
  background: #d6ecff;
  background: -moz-linear-gradient(top, #d6ecff 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6ecff), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, #d6ecff 0%, transparent 100%);
  background: -o-linear-gradient(top, #d6ecff 0%, transparent 100%);
  background: -ms-linear-gradient(top, #d6ecff 0%, transparent 100%);
  background: linear-gradient(to bottom, #d6ecff 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 ); }

.bg_org01, .bg_org02 {
  margin: 30px auto 0 auto;
  padding: 4%;
  background-color: rgba(205, 60, 25, 0.1); }

.bg_org02 {
  background-color: rgba(254, 176, 54, 0.2); }

.li_check li:before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../images/contents/icon_check.png) center no-repeat; }
  @media only screen and (max-width: 640px) {
    .li_check li:before {
      width: 25px;
      height: 15px;
      background-size: 65%; } }

.li_st01 {
  margin-top: 20px;
  padding: 4%;
  background-color: rgba(205, 60, 25, 0.1);
  border: 4px double #cd3c19; }
  .li_st01 li {
    margin-bottom: 10px;
    padding-left: 0 !important; }

.tbl_st01 {
  margin-top: 30px; }
  .tbl_st01 table {
    table-layout: auto !important; }
  .tbl_st01 td {
    padding: 10px !important; }
    @media only screen and (max-width: 640px) {
      .tbl_st01 td {
        max-width: 200px !important; } }
    .tbl_st01 td div {
      font-size: 14px; }
      @media only screen and (max-width: 640px) {
        .tbl_st01 td div {
          display: block;
          white-space: normal !important;
          word-break: keep-all !important; } }

.tbl_st02 {
  margin-top: 10px; }
  .tbl_st02 table {
    table-layout: auto !important; }
  .tbl_st02 td {
    padding: 10px !important; }

.tbl_st03 td {
  padding: 20px !important; }
  @media only screen and (max-width: 640px) {
    .tbl_st03 td {
      text-align: left !important; } }

.mg_t100 {
  margin-top: 100px; }

.mg_t50 {
  margin-top: 50px; }

.mg_t30 {
  margin-top: 30px; }

.mg_t0 h3 {
  margin-top: 0; }

.mg10 {
  margin: 10px auto; }

.mg_b30 {
  margin-bottom: 30px; }

@media only screen and (max-width: 899px) {
  .tab_left div {
    text-align: left !important; } }

@media only screen and (max-width: 640px) {
  .sp_left div {
    text-align: left !important; } }

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