@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: 'logotype';
  src: url("../font/07LogoTypeGothic-Condense_web.woff2") format("woff");
}
.logotype {
  font-family: 'logotype';
}

* {
  -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 !important;
  line-height: 1.3em;
  overflow-x: hidden !important;
}

body {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6;
  background: #fff;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans Japanese", "游ゴシック", 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;
}

/************************************コンテンツ************************************/
#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 3;
  min-width: auto !important;
}

#contents {
  width: 100% !important;
  max-width: 1100px !important;
  background: none !important;
  padding: 0 20px;
  padding-bottom: 150px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
#contents a {
  color: #0c3454;
}

#main {
  width: 100% !important;
}

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

.nega_bottom {
  margin-bottom: -150px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .nega_bottom {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 640px) {
  .nega_bottom {
    margin-bottom: -30px;
  }
}

/***********************************右寄せ左寄せ*******************************************/
.text_center div {
  text-align: center;
}

.tal div {
  text-align: left;
}

.text_right div {
  text-align: right;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tabtal div {
    text-align: left !important;
  }

  .tabtar div {
    text-align: right !important;
  }

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

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

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

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

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

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

/***********************************フレックス*******************************************/
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

.wrap {
  flex-wrap: wrap;
}

.dir_reverse {
  flex-direction: row-reverse;
}

.box2 {
  width: 48%;
  margin: 20px 1% 0 1%;
}

.box3 {
  width: 31.111%;
  margin: 20px 1% 0 1%;
}

.box4 {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.box60 {
  width: 58%;
}

.box70 {
  width: 68%;
}

.box40 {
  width: 38%;
}

.box50 {
  width: 48%;
}

.box30 {
  width: 28%;
}

.box80 {
  width: 78%;
}

.box20 {
  width: 18%;
}

.box75 {
  width: 73%;
}

.box25 {
  width: 23%;
}

@media only screen and (max-width: 640px) {
  .box_sp100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_sptab100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_sp50 {
    width: 48%;
    margin: 0 1% 10% 1%;
  }
}

/******************フレックスボックス*************************************/
.box h3 {
  display: none;
}
.box div h3 {
  display: block;
}

.flbox2 .box {
  width: 48%;
  margin: 0 1% 20px 1%;
}

.flbox3 .box {
  width: 31.11111111%;
  margin: 0 1% 20px 1%;
}

.flbox4 .box {
  width: 23%;
  margin: 0 1% 10px 1%;
}

.flbox5 .box {
  width: 18%;
  margin: 0 1% 10px 1%;
}

@media only screen and (max-width: 834px) {
  .fltab30 .box {
    width: 31.1111111%;
    margin: 0 1% 20px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .fltab50 .box {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flsp50 .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flsp100 .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.text_box div {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .text_box div {
    font-size: 12px;
  }
}

/******************フレックスボックス*************************************/
.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}
@media only screen and (max-width: 640px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 48%;
    margin: 0 1% 20px 1%;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl_img img {
  height: 180px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*********************************電話番号************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #333333 !important;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}
.no_events:hover {
  opacity: 1 !important;
}

/*******************改行*******************************************/
.pc_block {
  display: block;
}
@media only screen and (max-width: 640px) {
  .pc_block {
    display: inline;
  }
}

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

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

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

@media only screen and (max-width: 834px) {
  .tab_none {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .tab_block {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .sp_block {
    display: block;
  }
}

/***********************************書体*******************************************/
.mincho {
  font-family: "Noto Serif JP", "游明朝体", "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;
}

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

.ColRight {
  float: right;
}

/***********************************フロート*******************************************/
@media only screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !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;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd0 td {
  padding: 0px !important;
}

.tdpd5 td {
  padding: 5px !important;
}

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

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

@media only screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 5px !important;
  }
}

@media only screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 10px !important;
  }
}

.top_pa20 {
  padding-top: 20px !important;
}

.bottom_pa20 {
  padding-bottom: 20px !important;
}

/************************************ボーダー************************************/
.br0 td {
  border: 0 !important;
}

.border01 {
  border: solid 1px #0c3454;
}

.border02 {
  border: solid 1px #14578c;
}

.border03 {
  border: solid 1px #0f96f2;
}

.border04 {
  border: solid 1px #ff9600;
}

.border01_4 {
  border: solid 4px #0c3454;
}

.border02_4 {
  border: solid 4px #14578c;
}

.border03_4 {
  border: solid 4px #0f96f2;
}

.border04_4 {
  border: solid 4px #ff9600;
}

.border_f {
  border: solid 1px #fff;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

/************************************ボーダーボトム************************************/
.btm01 {
  border-bottom: 1px dotted #0c3454 !important;
}

.btm02 {
  border-bottom: 1px dotted #14578c !important;
}

.btm03 {
  border-bottom: 1px dotted #0f96f2 !important;
}

.btm04 {
  border-bottom: 1px dotted #ff9600 !important;
}

/************************************バックグラウンド************************************/
.bgf {
  background: #fff !important;
}

.bgf05 {
  background: rgba(255, 255, 255, 0.5);
}

.bgf02 {
  background: rgba(255, 255, 255, 0.2);
}

.tb_bgf table {
  background: #fff;
}

/************shadow_box*******************/
.shadow_box {
  box-shadow: 2px 2px 8px #ccc;
  border: 1px solid #ccc;
}

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

.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.inner1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.waku {
  border: 1px solid #0c3454;
}

.waku01 {
  border: 1px solid #14578c;
}

.waku02 {
  border: 1px solid #0f96f2;
}

.wakuc {
  border: 1px solid #ccc;
}

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

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

.imgC {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .imgC {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .imgC {
    display: block;
    float: none;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
    text-align: center;
  }
  .imgC img {
    max-width: 100%;
    height: auto !important;
  }
}

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

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

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.center_img a {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .center_img a img {
    width: 100% !important;
  }
}

/************************************プライバシーポリシー************************************/
.policy {
  font-size: 16px;
}
.policy h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #0c3454;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
}
.policy p {
  padding: 10px;
  padding-bottom: 20px;
}
.policy h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #0c3454;
  display: inline-block;
  margin-bottom: 10px;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid #0c3454;
  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;
}

/**********************お問合せ*****************************/
.submit {
  margin: 20px auto 50px auto !important;
}

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

/***************パンクズ************************/
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
}
.pan1 ul li {
  margin: 0 10px;
}
.pan1 ul a:link {
  color: #0c3454 !important;
  text-decoration: none !important;
}
.pan1 ul a:visited {
  color: #0c3454 !important;
}

/*********PDFボタン************/
.pdf_btn {
  padding: 10px 0;
}
.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  max-width: 300px;
}
@media screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}
.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}
.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

/***************フェードイン**************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
@media screen and (max-width: 640px) {
  .fadein {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/****************************画像回転************************************/
.rotate5 img {
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.rotate8 img {
  -moz-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.rotate-10 img {
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/*画像拡大*/
.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.imgWrap img:hover {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

input.cmn-toggle-round:checked + label:before {
  background: #e18c90 !important;
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #0c3454 !important;
  z-index: 6999999;
  padding: 5px 20px !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
  }
}
#builingual select {
  margin-left: 10px !important;
}
@media screen and (max-width: 640px) {
  #builingual select {
    margin-top: 10px !important;
  }
}

.language {
  color: #fff !important;
  float: right !important;
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
  color: #000;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #f1f1f1;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  }

  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/***********************スクロールイン*******************************************/
.scroll-obj {
  opacity: 0;
  transition: all 1s ease 0.5s;
}
@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-hop {
  transform: translate(0, 100px);
}
@media screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-left {
  transform: translate(-100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-right {
  transform: translate(100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

.link_name {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 834px) {
  .link_name {
    padding-top: 48px;
    margin-top: -48px;
  }
}

/***********************objectfit*******************************************/
.objc_01 .box {
  display: block;
  position: relative;
}
.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}
.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}
.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}
.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}
.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}
.objc_02 div {
  text-align: center;
}

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

#header {
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  #header {
    padding-top: 48px;
  }
}
@media screen and (max-width: 640px) {
  #header {
    display: block;
  }
}

.header_inner {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 5;
  max-width: 1000px;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 15px #333;
}
@media screen and (max-width: 834px) {
  .header_inner {
    padding: 20px 10px;
  }
}
.header_inner:after {
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0973bb+0,0c4674+100 */
  background: #0973bb;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0973bb 0%, #0c4674 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0973bb 0%, #0c4674 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0973bb 0%, #0c4674 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0973bb', endColorstr='#0c4674',GradientType=1 );
  /* IE6-9 */
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.logo01 {
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  .logo01 {
    padding-top: 10px;
  }
}

.h_address {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .h_address {
    display: block;
    padding-bottom: 0;
    padding-top: 10px;
  }
}
.h_address li {
  margin: 0px 10px 0 10px;
  display: inline-block;
}

.header_line {
  padding-bottom: 100px;
  width: 100%;
}

.logo {
  width: 15%;
  padding: 0 0 0 20px;
  text-align: left;
}
.logo img {
  max-width: 170px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .logo {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .header_text {
    font-size: 10px;
  }
}

.h_sp_logo {
  display: none;
}
@media screen and (max-width: 834px) {
  .h_sp_logo {
    display: block;
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 0;
    top: 10px;
    left: 10px;
    width: 80px;
    position: fixed;
    z-index: 99999999;
  }
}

.c_logo01 {
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .c_logo01 {
    padding: 0;
  }
}

.cnt_header {
  padding-top: 20px;
  position: relative !important;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}
.cnt_header:after {
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0973bb+0,0c4674+100 */
  background: #0973bb;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0973bb 0%, #0c4674 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0973bb 0%, #0c4674 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0973bb 0%, #0c4674 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0973bb', endColorstr='#0c4674',GradientType=1 );
  /* IE6-9 */
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .cnt_header:after {
    display: none;
  }
}
.cnt_header .c_hbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .cnt_header .c_hbox {
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .cnt_header .c_hbox {
    display: block;
  }
}
.cnt_header .c_h_address {
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}
@media screen and (max-width: 834px) {
  .cnt_header .c_h_address {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .cnt_header .c_h_address {
    display: block;
    padding-top: 10px;
  }
}
.cnt_header .c_h_address li {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .cnt_header .c_h_address li {
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .cnt_header .c_h_address li {
    text-align: center;
  }
}
.cnt_header #nav_global ul li ul {
  position: absolute;
  top: auto;
  bottom: auto;
}

@media screen and (max-width: 834px) {
  div#builingual {
    padding-top: 53px !important;
  }
}

.h_sptel {
  display: none;
}
@media screen and (max-width: 640px) {
  .h_sptel {
    display: block;
  }
  .h_sptel a {
    background: #0c3454;
    color: #fff !important;
    padding: 8px;
    font-size: 16px;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 10px;
    border-radius: 5px 0 0 5px;
    text-decoration: none;
  }
  .h_sptel a i {
    margin-right: 5px;
  }
}

#hedaer_info {
  color: #fff;
}
@media screen and (max-width: 640px) {
  #hedaer_info {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_tel {
    text-align: right;
  }
}
#hedaer_info .h_tel a {
  color: #fff !important;
  font-size: 24px;
}
#hedaer_info .h_tel a i {
  margin-right: 10px;
}
#hedaer_info p {
  font-size: 14px;
  text-align: right;
}

#nav_global {
  width: 100%;
  border-top: 1px #ccc dashed;
}
#nav_global ul {
  margin: 0  auto;
  max-width: 800px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
}
#nav_global ul li a {
  color: #333;
  text-decoration: none;
  padding: 25px 0;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #nav_global ul li a {
    font-size: 12px;
  }
}
#nav_global ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  width: 200px;
  bottom: 100%;
}
#nav_global ul ul li {
  width: 100%;
  background: #eee;
  text-align: center;
}
#nav_global ul ul li a {
  padding: 10px;
}
#nav_global ul ul li:before {
  display: none;
}
#nav_global ul ul li:last-child:after {
  display: none;
}

#nav_global.scrollnav ul li ul {
  position: absolute !important;
  top: auto !important;
  bottom: auto !important;
}

.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: 834px) {
  .flR #hed_info {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.flR #hed_info .head_mail {
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .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: 834px) {
  .flR p {
    text-align: center;
  }
}

.main_img img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100% !important;
  height: 700px !important;
}
@media screen and (max-width: 1200px) {
  .main_img img {
    height: 500px !important;
  }
}
@media screen and (max-width: 640px) {
  .main_img img {
    height: 400px !important;
  }
}

#mainArea {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
}

.catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .catch {
    top: 0;
    bottom: 25%;
    width: 100%;
  }
}
.catch li {
  text-align: left !important;
}
@media screen and (max-width: 834px) {
  .catch li {
    text-align: center !important;
  }
}
@media screen and (max-width: 834px) {
  .catch .catch01 {
    width: 25%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .catch .catch02 {
    width: 60%;
    margin: 0 auto;
  }
}

.slick-prev, .slick-next {
  display: none !important;
}

ul li img {
  margin: 0 auto;
}

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

.mean-container .mean-nav {
  background: #0c3454 !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 {
  padding: 12px !important;
}

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

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

#footer {
  padding: 50px 20px;
  font-size: 13px;
  font-weight: bold;
  background: url(../images/common/f_bg.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 30px 20px;
  }
}

.f_contact_inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .f_contact_inner {
    padding: 0px;
  }
}

.f_contact_inner01 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .f_contact_inner01 {
    margin-top: 30px;
  }
}

.f_contact_title {
  width: 100%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 1px;
  max-width: 520px;
  margin: 0 auto;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .f_contact_title {
    font-size: 24px;
  }
}
.f_contact_title span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #f1c92b;
}
@media screen and (max-width: 640px) {
  .f_contact_title span {
    font-size: 16px;
  }
}

.contact_text {
  padding-top: 30px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact_text {
    padding-top: 20px;
  }
}

.f_contact_tel {
  width: 48%;
  background: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .f_contact_tel {
    width: 90%;
    margin: 0 5% 20px 5%;
  }
}
@media screen and (max-width: 640px) {
  .f_contact_tel {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.f_tel_title {
  background: #14578c;
  padding: 15px 5px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .f_tel_title {
    font-size: 18px;
  }
}

.f_tel_btn {
  margin-top: 20px;
}
.f_tel_btn a {
  font-size: 40px;
  color: #666 !important;
  text-decoration: none;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1000px) {
  .f_tel_btn a {
    font-size: 32px;
  }
}
.f_tel_btn a i {
  margin-right: 10px;
  font-size: 32px;
}

.f_tel_text {
  margin-top: 20px;
}

.f_contact_mail {
  width: 48%;
  background: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .f_contact_mail {
    width: 90%;
    margin: 0 5% 20px 5%;
  }
}
@media screen and (max-width: 640px) {
  .f_contact_mail {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.f_mail_title {
  background: #0c3454;
  padding: 15px 5px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .f_mail_title {
    font-size: 18px;
  }
}

.f_mail_btn {
  margin-top: 20px;
}
.f_mail_btn a {
  font-size: 18px;
  color: #666 !important;
  text-decoration: none;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  background: #e5e5e5;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .f_mail_btn a {
    font-size: 18px;
  }
}
.f_mail_btn a i {
  margin-right: 10px;
  font-size: 16px;
}

.c_mail_text {
  margin-top: 20px;
}

.f_contact {
  padding: 80px 20px;
  background: url(../images/common/contact_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .f_contact {
    padding: 30px 20px;
  }
}

.contact_btn {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .contact_btn {
    display: block;
    padding-top: 10px;
  }
}
.contact_btn li {
  width: 31%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .contact_btn li {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 300px;
  }
}
.contact_btn .f_tel a {
  font-size: 32px;
  font-weight: bold;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .contact_btn .f_tel a {
    font-size: 28px;
  }
}
.contact_btn .f_tel a i {
  margin-right: 10px;
}
.contact_btn .f_mail a {
  background: #0c3454;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  color: #fff !important;
  width: 100%;
}
.contact_btn .f_mail a:hover {
  background: #fff;
  color: #000 !important;
  transition: 0.5s !important;
  opacity: 1 !important;
}
@media screen and (max-width: 640px) {
  .contact_btn .f_mail a {
    max-width: 80%;
    margin: 0 auto;
  }
}
.contact_btn .f_mail a i {
  margin-right: 10px;
}

.footer_inner {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

#nav_footer {
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px #fff solid;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  #nav_footer {
    padding: 20px 0;
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
#nav_footer ul {
  max-width: 800px;
  margin: 5px auto;
}
@media screen and (max-width: 834px) {
  #nav_footer ul {
    max-width: 100%;
    width: 80%;
  }
}
#nav_footer ul li {
  display: inline-block;
  margin: 5px 25px;
  width: auto;
  text-align: left;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li {
    display: block;
    text-align: center;
    margin: 5px 0;
  }
}
#nav_footer ul li a {
  font-size: 14px;
}
#nav_footer ul li a:link {
  color: #fff !important;
  text-decoration: none;
}
#nav_footer ul li a:visited {
  color: #fff !important;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li a {
    background: #fff !important;
    padding: 10px;
    display: block;
  }
  #nav_footer ul li a:link {
    color: #333 !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #333 !important;
  }
}

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

.footer_logo {
  max-width: 230px;
}
@media screen and (max-width: 834px) {
  .footer_logo {
    margin: 0 auto;
  }
}

.footer_info {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .footer_info {
    padding: 20px 0;
    width: 100%;
    display: block;
  }
}
.footer_info address {
  color: #fff !important;
}
@media screen and (max-width: 834px) {
  .footer_info address ul {
    margin-top: 10px;
  }
}
.footer_info address ul li {
  width: 100%;
  text-align: left;
  margin: 0 10px;
  line-height: 1.7;
}
.footer_info address ul li a {
  color: #fff !important;
}
@media screen and (max-width: 834px) {
  .footer_info address ul li {
    width: 100%;
    text-align: center;
  }
}

#copy {
  background: #222222 !important;
  color: #fff;
  padding: 5px;
  display: block !important;
  font-size: 14px !important;
}
@media screen and (max-width: 640px) {
  #copy {
    padding-bottom: 50px;
  }
}
#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%;
}

.cont_01_title01 div {
  position: relative;
}
@media screen and (max-width: 640px) {
  .cont_01_title01 div {
    font-size: 20px;
    text-align: center !important;
  }
}
.cont_01_title01 h2, .cont_01_title01 h3 {
  font-size: 30px;
  display: inline-block;
  color: #0c3454;
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1200px) {
  .cont_01_title01 h2, .cont_01_title01 h3 {
    font-size: 20px;
  }
}
.cont_01_title01 h2 span, .cont_01_title01 h3 span {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 20px;
}

.cont_01 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .cont_01 {
    width: 100%;
    display: block;
  }
}

.cont_01_table {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .cont_01_table {
    width: 100%;
    display: block;
  }
}
.cont_01_table td {
  border: 0 !important;
}
.cont_01_table table {
  max-width: 550px;
  margin: 0 0 0 auto;
}

.cont_01_img {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .cont_01_img {
    width: 100%;
    display: block;
  }
}
.cont_01_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.cont_02 {
  background-size: cover;
  background-position: center;
}
.cont_02 div {
  color: #fff;
}

.cont_02_title01 article {
  text-align: center;
  position: relative;
}
.cont_02_title01 h2, .cont_02_title01 h3 {
  font-size: 32px;
  display: block;
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .cont_02_title01 h2, .cont_02_title01 h3 {
    font-size: 28px;
  }
}
.cont_02_title01 h2 span, .cont_02_title01 h3 span {
  font-size: 14px;
  margin-top: 20px;
  display: block;
  font-weight: normal;
}

.cont_03_title01 article {
  text-align: center;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .cont_03_title01 article {
    text-align: center !important;
  }
}
.cont_03_title01 article:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #0c3454;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cont_03_title01 h2, .cont_03_title01 h3 {
  font-size: 32px;
  display: inline-block;
  color: #333;
  position: relative;
  background: #fff;
  padding-right: 30px;
  z-index: 2;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .cont_03_title01 h2, .cont_03_title01 h3 {
    font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
  }
}
.cont_03_title01 h2 span, .cont_03_title01 h3 span {
  font-size: 16px;
  display: block;
  color: #0c3454;
}

@media screen and (max-width: 640px) {
  .cont_03_title02 div {
    text-align: center !important;
  }
}
.cont_03_title02 h2, .cont_03_title02 h3 {
  font-size: 32px;
  display: inline-block;
  color: #333;
  position: relative;
  padding-left: 30px;
  z-index: 2;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .cont_03_title02 h2, .cont_03_title02 h3 {
    padding-bottom: 30px;
    padding-left: 0;
    display: block;
    font-size: 20px;
  }
}
.cont_03_title02 h2:before, .cont_03_title02 h3:before {
  content: "";
  width: 3px;
  height: 40%;
  position: absolute;
  background: #0f96f2;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .cont_03_title02 h2:before, .cont_03_title02 h3:before {
    width: 50%;
    bottom: 0;
    top: auto;
    right: 0;
    height: 2px;
  }
}
.cont_03_title02 h2:after, .cont_03_title02 h3:after {
  content: "";
  width: 3px;
  height: 80%;
  position: absolute;
  background: #0c3454;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .cont_03_title02 h2:after, .cont_03_title02 h3:after {
    width: 100%;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    height: 2px;
  }
}
.cont_03_title02 h2 span, .cont_03_title02 h3 span {
  font-size: 14px;
  display: block;
  color: #0c3454;
}
@media screen and (max-width: 640px) {
  .cont_03_title02 h2 span, .cont_03_title02 h3 span {
    font-size: 12px;
  }
}

.cont_03 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 4;
}

.cont_03_table_01 {
  width: 32%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .cont_03_table_01 {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .cont_03_table_01 {
    width: 100%;
  }
}
.cont_03_table_01 td {
  border: 0 !important;
  padding: 10px 0 !important;
}

.cont_03_img_01 {
  position: relative;
  width: 68%;
}
@media screen and (max-width: 834px) {
  .cont_03_img_01 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .cont_03_img_01 {
    width: 100%;
  }
}
.cont_03_img_01:before {
  content: "";
  position: absolute;
  left: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 110%;
  transform: skewX(-20deg);
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .cont_03_img_01:before {
    width: 50px;
    left: -25px;
    transform: skewX(-10deg);
  }
}
@media screen and (max-width: 640px) {
  .cont_03_img_01:before {
    display: none;
  }
}
.cont_03_img_01 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.cont_03_table_02 {
  width: 32%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .cont_03_table_02 {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .cont_03_table_02 {
    width: 100%;
  }
}
.cont_03_table_02 td {
  border: 0 !important;
  padding: 10px 0 !important;
}

.cont_03_img_02 {
  position: relative;
  width: 68%;
}
@media screen and (max-width: 834px) {
  .cont_03_img_02 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .cont_03_img_02 {
    width: 100%;
  }
}
.cont_03_img_02:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 110%;
  transform: skewX(20deg);
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .cont_03_img_02:before {
    width: 50px;
    right: -25px;
    transform: skewX(-10deg);
  }
}
@media screen and (max-width: 640px) {
  .cont_03_img_02:before {
    display: none;
  }
}
.cont_03_img_02 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.cont_03_text div {
  font-size: 22px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/***************新着情報***************************/
.newstitle h2 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 640px) {
  .newstitle h2 {
    padding-bottom: 20px;
    text-align: center !important;
  }
}
.newstitle h2 span {
  margin-left: 10px;
  font-size: 16px;
  color: #0c3454;
}

/******************新着情報　AI用***************************/
.top_scroll {
  width: 100%;
  height: 170px;
}
@media screen and (max-width: 834px) {
  .top_scroll {
    height: 200px;
  }
}
@media screen and (max-width: 834px) {
  .top_scroll {
    width: 100%;
  }
}
.top_scroll dl {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .top_scroll dl {
    display: block !important;
  }
}
.top_scroll dl dt {
  display: block !important;
  width: 120px !important;
  background: none !important;
  border: 0px !important;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 5px 0 5px !important;
}
@media screen and (max-width: 640px) {
  .top_scroll dl dt {
    display: block !important;
    padding: 5px !important;
    width: 100% !important;
  }
}
.top_scroll dl dd {
  display: block !important;
  width: calc(100% - 120px);
  background: none !important;
  border: 0px !important;
  padding: 0 5px 5px 5px !important;
}
@media screen and (max-width: 640px) {
  .top_scroll dl dd {
    display: block !important;
    padding: 5px !important;
    width: 100% !important;
  }
}

.scroll {
  text-align: left;
}

.title_text01 h3, .title_text01 h2 {
  font-size: 20px;
  border-bottom: 1px solid #14578c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.cntbox_imgtext .box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-right: 10px;
  text-align: center;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .cntbox_imgtext .box {
    display: block !important;
    padding: 5px !important;
    width: 100% !important;
  }
}
.cntbox_imgtext .box img {
  width: 35% !important;
  height: auto !important;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  .cntbox_imgtext .box img {
    width: auto !important;
    margin: 0 auto;
  }
}
.cntbox_imgtext .box div {
  text-align: left;
  width: 60%;
}
@media screen and (max-width: 640px) {
  .cntbox_imgtext .box div {
    width: 100%;
    padding-top: 20px;
  }
}
.cntbox_imgtext .box div h3 {
  font-size: 20px;
  border-bottom: 1px solid #14578c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cntbox_imgtext .box div .t_sub {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #0c3454;
}

.cntbox_imgtext01 .box {
  padding: 30px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  text-align: center;
  background: #f4f4f4;
  margin: 0 0 20px 0;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .cntbox_imgtext01 .box {
    display: block !important;
    padding: 20px !important;
    width: 100% !important;
  }
}
.cntbox_imgtext01 .box img {
  width: 36% !important;
  height: auto !important;
  margin-left: 4%;
}
@media screen and (max-width: 640px) {
  .cntbox_imgtext01 .box img {
    width: auto !important;
    margin: 0 auto;
  }
}
.cntbox_imgtext01 .box div {
  text-align: left;
  width: 60%;
}
@media screen and (max-width: 640px) {
  .cntbox_imgtext01 .box div {
    width: 100%;
    padding-top: 20px;
  }
}
.cntbox_imgtext01 .box div h3 {
  font-size: 20px;
  border-bottom: 1px solid #14578c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cntbox_imgtext01 .box div .t_sub {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #0c3454;
}

.cnt_title_contact h2, .cnt_title_contact h3 {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px dashed #0c3454;
}
@media screen and (max-width: 640px) {
  .cnt_title_contact h2, .cnt_title_contact h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.cnt_btnlist ul {
  display: flex;
  float: none !important;
  justify-content: center;
  flex-wrap: wrap;
}
.cnt_btnlist ul li {
  margin: 0 1% !important;
  float: none !important;
  width: 48%;
  max-width: 300px;
}
@media screen and (max-width: 640px) {
  .cnt_btnlist ul li {
    width: 100%;
    margin: 0 auto 10px auto !important;
  }
}

.cnt_mail a {
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  background: #0c3454;
  border: 1px solid #0c3454;
  text-align: center;
}
.cnt_mail a:hover {
  background: #fff;
  color: #0c3454 !important;
  transition: 0.5s !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1000px) {
  .cnt_mail a {
    font-size: 18px;
  }
}
.cnt_mail a i {
  margin-right: 10px;
  font-size: 16px;
}

.cnt_telbtn a {
  font-size: 20px;
  color: #666 !important;
  text-decoration: none;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
.cnt_telbtn a i {
  margin-right: 10px;
}

/*****************タイトル*******************************/
.h_cnt_h1 {
  background: url(../images/common/h_titlebg.jpg);
  background-size: cover;
  padding: 80px 0 80px 0;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .h_cnt_h1 {
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .h_cnt_h1 {
    padding: 50px 0;
    background-position: center;
  }
}
.h_cnt_h1 article {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 30px 20px;
  position: relative;
}
.h_cnt_h1 article:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.h_cnt_h1 article h1, .h_cnt_h1 article p {
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .h_cnt_h1 article h1, .h_cnt_h1 article p {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .h_cnt_h1 article h1, .h_cnt_h1 article p {
    font-size: 24px;
  }
}
.h_cnt_h1 article div {
  text-align: center;
  font-size: 18px;
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/***************タイトル01***************/
.title_01 h3, .title_01 h2 {
  display: block;
  font-weight: bold;
  padding: 20px 0 20px 0;
  position: relative;
  font-size: 24px;
  color: #333;
  position: relative;
  padding-left: 50px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 834px) {
  .title_01 h3, .title_01 h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .title_01 h3, .title_01 h2 {
    padding-left: 50px;
    font-size: 20px;
  }
}
.title_01 h3:after, .title_01 h2:after {
  content: "";
  width: 25px;
  height: 3px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0c3454;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .title_01 h3:after, .title_01 h2:after {
    width: 25px;
    height: 2px;
  }
}

/***************タイトル02***************/
.title_02 h3, .title_02 h2, .title_02 h4 {
  font-size: 36px;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .title_02 h3, .title_02 h2, .title_02 h4 {
    font-size: 24px;
  }
}
.title_02 h3:after, .title_02 h2:after, .title_02 h4:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0c3454;
}
@media screen and (max-width: 640px) {
  .title_02 h3:after, .title_02 h2:after, .title_02 h4:after {
    margin: auto;
  }
}
.title_02 h3 span, .title_02 h2 span, .title_02 h4 span {
  color: #14578c;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 834px) {
  .title_02 h3 span, .title_02 h2 span, .title_02 h4 span {
    display: block;
    margin: 0;
    font-size: 16px;
  }
}

/***************タイトル03***************/
.title_03 h3, .title_03 h2, .title_03 h4 {
  display: block;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  border-bottom: 1px dashed #0c3454;
  font-size: 20px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 834px) {
  .title_03 h3, .title_03 h2, .title_03 h4 {
    font-size: 18px;
  }
}

/***************タイトル04***************/
.title_04 h3, .title_04 h2, .title_04 h4 {
  display: block;
  position: relative;
  font-size: 18px;
  color: #0c3454;
  background: #f1f1f1;
  font-weight: bold;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px;
}

/***************タイトル05***************/
.title_05 h3, .title_05 h2, .title_05 h4, .title_05 h5 {
  display: block;
  position: relative;
  font-size: 16px;
  color: #0c3454;
  border-bottom: 1px solid #0c3454;
  font-weight: bold;
  padding: 5px;
}

/***************タイトル05***************/
.title_06 h3, .title_06 h2, .title_06 h4, .title_06 h5 {
  display: block;
  position: relative;
  font-size: 18px;
  color: #0c3454;
  background: #f1f1f1;
  font-weight: bold;
  padding: 8px;
}
@media screen and (max-width: 834px) {
  .title_06 h3, .title_06 h2, .title_06 h4, .title_06 h5 {
    font-size: 16px;
  }
}

.box_title_01 h2, .box_title_01 h3 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #0c3454;
  padding-bottom: 10px;
  text-align: center;
}

.midashi01 h2, .midashi01 h3 {
  font-size: 36px;
  color: #333;
  text-align: center !important;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .midashi01 h2, .midashi01 h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .midashi01 h2, .midashi01 h3 {
    font-size: 24px;
  }
}
.midashi01 h2:after, .midashi01 h3:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #0c3454;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

.midashi02 h2, .midashi02 h3 {
  font-size: 32px;
  color: #0c3454;
  position: relative;
  z-index: 2;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .midashi02 h2, .midashi02 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .midashi02 h2, .midashi02 h3 {
    font-size: 18px;
  }
}

/******************強調テキスト**************************************/
.emphasis_text div, .emphasis_text h2 {
  font-size: 38px;
  color: #0c3454;
  text-align: center !important;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  padding: 30px 0 !important;
  position: relative;
}
.emphasis_text div:after, .emphasis_text h2:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 147px;
  height: 146px;
  background: url(../images/common/cnt_title01.png);
}
@media screen and (max-width: 834px) {
  .emphasis_text div, .emphasis_text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .emphasis_text div, .emphasis_text h2 {
    padding: 20px 0 !important;
    font-size: 20px;
  }
}

/******************dl リスト01**************************************/
.dldt_list01 dl {
  width: 100%;
}
.dldt_list01 dl:nth-child(odd) dt {
  background: #efefef !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}
.dldt_list01 dl:nth-child(odd) dd {
  background: #efefef !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl:nth-child(odd) dd {
    background: #fff !important;
    border: 0 !important;
  }
}
.dldt_list01 dl dt {
  color: #333 !important;
  display: block !important;
  border: 0px !important;
  background: none !important;
  padding: 20px 10px !important;
  display: flex;
  text-align: center !important;
  width: 150px !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl dt {
    background: #efefef !important;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .dldt_list01 dl dt {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
  }
}

.dldt_list01 dl dd {
  display: block !important;
  border: 0px !important;
  padding: 20px 10px !important;
  width: calc(100% - 150px) !important;
}

.dldt_list02 {
  font-size: 16px;
}
.dldt_list02 dl {
  width: 100%;
  margin: 0 auto;
  display: flex !important;
}
@media screen and (max-width: 640px) {
  .dldt_list02 dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
  }
}
.dldt_list02 dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #0c3454 !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #0c3454 !important;
  padding: 20px 5px !important;
}
@media screen and (max-width: 640px) {
  .dldt_list02 dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #f1f1f1 !important;
  }
}
.dldt_list02 dl dd {
  padding: 20px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .dldt_list02 dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/*******************チェック　ul(AI用)******************************/
.ul_list01 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.ul_list01 ul li .no {
  color: #0c3454;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list01 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #0c3454;
}

/*******************チェック　ul(AI用)******************************/
.ul_list02 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list02 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #14578c;
  position: relative;
}
.ul_list02 ul li .no {
  color: #14578c;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list02 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #14578c;
}

/*******************チェック　ul(AI用)******************************/
.ul_list03 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list03 ul li {
  float: none !important;
  display: block !important;
  border-bottom: 1px dotted #0c3454;
  position: relative;
  padding: 10px;
}
.ul_list03 ul li:nth-child(odd) {
  background: #f1f1f1;
}
.ul_list03 ul li .no {
  color: #0c3454;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.ul_w30 ul {
  display: flex !important;
  flex-wrap: wrap;
}
.ul_w30 ul li {
  width: 31.111%;
  margin: 0 1% 10px 1% !important;
}
@media screen and (max-width: 640px) {
  .ul_w30 ul li {
    width: 48%;
  }
}

/*******************チェック　ul(AI用)******************************/
.check_ul01 ul {
  margin: 0 auto;
  display: block !important;
}
.check_ul01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 50px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .check_ul01 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.check_ul01 ul li:after {
  content: "";
  width: 32px;
  height: 25px;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  margin: auto;
  background: url(../images/common/list_icon01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .link_list {
    padding: 10px 0;
  }
}
.link_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
}
.link_list li {
  display: block;
  padding: 0 10px;
  width: 23%;
  margin: 0 1% 10px 1%;
}
@media screen and (max-width: 834px) {
  .link_list li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .link_list li {
    width: 100%;
  }
}
.link_list li a {
  width: 100%;
  padding: 10px;
  background: #0c3454;
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  .link_list li a {
    padding: 5px;
  }
}

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 10px 60px 10px 60px;
  display: block;
  text-decoration: none;
  position: relative;
  background: #0c3454;
  border: 1px solid #000;
  color: #fff !important;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn a {
    font-size: 14px;
  }
}
.cnt_textbtn a:hover {
  background: #fff;
  color: #0c3454 !important;
  transition: 0.5s !important;
}
.cnt_textbtn a:hover:after {
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cnt_textbtn a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(../images/common/btn_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cnt_textbtn01 a {
  padding: 10px 60px 10px 60px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  background: #0c3454;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #0c3454;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}
.cnt_textbtn01 a:hover {
  background: #fff;
  color: #000 !important;
  transition: 0.5s !important;
  border: 1px solid #0c3454;
  opacity: 1 !important;
}
.cnt_textbtn01 a:hover:after {
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cnt_textbtn01 a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(../images/common/btn_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cnt_textbtn02 a {
  padding: 10px 60px 10px 60px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  background: #f1c92b;
  color: #0c3454 !important;
  font-size: 14px;
  border: 1px solid #f1c92b;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn02 a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}
.cnt_textbtn02 a:hover {
  background: #fff;
  color: #000 !important;
  transition: 0.5s !important;
  border: 1px solid #0c3454;
  opacity: 1 !important;
  color: #0c3454 !important;
}
.cnt_textbtn02 a:hover:after {
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cnt_textbtn02 a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cnt_textbtn03 a {
  padding: 10px 60px 10px 60px;
  display: block;
  text-decoration: none;
  position: relative;
  background: #0c3454;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #0c3454;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn03 a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}
.cnt_textbtn03 a:hover {
  background: #fff;
  color: #000 !important;
  transition: 0.5s !important;
}
.cnt_textbtn03 a:hover:after {
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cnt_textbtn03 a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background: url(../images/common/btn_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cnt_textbtn04 a {
  padding: 3px 20px 3px 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  background: #14578c;
  border: 1px solid #14578c;
  color: #fff !important;
  max-width: 300px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn04 a {
    font-size: 14px;
  }
}
.cnt_textbtn04 a:hover {
  background: #fff;
  color: #000 !important;
  transition: 0.5s !important;
  opacity: 1 !important;
}

/******************値段テーブル*************************************/
.price_table {
  padding: 10px 0;
}
.price_table table {
  border-bottom: 1px solid #0c3454;
}
.price_table table td {
  padding: 5px !important;
  border: 0 !important;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .price_table table td {
    width: 100%;
    display: block;
  }
}
.price_table table .price {
  color: #e25325;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "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: 834px) {
  .price_table table .price {
    width: 100%;
  }
}

/***************新着情報(ブログ機能用)***************************/
@media screen and (max-width: 640px) {
  .blog_box {
    padding: 10px;
  }
}
.blog_box .blog_list {
  border: 0 !important;
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .blog_box .blog_list {
    flex-direction: column !important;
  }
}
.blog_box div.blog_list > div {
  position: relative;
  border-bottom: solid #ccc 1px !important;
  width: 100%;
  margin: 0 1% 0 1%;
  padding: 20px;
  flex-direction: row !important;
}
.blog_box div.blog_list > div:hover {
  background: #0c3454;
  color: #fff;
  transition: 0.5s !important;
}
.blog_box div.blog_list > div:hover a {
  color: #fff !important;
  transition: 0.5s !important;
}
.blog_box div.blog_list > div:hover h3 a {
  border-bottom: #fff solid 2px;
}
.blog_box div.blog_list > div:hover h3 a:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .blog_box div.blog_list > div {
    flex-direction: column !important;
  }
}
.blog_box .blog_date {
  font-size: 18px !important;
  color: #14578c !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}
.blog_box .blog_text .b_price {
  font-weight: bold !important;
  font-size: 18px !important;
  text-align: right;
}
.blog_box .blog_text h3 {
  display: block;
  font-size: 20px !important;
  font-weight: bold;
  margin: 0 !important;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
@media screen and (max-width: 640px) {
  .blog_box .blog_text h3 {
    font-size: 18px !important;
  }
}
.blog_box .blog_text h3 a {
  color: #0c3454 !important;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px #ccc solid;
}
.blog_box .blog_text h3 a:hover {
  opacity: 1 !important;
  color: #fff !important;
  transition: 0s !important;
}
.blog_box .blog_text h3 a:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #0c3454;
}
.blog_box .blog_photo {
  width: 45% !important;
  padding: 0 !important;
}
.blog_box .blog_photo a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.blog_box .blog_photo img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 640px) {
  .blog_box .blog_photo img {
    height: 200px !important;
  }
}
@media screen and (max-width: 640px) {
  .blog_box .blog_photo img {
    height: 250px !important;
  }
}
@media screen and (max-width: 640px) {
  .blog_box .blog_photo {
    width: 100% !important;
    text-align: center;
  }
}
.blog_box div.blog_date {
  display: none;
}
.blog_box div.detail {
  margin-top: 10px !important;
}
.blog_box div.blog_text {
  width: 100% !important;
  font-size: 14px !important;
}
@media screen and (max-width: 640px) {
  .blog_box div.blog_text {
    font-size: 12px !important;
  }
}
.blog_box .blog_text {
  padding: 0 !important;
  padding-left: 20px !important;
}
@media screen and (max-width: 640px) {
  .blog_box .blog_text {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }
}

/***************新着情報(ブログ機能用)***************************/
@media screen and (max-width: 640px) {
  .blog_box2 {
    padding: 10px;
  }
}
.blog_box2 div.blog_list {
  border: 0 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.blog_box2 div.blog_list > div {
  position: relative;
  border-bottom: 0px !important;
  flex-direction: column !important;
  width: 33.3333%;
}
.blog_box2 div.blog_list > div:hover {
  background: #0c3454;
  color: #fff;
  transition: 0.5s !important;
}
.blog_box2 div.blog_list > div:hover a {
  color: #fff !important;
  transition: 0.5s !important;
}
@media screen and (max-width: 640px) {
  .blog_box2 div.blog_list > div {
    width: 50%;
    flex-direction: row !important;
    margin: 0;
  }
}
@media screen and (max-width: 834px) {
  .blog_box2 div.blog_list > div {
    flex-direction: column !important;
  }
}
.blog_box2 .blog_date {
  font-size: 16px !important;
  color: #14578c !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}
.blog_box2 .blog_text h3 {
  display: block;
  font-size: 16px !important;
  font-weight: bold;
  margin: 0 !important;
}
.blog_box2 .blog_text h3 a {
  color: #0c3454 !important;
  font-weight: bold;
}
.blog_box2 .blog_text h3 a:hover {
  opacity: 1 !important;
  color: #fff !important;
  transition: 0s !important;
}
.blog_box2 .blog_text h3 a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.blog_box2 .blog_photo {
  width: 100% !important;
  padding: 0 !important;
}
.blog_box2 .blog_photo img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .blog_box2 .blog_photo img {
    height: 200px !important;
  }
}
@media screen and (max-width: 640px) {
  .blog_box2 .blog_photo img {
    height: 150px !important;
  }
}
@media screen and (max-width: 834px) {
  .blog_box2 .blog_photo {
    width: 35% !important;
  }
}
@media screen and (max-width: 834px) {
  .blog_box2 .blog_photo {
    width: 100% !important;
    text-align: center;
  }
}
.blog_box2 div.blog_date {
  display: none;
}
.blog_box2 div.detail {
  margin-top: 10px !important;
}
.blog_box2 div.detail .b_price {
  text-align: right !important;
  font-weight: bold !important;
  font-size: 18px !important;
}
.blog_box2 div.blog_text {
  width: 100% !important;
  font-size: 14px !important;
}
@media screen and (max-width: 640px) {
  .blog_box2 div.blog_text {
    font-size: 12px !important;
  }
}
.blog_box2 .blog_text {
  padding: 0 !important;
  padding: 20px !important;
}
@media screen and (max-width: 834px) {
  .blog_box2 .blog_text {
    padding: 10px !important;
  }
}

.blog .flex {
  display: block;
  flex-wrap: wrap;
}

/*********************ブログ***********************/
.blog {
  padding: 0 20px;
}
.blog h1 {
  display: block;
  padding: 0 0 20px 0;
  position: relative;
  font-size: 24px;
  color: #333;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #0c3454;
  margin-bottom: 20px;
}
.blog h1:after {
  content: "";
  width: 43px;
  height: 28px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/h_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .blog h1 {
    font-size: 20px;
  }
}
.blog h1 + ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.blog h1 + ul li {
  margin: 5px 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
.blog h2 + ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.blog h2 + ul li {
  margin: 5px 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
.blog .date + h2 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #0c3454;
  padding-bottom: 10px;
}
.blog aside nav div {
  padding: 10px;
  background: #14578c;
  color: #fff;
  margin: 30px 0 10px 0;
}
.blog #contents > article {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.blog a {
  color: #14578c;
}
.blog a:visited {
  color: #14578c;
}
.blog a:link {
  color: #14578c;
}
.blog li {
  text-align: left !important;
}
.blog #calendar {
  display: none;
}
.blog .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 50px auto !important;
  margin: 50px auto;
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
    margin: 30px auto;
  }
}
.blog .wrap aside {
  width: 25%;
}
@media screen and (max-width: 834px) {
  .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: #0c3454 !important;
}
.blog .wrap aside .pages li a:visited {
  color: #0c3454 !important;
}
.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .category li a:link {
  color: #0c3454 !important;
}
.blog .wrap aside .category li a:visited {
  color: #0c3454 !important;
}
.blog .wrap #contents > dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.blog .wrap #contents > dl dt span.translate {
  padding-right: 5px;
  display: block;
  font-size: 20px;
  margin: 3px 0;
}
.blog .wrap #contents > dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.blog .wrap #contents > dl dd ul li {
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
.blog .wrap #contents {
  width: 70% !important;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents {
    text-align: left;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents .detail {
    text-align: left;
    margin-top: 30px !important;
  }
}
.blog .wrap #contents .date {
  font-size: 16px;
  color: #0c3454;
  font-weight: bold;
  text-align: left !important;
}

#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: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #0c3454;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ccc !important;
  color: #base-color !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  margin-top: 20px;
}

/***************topInstagram***************************/
.top_instagram .sns_photo img {
  height: 230px !important;
  width: 100% !important;
  margin: 0 auto;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_instagram div.sns_list div.sns_video {
  width: 100%;
  padding: 0;
}

.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_instagram div.sns_list > div {
  width: 22%;
  margin: 0;
  display: flex;
  border-bottom: 0px;
  margin-bottom: 10px;
  flex-direction: column;
}
.top_instagram div.sns_list > div:first-child {
  margin-left: 0;
}
.top_instagram div.sns_list > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .top_instagram div.sns_list > div {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

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

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

.top_instagram .sns_date {
  display: none;
}

.top_instagram .caption {
  font-size: 14px;
  font-weight: bold;
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  color: #0c3454;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 8px;
  border-bottom: 1px solid #0c3454;
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_date {
    font-size: 16px;
  }
}
.cnt_insta ul li {
  margin: 10px 10px 0 0;
}
.cnt_insta .caption {
  padding-top: 0;
  font-size: 16px;
  margin-top: 20px;
}
.cnt_insta .sns_photo {
  width: 30% !important;
}
.cnt_insta .sns_photo img {
  width: 100%;
  height: 150px !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta .sns_photo {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
}
.cnt_insta div.sns_list > div {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cnt_insta div.sns_list {
  border: 0 !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 70% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 100% !important;
    margin: 0 auto;
  }
}
.cnt_insta .sns_photo img {
  height: 250px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .cnt_insta .sns_photo img {
    height: 150px !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo img {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
  }
}

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

/***************画像を使用した新着情報***************************/
.top_sbox .box {
  padding: 20px 0 10px 0;
  clear: both;
  border-bottom: 1px dotted #0c3454 !important;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top_sbox .box {
    display: block;
  }
}
.top_sbox .box img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.top_sbox .box div {
  display: block;
}
.top_sbox .box div .news_day {
  display: block;
  color: #0c3454;
  font-weight: bold;
}

.top_sbox {
  overflow-y: scroll;
  height: 400px;
  padding: 0 30px 0 0;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  .top_sbox {
    height: 300px;
  }
}

.top_sbox::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  background: #0c3454;
}

.top_sbox::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  background: #0c3454;
}

.top_sbox::-webkit-scrollbar-track-piece:start {
  /* スクロールバーの動く部分の前 */
  background: #ccc;
}

.top_sbox::-webkit-scrollbar-track-piece:end {
  /* スクロールバーの動く部分の後ろ */
  background: #ccc;
}

/*****************************よくある質問****************************************/
.qa_box {
  border-bottom: 1px solid #ccc;
}
.qa_box .box {
  position: relative;
  overflow: initial !important;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .qa_box .box {
    padding: 20px 0;
  }
}
.qa_box .box div {
  padding-left: 70px;
}
.qa_box .box:nth-child(odd) div {
  font-weight: bold;
  color: #14578c;
}
.qa_box .box:nth-child(odd):after {
  content: "";
  background: url(../images/common/faq_q.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit !important;
}
.qa_box .box:nth-child(even):after {
  content: "";
  background: url(../images/common/faq_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit !important;
}

.faq article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.faq td {
  border: 0 !important;
  padding: 0 !important;
}
.faq .question div {
  color: #0c3454;
  font-size: 20px;
  font-weight: bold;
  padding-left: 80px !important;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .faq .question div {
    font-size: 16px;
    padding-left: 50px !important;
  }
}
.faq .question div:after {
  content: "";
  background: url(../images/common/faq_q.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}
@media screen and (max-width: 640px) {
  .faq .question div:after {
    width: 40px;
    height: 40px;
  }
}
.faq .answer div {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 80px !important;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .faq .answer div {
    font-size: 14px;
    padding-left: 50px !important;
  }
}
.faq .answer div:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/common/faq_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  visibility: inherit;
}
@media screen and (max-width: 640px) {
  .faq .answer div:before {
    width: 40px;
    height: 40px;
  }
}

/***************クーポン***************************/
.coupon {
  padding: 10px !important;
}
.coupon table {
  border: 1px solid #fff;
}
.coupon table td {
  color: #fff;
  padding: 10px !important;
}
.coupon table .coupon_title {
  font-size: 40px;
  border-bottom: 1px solid #fff !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price span {
  font-size: 30px;
}

/***********************ビフォ―アフター********************************/
.before_after {
  margin: 0 auto;
}
.before_after table {
  margin: 0 auto;
}
.before_after table td {
  border: 0px;
  padding: 10px !important;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .before_after table td {
    display: block;
  }
}
.before_after table td p {
  text-align: center;
  font-weight: bold;
  color: #0c3454;
  font-size: 18px;
  margin-top: 10px;
}
.before_after table .before_after_img img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .before_after table .before_after_img img {
    width: 95% !important;
  }
}
.before_after table .arrow_img {
  width: 50px !important;
}
@media screen and (max-width: 834px) {
  .before_after table .arrow_img {
    width: 100% !important;
  }
}

/****************************お問い合わせ、会社概要************************************/
section form h2.mail.title {
  display: none;
}

.contact_dl {
  font-size: 16px;
}
.contact_dl dl {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contact_dl dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
  }
}
.contact_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #333 !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #0c3454 !important;
  padding: 30px 5px !important;
}
@media screen and (max-width: 640px) {
  .contact_dl dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #f1f1f1 !important;
  }
}
.contact_dl dl dd {
  padding: 30px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .contact_dl dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/***********************お問い合わせテーブル********************************/
.c_contact_tel a {
  font-weight: bold;
  font-size: 32px;
  color: #14578c;
}
@media screen and (max-width: 640px) {
  .c_contact_tel a {
    font-size: 24px;
  }
}

/***********************ボタンボックス********************************/
.btnbox .box {
  margin: 0 1%;
  width: 48%;
  max-width: 530px;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .btnbox .box {
    width: 100%;
    margin-top: 10px;
  }
}
.btnbox .box:hover {
  opacity: 0.9 !important;
}
.btnbox .box:after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .btnbox .box:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.btnbox .box img {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.btnbox .box article a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.btnbox .box article a:after:hover {
  opacity: 1 !important;
}
.btnbox .box article h3 {
  display: none;
}
.btnbox .box article div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 46px;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .btnbox .box article div {
    font-size: 16px;
  }
}
.btnbox .box article div span {
  display: block;
  font-size: 14px;
}

.tokuho_h2 {
  padding-top: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
}

.owl-stage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

/****オウル**********/
.owlCarousel {
  max-width: 1000px;
  overflow: hidden;
}

.owlCarousel01 {
  max-width: 1000px;
  direction: rtl !important;
  overflow: hidden;
}

.owlCarousel01 .owl-stage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

.img_toplist {
  overflow: hidden;
  max-width: 1000px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots button {
  margin: 0 5px;
  padding: 0;
  box-shadow: inherit;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #eaeaea;
  display: none;
}

.voice_table {
  padding: 5px 0 !important;
}

.voice_title div {
  font-size: 24px;
  border-bottom: 1px solid #14578c;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 10px;
  color: #0c3454;
}
@media screen and (max-width: 640px) {
  .voice_title div {
    font-size: 20px;
  }
}
.voice_title div span {
  color: #f1c92b;
}

.voice_waku {
  border-bottom: 1px solid #ccc;
}

.price_table01 td {
  padding: 5px 0 !important;
}

.price_text01 div {
  font-size: 24px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .price_text01 div {
    font-size: 18px;
  }
}
.price_text01 div .price01 {
  font-size: 36px;
  color: #dc143c;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .price_text01 div .price01 {
    font-size: 24px;
  }
}

.price_text02 div {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .price_text02 div {
    font-size: 12px;
  }
}

.price_dl {
  font-size: 16px;
}
.price_dl dl {
  width: 100%;
  margin: 0 auto;
  flex-direction: row-reverse;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .price_dl dl {
    display: flex !important;
    border: 0 !important;
    flex-direction: column-reverse;
    border-bottom: 1px solid #ccc !important;
  }
}
.price_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #dc143c !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #f1c92b !important;
  padding: 10px 0 !important;
  width: 150px !important;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .price_dl dl dt {
    padding: 5px 0 !important;
    width: 100% !important;
    border: 0 !important;
    text-align: right !important;
    display: block !important;
  }
}
.price_dl dl dd {
  padding: 10px 0 !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
  width: calc(100% - 150px) !important;
  font-size: 14px;
}
.price_dl dl dd h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0c3454;
}
@media screen and (max-width: 640px) {
  .price_dl dl dd {
    padding: 5px 0 !important;
    width: 100% !important;
    border: 0 !important;
  }
}

.cnt_contact_waku {
  padding: 20px;
  border: 1px solid #ccc;
}
.cnt_contact_waku td {
  padding: 3px !important;
}

.cnt_tel div {
  font-size: 36px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .cnt_tel div {
    font-size: 24px;
  }
}
.cnt_tel div a {
  color: #416800 !important;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .sp_voice_img img {
    width: 40% !important;
    margin: 0 auto;
    max-width: 200px;
  }
}

.slider01 {
  width: 100%;
}
.slider01 .slick-slider {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
}
.slider01 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider01 .slick-prev, .slider01 .slick-next {
  top: 50px !important;
  color: #0c3454;
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-prev, .slider01 .slick-next {
    bottom: -10% !important;
  }
}
.slider01 .slick-prev:after, .slider01 .slick-prev:before, .slider01 .slick-next:after, .slider01 .slick-next:before {
  color: #0c3454 !important;
}
.slider01 .slick-prev {
  left: 10px !important;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-prev {
    left: 0 !important;
  }
}
.slider01 .slick-next {
  right: 10px !important;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-next {
    right: 0 !important;
  }
}
.slider01 .slick-slide {
  max-width: 1000px;
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-slide {
    height: auto;
  }
}
.slider01 .slick-slide img {
  max-width: 510px;
  width: auto !important;
  margin: 0 auto;
  height: 500px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .slider01 .slick-slide img {
    height: 300px !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .slider01 .slick-slide img {
    height: 270px !important;
  }
}
.slider01 .slick-slide article div {
  margin-bottom: 20px;
  font-size: 16px;
}
.slider01 .slick-list {
  padding: 10px 0 0 0;
  width: 39% !important;
}
.slider01 .slick-dots {
  position: static !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  right: 0;
  width: 59% !important;
}
.slider01 .slick-dots li {
  list-style: none;
  width: 31.11111% !important;
  margin: 0 !important;
  margin: 0 1% !important;
  margin-top: 10px !important;
  height: 150px !important;
  object-fit: contain !important;
  font-family: "object-fit: contain!important;";
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .slider01 .slick-dots li {
    height: 80px !important;
    width: 23% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider01 .slick-dots li {
    width: 23% !important;
  }
}
.slider01 .slick-dots li img {
  width: auto !important;
  height: 150px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .slider01 .slick-dots li img {
    height: 80px !important;
  }
}

.slider02 {
  width: 100%;
}
.slider02 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider02 .slick-prev, .slider02 .slick-next {
  top: 50px !important;
  color: #0c3454;
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .slider02 .slick-prev, .slider02 .slick-next {
    bottom: -10% !important;
  }
}
.slider02 .slick-prev:after, .slider02 .slick-prev:before, .slider02 .slick-next:after, .slider02 .slick-next:before {
  color: #0c3454 !important;
}
.slider02 .slick-prev {
  left: 10px !important;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .slider02 .slick-prev {
    left: 0 !important;
  }
}
.slider02 .slick-next {
  right: 10px !important;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .slider02 .slick-next {
    right: 0 !important;
  }
}
.slider02 .slick-slide {
  max-width: 1000px;
}
@media only screen and (max-width: 640px) {
  .slider02 .slick-slide {
    height: auto;
  }
}
.slider02 .slick-slide img {
  max-width: 510px;
  width: auto !important;
  margin: 0 auto;
  height: 340px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .slider02 .slick-slide img {
    height: 300px !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .slider02 .slick-slide img {
    height: 270px !important;
  }
}
.slider02 .slick-slide article div {
  margin-bottom: 20px;
  font-size: 16px;
}
.slider02 .slick-list {
  padding: 10px 0 0 0;
}
.slider02 .slick-dots {
  position: static !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
.slider02 .slick-dots li {
  list-style: none;
  width: 18% !important;
  margin: 0 !important;
  margin: 0 1% !important;
  margin-top: 10px !important;
  height: 80px !important;
  object-fit: contain !important;
  font-family: "object-fit: contain!important;";
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .slider02 .slick-dots li {
    height: 80px !important;
    width: 23% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider02 .slick-dots li {
    width: 23% !important;
  }
}
.slider02 .slick-dots li img {
  width: auto !important;
  height: 80px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .slider02 .slick-dots li img {
    height: 80px !important;
  }
}

.slider03 {
  width: 100%;
}
.slider03 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider03 .slick-prev, .slider03 .slick-next {
  top: 50px !important;
  color: #0c3454;
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .slider03 .slick-prev, .slider03 .slick-next {
    bottom: -10% !important;
  }
}
.slider03 .slick-prev:after, .slider03 .slick-prev:before, .slider03 .slick-next:after, .slider03 .slick-next:before {
  color: #0c3454 !important;
}
.slider03 .slick-prev {
  left: 10px !important;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .slider03 .slick-prev {
    left: 0 !important;
  }
}
.slider03 .slick-next {
  right: 10px !important;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .slider03 .slick-next {
    right: 0 !important;
  }
}
.slider03 .slick-slide {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .slider03 .slick-slide {
    height: auto;
  }
}
.slider03 .slick-slide img {
  max-width: 1100px;
  width: auto !important;
  margin: 0 auto;
  height: 450px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .slider03 .slick-slide img {
    height: 300px !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .slider03 .slick-slide img {
    height: 270px !important;
  }
}
.slider03 .slick-slide article div {
  margin-bottom: 20px;
  font-size: 16px;
}
.slider03 .slick-list {
  padding: 10px 0 0 0;
}
.slider03 .slick-dots {
  position: static !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}
.slider03 .slick-dots li {
  list-style: none;
  width: 14% !important;
  margin: 0 !important;
  margin: 0 1% !important;
  margin-top: 10px !important;
  height: 90px !important;
  object-fit: contain !important;
  font-family: "object-fit: contain!important;";
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .slider03 .slick-dots li {
    height: 80px !important;
    width: 23% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider03 .slick-dots li {
    width: 31.11111% !important;
  }
}
.slider03 .slick-dots li img {
  width: auto !important;
  height: 80px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .slider03 .slick-dots li img {
    height: 80px !important;
  }
}

.tab-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-group li {
  width: 30%;
  padding: 10px;
  margin: 0 1% 20px 1%;
  display: block;
  border: 1px #0c3454 solid;
  color: #0c3454;
}
@media screen and (max-width: 640px) {
  .tab-group li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

.tab {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  border: solid 1px #CCC;
  text-align: center;
  cursor: pointer;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #0c3454;
  color: #FFF;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

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