@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: 100% !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;
}

/************************************プライバシーポリシー************************************/
.privacy {
  font-size: 16px;
}
.privacy h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #004187;
  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 #004187;
  float: none !important;
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
}
.map li a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 10px !important;
}
.map li a:hover {
  text-decoration: underline;
}
.map li:last-child {
  display: none;
}

/************************************コンタクトフォーム************************************/
.contact_form {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.contact_form p {
  font-size: 16px;
}
.contact_form table td {
  padding: 15px !important;
}
@media screen and (max-width: 768px) {
  .contact_form table td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.contact_form table th {
  font-weight: bold;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .contact_form table th {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}

.submit {
  margin: 20px auto 50px auto !important;
}

.form_wrap {
  max-width: 1000px;
  margin: 50px auto !important;
  width: 95%;
}

/************************************ボタン************************************/
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
}

#header {
  width: 100%;
  background: #fff;
  position: relative;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

#header_inner {
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #header_inner {
    padding: 68px 0 20px 0;
  }
}
@media screen and (max-width: 468px) {
  #header_inner {
    position: static;
  }
}

#header_under {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #header_under {
    padding: 68px 0 20px 0;
  }
}

#nav_global {
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
#nav_global ul {
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  display: block;
  font-size: 12px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
}
#nav_global ul li a span {
  font-size: 16px !important;
  color: #004187;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
}
#nav_global ul li ul {
  display: block;
  z-index: 99;
  position: absolute;
}
#nav_global ul li ul li {
  width: 150px;
  padding: 10px;
  background: #fff;
}

.flex_box {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@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 {
  position: relative;
  z-index: 0;
  width: 100% !important;
  height: 100vh;
}
@media screen and (max-width: 468px) {
  #mainArea {
    height: auto !important;
  }
}
#mainArea .catch {
  position: absolute;
  bottom: 40%;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
  max-width: 553px;
}
#mainArea .catch img {
  width: 100% !important;
  height: auto !important;
}
#mainArea img {
  height: 100vh !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 468px) {
  #mainArea img {
    height: 300px !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: #104480 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #104480 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}
.mean-container .mean-nav ul li a span {
  display: none;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

footer#global_footer {
  min-width: auto !important;
  background: #002563 !important;
}

#footer {
  font-size: 13px;
  font-weight: bold;
}
#footer a:link {
  color: #fff !important;
  text-decoration: none;
}
#footer a:visited {
  color: #fff !important;
}

#nav_footer {
  margin: 0 auto;
  max-width: 700px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #nav_footer {
    display: none;
  }
}
#nav_footer ul li {
  display: inline-block;
  margin: 5px 25px;
}

#pagetop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #pagetop img {
    width: 80px !important;
  }
}

#copy {
  background: #001334 !important;
  color: #fff;
  padding: 13px;
}
#copy a:link {
  color: #fff !important;
  text-decoration: none;
}
#copy a:hover {
  text-decoration: underline;
}
#copy a:visited {
  color: #fff !important;
  text-decoration: none;
}

.footer_logo {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    text-align: center;
  }
}

.footer_info {
  padding-top: 20px;
}
.footer_info p {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_info p {
    text-align: center;
  }
}

.footer_flex {
  border-top: 1px #fff dotted;
  padding: 20px 0;
  width: 95%;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_flex {
    display: block;
    padding: 0;
    border: 0px;
  }
}

.footerL {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .footerL {
    width: 100%;
  }
}

.footerR {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .footerR {
    width: 100%;
    padding-top: 20px;
  }
}

#main #col_main {
  width: 100%;
}

#contents {
  width: 100% !important;
  max-width: 100% !important;
}

#main {
  width: 100% !important;
}

/* TOP */
.top_h1 h1 {
  margin: 0 auto;
  position: relative;
  width: 95%;
  color: #004187;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 468px) {
  .top_h1 h1 {
    font-size: 24px;
  }
  .top_h1 h1 br {
    display: none;
  }
}

.top01_bg {
  background: url(../images/common/top_bg01.jpg);
}

.top_text {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_text {
    background: rgba(255, 255, 255, 0.8);
    width: 95%;
    padding: 5px;
    margin: 20px auto;
  }
}

.top02_bg {
  max-width: 1320px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  width: 95%;
}

.top_h2_1 {
  margin: 0 auto;
  position: relative;
  width: 95%;
  color: #004187;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 468px) {
  .top_h2_1 {
    font-size: 24px;
  }
  .top_h2_1 br {
    display: none;
  }
}

.top_h2_2 {
  text-align: center;
}
.top_h2_2 h2 {
  margin: 0 auto;
  position: relative;
  color: #004187;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  padding-bottom: 50px;
}
@media screen and (max-width: 468px) {
  .top_h2_2 h2 {
    font-size: 24px;
  }
}
.top_h2_2 h2:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #004187;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.top02_table table {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .top02_table table tr {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
  }
}
.top02_table table td {
  border-radius: 150px;
  border: 0px !important;
  background: linear-gradient(#aafffe, #001a7c);
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top02_table table td {
    position: static;
    width: 42% !important;
    height: auto !important;
    margin: 10px 2%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 468px) {
  .top02_table table td {
    position: static;
    width: 96% !important;
    height: auto !important;
    margin: 5px 2%;
    border-radius: 50px;
    padding: 10px !important;
  }
}
.top02_table table td div {
  height: 110px;
  width: 100%;
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .top02_table table td div {
    width: 100% !important;
    font-size: 20px !important;
    text-align: center !important;
    padding: 0 auto !important;
    height: auto !important;
    display: block;
  }
  .top02_table table td div br {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 468px) {
  .top02_table table td div {
    width: 100% !important;
    font-size: 18px !important;
  }
}

.top02_table table .tg1_1 {
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
}
.top02_table table .tg1_1 div {
  width: 100px;
  height: 100px;
  font-size: 24px;
}
.top02_table table .tg1_2 {
  top: -30px;
  left: 180px;
  width: 140px;
  height: 140px;
}
.top02_table table .tg1_2 div {
  width: 100px;
  height: 100px;
  font-size: 24px;
}
.top02_table table .tg1_3 {
  top: -10px;
  left: 380px;
  width: 120px;
  height: 120px;
}
.top02_table table .tg1_3 div {
  width: 90px;
  height: 80px;
  font-size: 16px;
}
.top02_table table .tg1_4 {
  top: 20px;
  left: 530px;
  width: 180px;
  height: 180px;
}
.top02_table table .tg1_4 div {
  width: 160px;
  height: 140px;
  font-size: 28px;
}
.top02_table table .tg2_1 {
  top: 160px;
  left: 10px;
  width: 200px;
  height: 200px;
}
.top02_table table .tg2_1 div {
  width: 160px;
  height: 160px;
  font-size: 28px;
}
.top02_table table .tg2_2 {
  top: 140px;
  left: 240px;
  width: 140px;
  height: 140px;
}
.top02_table table .tg2_2 div {
  width: 100px;
  height: 100px;
  font-size: 24px;
}
.top02_table table .tg2_3 {
  top: 240px;
  left: 380px;
  width: 120px;
  height: 120px;
}
.top02_table table .tg2_3 div {
  width: 90px;
  height: 80px;
  font-size: 16px;
}
.top02_table table .tg2_4 {
  top: 230px;
  left: 530px;
  width: 100px;
  height: 100px;
}
.top02_table table .tg2_4 div {
  width: 80px;
  height: 60px;
  font-size: 14px;
}

.top02_table02 {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top02_table02 tr {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.top02_table02 td {
  border: 0px !important;
}

.top03_bg {
  background: #fff;
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  border: 1px #ccc solid;
}

.top_h3 h3 {
  padding: 10px;
  background: #dfeffd;
  color: #004187;
  margin: 0 auto;
  max-width: 500px;
  text-align: center !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top_h3 h3 {
    width: 90% !important;
    max-width: 100%;
  }
}

.top03_table table {
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top03_table table {
    width: 90%;
  }
}
.top03_table table td {
  padding: 10px !important;
  border: 0px !important;
}
@media screen and (max-width: 768px) {
  .top03_table table td {
    display: block;
    text-align: center !important;
    padding: 5px !important;
  }
}
.top03_table table td div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #004187;
}
@media screen and (max-width: 768px) {
  .top03_table table td div {
    display: inline-block;
  }
}
.top03_table table .top_td_title01 {
  text-align: center !important;
}
.top03_table table .top_td_title01 div {
  padding: 10px !important;
  background: #dfeffd;
  font-weight: bold;
}
.top03_table table .top_td_title02 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top03_table table .top_td_title02 {
    padding-top: 50px !important;
  }
}
.top03_table table .top_td_title02 div {
  padding: 10px !important;
  background: #ff4200;
  color: #fff;
  font-weight: bold;
}
.top03_table table .top_td_min01 div {
  padding-left: 20px !important;
  position: relative;
}
.top03_table table .top_td_min01 div:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 21px;
  background: url(../images/common/top1_icon_s1.png);
  content: "";
}
.top03_table table .top_td_min02 div {
  padding-left: 20px !important;
  position: relative;
}
.top03_table table .top_td_min02 div:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 25px;
  background: url(../images/common/top1_icon01.png);
  content: "";
}
.top03_table table .top_td_absor01 div {
  padding-left: 40px !important;
  position: relative;
}
.top03_table table .top_td_absor01 div:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../images/common/top1_icon.png);
  content: "";
}
.top03_table table .top_td_absor02 div {
  padding-left: 40px !important;
  position: relative;
}
.top03_table table .top_td_absor02 div:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../images/common/top1_icon.png);
  content: "";
}
.top03_table table .top_td_liter01 div {
  padding-left: 40px !important;
  position: relative;
}
.top03_table table .top_td_liter01 div:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../images/common/top1_icon_s2.png);
  content: "";
}
.top03_table table .top_td_liter02 div {
  padding-left: 60px !important;
  position: relative;
}
.top03_table table .top_td_liter02 div:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 45px;
  height: 35px;
  background: url(../images/common/top1_icon02.png);
  content: "";
}

.top_hr {
  background: #959595;
  height: 5px;
  width: 100%;
}

.top05 {
  position: relative;
}
.top05 .top05_img01 img {
  padding-left: 20px !important;
}
.top05 .top05_table {
  padding: 80px 0 0 80px;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top05 .top05_table {
    position: static;
    padding: 10px;
    width: 100%;
  }
}
.top05 .top05_table table {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .top05 .top05_table table {
    max-width: 100%;
  }
}
.top05 .top05_table table td {
  padding: 0 !important;
  border: 0px !important;
}
.top05 .top05_table table .top05_title div {
  color: #004187 !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  text-align: center;
  border-bottom: 2px solid #959595;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 468px) {
  .top05 .top05_table table .top05_title div {
    font-size: 24px;
  }
}
.top05 .top05_table table .top05_text {
  padding: 20px 0 !important;
  font-weight: bold;
}
.top05 .top05_table table .top05_btn a {
  background: #004187;
  padding: 10px;
  display: block;
  max-width: 200px;
  color: #fff !important;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  text-align: center;
  margin: 0 0 0 auto;
}
.top05 .top05_table table .top05_btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 20px;
  height: 15px;
  background: url(../images/common/btn_icon.png) no-repeat;
  content: "";
  display: block;
}

.top05 {
  position: relative;
}
.top05 .top05_img01 img {
  padding-right: 20px !important;
}
.top05 .top05_table01 {
  padding: 80px 80px 0 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top05 .top05_table01 {
    position: static;
    padding: 10px;
    width: 100%;
  }
}
.top05 .top05_table01 table {
  margin: 0 0 0 auto;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .top05 .top05_table01 table {
    max-width: 100%;
  }
}
.top05 .top05_table01 table td {
  padding: 0 !important;
  border: 0px !important;
}
.top05 .top05_table01 table .top05_title div {
  color: #004187 !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  text-align: center;
  border-bottom: 2px solid #959595;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 468px) {
  .top05 .top05_table01 table .top05_title div {
    font-size: 24px;
  }
}
.top05 .top05_table01 table .top05_text {
  padding: 20px 0 !important;
}
.top05 .top05_table01 table .top05_btn01 div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 468px) {
  .top05 .top05_table01 table .top05_btn01 div {
    display: block;
  }
}
.top05 .top05_table01 table .top05_btn01 div a {
  font-size: 15px;
  background: #004187;
  padding: 10px;
  display: block;
  width: 36%;
  color: #fff !important;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  text-align: center;
  margin: 0 3%;
}
@media screen and (max-width: 468px) {
  .top05 .top05_table01 table .top05_btn01 div a {
    width: 100%;
    margin: 10px 0;
  }
}

.top06 {
  background: url(../images/common/top_bg02.jpg);
}

.top06_text div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #004187;
  font-weight: bold;
}

.top06_01 {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.submitnone .submit {
  display: none !important;
}

.top07 {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top07 {
    display: block;
  }
}
.top07 #form_calendar {
  max-width: 445px !important;
  margin: 0 0 0 30px !important;
}
@media screen and (max-width: 768px) {
  .top07 #form_calendar {
    margin: 0 auto !important;
    max-width: 90% !important;
  }
}
.top07 #form_calendar table td {
  background: #fff;
  padding: 3px !important;
}
.top07 #form_calendar table td span {
  font-size: 12px !important;
}
.top07 .form_wrap {
  display: none;
}
.top07 .top07L {
  max-width: 445px;
  margin-right: 15px !important;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top07 .top07L {
    width: 90%;
    max-width: 100%;
    margin: 0 auto !important;
  }
}
.top07 .top07L table {
  width: auto;
}
@media screen and (max-width: 768px) {
  .top07 .top07L table {
    width: 100%;
  }
}
.top07 .top07L table td {
  padding: 10px !important;
  border: 0px !important;
}
@media screen and (max-width: 768px) {
  .top07 .top07L table td {
    display: block;
  }
}
.top07 .top07L table td div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top07 .top07L table .table_title div {
  padding: 10px;
  color: #fff;
  background: #004187;
  max-width: 100px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top07 .top07L table .table_title div {
    max-width: 100%;
  }
}
.top07 .top07L table .table_btn a {
  color: #004187;
  background: #fff;
  display: block;
  padding: 5px;
  text-decoration: none;
  border: 1px #004187 solid;
  width: 150px;
  text-align: center;
  margin: 0 0 0 auto;
}
.top07 .top07R {
  max-width: 445px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top07 .top07R {
    width: 90%;
    max-width: 100%;
    margin: 0 auto !important;
  }
}

.news_title h2 {
  padding-bottom: 20px;
  border-bottom: 2px solid #004187;
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #004187;
}

.top08 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top08 {
    display: block;
  }
}

.top08L {
  width: 50%;
  max-width: 445px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .top08L {
    width: 90%;
    max-width: 100%;
    margin: 0 auto !important;
  }
}
.top08L .news_table table {
  border-bottom: 1px solid #004187 !important;
  width: 100%;
  margin-top: 20px;
}
.top08L .news_table td {
  padding: 0px !important;
  border: 0px !important;
}
.top08L .news_table .news_day div {
  background: #004187;
  padding: 5px;
  width: 150px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top08L .news_table .news_text {
  padding-top: 10px !important;
  padding-bottom: 20px !important;
}
.top08L .scroll {
  width: 100%;
  height: 350px;
  text-align: left;
}
.top08L .mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #004187 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

.top08R {
  width: 50%;
  max-width: 445px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .top08R {
    width: 90%;
    max-width: 100%;
    margin: 0 auto !important;
  }
}

.contact_bg {
  background: url(../images/common/topcnt_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.contact_bg table {
  background: rgba(255, 255, 255, 0.8);
  max-width: 750px;
  margin: 0 auto;
}
.contact_bg td {
  text-align: center !important;
  padding: 20px !important;
  border: 0px !important;
}
@media screen and (max-width: 768px) {
  .contact_bg td {
    padding: 10px !important;
  }
}
.contact_bg .topcnt_title h2 {
  font-size: 36px;
  color: #004187;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact_bg .topcnt_title h2 {
    font-size: 20px;
    padding-top: 10px;
  }
}
.contact_bg .topcnt_text div {
  color: #004187;
}
.contact_bg .top_tel_btn a {
  pointer-events: none;
  text-decoration: none;
  font-size: 20px;
  color: #004187;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  display: block;
  background: #FFF;
  border: 1px #004187 solid;
  max-width: 300px;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact_bg .top_tel_btn a {
    pointer-events: auto;
  }
}
.contact_bg .top_mail_btn a {
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  display: block;
  background: #004187;
  max-width: 300px;
  padding: 20px;
  text-decoration: none;
}

.cnt_box {
  background: #d6eeff;
}
.cnt_box .cnt_h2_crm {
  text-align: center !important;
}
.cnt_box .cnt_h2_crm h2 {
  font-size: 24px;
  font-weight: bold;
  color: #004187;
  border: 1px #004187 solid;
  text-align: center;
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
}

/*****************共通クラス*******************************/
.cnt_h1 {
  background: url(../images/common/main1.jpg);
  background-size: cover;
  background-position: top;
  border-bottom: 1px #004187 solid;
  border-top: 1px #004187 solid;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 768px) {
  .cnt_h1 {
    border-top: 1px #004187 solid;
    background-position: center;
  }
}
.cnt_h1 h1 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.cnt_h1 h1 span {
  font-size: 20px;
  display: block;
}

.cnt_table01 table td {
  padding: 10px !important;
}
@media screen and (max-width: 468px) {
  .cnt_table01 table td {
    width: 100% !important;
  }
}

.cnt_btn a {
  margin: 0 0 0 auto;
  font-size: 18px;
  color: #004187;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  display: block;
  background: #d6eeff;
  max-width: 200px;
  padding: 15px;
  text-decoration: none;
  border: 2px solid #004187;
}
@media screen and (max-width: 468px) {
  .cnt_btn a {
    max-width: 100%;
    margin: 0 auto;
  }
}

.cnt_btn01 a {
  margin: 0 0 0 auto;
  font-size: 18px;
  color: #004187;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  display: block;
  background: #d6eeff;
  max-width: 350px;
  padding: 15px;
  text-decoration: none;
  border: 2px solid #004187;
}

.cnt_table02 table td {
  padding: 10px !important;
}
@media screen and (max-width: 468px) {
  .cnt_table02 table td {
    width: 100% !important;
  }
}

.cnt_table03 table td {
  border: 0px !important;
  padding: 0px !important;
}
@media screen and (max-width: 768px) {
  .cnt_table03 table td {
    width: 100% !important;
    display: block;
  }
}
.cnt_table03 table .td_text {
  padding-left: 20px !important;
  vertical-align: top !important;
}
@media screen and (max-width: 768px) {
  .cnt_table03 table .td_text {
    padding-left: 0px !important;
  }
}
.cnt_table03 table .td_text span {
  font-size: 18px;
  font-weight: bold;
  color: #004187;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 10px;
}

.reserve_text a {
  text-decoration: none;
}
.reserve_text span {
  font-size: 36px;
  color: #004187;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/********インスタニュース**************/
.sns_list {
  border: 0px !important;
}
.sns_list div {
  border: 0px !important;
}

.sns_text {
  padding: 20px !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 768px) {
  .sns_text {
    padding: 0 !important;
  }
}

.insta_news .sns_date {
  background: #d6eeff;
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px;
}
.insta_news .sns_photo {
  padding: 0px !important;
  width: 30% !important;
  padding-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .insta_news .sns_photo {
    width: 60% !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 468px) {
  .insta_news .sns_photo {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
.insta_news .caption {
  padding-top: 20px;
  font-size: 14px !important;
  padding-bottom: 20px;
}
.insta_news .sns_list ul {
  width: auto;
  padding-bottom: 20px;
}
.insta_news .sns_list ul li {
  display: inline-block;
  background: #fff3c1;
  padding: 5px 10px;
  text-align: center;
  margin-left: 10px;
  float: right;
}
.insta_news .sns_list ul li a {
  margin: 0px !important;
}

/***********カレンダー*********************/
div#form_calendar {
  max-width: 1000px !important;
  margin: 0 auto !important;
  width: 95% !important;
}

/***********h2*********************/
.cnt_h2 h2 {
  font-size: 24px;
  border-bottom: 1px dotted #004187;
  border-top: 1px dotted #004187;
  position: relative;
  padding: 10px 20px 10px 30px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333333;
  background: #d6eeff;
  line-height: 1.2;
  color: #004187;
}
.cnt_h2 h2:after {
  content: "";
  width: 3px;
  height: 30px;
  background: #004187;
  position: absolute;
  bottom: 0;
  left: 10px;
  top: 0;
  margin: auto;
}

/***********h3*********************/
.cnt_h3 {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #004187;
  display: block;
}
.cnt_h3 h3 {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px dotted #004187;
}
.cnt_h3 h3:after {
  content: "";
  width: 3px;
  height: 100%;
  background: #004187;
  position: absolute;
  bottom: 0;
  left: 0;
}

/************************3枚並びイメージ、下キャプション****************************************************/
.dnone {
  display: none;
}

.imgcnt01_tablefl {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .imgcnt01_tablefl {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.imgcnt01_table {
  width: 31.111111%;
  margin: 20px 1%;
}
@media screen and (max-width: 768px) {
  .imgcnt01_table {
    width: 48%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 468px) {
  .imgcnt01_table {
    width: 100%;
    margin: 10px 0;
  }
}
.imgcnt01_table td {
  padding: 0px !important;
}
.imgcnt01_table .imgcnt01_img img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 768px) {
  .imgcnt01_table .imgcnt01_img img {
    height: 250px !important;
  }
}
@media screen and (max-width: 468px) {
  .imgcnt01_table .imgcnt01_img img {
    height: 300px !important;
  }
}
.imgcnt01_table .imgcnt01_title {
  padding: 15px 0 !important;
  font-size: 16px;
  font-weight: bold;
}

/*******************お写真紹介********************/
.fancybox table {
  width: auto;
}
.fancybox table td {
  padding: 5px !important;
}
@media screen and (max-width: 468px) {
  .fancybox table td {
    padding: 5px 0 !important;
  }
}
.fancybox table td img {
  height: 220px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#fancybox-title-float-wrap td {
  padding: 0px 7px !important;
}

/****************************会社概要************************************/
.information_table {
  font-size: 18px;
}
.information_table table {
  max-width: 750px;
  width: 95%;
  margin: 0 auto;
}
.information_table table td {
  padding: 10px !important;
  border-bottom: 1px solid #004187 !important;
}
@media screen and (max-width: 468px) {
  .information_table table td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}
.information_table table .information_title {
  padding-left: 20px !important;
  width: 30%;
  font-weight: bold;
}

/* title */

/*# sourceMappingURL=common02.css.map */
