@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(http://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; }

html {
  font-size: 14px; }

body {
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; } }
figure {
  padding: 0;
  margin: 0; }

.inner {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner {
      width: 100%;
      margin: 0 auto; } }

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important; }

.sinner {
  max-width: 620px; }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #104480;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#contents {
  padding: 0;
  background: #fff; }

@media screen and (max-width: 100%) {
  #main {
    width: 100%; } }

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%; } }

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important; } }

.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; }

.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table {
  table-layout: fixed; }

table td {
  margin-bottom: -1px !important;
  padding: 20px !important; }
  @media screen and (max-width: 768px) {
    table td {
      padding: 10px !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 {
  text-decoration: none;
  color: #fff !important; }

a:hover {
  opacity: 0.6; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 100%) {
    #contents_wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 100%;
  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: 100%) {
  .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: "Noto Sans Japanese", "游ゴシック", 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; } }
.br {
  display: block; }

.b {
  font-weight: bold; }

/********* nav dropdown *********/
#nav_global ul li {
  position: relative; }
  #nav_global ul li ul {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 100%;
    left: -50%;
    z-index: 99999;
    display: flex;
    flex-flow: column !important;
    width: 300px;
    background-color: rgba(132, 193, 255, 0.8) !important; }
    #nav_global ul li ul li {
      width: 100%;
      border-left: 0 !important; }
      #nav_global ul li ul li a {
        display: block;
        width: 100% !important; }
        #nav_global ul li ul li a:hover {
          background-color: #96cb95;
          transition: 0.5s; }

/*********PANKUZU *********/
.pankuzu {
  margin: 0 auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .pankuzu {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .pankuzu ul {
      display: flex;
      justify-content: center; } }
  .pankuzu ul li {
    display: inline-block;
    font-size: 12px; }
    .pankuzu ul li a {
      color: #333 !important;
      position: relative;
      text-decoration: underline; }
      .pankuzu ul li a:nth-child(1) {
        margin-right: 30px; }
        .pankuzu ul li a:nth-child(1):after {
          content: ">";
          position: absolute;
          right: -20px; }

/********  FLEX  ********/
.flex_container {
  display: flex; }
  @media screen and (max-width: 768px) {
    .flex_container {
      justify-content: center;
      flex-flow: column; } }

.dnone {
  display: none; }

@media screen and (max-width: 768px) {
  .br_sp {
    display: block; } }

.map li:last-child {
  display: none; }

/* table td padding */
.tdpd0 td {
  padding: 0 !important; }

.tdpd05 td {
  padding: 5px !important; }

.tdpd10 td {
  padding: 10px !important; }

.tdpd15 td {
  padding: 15px !important; }

.tdpd20 td {
  padding: 20px !important; }

.tdpd25 td {
  padding: 25px !important; }

.tdpd30 td {
  padding: 30px !important; }

.tdpd35 td {
  padding: 35px !important; }

.tdpd40 td {
  padding: 40px !important; }

.tdpd45 td {
  padding: 45px !important; }

.tdpd50 td {
  padding: 50px !important; }

td.pdT10 {
  padding-top: 10px !important; }

/* padding */
.pd0 {
  padding: 0px !important; }

.pd10 {
  padding: 10px !important; }

/*box-shadow */
.bshadow05 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.bshadow10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.bshadow20 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

/*font-size */
.fs13 {
  font-size: 13px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs24 {
  font-size: 24px; }

.fs30 {
  font-size: 30px; }

.fs36 {
  font-size: 36px; }

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%; }

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 768px) {
  .youtube iframe {
    width: 100%; } }

/********* Other *********/
header#global_header {
  max-width: 100%;
  /*-----------------------------------------------------------------------------------------*/ }
  @media screen and (max-width: 768px) {
    header#global_header {
      padding-top: 200px; } }
  header#global_header #header {
    width: 100%;
    text-align: left;
    border-top: #84c1ff solid 4px; }
    @media screen and (max-width: 768px) {
      header#global_header #header {
        text-align: center; } }
    header#global_header #header .header_box01 {
      display: flex;
      flex-flow: row;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        header#global_header #header .header_box01 {
          flex-flow: column; } }
      @media screen and (max-width: 768px) {
        header#global_header #header .header_box01 h1 {
          margin: 30px 0;
          font-size: 1.8rem;
          line-height: 1.6; } }
      @media screen and (max-width: 468px) {
        header#global_header #header .header_box01 h1 {
          margin: 30px 0;
          font-size: 1.1rem; } }
      header#global_header #header .header_box01 .h_contact a {
        display: inline-block;
        color: #fff !important;
        font-weight: bold;
        background: #84c1ff;
        width: 210px;
        height: 40px;
        line-height: 35px;
        text-align: center;
        border-radius: 0 0 10px 10px;
        text-shadow: 1px 1px 1px #999;
        transition: 0.5s; }
        @media screen and (max-width: 768px) {
          header#global_header #header .header_box01 .h_contact a {
            width: 75%;
            height: 100px;
            border-radius: 10px;
            line-height: 100px;
            margin-bottom: 30px;
            font-size: 2rem; } }
    header#global_header #header .header_box02 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 10px; }
      @media screen and (max-width: 768px) {
        header#global_header #header .header_box02 {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          margin: auto;
          top: 7%; } }
      @media screen and (max-width: 468px) {
        header#global_header #header .header_box02 {
          top: 15%; } }
      header#global_header #header .header_box02 #nav_global ul {
        display: flex;
        flex-flow: row; }
        header#global_header #header .header_box02 #nav_global ul li {
          border-left: 1px #ccc solid; }
          header#global_header #header .header_box02 #nav_global ul li:nth-child(3) {
            border-right: 1px #ccc solid; }
          header#global_header #header .header_box02 #nav_global ul li a {
            display: inline-block;
            width: 120px;
            height: 75px;
            color: #333 !important;
            text-align: center;
            line-height: 75px; }
          header#global_header #header .header_box02 #nav_global ul li ul li a {
            color: #fff !important;
            text-shadow: 1px 1px 3px #333; }
  header#global_header #mainArea {
    width: 100% !important;
    background: url(../images/home/ptn_main.jpg);
    padding: 10px 0; }
    header#global_header #mainArea .slick-prev, header#global_header #mainArea .slick-next {
      display: none !important; }
    header#global_header #mainArea ul li img {
      margin: 0 auto; }
    @media screen and (max-width: 100%) {
      header#global_header #mainArea {
        width: auto !important; } }

/*-----------------------------------------------------------------------------------------*/
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: 100px;
  z-index: 9999999999999 !important; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  height: 100px; }

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  background: #104480 !important;
  padding-top: 100px; }

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 60px !important;
  height: 50px !important;
  line-height: 50px !important;
  /*	padding: 12px !important;
  */
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: #104480 !important;
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 !important; }

.mean-container .mean-nav ul li ul li {
  z-index: 999999999;
  background: #104480 !important; }

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #104480;
  height: 3px;
  margin-bottom: 16px;
  border-radius: 50px; }

#global_footer {
  background-color: #3977b5 !important;
  /*-----------------------------------------------------------------------------------------*/ }
  #global_footer #footer .inner {
    position: relative; }
    #global_footer #footer .inner .flex_container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 30px 0 0; }
      @media screen and (max-width: 768px) {
        #global_footer #footer .inner .flex_container {
          justify-content: center;
          flex-flow: column;
          padding-top: 60px; } }
      #global_footer #footer .inner .flex_container .col_01 {
        width: 360px;
        text-align: left;
        color: #fff; }
        @media screen and (max-width: 768px) {
          #global_footer #footer .inner .flex_container .col_01 {
            text-align: center;
            margin-bottom: 40px; } }
      #global_footer #footer .inner .flex_container .col_02 {
        width: 105px;
        height: 100%;
        position: relative; }
        @media screen and (max-width: 768px) {
          #global_footer #footer .inner .flex_container .col_02 {
            display: none; } }
        #global_footer #footer .inner .flex_container .col_02:before {
          content: "";
          display: block;
          height: 100px;
          width: 1px;
          position: absolute;
          border-left: 1px solid #fff;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        #global_footer #footer .inner .flex_container .col_02:after {
          content: "";
          display: block;
          height: 100px;
          width: 1px;
          position: absolute;
          border-left: 1px solid #fff;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
      #global_footer #footer .inner .flex_container .col_03 {
        width: 390px;
        padding: 0 30px; }
        @media screen and (max-width: 768px) {
          #global_footer #footer .inner .flex_container .col_03 {
            display: none; } }
        #global_footer #footer .inner .flex_container .col_03 nav ul {
          display: flex;
          flex-flow: column wrap;
          text-align: left;
          height: 130px !important; }
          #global_footer #footer .inner .flex_container .col_03 nav ul li a {
            margin-right: 20px; }
      #global_footer #footer .inner .flex_container .col_04 {
        width: 105px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #global_footer #footer .inner .flex_container .col_04 {
            display: none; } }
        #global_footer #footer .inner .flex_container .col_04:before {
          content: "";
          display: block;
          height: 100px;
          width: 1px;
          position: absolute;
          border-left: 1px solid #fff;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        #global_footer #footer .inner .flex_container .col_04:after {
          content: "";
          display: block;
          height: 100px;
          width: 1px;
          position: absolute;
          border-left: 1px solid #fff;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
    #global_footer #footer .inner #copyright {
      color: #fff;
      text-align: center; }

#contents_wrap {
  padding: 0;
  /*----------------------- HOME -----------------------*/
  /*----------------------- contents -----------------------*/
  /*----------------------- ukeire -----------------------*/
  /*----------------------- ukeire -----------------------*/
  /*----------------------- flow -----------------------*/
  /*----------------------- training -----------------------*/
  /*----------------------- contact -----------------------*/
  /*----------------------- contact -----------------------*/
  /*-----------------------------------------------------------------------------------------*/ }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding: 0 0px 50px; } }
  #contents_wrap .home_cont01 {
    background: url(../images/home/img_home_bg01.jpg) center center no-repeat;
    background-size: cover; }
    #contents_wrap .home_cont01 .inner {
      background: rgba(255, 255, 255, 0.7);
      padding: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 768px) {
        #contents_wrap .home_cont01 .inner {
          flex-flow: column;
          padding: 60px 30px; } }
      #contents_wrap .home_cont01 .inner .home_cont01_t {
        width: 48%;
        display: flex;
        flex-flow: column;
        align-content: space-between; }
        @media screen and (max-width: 768px) {
          #contents_wrap .home_cont01 .inner .home_cont01_t {
            width: 100%; } }
        #contents_wrap .home_cont01 .inner .home_cont01_t h1 {
          font-size: 2rem;
          font-weight: bold;
          position: relative;
          background: linear-gradient(transparent 0%, #f5fa9e 70%);
          padding-bottom: 5px; }
          @media screen and (max-width: 768px) {
            #contents_wrap .home_cont01 .inner .home_cont01_t h1 {
              font-size: 1.5rem;
              text-align: center; } }
        #contents_wrap .home_cont01 .inner .home_cont01_t a {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: column;
          width: 100%;
          height: 80px;
          background: #84c1ff;
          text-align: center;
          font-size: 16px;
          line-height: 2rem;
          text-shadow: 1px 1px 1px #555;
          transition: 0.5s; }
          @media screen and (max-width: 768px) {
            #contents_wrap .home_cont01 .inner .home_cont01_t a {
              margin-bottom: 40px; } }
          @media screen and (max-width: 468px) {
            #contents_wrap .home_cont01 .inner .home_cont01_t a {
              font-size: 14px; } }
          #contents_wrap .home_cont01 .inner .home_cont01_t a span {
            font-size: 24px;
            display: block; }
      #contents_wrap .home_cont01 .inner .home_cont01_a {
        width: 40%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          #contents_wrap .home_cont01 .inner .home_cont01_a {
            width: 100%;
            margin-top: 20px; } }
        #contents_wrap .home_cont01 .inner .home_cont01_a a {
          display: flex;
          flex-flow: column;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 80px;
          background: #84c1ff;
          text-align: center;
          font-size: 16px;
          line-height: 2rem;
          text-shadow: 1px 1px 3px #555;
          transition: 0.5s;
          position: relative; }
          @media screen and (max-width: 768px) {
            #contents_wrap .home_cont01 .inner .home_cont01_a a {
              width: 100%; } }
          #contents_wrap .home_cont01 .inner .home_cont01_a a:before {
            content: url(../images/common/icon_daiya.png);
            display: block;
            width: 33px;
            height: 33px;
            position: absolute;
            left: 5%;
            top: 50%;
            transform: translateY(-50%); }
          #contents_wrap .home_cont01 .inner .home_cont01_a a:nth-child(1) {
            background: #ffc489; }
          #contents_wrap .home_cont01 .inner .home_cont01_a a:nth-child(3) {
            background: #acf366; }
          #contents_wrap .home_cont01 .inner .home_cont01_a a:nth-child(5) {
            background: #ff7f7f; }
  #contents_wrap .home_cont02 .inner {
    display: flex;
    flex-flow: row;
    justify-content: space-between; }
    @media screen and (max-width: 468px) {
      #contents_wrap .home_cont02 .inner {
        flex-flow: column; } }
    #contents_wrap .home_cont02 .inner .home_cont02_t {
      width: 32%;
      border: #84c1ff 1px solid;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 468px) {
        #contents_wrap .home_cont02 .inner .home_cont02_t {
          width: 100%;
          margin: 0 auto;
          margin-bottom: 10px; } }
      @media screen and (max-width: 468px) {
        #contents_wrap .home_cont02 .inner .home_cont02_t {
          width: 95%;
          margin: 0 auto;
          margin-bottom: 10px; } }
      #contents_wrap .home_cont02 .inner .home_cont02_t h2 {
        background: #84c1ff;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 100px;
        font-size: 18px;
        color: #fff;
        text-shadow: 1px 1px 3px #555;
        margin-bottom: 1rem; }
      #contents_wrap .home_cont02 .inner .home_cont02_t a {
        display: inline-block;
        font-size: 16px;
        color: #84c1ff !important;
        padding: 10px 30px;
        border: 1px solid #84c1ff;
        border-radius: 100px;
        margin-top: 20px; }
  #contents_wrap .news_t h2 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #84c1ff;
    padding-bottom: 10px;
    padding-left: 50px; }
    #contents_wrap .news_t h2:before {
      content: url(../images/home/icon_news01.png);
      display: block;
      width: 43px;
      height: 45px;
      position: absolute;
      left: 0;
      bottom: 0; }
    #contents_wrap .news_t h2:after {
      content: "news";
      position: absolute;
      right: 0;
      color: #84c1ff; }
  #contents_wrap .news_area {
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 80px; }
  #contents_wrap .h2_title_sub {
    background: url(../images/contents/img_sub_h2.jpg) center center no-repeat;
    background-size: cover;
    height: 180px; }
    #contents_wrap .h2_title_sub h1 {
      width: 960px;
      margin: 0 auto;
      line-height: 180px;
      font-size: 2.5rem;
      color: #fff;
      font-weight: bold;
      text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 768px) {
        #contents_wrap .h2_title_sub h1 {
          width: 100%;
          text-align: center;
          font-size: 13px;
          font-size: 4.0625vw; } }
      @media screen and (max-width: 468px) {
        #contents_wrap .h2_title_sub h1 {
          font-size: 15px;
          font-size: 4.6875vw; } }
  #contents_wrap .h3_txt01 h2 {
    font-size: 18px;
    font-weight: bold;
    border-top: #84c1ff 10px solid;
    border-bottom: #84c1ff 10px solid;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      #contents_wrap .h3_txt01 h2 {
        text-align: center; } }
  #contents_wrap .buisiness_cont01 {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #contents_wrap .buisiness_cont01 {
        flex-flow: column; } }
    #contents_wrap .buisiness_cont01 .col_L {
      width: 55%; }
      @media screen and (max-width: 768px) {
        #contents_wrap .buisiness_cont01 .col_L {
          width: 100%;
          margin-bottom: 20px; } }
      #contents_wrap .buisiness_cont01 .col_L a {
        display: block;
        background: #ef9f4f;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
        color: #333 !important;
        font-weight: bold;
        transition: 0.5s;
        border-radius: 50px; }
    #contents_wrap .buisiness_cont01 .col_R {
      width: 40%; }
      @media screen and (max-width: 768px) {
        #contents_wrap .buisiness_cont01 .col_R {
          width: 100%; } }
  #contents_wrap .buisiness_cont02 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #contents_wrap .buisiness_cont02 .business_tb td {
        text-align: center; } }
    #contents_wrap .buisiness_cont02 .business_tb .tb_c01 {
      background: #e54242;
      padding: 10px 30px;
      border-radius: 50px;
      color: #fff; }
  #contents_wrap .h3_txt02 {
    margin: 40px 0; }
    #contents_wrap .h3_txt02 h3 {
      background: #84c1ff;
      padding: 40px;
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.5;
      text-shadow: 1px 1px 3px #555; }
      #contents_wrap .h3_txt02 h3 span {
        display: block;
        font-size: 2.5rem; }
  #contents_wrap .h4_txt01 h3 {
    font-size: 1.7rem;
    border-left: 5px #84c1ff solid;
    padding: 20px 0;
    padding-left: 20px;
    border-bottom: 10px solid #84c1ff; }
  #contents_wrap .ukeire_tb01 {
    margin: 0 auto;
    margin-bottom: 40px; }
  #contents_wrap .ukeire_cont02 .business_tb {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      #contents_wrap .ukeire_cont02 .business_tb {
        width: 100%; } }
    #contents_wrap .ukeire_cont02 .business_tb .tb_c01 {
      background: #e54242;
      padding: 10px 30px;
      border-radius: 50px;
      color: #fff; }
  #contents_wrap .ukeire_cont02 h5 {
    font-size: 1.3em;
    background: #e54242;
    padding: 10px 20px;
    padding-left: 40px;
    color: #fff;
    border-right: 5px #fff solid;
    position: relative; }
    #contents_wrap .ukeire_cont02 h5:before {
      content: "▼";
      position: absolute;
      display: block;
      left: 1.5%; }
  #contents_wrap .ukeire_cont02 .ukeire_box01 {
    background: #e5f2ff;
    margin: 0 -500%;
    margin-bottom: 40px;
    padding: 40px 500%; }
  #contents_wrap .ukeire_cont02 .pdf01 {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      #contents_wrap .ukeire_cont02 .pdf01 {
        flex-flow: column; } }
    #contents_wrap .ukeire_cont02 .pdf01 object {
      height: 670px; }
      @media screen and (max-width: 768px) {
        #contents_wrap .ukeire_cont02 .pdf01 object {
          width: 100%; } }
  #contents_wrap .flow_box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 768px) {
      #contents_wrap .flow_box td {
        display: block;
        width: 100%;
        text-align: center; } }
    #contents_wrap .flow_box .flow_step span {
      background: #e54242;
      padding: 10px 30px;
      font-weight: bold;
      color: #fff;
      border-radius: 50px; }
    #contents_wrap .flow_box .flow_h span {
      font-size: 2rem;
      font-weight: bold;
      border-bottom: 3px dotted #e54242;
      line-height: 1.5; }
  #contents_wrap .training_cont01 {
    background: url(images/common/ptn_common01.png);
    padding: 40px;
    margin-bottom: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    #contents_wrap .training_cont01 h2 {
      font-size: 18px;
      font-weight: bold;
      border-top: #84c1ff 10px solid;
      border-bottom: #84c1ff 10px solid;
      padding: 10px 0; }
  #contents_wrap .training_cont02 .imgtxt02 {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #contents_wrap .training_cont02 .imgtxt02 {
        flex-flow: column; } }
    #contents_wrap .training_cont02 .imgtxt02 div {
      width: 50%; }
      @media screen and (max-width: 768px) {
        #contents_wrap .training_cont02 .imgtxt02 div {
          width: 100%; } }
    #contents_wrap .training_cont02 .imgtxt02 h5 {
      font-size: 1.3rem;
      font-weight: bold;
      border-bottom: 2px dotted #e54242;
      padding-bottom: 10px; }
    #contents_wrap .training_cont02 .imgtxt02 img {
      width: 400px !important;
      height: 300px !important;
      object-fit: cover !important;
      font-family: "object-fit:cover;";
      margin-left: 5%; }
      @media screen and (max-width: 768px) {
        #contents_wrap .training_cont02 .imgtxt02 img {
          margin: 0;
          margin-bottom: 30px; } }
  #contents_wrap .contact_tel span {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: bold; }
  #contents_wrap .map_txt a {
    color: #84c1ff !important; }
  #contents_wrap .map {
    width: 960px;
    margin: 100px auto; }
    #contents_wrap .map ul li a {
      color: #333 !important; }

/* title */

/*# sourceMappingURL=common.css.map */
