@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.5;
  font-size: 16px;
  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: 16px;
  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; } }
@media screen and (max-width: 1000px) {
  #main {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%; } }

figure {
  padding: 0;
  margin: 0; }

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

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important; } }

/***********************************非表示*******************************************/
.dnone {
  display: none; }

/***********************************フレックス*******************************************/
.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; }

/***********************************書体*******************************************/
.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; }

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left; }

.ColRight {
  float: right; }

/***********************************フロート*******************************************/
@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; } }
.tacenter {
  text-align: center !important; }

ul.break li {
  float: none !important; }

/***********************************テキスト*******************************************/
b, strong {
  font-weight: bold; }

.b {
  font-weight: bold; }

span {
  font-weight: inherit; }

a:hover {
  opacity: 0.6; }

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

u {
  text-decoration: underline; }

small {
  font-size: 80%; }

.fwb {
  font-weight: bold; }

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

/************************************テーブル************************************/
table {
  table-layout: fixed; }

table td {
  padding: 20px !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

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

/************************************インナー************************************/
.inner {
  margin: 0 auto;
  max-width: 1000px; }

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
/************************************コンテンツ************************************/
#contents {
  padding: 0;
  background: #fff;
  max-width: 1000px;
  width: 100%; }

#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: auto !important; }

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .imgL {
      display: block;
      float: none;
      margin: 0 auto 20px;
      max-width: 100% !important;
      text-align: center; } }
  @media screen and (max-width: 468px) {
    .imgL {
      display: block;
      float: none;
      margin: 0 auto 20px;
      max-width: 100% !important;
      text-align: center; } }

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

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

.center_img {
  text-align: center; }

/************************************プライバシーポリシー************************************/
.policy {
  padding: 50px 0;
  font-size: 16px; }
  .policy h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #2a2e67;
    display: inline-block;
    margin-bottom: 10px; }

.cont_text {
  font-size: 16px; }
  .cont_text h3 {
    font-size: 18px;
    font-weight: bold; }

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
  margin: 50px auto; }
  .map li {
    border-left: 3px solid #2a2e67;
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 10px;
    display: block;
    float: none !important; }
    .map li a {
      color: #282828;
      font-size: 16px;
      text-decoration: none; }
    .map li a:hover {
      text-decoration: underline; }
  .map li:last-child {
    display: none; }

/************************************コンタクトフォーム AI用************************************/
.contact_form {
  padding: 30px 0 0 0;
  max-width: 1000px;
  margin: 0 auto; }

section div.contact_form dl dt {
  background-color: #eff0ff !important; }

.form_wrap {
  margin: 0 auto;
  max-width: 1000px; }

section div.form_wrap.message {
  margin: 30px auto;
  max-width: 1000px; }

.submit {
  margin: 20px auto 50px auto !important; }

.form_wrap {
  max-width: 1000px;
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .form_wrap {
      width: 95%; } }

/************************************ボタン************************************/
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

.pankuzu {
  padding: 10px 0 30px 0; }
  .pankuzu a:link {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #2a2e67 !important;
    font-weight: bold;
    text-decoration: none !important; }
  .pankuzu a:visited {
    color: #2a2e67 !important; }
  @media screen and (max-width: 768px) {
    .pankuzu {
      padding: 10px 0; } }

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 50px; }

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 30px; } }
@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px; } }
/*******************************************************************/
.g_map {
  padding: 30px 0; }
  @media screen and (max-width: 468px) {
    .g_map {
      padding: 10px 0; } }

.not_found {
  padding: 30px 0; }
  @media screen and (max-width: 468px) {
    .not_found p {
      text-align: left !important; } }

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

#header {
  width: 100%;
  padding: 50px 20px; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 68px 0 20px 0; } }

#nav_global {
  width: 100%; }
  #nav_global ul {
    padding: 10px 0;
    margin: 0 auto;
    max-width: 680px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul .insta {
      padding: 5px 0; }
    #nav_global ul li {
      padding: 10px 0;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li a {
        color: #2a2e67;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    #nav_global ul li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: 0;
      height: 100%;
      width: 1px;
      background: #fff; }
    #nav_global ul li:last-child:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0;
      height: 100%;
      width: 1px;
      background: #fff; }
    #nav_global ul ul {
      display: block;
      z-index: 99;
      position: absolute;
      width: 100%; }
      #nav_global ul ul li {
        width: 100%;
        background: #eff0ff; }
      #nav_global ul ul li:before {
        display: none; }
      #nav_global ul ul li:last-child:after {
        display: none; }

.flex_box {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .flex_box {
      display: block; } }

.flR #hed_info {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .flR #hed_info {
      -webkit-justify-content: center;
      justify-content: center; } }
  .flR #hed_info .head_mail {
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .flR #hed_info .head_mail {
        margin-left: 5px; } }
  .flR #hed_info .head_tel {
    margin-left: 10px;
    margin-right: 5px; }
.flR p {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .flR p {
      text-align: center; } }

#mainArea {
  width: 100% !important;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  width: 100% !important; }
  @media screen and (max-width: 768px) {
    #mainArea {
      padding-top: 0px; } }
  @media screen and (max-width: 468px) {
    #mainArea {
      padding-top: 0px; } }
  #mainArea img {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
    @media screen and (max-width: 768px) {
      #mainArea img {
        height: 300px !important; } }
    @media screen and (max-width: 468px) {
      #mainArea img {
        height: 200px !important; } }
  #mainArea .copy_inner {
    position: absolute;
    max-width: 1040px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    height: 100%; }
    #mainArea .copy_inner img {
      width: auto !important; }
    #mainArea .copy_inner .sales_copy {
      position: relative;
      height: 100%;
      max-width: 1040px;
      width: 100%; }
      #mainArea .copy_inner .sales_copy img {
        position: absolute;
        bottom: 0px;
        top: 0px;
        left: 0px;
        margin: auto;
        width: 100 !important;
        height: auto !important;
        max-width: 685px !important; }
        @media screen and (max-width: 1000px) {
          #mainArea .copy_inner .sales_copy img {
            bottom: 0;
            top: 0;
            right: 0;
            left: 0; } }
        @media screen and (max-width: 768px) {
          #mainArea .copy_inner .sales_copy img {
            height: auto !important;
            width: 80% !important; } }
        @media screen and (max-width: 468px) {
          #mainArea .copy_inner .sales_copy img {
            height: auto !important;
            width: 95% !important; } }
  #mainArea .slick-prev, #mainArea .slick-next {
    display: none !important; }
  #mainArea ul li img {
    margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    #mainArea {
      width: auto !important; } }

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

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

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

.mean-container .mean-nav ul .insta {
  display: none; }

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

footer#global_footer {
  min-width: auto !important; }

#footer {
  padding: 25px;
  font-size: 13px;
  font-weight: bold;
  background: #2a2e67 !important; }
  #footer a:link {
    color: #fff !important;
    text-decoration: none; }
  #footer a:visited {
    color: #fff !important; }

#nav_footer {
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px; }
  #nav_footer ul {
    max-width: 1000px;
    margin: 5px auto; }
    @media screen and (max-width: 768px) {
      #nav_footer ul {
        max-width: 100%;
        width: 80%; } }
    @media screen and (max-width: 768px) {
      #nav_footer ul {
        max-width: 100%;
        width: 100%; } }
    #nav_footer ul li {
      display: inline-block;
      margin: 5px 25px; }
      @media screen and (max-width: 768px) {
        #nav_footer ul li {
          display: block;
          margin: 5px 0; } }
      @media screen and (max-width: 768px) {
        #nav_footer ul li a {
          background: #00111f !important;
          padding: 10px;
          display: block;
          border-radius: 10px; } }

#pagetop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10; }
  @media screen and (max-width: 468px) {
    #pagetop {
      bottom: 20px; }
      #pagetop img {
        width: 60% !important;
        height: auto; } }

#copy {
  background: #121546 !important;
  color: #fff;
  padding: 13px;
  display: block; }
  #copy a:link {
    color: #fff;
    text-decoration: none; }
  #copy a:hover {
    text-decoration: underline; }
  #copy a:visited {
    color: #fff;
    text-decoration: none; }

#main #col_main {
  width: 100%; }

#contents {
  width: 100% !important;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #contents {
      padding: 0 10px; } }

#main {
  width: 100% !important; }

/* TOP */
.top_h1 {
  padding: 100px 0 50px 0; }
  @media screen and (max-width: 768px) {
    .top_h1 {
      padding: 60px 0 30px 0; } }
  .top_h1 h1 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 1em;
    position: relative;
    width: 95%;
    padding-bottom: 45px;
    font-size: 35px;
    color: #2a2e67;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .top_h1 h1 {
        font-size: 28px;
        padding: 0; } }
    @media screen and (max-width: 468px) {
      .top_h1 h1 br {
        display: none; } }
    .top_h1 h1 span {
      font-size: 50px; }
      @media screen and (max-width: 468px) {
        .top_h1 h1 span {
          font-size: 30px; } }

.top01_text {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 50px 0; }
  @media screen and (max-width: 768px) {
    .top01_text {
      padding: 30px 0 30px 0; } }

.top02_h2 {
  padding: 70px 0 50px 0; }
  @media screen and (max-width: 768px) {
    .top02_h2 {
      padding: 30px 0 30px 0; } }
  .top02_h2 h2 {
    font-size: 36px;
    color: #2a2e67;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center; }

.top_imgtable01 {
  padding: 50px 0; }
  .top_imgtable01 tr {
    display: flex;
    flex-wrap: wrap; }
  .top_imgtable01 td {
    display: block;
    width: 25%;
    padding: 0px !important;
    border: 0px !important; }
    @media screen and (max-width: 768px) {
      .top_imgtable01 td {
        width: 50% !important; }
        .top_imgtable01 td img {
          width: 100% !important;
          height: auto !important; } }
    @media screen and (max-width: 468px) {
      .top_imgtable01 td {
        width: 50% !important; } }

.top05 {
  padding: 40px 0; }
  @media screen and (max-width: 768px) {
    .top05 {
      padding: 20px 0; } }

.top05_img01 {
  margin: 0 auto; }
  .top05_img01 table td {
    padding: 10px !important;
    border: 0 !important; }
    @media screen and (max-width: 468px) {
      .top05_img01 table td {
        display: block;
        margin: 0 auto; }
        .top05_img01 table td img {
          width: 100% !important;
          height: auto !important; } }

/*******************VOICE********************/
.fancybox {
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .fancybox {
      padding: 10px 0; } }
  .fancybox table {
    width: 100%; }
    @media screen and (max-width: 468px) {
      .fancybox table {
        padding: 5px 0 !important; } }
    .fancybox table td {
      padding: 5px !important;
      border: 0px !important; }
      @media screen and (max-width: 468px) {
        .fancybox table td {
          padding: 5px 0 !important;
          display: block;
          text-align: center !important; } }
      .fancybox table td img {
        width: 100% !important;
        height: auto !important; }

#fancybox-title-float-wrap td {
  padding: 0px 7px !important; }

/*******************voice　テキスト********************/
.voice_text01 {
  padding: 30px;
  background: #eff0ff;
  margin: 30px 0;
  border: 1px solid #2a2e67;
  position: relative;
  z-index: 1; }
  .voice_text01 .left_text {
    text-align: right;
    display: block; }

/*******************RETAIL*************************************/
/*******************チェック　ul******************************/
.check_ul01 {
  padding: 50px 0; }
  .check_ul01 ul {
    max-width: 650px;
    margin: 0 auto;
    display: block !important; }
    .check_ul01 ul li {
      float: none !important;
      display: block !important;
      font-size: 20px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      color: #2a2e67;
      font-weight: bold;
      padding-left: 70px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dotted #2a2e67;
      position: relative; }
      .check_ul01 ul li:after {
        content: "";
        width: 51px;
        height: 26px;
        display: block;
        position: absolute;
        left: 5px;
        top: 10px;
        background: url(../images/common/list_icon.png); }

/*******************ポイント01******************************/
.point_tablefl {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto; }
  .point_tablefl div {
    width: 31.11111111%;
    margin: 10px 1%; }
    @media screen and (max-width: 468px) {
      .point_tablefl div {
        width: 100%; } }

.point_table01 {
  background: #2a2e67; }
  .point_table01 td {
    border: 0px !important;
    padding: 10px !important; }
    .point_table01 td p {
      color: #fff;
      font-weight: bold;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      text-align: center; }
  .point_table01 .point_no {
    padding-bottom: 0px !important; }
    .point_table01 .point_no p {
      font-size: 30px; }
  .point_table01 .point_text p {
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .point_table01 .point_text p {
        font-size: 16px; } }

/*******************ポイント02******************************/
.point_table02 {
  margin: 30px 0;
  background: #eff0ff;
  padding: 20px; }
  .point_table02 td {
    border: 0px !important;
    padding: 10px !important; }
    .point_table02 td p {
      font-weight: bold;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .point_table02 .point_title {
    padding-bottom: 0px !important; }
    .point_table02 .point_title p {
      font-size: 28px;
      border-bottom: 1px dotted #2a2e67;
      font-weight: bold;
      color: #2a2e67; }
      .point_table02 .point_title p span {
        display: block;
        font-size: 24px; }
  .point_table02 .point_text p {
    font-size: 20px; }

/*******************枠*********************************************/
.waku01 {
  border: 1px solid #2a2e67;
  background: #eff0ff;
  padding: 50px;
  margin: 50px 0px 30px 0; }
  @media screen and (max-width: 768px) {
    .waku01 {
      padding: 20px; } }
  @media screen and (max-width: 468px) {
    .waku01 {
      padding: 10px;
      margin: 20px 5px; } }

.waku_h2 {
  margin: 10px 0; }
  @media screen and (max-width: 468px) {
    .waku_h2 {
      margin: 10px 0; }
      .waku_h2 br {
        display: none; } }
  .waku_h2 h2 {
    font-size: 36px;
    position: relative;
    padding: 20px 0;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #2a2e67;
    line-height: 1.2;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .waku_h2 h2 {
        font-size: 24px; } }
  .waku_h2 h2:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #2a2e67;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.waku_h3 {
  padding: 30px 0;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #2a2e67;
  display: block; }
  @media screen and (max-width: 468px) {
    .waku_h3 {
      padding: 20px 0; } }
  .waku_h3 h3 {
    text-align: center !important;
    position: relative;
    font-weight: bold; }

.waku_text p {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .waku_text p {
      text-align: left !important; } }

.waku_contact {
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .waku_contact {
      padding: 20px 0; } }
  .waku_contact table {
    width: auto;
    margin: 0 auto; }
    .waku_contact table td {
      padding: 20px !important;
      text-align: center;
      border: 0px !important; }
      @media screen and (max-width: 468px) {
        .waku_contact table td {
          display: block; } }

/*****************共通クラス*******************************/
/******************hタグ**************************************/
.cnt_h1 {
  max-width: 1200px;
  margin: 0 -100px;
  padding: 60px 120px;
  background: url(../images/common/h1_bg.jpg);
  background-repeat: no-repeat;
  background-position: top right; }
  @media screen and (max-width: 768px) {
    .cnt_h1 {
      margin: 0 auto;
      background-size: cover;
      padding: 30px; } }
  .cnt_h1 h1 {
    text-align: left;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 0;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 10px #333; }
    @media screen and (max-width: 768px) {
      .cnt_h1 h1 {
        font-size: 30px; } }

/***********h2*********************/
.cnt_h2 {
  margin: 30px 0; }
  @media screen and (max-width: 468px) {
    .cnt_h2 {
      margin: 10px 0; } }
  .cnt_h2 h2 {
    font-size: 36px;
    position: relative;
    padding: 20px 20px 50px 20px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #2a2e67;
    line-height: 1.2;
    text-align: center; }
    @media screen and (max-width: 468px) {
      .cnt_h2 h2 {
        font-size: 30px;
        padding: 20px 30px; } }
  .cnt_h2 h2:after {
    content: "";
    width: 500px;
    height: 3px;
    background: #2a2e67;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

/***********h3*********************/
.cnt_h3 {
  padding: 30px 0;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #2a2e67;
  display: block; }
  @media screen and (max-width: 468px) {
    .cnt_h3 {
      padding: 10px 0; } }
  .cnt_h3 h3 {
    padding: 50px 0 30px 0;
    text-align: center !important;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
    border-bottom: 1px dotted #2a2e67; }
    @media screen and (max-width: 468px) {
      .cnt_h3 h3 {
        padding: 20px 0; }
        .cnt_h3 h3 span {
          display: block; } }

/******************強調テキスト**************************************/
.emphasis_text p {
  font-size: 30px;
  color: #2a2e67;
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .emphasis_text p {
      font-size: 22px; } }

/******************画像4枚並び*************************************/
.flex04 {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto; }
  .flex04 div {
    width: 23%;
    margin: 5px 1%; }
    @media screen and (max-width: 768px) {
      .flex04 div {
        width: 48%; } }

/******************画像3枚並び*************************************/
.flex03 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto; }
  .flex03 div {
    width: 31.11111111%;
    margin: 0 1%; }
    @media screen and (max-width: 768px) {
      .flex03 div {
        width: 48%; } }

/******************画像2枚並び*************************************/
.flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto; }
  .flex02 div {
    display: block;
    width: 48%;
    margin: 0 1%; }
    @media screen and (max-width: 768px) {
      .flex02 div {
        width: 100%;
        margin: 10px auto; } }

/******************値段テーブル*************************************/
.price_table {
  padding: 10px 0; }
  .price_table table {
    border-bottom: 1px solid #2a2e67; }
    .price_table table td {
      padding: 5px !important;
      border: 0 !important;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .price_table table td {
          width: 100%;
          display: block; } }
    .price_table table .price {
      color: #ff6600;
      font-weight: bold;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      text-align: right;
      vertical-align: bottom;
      font-size: 20px;
      width: 200px; }
      @media screen and (max-width: 768px) {
        .price_table table .price {
          width: 100%; } }

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 10px;
  background: #e2e1d7;
  border: 1px solid #2a2e67;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #2a2e67; }

/*******************テキスト*******************************************/
.cnt_text {
  padding: 10px 0; }

/****************************会社概要************************************/
.information_table {
  font-size: 18px; }
  .information_table table {
    width: 95%;
    margin: 0 auto; }
    .information_table table td {
      border: 0 !important;
      padding: 10px !important;
      border-bottom: 1px solid #2a2e67 !important; }
      @media screen and (max-width: 468px) {
        .information_table table td {
          display: block !important;
          width: 100% !important; } }
    .information_table table .information_title {
      padding-left: 20px !important;
      width: 30%;
      font-weight: bold;
      background: #eff0ff; }

/***************新着情報(AIブログ機能用)***************************/
.scroll {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  height: 250px;
  text-align: left;
  border: 1px #2a2e67 solid;
  padding: 20px; }

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #2a2e67 !important;
  width: 10px !important;
  border-radius: 0px !important; }

.blog_list {
  border: 0 !important; }

div.blog_list > div {
  border-bottom: solid #2a2e67 1px !important; }

.blog_date {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: bold;
  padding-top: 10px; }

.blog_text h3 {
  font-size: 20px !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold; }
  .blog_text h3 a {
    color: #2a2e67 !important;
    font-weight: bold; }

.blog_photo {
  display: none; }

div.detail {
  margin-top: 10px !important; }

div.blog_text {
  width: 100% !important;
  font-size: 16px !important; }

/*********************AI用ブログ***********************/
.blog {
  background: url(../images/common/bg01.jpg) !important; }
  .blog li {
    text-align: left !important; }
  .blog #calendar {
    display: none; }
  .blog .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    width: 95%;
    padding: 50px auto !important;
    margin: 50px auto; }
    .blog .wrap aside {
      width: 25%; }
      @media screen and (max-width: 768px) {
        .blog .wrap aside {
          width: 100%; } }
      .blog .wrap aside button {
        margin-top: 10px;
        padding: 5px 20px; }
      .blog .wrap aside .pages li {
        margin-bottom: 10px;
        text-align: left; }
        .blog .wrap aside .pages li a:link {
          color: #2a2e67 !important; }
        .blog .wrap aside .pages li a:visited {
          color: #2a2e67 !important; }
      .blog .wrap aside .category li {
        margin-bottom: 10px;
        text-align: left; }
        .blog .wrap aside .category li a:link {
          color: #2a2e67 !important; }
        .blog .wrap aside .category li a:visited {
          color: #2a2e67 !important; }
      .blog .wrap aside h3 {
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        background-color: rgba(42, 46, 103, 0.1);
        margin: 20px 0;
        border: 1px solid #2a2e67; }
    .blog .wrap #contents {
      width: 70% !important; }
      @media screen and (max-width: 768px) {
        .blog .wrap #contents {
          text-align: left; } }
      .blog .wrap #contents dl {
        padding: 10px 0;
        border-bottom: 1px #2a2e67 dotted; }
        .blog .wrap #contents dl dt {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
      .blog .wrap #contents article {
        padding: 10px 0;
        border-bottom: 1px #2a2e67 dotted; }
      @media screen and (max-width: 768px) {
        .blog .wrap #contents .detail {
          text-align: left;
          margin-top: 30px !important; } }
      .blog .wrap #contents .date {
        font-size: 16px;
        color: #2a2e67;
        font-weight: bold;
        text-align: left !important; }
      .blog .wrap #contents h2 {
        font-size: 28px;
        font-weight: bold;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #2a2e67; }
        @media screen and (max-width: 768px) {
          .blog .wrap #contents h2 {
            text-align: left !important; } }
      .blog .wrap #contents ul {
        margin-bottom: 10px; }
      .blog .wrap #contents span.translate {
        padding-right: 5px;
        display: block;
        font-size: 24px;
        margin: 10px 0; }

#prof {
  padding-bottom: 10px;
  display: block; }

#prof_text {
  padding-top: 30px;
  text-align: left; }

#prof_detail {
  text-align: center; }
  #prof_detail img {
    margin: 0 auto !important; }

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #2a2e67;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #2a2e67 !important;
  color: #fff !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  background: rgba(42, 46, 103, 0.1) !important; }

/***************AI用Instagram***************************/
.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap; }

.top_instagram div.sns_list > div {
  width: 20%;
  margin: 0;
  display: flex;
  border-bottom: 0px; }
  @media screen and (max-width: 768px) {
    .top_instagram div.sns_list > div {
      width: 50%; } }

.top_instagram div.sns_list > div:last-child {
  display: flex; }

.top_instagram div.sns_list div.sns_photo {
  width: 100%;
  padding: 0px;
  box-sizing: border-box; }

.top_instagram div.sns_list div.sns_text {
  display: none; }

.sns_photo img {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/******************新着情報　AI用***************************/
.top04 {
  background: url(../images/common/bg01.jpg);
  margin: 50px -100% 50px -100%;
  padding-bottom: 80px; }
  @media screen and (max-width: 1000px) {
    .top04 {
      margin: 50px -10px; } }
  @media screen and (max-width: 768px) {
    .top04 {
      margin: 30px -10px; } }

.top04_h2 h2 {
  padding: 80px 0 50px 0;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media screen and (max-width: 768px) {
    .top04_h2 h2 {
      padding: 30px 0 30px 0; } }

.top_scroll {
  background: #fff;
  height: 450px !important;
  max-width: 600px; }
  .top_scroll li {
    border-bottom: 1px solid #2a2e67;
    padding: 20px 0; }
    .top_scroll li span {
      font-size: 20px;
      color: #2a2e67;
      font-weight: bold;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      display: block; }

.title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.scroll {
  margin: 0 auto;
  padding: 50px;
  width: 100%;
  text-align: left; }
  @media screen and (max-width: 1000px) {
    .scroll {
      width: 95%; } }
  @media screen and (max-width: 768px) {
    .scroll {
      width: 100%;
      padding: 20px; } }

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #2a2e67 !important;
  width: 10px !important;
  border-radius: 0px !important; }

/***************新着情報 facebook***************************/
.top_info {
  max-width: 1100px;
  width: 95%;
  margin: auto;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1000px) {
    .top_info {
      display: block; } }

.top_news {
  width: 48%;
  margin-right: 30px; }
  @media screen and (max-width: 1000px) {
    .top_news {
      width: 95%;
      margin: 0 auto; } }

.top_blog {
  width: 48%;
  margin-left: 30px; }
  @media screen and (max-width: 1000px) {
    .top_blog {
      width: 95%;
      margin: 0 auto; } }

/***********************************/
.infiniteslide1 {
  padding: 50px 0; }
  @media screen and (max-width: 1000px) {
    .infiniteslide1 {
      padding: 30px 0; } }

.infiniteslide2 {
  padding: 50px 0; }
  @media screen and (max-width: 1000px) {
    .infiniteslide2 {
      padding: 30px 0; } }

#rss a {
  display: block;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #2a2e67; }

/* title */

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