@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 16px/1.8 "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  word-break: normal;
  word-wrap: break-word;
  word-break: break-all;
  letter-spacing: 0.02em;
}

.color_green01 {
  color: #005002;
}

.color_green02 {
  color: #2d942f;
}

.color_blue01 {
  color: #000c50;
}

.color_blue02 {
  color: #2d6694;
}

.color_orange01 {
  color: #ff8e0d;
}

.color_red01 {
  color: #d22800;
}

.color_orange01 {
  color: #ff8e0d;
}

.foS12 {
  font-size: 0.75rem;
}

.foS14 {
  font-size: 0.875rem;
}

.foM16 {
  font-size: 1rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL20 {
  font-size: 1.25rem;
}

.foL22 {
  font-size: 1.375rem;
}

.foL24 {
  font-size: 1.5rem;
}

.foL26 {
  font-size: 1.625rem;
}

.foL28 {
  font-size: 1.75rem;
}

.foL30 {
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .foS12_Sp {
    font-size: 0.75rem;
  }
  .foS14_Sp {
    font-size: 0.875rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL20_Sp {
    font-size: 1.25rem;
  }
  .foL22_Sp {
    font-size: 1.375rem;
  }
  .foL24_Sp {
    font-size: 1.5rem;
  }
  .foL26_Sp {
    font-size: 1.625rem;
  }
  .foL28_Sp {
    font-size: 1.75rem;
  }
  .foL30_Sp {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 768px) {
  .foS12_Pc {
    font-size: 0.75rem;
  }
  .foS14_Pc {
    font-size: 0.875rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL20_Pc {
    font-size: 1.25rem;
  }
  .foL22_Pc {
    font-size: 1.375rem;
  }
  .foL24_Pc {
    font-size: 1.5rem;
  }
  .foL26_Pc {
    font-size: 1.625rem;
  }
  .foL28_Pc {
    font-size: 1.75rem;
  }
  .foL30_Pc {
    font-size: 1.875rem;
  }
}
.foMedium {
  font-weight: 500;
}

.foNormal {
  font-weight: normal;
}

.lh20 {
  line-height: 2 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh08 {
  line-height: 0.8 !important;
}

/* Scss Document */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #1d7acc;
}

a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body #Wrap {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  body {
    min-width: 0 !important;
  }
  body #Wrap {
    min-width: 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    max-width: 767px !important;
  }
  body #Wrap {
    max-width: 767px !important;
    width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  body {
    width: 1100px !important;
  }
  body #Wrap {
    width: 1100px !important;
    width: 100%;
  }
}
body a {
  text-decoration: none;
}

.cont {
  position: relative;
}

.cont_inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1100px;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .cont_inner {
    margin: 0 16px;
  }
}

.cont_inner_s {
  box-sizing: border-box;
  padding: 0 16px;
}
@media all and (min-width: 768px) {
  .cont_inner_s {
    max-width: 932px;
    margin: 0 auto;
  }
}

.cont_inner.list {
  padding-bottom: 30px;
}

/* ==========================================================================
すべてに利用反映されるdetail設定
========================================================================== */
/* ==========================================================================
　テキスト
========================================================================== */
/*テキスト寄せ*/
.text_center,
.text_center_Sp {
  text-align: center;
}

@media all and (min-width: 768px) {
  .text_center_Sp {
    text-align: inherit;
  }
  .text_center_Pc {
    text-align: center;
  }
}
.text_right,
.text_right_Sp {
  text-align: right;
}

@media all and (min-width: 768px) {
  .text_right_Sp {
    text-align: inherit;
  }
  .text_right_Pc {
    text-align: right;
  }
}
.text_left,
.text_left_Sp {
  text-align: left;
}

@media all and (min-width: 768px) {
  .text_left_Sp {
    text-align: inherit;
  }
  .text_left_Pc {
    text-align: left;
  }
}
/*float*/
.float_R_Pc {
  display: block;
}
@media all and (min-width: 768px) {
  .float_R_Pc {
    float: right;
  }
}

.float_L_Pc {
  display: block;
}
@media all and (min-width: 768px) {
  .float_L_Pc {
    float: left;
  }
}

.float_R_Sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .float_R_Sp {
    float: right;
  }
}

.float_L_Sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .float_L_Sp {
    float: left;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.spBlock {
  display: block;
}

@media all and (min-width: 768px) {
  .spBlock {
    display: inline-block;
  }
}
/* ------------------------------ 上 */
.mt5,
.mt5_Sp {
  margin-top: 5px;
}

.mt10,
.mt10_Sp {
  margin-top: 10px;
}

.mt15,
.mt15_Sp {
  margin-top: 15px;
}

.mt20,
.mt20_Sp {
  margin-top: 20px;
}

.mt30,
.mt30_Sp {
  margin-top: 30px;
}

.mt40,
.mt40_Sp {
  margin-top: 40px;
}

.mt50,
.mt50_Sp {
  margin-top: 50px;
}

.mt80,
.mt80_Sp {
  margin-top: 80px;
}

/* ------------------------------ 下 */
.mb5,
.mb5_Sp {
  margin-bottom: 5px;
}

.mb10,
.mb10_Sp {
  margin-bottom: 10px;
}

.mb15,
.mb15_Sp {
  margin-bottom: 15px;
}

.mb20,
.mb20_Sp {
  margin-bottom: 20px;
}

.mb30,
.mb30_Sp {
  margin-bottom: 30px;
}

.mb50,
.mb50_Sp {
  margin-bottom: 50px;
}

/* ------------------------------ 左 */
.ml5,
.ml5_Sp {
  margin-left: 5px;
}

.ml10,
.ml10_Sp {
  margin-left: 10px;
}

.ml15,
.ml15_Sp {
  margin-left: 15px;
}

.ml20,
.ml20_Sp {
  margin-left: 20px;
}

.ml30,
.ml30_Sp {
  margin-left: 30px;
}

.ml50,
.ml50_Sp {
  margin-left: 50px;
}

/* ------------------------------ 右 */
.mr5,
.mr5_Sp {
  margin-right: 5px;
}

.mr10,
.mr10_Sp {
  margin-right: 10px;
}

.mr15,
.mr15_Sp {
  margin-right: 15px;
}

.mr20,
.mr20_Sp {
  margin-right: 20px;
}

.mr30,
.mr30_Sp {
  margin-right: 30px;
}

.mr50,
.mr50_Sp {
  margin-right: 50px;
}

@media all and (min-width: 768px) {
  .mt5_Sp,
  .mt10_Sp,
  .mt15_Sp,
  .mt20_Sp,
  .mt30_Sp,
  .mt40_Sp,
  .mt50_Sp,
  .mt80_Sp {
    margin-top: 0px;
  }
  /* ------ 下 */
  .mb5_Sp,
  .mb10_Sp,
  .mb15_Sp,
  .mb20_Sp,
  .mb30_Sp,
  .mb50_Sp {
    margin-bottom: 0px;
  }
  /* ----- 左 */
  .ml5_Sp,
  .ml10_Sp,
  .ml15_Sp,
  .ml20_Sp,
  .ml30_Sp,
  .ml50_Sp {
    margin-left: 0px;
  }
  /* ----- 右 */
  .mr5_Sp,
  .mr10_Sp,
  .mr15_Sp,
  .mr20_Sp,
  .mr30_Sp,
  .mr50_Sp {
    margin-right: 0px;
  }
}
/* END */
/*   マージン※SPのみEND */
@media all and (min-width: 768px) {
  /* ------------------------------ 上 */
  .mt5,
  .mt5_Pc {
    margin-top: 5px;
  }
  .mt10,
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15,
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20,
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30,
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40,
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50,
  .mt50_Pc {
    margin-top: 50px;
  }
  .mt80,
  .mt80_Pc {
    margin-top: 80px;
  }
  /* ------------------------------ 下 */
  .mb5,
  .mb5_Pc {
    margin-bottom: 5px;
  }
  .mb10,
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15,
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20,
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30,
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb50,
  .mb50_Pc {
    margin-bottom: 50px;
  }
  /* ------------------------------ 左 */
  .ml5,
  .ml5_Pc {
    margin-left: 5px;
  }
  .ml10,
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15,
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20,
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30,
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml50,
  .ml50_Pc {
    margin-left: 50px;
  }
  /* ------------------------------ 右 */
  .mr5,
  .mr5_Pc {
    margin-right: 5px;
  }
  .mr10,
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15,
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20,
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30,
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr50,
  .mr50_Pc {
    margin-right: 50px;
  }
  /*   マージン※PCのみEND */
}
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
width　
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.w0per {
  width: 0% !important;
}
@media all and (min-width: 768px) {
  .w0per_Pc {
    width: 0% !important;
  }
}
@media screen and (max-width: 767px) {
  .w0per_Sp {
    width: 0% !important;
  }
}

.w10per {
  width: 10% !important;
}
@media all and (min-width: 768px) {
  .w10per_Pc {
    width: 10% !important;
  }
}
@media screen and (max-width: 767px) {
  .w10per_Sp {
    width: 10% !important;
  }
}

.w20per {
  width: 20% !important;
}
@media all and (min-width: 768px) {
  .w20per_Pc {
    width: 20% !important;
  }
}
@media screen and (max-width: 767px) {
  .w20per_Sp {
    width: 20% !important;
  }
}

.w30per {
  width: 30% !important;
}
@media all and (min-width: 768px) {
  .w30per_Pc {
    width: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .w30per_Sp {
    width: 30% !important;
  }
}

.w40per {
  width: 40% !important;
}
@media all and (min-width: 768px) {
  .w40per_Pc {
    width: 40% !important;
  }
}
@media screen and (max-width: 767px) {
  .w40per_Sp {
    width: 40% !important;
  }
}

.w50per {
  width: 50% !important;
}
@media all and (min-width: 768px) {
  .w50per_Pc {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .w50per_Sp {
    width: 50% !important;
  }
}

.w60per {
  width: 60% !important;
}
@media all and (min-width: 768px) {
  .w60per_Pc {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .w60per_Sp {
    width: 60% !important;
  }
}

.w70per {
  width: 70% !important;
}
@media all and (min-width: 768px) {
  .w70per_Pc {
    width: 70% !important;
  }
}
@media screen and (max-width: 767px) {
  .w70per_Sp {
    width: 70% !important;
  }
}

.w80per {
  width: 80% !important;
}
@media all and (min-width: 768px) {
  .w80per_Pc {
    width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  .w80per_Sp {
    width: 80% !important;
  }
}

.w90per {
  width: 90% !important;
}
@media all and (min-width: 768px) {
  .w90per_Pc {
    width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  .w90per_Sp {
    width: 90% !important;
  }
}

.w100per {
  width: 100% !important;
}
@media all and (min-width: 768px) {
  .w100per_Pc {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .w100per_Sp {
    width: 100% !important;
  }
}

.w110per {
  width: 110% !important;
}
@media all and (min-width: 768px) {
  .w110per_Pc {
    width: 110% !important;
  }
}
@media screen and (max-width: 767px) {
  .w110per_Sp {
    width: 110% !important;
  }
}

.w120per {
  width: 120% !important;
}
@media all and (min-width: 768px) {
  .w120per_Pc {
    width: 120% !important;
  }
}
@media screen and (max-width: 767px) {
  .w120per_Sp {
    width: 120% !important;
  }
}

.w130per {
  width: 130% !important;
}
@media all and (min-width: 768px) {
  .w130per_Pc {
    width: 130% !important;
  }
}
@media screen and (max-width: 767px) {
  .w130per_Sp {
    width: 130% !important;
  }
}

.w140per {
  width: 140% !important;
}
@media all and (min-width: 768px) {
  .w140per_Pc {
    width: 140% !important;
  }
}
@media screen and (max-width: 767px) {
  .w140per_Sp {
    width: 140% !important;
  }
}

.w150per {
  width: 150% !important;
}
@media all and (min-width: 768px) {
  .w150per_Pc {
    width: 150% !important;
  }
}
@media screen and (max-width: 767px) {
  .w150per_Sp {
    width: 150% !important;
  }
}

.w160per {
  width: 160% !important;
}
@media all and (min-width: 768px) {
  .w160per_Pc {
    width: 160% !important;
  }
}
@media screen and (max-width: 767px) {
  .w160per_Sp {
    width: 160% !important;
  }
}

.w170per {
  width: 170% !important;
}
@media all and (min-width: 768px) {
  .w170per_Pc {
    width: 170% !important;
  }
}
@media screen and (max-width: 767px) {
  .w170per_Sp {
    width: 170% !important;
  }
}

.w180per {
  width: 180% !important;
}
@media all and (min-width: 768px) {
  .w180per_Pc {
    width: 180% !important;
  }
}
@media screen and (max-width: 767px) {
  .w180per_Sp {
    width: 180% !important;
  }
}

.w190per {
  width: 190% !important;
}
@media all and (min-width: 768px) {
  .w190per_Pc {
    width: 190% !important;
  }
}
@media screen and (max-width: 767px) {
  .w190per_Sp {
    width: 190% !important;
  }
}

.w200per {
  width: 200% !important;
}
@media all and (min-width: 768px) {
  .w200per_Pc {
    width: 200% !important;
  }
}
@media screen and (max-width: 767px) {
  .w200per_Sp {
    width: 200% !important;
  }
}

.w0 {
  width: 0px !important;
}
@media all and (min-width: 768px) {
  .w0_Pc {
    width: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .w0_Sp {
    width: 0px !important;
  }
}

.w50 {
  width: 50px !important;
}
@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px !important;
  }
}

.w100 {
  width: 100px !important;
}
@media all and (min-width: 768px) {
  .w100_Pc {
    width: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .w100_Sp {
    width: 100px !important;
  }
}

.w150 {
  width: 150px !important;
}
@media all and (min-width: 768px) {
  .w150_Pc {
    width: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .w150_Sp {
    width: 150px !important;
  }
}

.w200 {
  width: 200px !important;
}
@media all and (min-width: 768px) {
  .w200_Pc {
    width: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .w200_Sp {
    width: 200px !important;
  }
}

.w250 {
  width: 250px !important;
}
@media all and (min-width: 768px) {
  .w250_Pc {
    width: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  .w250_Sp {
    width: 250px !important;
  }
}

.w300 {
  width: 300px !important;
}
@media all and (min-width: 768px) {
  .w300_Pc {
    width: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  .w300_Sp {
    width: 300px !important;
  }
}

.w350 {
  width: 350px !important;
}
@media all and (min-width: 768px) {
  .w350_Pc {
    width: 350px !important;
  }
}
@media screen and (max-width: 767px) {
  .w350_Sp {
    width: 350px !important;
  }
}

.w400 {
  width: 400px !important;
}
@media all and (min-width: 768px) {
  .w400_Pc {
    width: 400px !important;
  }
}
@media screen and (max-width: 767px) {
  .w400_Sp {
    width: 400px !important;
  }
}

.w450 {
  width: 450px !important;
}
@media all and (min-width: 768px) {
  .w450_Pc {
    width: 450px !important;
  }
}
@media screen and (max-width: 767px) {
  .w450_Sp {
    width: 450px !important;
  }
}

.w500 {
  width: 500px !important;
}
@media all and (min-width: 768px) {
  .w500_Pc {
    width: 500px !important;
  }
}
@media screen and (max-width: 767px) {
  .w500_Sp {
    width: 500px !important;
  }
}

.w550 {
  width: 550px !important;
}
@media all and (min-width: 768px) {
  .w550_Pc {
    width: 550px !important;
  }
}
@media screen and (max-width: 767px) {
  .w550_Sp {
    width: 550px !important;
  }
}

.w600 {
  width: 600px !important;
}
@media all and (min-width: 768px) {
  .w600_Pc {
    width: 600px !important;
  }
}
@media screen and (max-width: 767px) {
  .w600_Sp {
    width: 600px !important;
  }
}

.w650 {
  width: 650px !important;
}
@media all and (min-width: 768px) {
  .w650_Pc {
    width: 650px !important;
  }
}
@media screen and (max-width: 767px) {
  .w650_Sp {
    width: 650px !important;
  }
}

.w700 {
  width: 700px !important;
}
@media all and (min-width: 768px) {
  .w700_Pc {
    width: 700px !important;
  }
}
@media screen and (max-width: 767px) {
  .w700_Sp {
    width: 700px !important;
  }
}

.w750 {
  width: 750px !important;
}
@media all and (min-width: 768px) {
  .w750_Pc {
    width: 750px !important;
  }
}
@media screen and (max-width: 767px) {
  .w750_Sp {
    width: 750px !important;
  }
}

.w800 {
  width: 800px !important;
}
@media all and (min-width: 768px) {
  .w800_Pc {
    width: 800px !important;
  }
}
@media screen and (max-width: 767px) {
  .w800_Sp {
    width: 800px !important;
  }
}

.w850 {
  width: 850px !important;
}
@media all and (min-width: 768px) {
  .w850_Pc {
    width: 850px !important;
  }
}
@media screen and (max-width: 767px) {
  .w850_Sp {
    width: 850px !important;
  }
}

.w900 {
  width: 900px !important;
}
@media all and (min-width: 768px) {
  .w900_Pc {
    width: 900px !important;
  }
}
@media screen and (max-width: 767px) {
  .w900_Sp {
    width: 900px !important;
  }
}

.w950 {
  width: 950px !important;
}
@media all and (min-width: 768px) {
  .w950_Pc {
    width: 950px !important;
  }
}
@media screen and (max-width: 767px) {
  .w950_Sp {
    width: 950px !important;
  }
}

.w1000 {
  width: 1000px !important;
}
@media all and (min-width: 768px) {
  .w1000_Pc {
    width: 1000px !important;
  }
}
@media screen and (max-width: 767px) {
  .w1000_Sp {
    width: 1000px !important;
  }
}

.w49per {
  width: 49% !important;
}
@media all and (min-width: 768px) {
  .w49per_Pc {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .w49per_Sp {
    width: 49% !important;
  }
}

.w24per {
  width: 24% !important;
}
@media all and (min-width: 768px) {
  .w24per_Pc {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .w24per_Sp {
    width: 24% !important;
  }
}

/* 幅※PCのみ END  =============================================================== */
/*----------------------------------------------------*/
/* ==========================================================================
下層ページ　IM管理CKEエディター内　.im_wrap内のみ
========================================================================== */
.cke_editable {
  padding: 20px;
  width: 100vw !important;
  box-sizing: border-box;
  min-width: 100%;
}
.cke_editable a {
  text-decoration: none;
}
.cke_editable .ckeditor_divline {
  display: block !important;
  background: url(../common/ckeditor_divline.gif) no-repeat;
}

/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Informakerの装飾
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.edit-area,
.im_wrap,
.cke_editable {
  line-height: 1.6;
  /*================================================
  アンカーリンク
  ================================================*/
  /*================================================
  見出し
  ================================================*/
  /*================================================
  小見出し
  ================================================*/
  /*================================================
  絵文字
  ================================================*/
  /*================================================
  上付き、下付き文字
  ================================================*/
  /*================================================
  リスト(数字)
  ================================================*/
  /*================================================
  リスト(点)
  ================================================*/
  /*================================================
  リスト(チェック)
  ================================================*/
  /*-----------------------------------------------------------文字サイズ*/
  /*================================================
  リスト追加
  ================================================*/
  /*================================================
  リンクボタン
  ================================================*/
  /*================================================
  罫線
  ================================================*/
  /*================================================
  画像
  ================================================*/
  /*================================================
  テキスト入り画像
  ================================================*/
  /*================================================
  囲い
  ================================================*/
  /*================================================
  table
  ================================================*/
  /*================================================
  データアイコン
  ================================================*/
  /* ------------------------------PDFマーク */
  /* ------------------------------ダウンロードマーク */
  /* ------------------------------WORDマーク */
  /* ------------------------------EXCELマーク */
  /* ------------------------------PowerPointマーク */
  /* ------------------------------youtube*/
  /*================================================
  サマリー　目次
  ================================================*/
  /*================================================
   // googlemap-
  ================================================*/
  /*================================================
   //ソーシャルボタン領域
  ================================================*/
}
.edit-area a,
.im_wrap a,
.cke_editable a {
  text-decoration: underline !important;
}
.edit-area a:hover,
.im_wrap a:hover,
.cke_editable a:hover {
  color: #f76619;
}
.edit-area h2.h2_title01,
.im_wrap h2.h2_title01,
.cke_editable h2.h2_title01 {
  position: relative;
  margin-bottom: 16px;
  display: inline-block;
  padding: 0 15px 12px 15px;
  line-height: 1.5;
  border-bottom: solid 1px #333;
  font-weight: 500;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  box-shadow: 0 4px 4px rgbq(0, 0, 0, 0.15);
}
@media all and (min-width: 768px) {
  .edit-area h2.h2_title01,
  .im_wrap h2.h2_title01,
  .cke_editable h2.h2_title01 {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
}
.edit-area h2.h2_title01:before, .edit-area h2.h2_title01:after,
.im_wrap h2.h2_title01:before,
.im_wrap h2.h2_title01:after,
.cke_editable h2.h2_title01:before,
.cke_editable h2.h2_title01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 12px 0 10px;
  border-color: #333 transparent transparent transparent;
}
.edit-area h2.h2_title01:after,
.im_wrap h2.h2_title01:after,
.cke_editable h2.h2_title01:after {
  bottom: -8px;
  border-width: 10px 12px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.edit-area h3.h3_title01,
.im_wrap h3.h3_title01,
.cke_editable h3.h3_title01 {
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 12px;
  color: #005002;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media all and (min-width: 768px) {
  .edit-area h3.h3_title01,
  .im_wrap h3.h3_title01,
  .cke_editable h3.h3_title01 {
    margin-bottom: 15px;
    font-size: 1.3125rem;
  }
}
.edit-area h3.h3_title01:before,
.im_wrap h3.h3_title01:before,
.cke_editable h3.h3_title01:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 3px;
  height: calc(100% - 8px);
  background: #3cbe41;
}
.edit-area img.ico_20,
.im_wrap img.ico_20,
.cke_editable img.ico_20 {
  width: 20px !important;
  height: 20px !important;
  padding: 0 4px !important;
  vertical-align: middle !important;
  margin-bottom: 3px !important;
}
.edit-area sub,
.im_wrap sub,
.cke_editable sub {
  font-size: 75.5%;
  vertical-align: bottom;
}
.edit-area sup,
.im_wrap sup,
.cke_editable sup {
  font-size: 75.5%;
  vertical-align: top;
}
.edit-area ol,
.edit-area ol.list_num01,
.im_wrap ol,
.im_wrap ol.list_num01,
.cke_editable ol,
.cke_editable ol.list_num01 {
  position: relative;
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}
.edit-area ol > li,
.edit-area ol.list_num01 > li,
.im_wrap ol > li,
.im_wrap ol.list_num01 > li,
.cke_editable ol > li,
.cke_editable ol.list_num01 > li {
  position: relative;
  padding: 4px 0 4px 35px;
  margin-bottom: 10px;
  list-style: none !important;
}
.edit-area ol > li:before,
.edit-area ol.list_num01 > li:before,
.im_wrap ol > li:before,
.im_wrap ol.list_num01 > li:before,
.cke_editable ol > li:before,
.cke_editable ol.list_num01 > li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  background-color: #20b147;
}
.edit-area ol.list_num01 > li:before,
.im_wrap ol.list_num01 > li:before,
.cke_editable ol.list_num01 > li:before {
  content: counter(item) " .";
  background: #fff;
  color: #20b147;
  border: none;
  font-style: italic;
  font-size: 16px;
}
.edit-area ul > li,
.im_wrap ul > li,
.cke_editable ul > li {
  list-style-type: none;
  position: relative;
  left: 8px;
  padding-left: 16px;
}
.edit-area ul > li::before,
.im_wrap ul > li::before,
.cke_editable ul > li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  margin: auto;
  width: 0.4em;
  height: 0.4em;
  border-radius: 100px;
  background: #20b147;
}
.edit-area ul.list_check,
.im_wrap ul.list_check,
.cke_editable ul.list_check {
  list-style: none;
  padding: 0;
  position: relative;
  margin-left: 0 !important;
}
.edit-area ul.list_check > li,
.im_wrap ul.list_check > li,
.cke_editable ul.list_check > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  list-style: none !important;
}
.edit-area ul.list_check > li::before,
.im_wrap ul.list_check > li::before,
.cke_editable ul.list_check > li::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  top: 7px;
  left: 0;
  height: 13px;
  width: 7px;
  transform: rotate(45deg);
  border-bottom: solid 3px #f1f1f1;
  border-right: solid 3px #f1f1f1;
  /*打ち消し*/
  border-radius: 0;
  background: none;
  border-width: 3px;
  border-top: none;
  border-left: none;
}
.edit-area span.op_large,
.edit-area span.op_mideamu,
.edit-area span.op_small,
.im_wrap span.op_large,
.im_wrap span.op_mideamu,
.im_wrap span.op_small,
.cke_editable span.op_large,
.cke_editable span.op_mideamu,
.cke_editable span.op_small {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
.edit-area span.op_large,
.im_wrap span.op_large,
.cke_editable span.op_large {
  font-size: 20px;
}
.edit-area span.op_mideamu,
.im_wrap span.op_mideamu,
.cke_editable span.op_mideamu {
  font-size: 16px;
}
.edit-area span.op_small,
.im_wrap span.op_small,
.cke_editable span.op_small {
  font-size: 14px;
}
.edit-area ul.list_color_green,
.edit-area ul.list_color_blue,
.edit-area ul.list_color_gray,
.im_wrap ul.list_color_green,
.im_wrap ul.list_color_blue,
.im_wrap ul.list_color_gray,
.cke_editable ul.list_color_green,
.cke_editable ul.list_color_blue,
.cke_editable ul.list_color_gray {
  margin-left: 3px !important;
}
.edit-area ul.list_color_green li,
.edit-area ul.list_color_blue li,
.edit-area ul.list_color_gray li,
.im_wrap ul.list_color_green li,
.im_wrap ul.list_color_blue li,
.im_wrap ul.list_color_gray li,
.cke_editable ul.list_color_green li,
.cke_editable ul.list_color_blue li,
.cke_editable ul.list_color_gray li {
  list-style: none !important;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 3px;
}
.edit-area ul.list_color_green li::before,
.edit-area ul.list_color_blue li::before,
.edit-area ul.list_color_gray li::before,
.im_wrap ul.list_color_green li::before,
.im_wrap ul.list_color_blue li::before,
.im_wrap ul.list_color_gray li::before,
.cke_editable ul.list_color_green li::before,
.cke_editable ul.list_color_blue li::before,
.cke_editable ul.list_color_gray li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 8px;
  background: #3cbe41;
}
.edit-area .list_color_blue li:before,
.im_wrap .list_color_blue li:before,
.cke_editable .list_color_blue li:before {
  background: #2fbce7;
}
.edit-area .list_color_gray li:before,
.im_wrap .list_color_gray li:before,
.cke_editable .list_color_gray li:before {
  background: #B2B2B2;
}
.edit-area .link_btn,
.im_wrap .link_btn,
.cke_editable .link_btn {
  word-break: break-all;
  text-align: left;
  color: #333;
  padding: 14px 60px 14px 14px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #333;
  text-decoration: none;
  margin-bottom: 20px;
  min-width: 140px;
  margin-top: 15px;
  background: #e4ffe5;
  border-bottom: solid 5px #439a5c;
  border-radius: 4px;
  box-sizing: border-box;
  text-decoration: none !important;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .link_btn,
  .im_wrap .link_btn,
  .cke_editable .link_btn {
    font-size: 14px;
    padding: 20px 45px 20px 20px;
    text-align: left;
  }
}
.edit-area .link_btn::after,
.im_wrap .link_btn::after,
.cke_editable .link_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000c50;
  border-right: 2px solid #000c50;
  transform: rotate(45deg);
}
.edit-area .link_btn::before,
.im_wrap .link_btn::before,
.cke_editable .link_btn::before {
  content: "";
  position: absolute;
  padding: 15px 60px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 12px;
  left: 12px;
  z-index: -1;
}
.edit-area .link_btn:hover,
.im_wrap .link_btn:hover,
.cke_editable .link_btn:hover {
  transition: none;
  opacity: inherit;
  color: #439a5c;
  background: #bae9bb;
}
.edit-area .link_btn:active::before,
.im_wrap .link_btn:active::before,
.cke_editable .link_btn:active::before {
  top: -4px;
  left: -4px;
}
.edit-area .link_btn.link_btn-small,
.im_wrap .link_btn.link_btn-small,
.cke_editable .link_btn.link_btn-small {
  width: auto;
  padding: 10px 50px 10px 10px;
  font-size: 14px;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .link_btn.link_btn-small,
  .im_wrap .link_btn.link_btn-small,
  .cke_editable .link_btn.link_btn-small {
    padding: 15px 50px 15px 15px;
  }
}
.edit-area .link_btn.link_btn-large,
.im_wrap .link_btn.link_btn-large,
.cke_editable .link_btn.link_btn-large {
  max-width: 600px;
  padding: 30px 45px 30px 20px;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .link_btn.link_btn-large,
  .im_wrap .link_btn.link_btn-large,
  .cke_editable .link_btn.link_btn-large {
    width: 100%;
  }
}
.edit-area .link_btn.link_btn-large:active,
.im_wrap .link_btn.link_btn-large:active,
.cke_editable .link_btn.link_btn-large:active {
  box-shadow: 0px 1px black;
}
.edit-area .link_btn.link_btn-secondary,
.im_wrap .link_btn.link_btn-secondary,
.cke_editable .link_btn.link_btn-secondary {
  background: #ff8e0d;
  color: #fffaf3;
  font-weight: bold;
  border-bottom: solid 5px #b95b13;
}
.edit-area .link_btn.link_btn-secondary:hover,
.im_wrap .link_btn.link_btn-secondary:hover,
.cke_editable .link_btn.link_btn-secondary:hover {
  color: #333;
  background: #f5cf95;
}
.edit-area .link_btn.link_btn-dark,
.im_wrap .link_btn.link_btn-dark,
.cke_editable .link_btn.link_btn-dark {
  background: #2d942f;
  color: #fff;
  font-weight: bold;
  border: solid 1px #005002;
  border-radius: 80px;
  box-shadow: none;
  padding: 20px 55px 20px 30px;
  font-size: 16px;
  margin-top: 0;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .link_btn.link_btn-dark,
  .im_wrap .link_btn.link_btn-dark,
  .cke_editable .link_btn.link_btn-dark {
    font-size: 14px;
    padding: 20px 45px 20px 20px;
  }
}
.edit-area .link_btn.link_btn-dark::before,
.im_wrap .link_btn.link_btn-dark::before,
.cke_editable .link_btn.link_btn-dark::before {
  content: none;
}
.edit-area .link_btn.link_btn-dark::after,
.im_wrap .link_btn.link_btn-dark::after,
.cke_editable .link_btn.link_btn-dark::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.edit-area .link_btn.link_btn-dark:hover,
.im_wrap .link_btn.link_btn-dark:hover,
.cke_editable .link_btn.link_btn-dark:hover {
  transition: background-image 0.3s;
  background: #1eb034;
  color: #c5fbd4;
}
.edit-area .link_btn.link_btn-dark.link_btn-small,
.im_wrap .link_btn.link_btn-dark.link_btn-small,
.cke_editable .link_btn.link_btn-dark.link_btn-small {
  display: inline-block;
  width: auto;
  padding: 15px 60px 15px 40px;
  font-size: 14px;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .link_btn.link_btn-dark.link_btn-small,
  .im_wrap .link_btn.link_btn-dark.link_btn-small,
  .cke_editable .link_btn.link_btn-dark.link_btn-small {
    padding: 15px 55px 15px 25px;
  }
}
.edit-area .link_btn.link_btn-dark.link_btn-large,
.im_wrap .link_btn.link_btn-dark.link_btn-large,
.cke_editable .link_btn.link_btn-dark.link_btn-large {
  max-width: 600px;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .link_btn.link_btn-dark.link_btn-large,
  .im_wrap .link_btn.link_btn-dark.link_btn-large,
  .cke_editable .link_btn.link_btn-dark.link_btn-large {
    width: 100%;
  }
}
.edit-area hr.div_hr01,
.im_wrap hr.div_hr01,
.cke_editable hr.div_hr01 {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px dotted #cccccc;
  margin: 1em 0;
  padding: 0;
}
.edit-area img,
.im_wrap img,
.cke_editable img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto !important;
}
.edit-area .newsImg03 ul,
.edit-area .newsImg02 ul,
.edit-area .newsImg01 ul,
.im_wrap .newsImg03 ul,
.im_wrap .newsImg02 ul,
.im_wrap .newsImg01 ul,
.cke_editable .newsImg03 ul,
.cke_editable .newsImg02 ul,
.cke_editable .newsImg01 ul {
  margin-left: 0 !important;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.edit-area .newsImg03 ul li,
.edit-area .newsImg02 ul li,
.edit-area .newsImg01 ul li,
.im_wrap .newsImg03 ul li,
.im_wrap .newsImg02 ul li,
.im_wrap .newsImg01 ul li,
.cke_editable .newsImg03 ul li,
.cke_editable .newsImg02 ul li,
.cke_editable .newsImg01 ul li {
  padding-left: 0px;
  list-style: none !important;
  text-align: center;
  font-size: 12px;
  color: #2d2d2d;
  position: inherit !important;
}
.edit-area .newsImg03 ul li::before,
.edit-area .newsImg02 ul li::before,
.edit-area .newsImg01 ul li::before,
.im_wrap .newsImg03 ul li::before,
.im_wrap .newsImg02 ul li::before,
.im_wrap .newsImg01 ul li::before,
.cke_editable .newsImg03 ul li::before,
.cke_editable .newsImg02 ul li::before,
.cke_editable .newsImg01 ul li::before {
  content: none !important;
}
.edit-area .newsImg03 ul li img,
.edit-area .newsImg02 ul li img,
.edit-area .newsImg01 ul li img,
.im_wrap .newsImg03 ul li img,
.im_wrap .newsImg02 ul li img,
.im_wrap .newsImg01 ul li img,
.cke_editable .newsImg03 ul li img,
.cke_editable .newsImg02 ul li img,
.cke_editable .newsImg01 ul li img {
  width: 100%;
  height: auto !important;
}
.edit-area .newsImg03 li,
.im_wrap .newsImg03 li,
.cke_editable .newsImg03 li {
  width: 32%;
}
.edit-area .newsImg02 li,
.im_wrap .newsImg02 li,
.cke_editable .newsImg02 li {
  width: 49%;
}
.edit-area .newsImg01 li,
.im_wrap .newsImg01 li,
.cke_editable .newsImg01 li {
  width: 100%;
}
.edit-area .lay-grid,
.im_wrap .lay-grid,
.cke_editable .lay-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .lay-grid,
  .im_wrap .lay-grid,
  .cke_editable .lay-grid {
    width: 100%;
    margin: 0 auto;
  }
}
.edit-area .lay-grid > .col-1, .edit-area .lay-grid > .col-2, .edit-area .lay-grid > .col-3, .edit-area .lay-grid > .col-4, .edit-area .lay-grid > .col-5, .edit-area .lay-grid > .col-6, .edit-area .lay-grid > .col-7, .edit-area .lay-grid > .col-8, .edit-area .lay-grid > .col-9, .edit-area .lay-grid > .col-10, .edit-area .lay-grid > .col-11, .edit-area .lay-grid > .col-12,
.im_wrap .lay-grid > .col-1,
.im_wrap .lay-grid > .col-2,
.im_wrap .lay-grid > .col-3,
.im_wrap .lay-grid > .col-4,
.im_wrap .lay-grid > .col-5,
.im_wrap .lay-grid > .col-6,
.im_wrap .lay-grid > .col-7,
.im_wrap .lay-grid > .col-8,
.im_wrap .lay-grid > .col-9,
.im_wrap .lay-grid > .col-10,
.im_wrap .lay-grid > .col-11,
.im_wrap .lay-grid > .col-12,
.cke_editable .lay-grid > .col-1,
.cke_editable .lay-grid > .col-2,
.cke_editable .lay-grid > .col-3,
.cke_editable .lay-grid > .col-4,
.cke_editable .lay-grid > .col-5,
.cke_editable .lay-grid > .col-6,
.cke_editable .lay-grid > .col-7,
.cke_editable .lay-grid > .col-8,
.cke_editable .lay-grid > .col-9,
.cke_editable .lay-grid > .col-10,
.cke_editable .lay-grid > .col-11,
.cke_editable .lay-grid > .col-12 {
  padding: 5px 0;
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .lay-grid > .col-1, .edit-area .lay-grid > .col-2, .edit-area .lay-grid > .col-3, .edit-area .lay-grid > .col-4, .edit-area .lay-grid > .col-5, .edit-area .lay-grid > .col-6, .edit-area .lay-grid > .col-7, .edit-area .lay-grid > .col-8, .edit-area .lay-grid > .col-9, .edit-area .lay-grid > .col-10, .edit-area .lay-grid > .col-11, .edit-area .lay-grid > .col-12,
  .im_wrap .lay-grid > .col-1,
  .im_wrap .lay-grid > .col-2,
  .im_wrap .lay-grid > .col-3,
  .im_wrap .lay-grid > .col-4,
  .im_wrap .lay-grid > .col-5,
  .im_wrap .lay-grid > .col-6,
  .im_wrap .lay-grid > .col-7,
  .im_wrap .lay-grid > .col-8,
  .im_wrap .lay-grid > .col-9,
  .im_wrap .lay-grid > .col-10,
  .im_wrap .lay-grid > .col-11,
  .im_wrap .lay-grid > .col-12,
  .cke_editable .lay-grid > .col-1,
  .cke_editable .lay-grid > .col-2,
  .cke_editable .lay-grid > .col-3,
  .cke_editable .lay-grid > .col-4,
  .cke_editable .lay-grid > .col-5,
  .cke_editable .lay-grid > .col-6,
  .cke_editable .lay-grid > .col-7,
  .cke_editable .lay-grid > .col-8,
  .cke_editable .lay-grid > .col-9,
  .cke_editable .lay-grid > .col-10,
  .cke_editable .lay-grid > .col-11,
  .cke_editable .lay-grid > .col-12 {
    margin: 0;
    padding: 0px 0px 5px;
  }
}
.edit-area .lay-grid > .col-1 img, .edit-area .lay-grid > .col-2 img, .edit-area .lay-grid > .col-3 img, .edit-area .lay-grid > .col-4 img, .edit-area .lay-grid > .col-5 img, .edit-area .lay-grid > .col-6 img, .edit-area .lay-grid > .col-7 img, .edit-area .lay-grid > .col-8 img, .edit-area .lay-grid > .col-9 img, .edit-area .lay-grid > .col-10 img, .edit-area .lay-grid > .col-11 img, .edit-area .lay-grid > .col-12 img,
.im_wrap .lay-grid > .col-1 img,
.im_wrap .lay-grid > .col-2 img,
.im_wrap .lay-grid > .col-3 img,
.im_wrap .lay-grid > .col-4 img,
.im_wrap .lay-grid > .col-5 img,
.im_wrap .lay-grid > .col-6 img,
.im_wrap .lay-grid > .col-7 img,
.im_wrap .lay-grid > .col-8 img,
.im_wrap .lay-grid > .col-9 img,
.im_wrap .lay-grid > .col-10 img,
.im_wrap .lay-grid > .col-11 img,
.im_wrap .lay-grid > .col-12 img,
.cke_editable .lay-grid > .col-1 img,
.cke_editable .lay-grid > .col-2 img,
.cke_editable .lay-grid > .col-3 img,
.cke_editable .lay-grid > .col-4 img,
.cke_editable .lay-grid > .col-5 img,
.cke_editable .lay-grid > .col-6 img,
.cke_editable .lay-grid > .col-7 img,
.cke_editable .lay-grid > .col-8 img,
.cke_editable .lay-grid > .col-9 img,
.cke_editable .lay-grid > .col-10 img,
.cke_editable .lay-grid > .col-11 img,
.cke_editable .lay-grid > .col-12 img {
  width: 100%;
  height: auto !important;
  vertical-align: bottom;
}
@media all and (min-width: 768px) {
  .edit-area .lay-grid > div.col-1, .edit-area .lay-grid > div.col-2, .edit-area .lay-grid > div.col-3, .edit-area .lay-grid > div.col-4, .edit-area .lay-grid > div.col-5, .edit-area .lay-grid > div.col-6, .edit-area .lay-grid > div.col-7, .edit-area .lay-grid > div.col-8, .edit-area .lay-grid > div.col-9, .edit-area .lay-grid > div.col-10, .edit-area .lay-grid > div.col-11, .edit-area .lay-grid > div.col-12,
  .im_wrap .lay-grid > div.col-1,
  .im_wrap .lay-grid > div.col-2,
  .im_wrap .lay-grid > div.col-3,
  .im_wrap .lay-grid > div.col-4,
  .im_wrap .lay-grid > div.col-5,
  .im_wrap .lay-grid > div.col-6,
  .im_wrap .lay-grid > div.col-7,
  .im_wrap .lay-grid > div.col-8,
  .im_wrap .lay-grid > div.col-9,
  .im_wrap .lay-grid > div.col-10,
  .im_wrap .lay-grid > div.col-11,
  .im_wrap .lay-grid > div.col-12,
  .cke_editable .lay-grid > div.col-1,
  .cke_editable .lay-grid > div.col-2,
  .cke_editable .lay-grid > div.col-3,
  .cke_editable .lay-grid > div.col-4,
  .cke_editable .lay-grid > div.col-5,
  .cke_editable .lay-grid > div.col-6,
  .cke_editable .lay-grid > div.col-7,
  .cke_editable .lay-grid > div.col-8,
  .cke_editable .lay-grid > div.col-9,
  .cke_editable .lay-grid > div.col-10,
  .cke_editable .lay-grid > div.col-11,
  .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .lay-grid > div.col-1, .edit-area .lay-grid > div.col-2, .edit-area .lay-grid > div.col-3, .edit-area .lay-grid > div.col-4, .edit-area .lay-grid > div.col-5, .edit-area .lay-grid > div.col-6, .edit-area .lay-grid > div.col-7, .edit-area .lay-grid > div.col-8, .edit-area .lay-grid > div.col-9, .edit-area .lay-grid > div.col-10, .edit-area .lay-grid > div.col-11, .edit-area .lay-grid > div.col-12,
  .im_wrap .lay-grid > div.col-1,
  .im_wrap .lay-grid > div.col-2,
  .im_wrap .lay-grid > div.col-3,
  .im_wrap .lay-grid > div.col-4,
  .im_wrap .lay-grid > div.col-5,
  .im_wrap .lay-grid > div.col-6,
  .im_wrap .lay-grid > div.col-7,
  .im_wrap .lay-grid > div.col-8,
  .im_wrap .lay-grid > div.col-9,
  .im_wrap .lay-grid > div.col-10,
  .im_wrap .lay-grid > div.col-11,
  .im_wrap .lay-grid > div.col-12,
  .cke_editable .lay-grid > div.col-1,
  .cke_editable .lay-grid > div.col-2,
  .cke_editable .lay-grid > div.col-3,
  .cke_editable .lay-grid > div.col-4,
  .cke_editable .lay-grid > div.col-5,
  .cke_editable .lay-grid > div.col-6,
  .cke_editable .lay-grid > div.col-7,
  .cke_editable .lay-grid > div.col-8,
  .cke_editable .lay-grid > div.col-9,
  .cke_editable .lay-grid > div.col-10,
  .cke_editable .lay-grid > div.col-11,
  .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
.edit-area .lay-grid > .col-1,
.im_wrap .lay-grid > .col-1,
.cke_editable .lay-grid > .col-1 {
  width: calc(8.3333333333% - 5px);
}
.edit-area .lay-grid > .col-2,
.im_wrap .lay-grid > .col-2,
.cke_editable .lay-grid > .col-2 {
  width: calc(16.6666666667% - 5px);
}
.edit-area .lay-grid > .col-3,
.im_wrap .lay-grid > .col-3,
.cke_editable .lay-grid > .col-3 {
  width: calc(25% - 5px);
}
.edit-area .lay-grid > .col-4,
.im_wrap .lay-grid > .col-4,
.cke_editable .lay-grid > .col-4 {
  width: calc(33.3333333333% - 5px);
}
.edit-area .lay-grid > .col-5,
.im_wrap .lay-grid > .col-5,
.cke_editable .lay-grid > .col-5 {
  width: calc(41.6666666667% - 5px);
}
.edit-area .lay-grid > .col-6,
.im_wrap .lay-grid > .col-6,
.cke_editable .lay-grid > .col-6 {
  width: calc(50% - 5px);
}
.edit-area .lay-grid > .col-7,
.im_wrap .lay-grid > .col-7,
.cke_editable .lay-grid > .col-7 {
  width: calc(58.3333333333% - 5px);
}
.edit-area .lay-grid > .col-8,
.im_wrap .lay-grid > .col-8,
.cke_editable .lay-grid > .col-8 {
  width: calc(66.6666666667% - 5px);
}
.edit-area .lay-grid > .col-9,
.im_wrap .lay-grid > .col-9,
.cke_editable .lay-grid > .col-9 {
  width: calc(75% - 5px);
}
.edit-area .lay-grid > .col-10,
.im_wrap .lay-grid > .col-10,
.cke_editable .lay-grid > .col-10 {
  width: calc(83.3333333333% - 5px);
}
.edit-area .lay-grid > .col-11,
.im_wrap .lay-grid > .col-11,
.cke_editable .lay-grid > .col-11 {
  width: calc(91.6666666667% - 5px);
}
.edit-area .lay-grid > .col-12,
.im_wrap .lay-grid > .col-12,
.cke_editable .lay-grid > .col-12 {
  width: calc(100% - 5px);
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .lay-grid > .col-12,
  .im_wrap .lay-grid > .col-12,
  .cke_editable .lay-grid > .col-12 {
    width: calc(100% - 0px);
  }
}
@media all and (min-width: 768px) {
  .edit-area .lay-grid > .col-lg-1, .edit-area .lay-grid > .col-lg-2, .edit-area .lay-grid > .col-lg-3, .edit-area .lay-grid > .col-lg-4, .edit-area .lay-grid > .col-lg-5, .edit-area .lay-grid > .col-lg-6, .edit-area .lay-grid > .col-lg-7, .edit-area .lay-grid > .col-lg-8, .edit-area .lay-grid > .col-lg-9, .edit-area .lay-grid > .col-lg-10, .edit-area .lay-grid > .col-lg-11, .edit-area .lay-grid > .col-lg-12,
  .im_wrap .lay-grid > .col-lg-1,
  .im_wrap .lay-grid > .col-lg-2,
  .im_wrap .lay-grid > .col-lg-3,
  .im_wrap .lay-grid > .col-lg-4,
  .im_wrap .lay-grid > .col-lg-5,
  .im_wrap .lay-grid > .col-lg-6,
  .im_wrap .lay-grid > .col-lg-7,
  .im_wrap .lay-grid > .col-lg-8,
  .im_wrap .lay-grid > .col-lg-9,
  .im_wrap .lay-grid > .col-lg-10,
  .im_wrap .lay-grid > .col-lg-11,
  .im_wrap .lay-grid > .col-lg-12,
  .cke_editable .lay-grid > .col-lg-1,
  .cke_editable .lay-grid > .col-lg-2,
  .cke_editable .lay-grid > .col-lg-3,
  .cke_editable .lay-grid > .col-lg-4,
  .cke_editable .lay-grid > .col-lg-5,
  .cke_editable .lay-grid > .col-lg-6,
  .cke_editable .lay-grid > .col-lg-7,
  .cke_editable .lay-grid > .col-lg-8,
  .cke_editable .lay-grid > .col-lg-9,
  .cke_editable .lay-grid > .col-lg-10,
  .cke_editable .lay-grid > .col-lg-11,
  .cke_editable .lay-grid > .col-lg-12 {
    box-sizing: border-box;
  }
  .edit-area .lay-grid > .col-lg-1,
  .im_wrap .lay-grid > .col-lg-1,
  .cke_editable .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-2,
  .im_wrap .lay-grid > .col-lg-2,
  .cke_editable .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-3,
  .im_wrap .lay-grid > .col-lg-3,
  .cke_editable .lay-grid > .col-lg-3 {
    width: calc(25% - 5px);
  }
  .edit-area .lay-grid > .col-lg-4,
  .im_wrap .lay-grid > .col-lg-4,
  .cke_editable .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-5,
  .im_wrap .lay-grid > .col-lg-5,
  .cke_editable .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-6,
  .im_wrap .lay-grid > .col-lg-6,
  .cke_editable .lay-grid > .col-lg-6 {
    width: calc(50% - 5px);
  }
  .edit-area .lay-grid > .col-lg-7,
  .im_wrap .lay-grid > .col-lg-7,
  .cke_editable .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-8,
  .im_wrap .lay-grid > .col-lg-8,
  .cke_editable .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-9,
  .im_wrap .lay-grid > .col-lg-9,
  .cke_editable .lay-grid > .col-lg-9 {
    width: calc(75% - 5px);
  }
  .edit-area .lay-grid > .col-lg-10,
  .im_wrap .lay-grid > .col-lg-10,
  .cke_editable .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-11,
  .im_wrap .lay-grid > .col-lg-11,
  .cke_editable .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-12,
  .im_wrap .lay-grid > .col-lg-12,
  .cke_editable .lay-grid > .col-lg-12 {
    width: calc(100% - 5px);
  }
  .edit-area .lay-grid .card-box__item--lg-last,
  .im_wrap .lay-grid .card-box__item--lg-last,
  .cke_editable .lay-grid .card-box__item--lg-last {
    order: 1;
  }
}
.edit-area .card-box figure,
.im_wrap .card-box figure,
.cke_editable .card-box figure {
  margin-top: 6px !important;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .card-box figure,
  .im_wrap .card-box figure,
  .cke_editable .card-box figure {
    margin-top: 12px !important;
  }
}
.edit-area .card-box figcaption,
.im_wrap .card-box figcaption,
.cke_editable .card-box figcaption {
  font-size: 12px;
  color: #2d2d2d;
  text-align: center;
}
.edit-area .div_info01,
.im_wrap .div_info01,
.cke_editable .div_info01 {
  background: #f9f8f3;
  box-sizing: border-box;
  padding: 30px 15px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px;
}
.edit-area .div_info02,
.im_wrap .div_info02,
.cke_editable .div_info02 {
  width: 100%;
  height: auto;
  padding: 30px 15px;
  box-sizing: border-box;
  background: #fff6e7;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
}
.edit-area .div_info03,
.im_wrap .div_info03,
.cke_editable .div_info03 {
  background: #e4edff;
  width: 100%;
  height: auto;
  padding: 30px 15px;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
}
.edit-area .div_info04,
.im_wrap .div_info04,
.cke_editable .div_info04 {
  background: #fffade;
  width: 100%;
  height: auto;
  padding: 30px 15px;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
}
.edit-area .base_cont_grey,
.edit-area .base_cont_green,
.edit-area .base_cont_blue,
.edit-area .base_cont_yellow,
.edit-area .base_cont_orange,
.edit-area .base_cont_white,
.im_wrap .base_cont_grey,
.im_wrap .base_cont_green,
.im_wrap .base_cont_blue,
.im_wrap .base_cont_yellow,
.im_wrap .base_cont_orange,
.im_wrap .base_cont_white,
.cke_editable .base_cont_grey,
.cke_editable .base_cont_green,
.cke_editable .base_cont_blue,
.cke_editable .base_cont_yellow,
.cke_editable .base_cont_orange,
.cke_editable .base_cont_white {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .edit-area .base_cont_grey,
  .edit-area .base_cont_green,
  .edit-area .base_cont_blue,
  .edit-area .base_cont_yellow,
  .edit-area .base_cont_orange,
  .edit-area .base_cont_white,
  .im_wrap .base_cont_grey,
  .im_wrap .base_cont_green,
  .im_wrap .base_cont_blue,
  .im_wrap .base_cont_yellow,
  .im_wrap .base_cont_orange,
  .im_wrap .base_cont_white,
  .cke_editable .base_cont_grey,
  .cke_editable .base_cont_green,
  .cke_editable .base_cont_blue,
  .cke_editable .base_cont_yellow,
  .cke_editable .base_cont_orange,
  .cke_editable .base_cont_white {
    padding: 20px 18px;
  }
}
@media all and (min-width: 768px) {
  .edit-area .base_cont_grey,
  .edit-area .base_cont_green,
  .edit-area .base_cont_blue,
  .edit-area .base_cont_yellow,
  .edit-area .base_cont_orange,
  .edit-area .base_cont_white,
  .im_wrap .base_cont_grey,
  .im_wrap .base_cont_green,
  .im_wrap .base_cont_blue,
  .im_wrap .base_cont_yellow,
  .im_wrap .base_cont_orange,
  .im_wrap .base_cont_white,
  .cke_editable .base_cont_grey,
  .cke_editable .base_cont_green,
  .cke_editable .base_cont_blue,
  .cke_editable .base_cont_yellow,
  .cke_editable .base_cont_orange,
  .cke_editable .base_cont_white {
    padding: 25px 35px;
  }
}
@media screen and (max-width: 767px) {
  .edit-area .base_cont_grey.thin,
  .edit-area .base_cont_green.thin,
  .edit-area .base_cont_blue.thin,
  .edit-area .base_cont_yellow.thin,
  .edit-area .base_cont_orange.thin,
  .edit-area .base_cont_white.thin,
  .im_wrap .base_cont_grey.thin,
  .im_wrap .base_cont_green.thin,
  .im_wrap .base_cont_blue.thin,
  .im_wrap .base_cont_yellow.thin,
  .im_wrap .base_cont_orange.thin,
  .im_wrap .base_cont_white.thin,
  .cke_editable .base_cont_grey.thin,
  .cke_editable .base_cont_green.thin,
  .cke_editable .base_cont_blue.thin,
  .cke_editable .base_cont_yellow.thin,
  .cke_editable .base_cont_orange.thin,
  .cke_editable .base_cont_white.thin {
    padding: 15px;
  }
}
@media all and (min-width: 768px) {
  .edit-area .base_cont_grey.thin,
  .edit-area .base_cont_green.thin,
  .edit-area .base_cont_blue.thin,
  .edit-area .base_cont_yellow.thin,
  .edit-area .base_cont_orange.thin,
  .edit-area .base_cont_white.thin,
  .im_wrap .base_cont_grey.thin,
  .im_wrap .base_cont_green.thin,
  .im_wrap .base_cont_blue.thin,
  .im_wrap .base_cont_yellow.thin,
  .im_wrap .base_cont_orange.thin,
  .im_wrap .base_cont_white.thin,
  .cke_editable .base_cont_grey.thin,
  .cke_editable .base_cont_green.thin,
  .cke_editable .base_cont_blue.thin,
  .cke_editable .base_cont_yellow.thin,
  .cke_editable .base_cont_orange.thin,
  .cke_editable .base_cont_white.thin {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .edit-area .base_cont_grey.wide,
  .edit-area .base_cont_green.wide,
  .edit-area .base_cont_blue.wide,
  .edit-area .base_cont_yellow.wide,
  .edit-area .base_cont_orange.wide,
  .edit-area .base_cont_white.wide,
  .im_wrap .base_cont_grey.wide,
  .im_wrap .base_cont_green.wide,
  .im_wrap .base_cont_blue.wide,
  .im_wrap .base_cont_yellow.wide,
  .im_wrap .base_cont_orange.wide,
  .im_wrap .base_cont_white.wide,
  .cke_editable .base_cont_grey.wide,
  .cke_editable .base_cont_green.wide,
  .cke_editable .base_cont_blue.wide,
  .cke_editable .base_cont_yellow.wide,
  .cke_editable .base_cont_orange.wide,
  .cke_editable .base_cont_white.wide {
    padding: 20px 25px;
  }
}
@media all and (min-width: 768px) {
  .edit-area .base_cont_grey.wide,
  .edit-area .base_cont_green.wide,
  .edit-area .base_cont_blue.wide,
  .edit-area .base_cont_yellow.wide,
  .edit-area .base_cont_orange.wide,
  .edit-area .base_cont_white.wide,
  .im_wrap .base_cont_grey.wide,
  .im_wrap .base_cont_green.wide,
  .im_wrap .base_cont_blue.wide,
  .im_wrap .base_cont_yellow.wide,
  .im_wrap .base_cont_orange.wide,
  .im_wrap .base_cont_white.wide,
  .cke_editable .base_cont_grey.wide,
  .cke_editable .base_cont_green.wide,
  .cke_editable .base_cont_blue.wide,
  .cke_editable .base_cont_yellow.wide,
  .cke_editable .base_cont_orange.wide,
  .cke_editable .base_cont_white.wide {
    padding: 30px 60px;
  }
}
.edit-area .base_cont_grey,
.im_wrap .base_cont_grey,
.cke_editable .base_cont_grey {
  background: #f9f8f3;
}
.edit-area .base_cont_green,
.im_wrap .base_cont_green,
.cke_editable .base_cont_green {
  background: #ebfeec;
}
.edit-area .base_cont_blue,
.im_wrap .base_cont_blue,
.cke_editable .base_cont_blue {
  background: #2d942f;
}
.edit-area .base_cont_yellow,
.im_wrap .base_cont_yellow,
.cke_editable .base_cont_yellow {
  background: #fffade;
}
.edit-area .base_cont_orange,
.im_wrap .base_cont_orange,
.cke_editable .base_cont_orange {
  background: #fff6e7;
}
.edit-area .base_cont_white,
.im_wrap .base_cont_white,
.cke_editable .base_cont_white {
  background: #fff;
}
.edit-area table,
.im_wrap table,
.cke_editable table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.edit-area table tr th,
.im_wrap table tr th,
.cke_editable table tr th {
  background: #e4ffe5;
  padding: 10px;
  border: 1px solid #868686;
}
.edit-area table tr td,
.im_wrap table tr td,
.cke_editable table tr td {
  padding: 10px;
  border: 1px solid #868686;
  background: #fff;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area table.table_col_Sp tr th,
  .im_wrap table.table_col_Sp tr th,
  .cke_editable table.table_col_Sp tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area table.table_col_Sp tr td,
  .im_wrap table.table_col_Sp tr td,
  .cke_editable table.table_col_Sp tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area table.table_col_Sp tr:last-of-type td,
  .im_wrap table.table_col_Sp tr:last-of-type td,
  .cke_editable table.table_col_Sp tr:last-of-type td {
    border-bottom: 1px solid #f1f1f1;
  }
}
.edit-area table,
.im_wrap table,
.cke_editable table {
  border: solid #006 1px;
}
.edit-area table th,
.im_wrap table th,
.cke_editable table th {
  padding: 8px 10px;
  border: solid #006 1px;
  vertical-align: middle;
  text-align: left;
}
@media all and (min-width: 768px) {
  .edit-area table th,
  .im_wrap table th,
  .cke_editable table th {
    padding: 12px 15px;
  }
}
.edit-area table td,
.im_wrap table td,
.cke_editable table td {
  padding: 8px 10px;
  border: solid #006 1px;
  vertical-align: top;
}
@media all and (min-width: 768px) {
  .edit-area table td,
  .im_wrap table td,
  .cke_editable table td {
    padding: 12px 15px;
  }
}
.edit-area table td.td_vertical_middle,
.im_wrap table td.td_vertical_middle,
.cke_editable table td.td_vertical_middle {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .edit-area table.thin th,
  .edit-area table.thin td,
  .im_wrap table.thin th,
  .im_wrap table.thin td,
  .cke_editable table.thin th,
  .cke_editable table.thin td {
    padding: 5px !important;
  }
}
@media all and (min-width: 768px) {
  .edit-area table.thin th,
  .edit-area table.thin td,
  .im_wrap table.thin th,
  .im_wrap table.thin td,
  .cke_editable table.thin th,
  .cke_editable table.thin td {
    padding: 8px !important;
  }
}
.edit-area table .base_yellow,
.im_wrap table .base_yellow,
.cke_editable table .base_yellow {
  background: #fffade;
}
.edit-area table .base_orange,
.im_wrap table .base_orange,
.cke_editable table .base_orange {
  background: #fff6e7;
}
.edit-area table .base_gray,
.im_wrap table .base_gray,
.cke_editable table .base_gray {
  background: #f3f3f3;
}
.edit-area table .base_blue,
.im_wrap table .base_blue,
.cke_editable table .base_blue {
  background: #e4edff;
}
.edit-area table .base_green,
.im_wrap table .base_green,
.cke_editable table .base_green {
  background: #e4ffe5;
}
.edit-area table .base_white,
.im_wrap table .base_white,
.cke_editable table .base_white {
  background: #fff;
}
.edit-area table .td_valign_top,
.im_wrap table .td_valign_top,
.cke_editable table .td_valign_top {
  vertical-align: top;
}
.edit-area table .td_valign_middle,
.im_wrap table .td_valign_middle,
.cke_editable table .td_valign_middle {
  vertical-align: middle;
}
.edit-area div.dataLink > p,
.im_wrap div.dataLink > p,
.cke_editable div.dataLink > p {
  margin-bottom: 5px;
}
.edit-area .txtLink01-pdf,
.im_wrap .txtLink01-pdf,
.cke_editable .txtLink01-pdf {
  padding-left: 40px;
  background: url(../common/ico_pdf01.png) no-repeat left center;
  background-size: contain;
}
.edit-area .txtLink01-pdf a,
.im_wrap .txtLink01-pdf a,
.cke_editable .txtLink01-pdf a {
  color: #000;
  text-decoration: underline;
}
.edit-area .txtLink01-dl,
.im_wrap .txtLink01-dl,
.cke_editable .txtLink01-dl {
  padding-left: 40px;
  background: url(../common/ico_dl01.png) no-repeat left center;
  background-size: contain;
}
.edit-area .txtLink01-dl a,
.im_wrap .txtLink01-dl a,
.cke_editable .txtLink01-dl a {
  color: #000;
  text-decoration: underline;
}
.edit-area .txtLink01-word,
.im_wrap .txtLink01-word,
.cke_editable .txtLink01-word {
  padding-left: 40px;
  background: url(../common/ico_word01.png) no-repeat left center;
  background-size: contain;
}
.edit-area .txtLink01-word a,
.im_wrap .txtLink01-word a,
.cke_editable .txtLink01-word a {
  color: #000;
  text-decoration: underline;
}
.edit-area .txtLink01-excel,
.im_wrap .txtLink01-excel,
.cke_editable .txtLink01-excel {
  padding-left: 40px;
  background: url(../common/ico_excel01.png) no-repeat left center;
  background-size: contain;
}
.edit-area .txtLink01-excel a,
.im_wrap .txtLink01-excel a,
.cke_editable .txtLink01-excel a {
  color: #000;
  text-decoration: underline;
}
.edit-area .txtLink01-power,
.im_wrap .txtLink01-power,
.cke_editable .txtLink01-power {
  padding-left: 40px;
  background: url(../common/ico_power01.png) no-repeat left center;
  background-size: contain;
}
.edit-area .txtLink01-power a,
.im_wrap .txtLink01-power a,
.cke_editable .txtLink01-power a {
  color: #000;
  text-decoration: underline;
}
.edit-area .youtube-css,
.im_wrap .youtube-css,
.cke_editable .youtube-css {
  text-align: center;
}
.edit-area .pagesummary .title,
.edit-area .pagesummary .tit,
.im_wrap .pagesummary .title,
.im_wrap .pagesummary .tit,
.cke_editable .pagesummary .title,
.cke_editable .pagesummary .tit {
  display: none;
}
.edit-area .pagesummary ul,
.im_wrap .pagesummary ul,
.cke_editable .pagesummary ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.edit-area .pagesummary ul li,
.im_wrap .pagesummary ul li,
.cke_editable .pagesummary ul li {
  width: calc((100% - 12px) / 4);
  box-sizing: border-box;
  left: auto;
  padding-left: 0px;
  margin-right: 4px;
  margin-bottom: 4px;
  box-sizing: border-box;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .pagesummary ul li,
  .im_wrap .pagesummary ul li,
  .cke_editable .pagesummary ul li {
    width: calc((100% - 4px) / 2);
  }
}
.edit-area .pagesummary ul li::before,
.im_wrap .pagesummary ul li::before,
.cke_editable .pagesummary ul li::before {
  content: "";
  display: none;
  background: none;
  border-radius: 0%;
}
@media all and (min-width: 768px) {
  .edit-area .pagesummary ul li:nth-of-type(4n),
  .im_wrap .pagesummary ul li:nth-of-type(4n),
  .cke_editable .pagesummary ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .edit-area .pagesummary ul li:nth-of-type(2n),
  .im_wrap .pagesummary ul li:nth-of-type(2n),
  .cke_editable .pagesummary ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.edit-area .pagesummary ul li a,
.im_wrap .pagesummary ul li a,
.cke_editable .pagesummary ul li a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none !important;
  padding: 12px 10px 16px 10px;
  transition: all 0.3s;
  background: #f1f1f1;
  position: relative;
  border-bottom: solid 1px #005002;
}
.edit-area .pagesummary ul li a::before,
.im_wrap .pagesummary ul li a::before,
.cke_editable .pagesummary ul li a::before {
  content: "";
  position: absolute;
  bottom: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 12px;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005002;
  border-right: 2px solid #005002;
  transform: rotate(135deg);
  background: none;
  border-radius: 0%;
}
.edit-area .pagesummary ul li a:hover,
.im_wrap .pagesummary ul li a:hover,
.cke_editable .pagesummary ul li a:hover {
  background: #f3fff3;
  transition: all 0.3s;
}
.edit-area .g-map,
.im_wrap .g-map,
.cke_editable .g-map {
  width: 100% !important;
}
.edit-area .Social,
.im_wrap .Social,
.cke_editable .Social {
  margin-bottom: 10px;
  display: flex;
  justify-content: right;
  margin-left: 0 !important;
  gap: 10px;
}
.edit-area .Social div,
.im_wrap .Social div,
.cke_editable .Social div {
  margin: 0px !important;
  list-style: none !important;
  padding: 0 !important;
  display: block !important;
  width: auto !important;
}
.edit-area .Social div:first-child,
.im_wrap .Social div:first-child,
.cke_editable .Social div:first-child {
  margin-left: 0 !important;
}
.edit-area .Social div:before,
.im_wrap .Social div:before,
.cke_editable .Social div:before {
  display: none;
}
.edit-area .Social div .tw,
.im_wrap .Social div .tw,
.cke_editable .Social div .tw {
  margin-right: 0 !important;
}
.edit-area .Social div a,
.im_wrap .Social div a,
.cke_editable .Social div a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #1a63ac url("../common/ico_news_fb01.png") no-repeat center;
  background-size: auto 18px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.1s ease;
}
.edit-area .Social div a.tw,
.im_wrap .Social div a.tw,
.cke_editable .Social div a.tw {
  background: #000 url("../common/ico_news_tw01.png") no-repeat center;
  background-size: auto 15px;
}
.edit-area .Social div a.line,
.im_wrap .Social div a.line,
.cke_editable .Social div a.line {
  background: #00b900 url("../common/ico_news_line02.png") no-repeat center;
  background-size: auto 20px;
  display: block;
}
.edit-area .Social div a:hover,
.im_wrap .Social div a:hover,
.cke_editable .Social div a:hover {
  transform: scale(1.1);
}

/*============================
.linkbtn_to_form 相談フォームへのリンクボタン
============================*/
@media screen and (max-width: 767px) {
  #Top_form_btn_block .linkbtn_to_form {
    padding: 0 16px;
  }
}

.linkbtn_to_form {
  display: block;
  text-align: center;
}

.linkbtn_to_form a {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 18px 50px 18px 20px;
  text-align: center;
  color: #000;
  text-decoration: none !important;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 60px;
  border: solid 1px #000;
  background: #fdf525;
  transition: all 0.3s;
  margin: auto;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .linkbtn_to_form a {
    font-size: 0.875rem;
    padding: 12px 23px;
  }
}
@media all and (min-width: 768px) {
  .linkbtn_to_form a {
    width: 450px;
  }
}

.linkbtn_to_form a::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../common/ico_arrow01.svg) no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.linkbtn_to_form a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  top: 4px;
  left: 2px;
  margin: auto;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}

.linkbtn_to_form a:hover {
  opacity: 0.8;
}

#Top_visual .top_sliderArea li {
  padding: 0 !important;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #Top_visual .top_sliderArea li {
    margin: 0;
  }
}
#Top_visual .top_sliderArea img {
  border: solid 1px #000;
  width: 1000px;
  margin-top: 330px;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #Top_visual .top_sliderArea img {
    width: 100vw;
  }
}
#Top_visual .top_sliderArea > .slick-dots > li {
  margin-right: 20px;
}
#Top_visual .top_sliderArea .slick-dots {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  #Top_visual .top_sliderArea .slick-dots {
    bottom: 10px;
  }
}
#Top_visual .slick-slide {
  height: auto;
  transition: 0.3s ease;
  transform: scale(0.85);
  box-shadow: 0px 0px 38px rgba(102, 102, 102, 0.23);
}
#Top_visual .slick-current {
  transform: scale(1);
  box-shadow: 0px 0px 38px rgba(102, 102, 102, 0.23);
}
#Top_visual .slick-current img {
  border: solid 5px #000;
}
#Top_visual .slide-arrow.top {
  position: absolute;
  background: #85b8f4;
  width: 50px !important;
  height: 50px !important;
  padding: 5px;
  border-radius: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  #Top_visual .slide-arrow.top {
    width: 20px !important;
    height: 20px !important;
  }
}
#Top_visual .slide-arrow.prev-arrow {
  margin: auto;
  left: 0;
  right: 1000px;
}
@media screen and (max-width: 767px) {
  #Top_visual .slide-arrow.prev-arrow {
    left: 0;
    right: 80vw;
  }
}
#Top_visual .slide-arrow.next-arrow {
  margin: auto;
  right: 0;
  left: 1000px;
}
@media screen and (max-width: 767px) {
  #Top_visual .slide-arrow.next-arrow {
    right: 0;
    left: 80vw;
  }
}
#Top_visual .slide-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
#Top_visual .slide-arrow.prev-arrow::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
#Top_visual .slide-arrow.next-arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*============================
#Top_main_lead
============================*/
#Top_main_lead {
  border-top: solid 8px #2fbce7;
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  #Top_main_lead {
    margin-bottom: 20px;
    padding: 10px 0 0;
    border-top: none;
  }
}
#Top_main_lead .lead_inner {
  font-size: 1.125rem;
  padding-right: 160px;
  background: url(../images/top_staff@2x.png) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #Top_main_lead .lead_inner {
    min-height: auto;
    background: inherit;
    padding-right: 0;
    padding-bottom: 105px;
    font-size: 0.9375rem;
    background: url(../images/top_staff@2x.png) no-repeat bottom center;
    background-size: auto 100px;
  }
}

/*============================
#Top_main_map
============================*/
#Top_main_map {
  background: #eee;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #Top_main_map {
    padding: 0px;
    padding-bottom: 25px;
  }
}
#Top_main_map .h2_title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 420px;
  height: 77px;
  background: url(../images/top_oheyasyokai_title.svg) no-repeat;
  background-size: 420px auto;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #Top_main_map .h2_title {
    width: 75%;
    height: 21vw;
    background: url(../images/top_oheyasyokai_title.svg) no-repeat center;
    background-size: 100% auto;
    margin: 0 auto;
  }
}
#Top_main_map .main_map {
  margin-top: 20px;
  position: relative;
}
#Top_main_map .main_map .h3_title {
  position: absolute;
  left: -1px;
  top: -1px;
  text-indent: 200%;
  padding: 0px 30px 40px;
  white-space: nowrap;
  overflow: hidden;
  width: 230px;
  height: 90px;
  background: #eee url(../images/top_map_title.svg) no-repeat top left;
  background-size: 230px auto;
  margin: 0 auto 30px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 767px) {
  #Top_main_map .main_map .h3_title {
    padding: 0px 8px 30px;
    width: 180px;
    width: 48vw;
    height: 15vw;
    background: #eee url(../images/top_map_title.svg) no-repeat top left;
    background-size: 43vw auto;
    border-bottom-right-radius: 40px;
    border-right: solid 1px #a5a5a5;
    border-bottom: solid 1px #a5a5a5;
  }
}
@media screen and (max-width: 767px) {
  #Top_main_map .main_map .pc_map {
    display: none;
  }
}
@media all and (min-width: 768px) {
  #Top_main_map .main_map .sp_map {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Top_main_map .main_map .sp_map {
    border: solid 1px #a5a5a5;
    background: #fff;
    border-radius: 20px 20px 10px 10px;
    padding: 10px 0 0;
    overflow: hidden;
  }
  #Top_main_map .main_map .sp_map .sp_map_img {
    width: 90%;
    display: block;
    margin: 10px auto 0;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0;
    border-top: solid 1px #a5a5a5;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .map_wrap_select_right {
    width: 50%;
    box-sizing: border-box;
    border-right: solid 1px #a5a5a5;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .map_wrap_select_left {
    width: 50%;
    box-sizing: border-box;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap dl {
    box-sizing: border-box;
    padding: 4px;
    border-bottom: solid 1px #a5a5a5;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap dl:nth-of-type(2n) {
    border-right: none;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap dl:nth-last-of-type(1) {
    border-bottom: none;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .acco_btn {
    box-sizing: border-box;
    font-size: 1rem;
    padding: 5px 10px;
    color: #333;
    font-weight: bold;
    border-radius: 6px;
    padding-left: 35px;
    background: url(../images/ico_menu.svg) no-repeat left 10px center;
    background-size: 1em auto;
    background-color: #fdf525;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .acco_btn.hokkaido {
    background-color: #90da9a;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .acco_btn.tohoku {
    background-color: #d3db72;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .acco_btn.tokai {
    background-color: #fa8f74;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .acco_btn.kanto {
    background-color: #fdcf4c;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .acco_btn.kansai {
    background-color: #ff8787;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .acco_btn.tyusikoku {
    background-color: #fd97ca;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .acco_btn.kyusyu {
    background-color: #8598ea;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap .acco_block {
    display: none;
    padding: 0;
    border-radius: 0;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap dt {
    padding: 10px 15px;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap li a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 14px;
    color: #000;
    transition: 0.2s;
    background: #ffffe2;
    padding: 10px 20px;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap li a:hover {
    color: #0f9659;
    background: #eee;
  }
  #Top_main_map .main_map .sp_map .sp_map_select_wrap li a:before {
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
  }
}

/*============================
.Top_university_list
============================*/
.Top_university {
  margin-top: 30px;
  padding-bottom: 30px;
}
.Top_university .cont_inner {
  display: flex;
  width: 900px;
  margin: 30px auto 0;
  padding: 18px;
  border: solid 1px #000;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .Top_university .cont_inner {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.Top_university .cont_inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  border: solid 1px #000;
  z-index: -1;
}
.Top_university .cont_inner::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  height: 5px;
  top: -5px;
  left: -1px;
  background: #000;
  background: linear-gradient(to right, rgb(32, 173, 229) 0%, rgb(32, 173, 229) 25%, rgb(237, 108, 33) 25%, rgb(237, 108, 33) 50%, rgb(253, 209, 49) 50%, rgb(253, 209, 49) 75%, rgb(0, 153, 69) 75%, rgb(0, 153, 69) 100%);
}
.Top_university .h2_title {
  width: 52%;
  margin-right: 10px;
  padding: 10px 20px 20px 50px;
  position: relative;
  color: #000;
  font-size: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Top_university .h2_title {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
  }
}
.Top_university .h2_title .yellow_marker {
  background: linear-gradient(transparent 80%, #F8F140 0%);
}
.Top_university .h2_title .univ_mark {
  display: inline-block;
  position: relative;
}
.Top_university .h2_title .univ_mark::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 100px;
  left: -40px;
  background: url(../images/logo_univ.svg) no-repeat left center;
  background-size: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .Top_university .h2_title .univ_mark::before {
    width: 50px;
    height: 50px;
    background-size: 20px;
    left: -30px;
  }
}
.Top_university .text {
  padding: 30px 110px 30px 30px;
  font-size: 1.1875rem;
  background: #f1f1f1 url(../images/ico_university.svg) no-repeat center right 15px;
  background-size: 90px auto;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .Top_university .text {
    padding: 10px 60px 10px 10px;
    font-size: 0.875rem;
    background: #f1f1f1 url(../images/ico_university.svg) no-repeat center right 10px;
    background-size: 50px auto;
    min-height: 50px;
  }
}

/*============================
#Top_form_btn_block
============================*/
#Top_form_btn_block {
  padding: 20px 0;
  border-top: solid 1px #939393;
  border-bottom: solid 1px #939393;
  position: relative;
}
#Top_form_btn_block::before {
  top: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #f1f1f1;
}

/*============================
#Top_company_intro
============================*/
#Top_company_intro {
  background: #f1f1f1 url(../images/bg_top_top_form.svg);
  background-position: center;
  background-size: 600px auto;
  padding: 60px 30px 20px;
}
@media screen and (max-width: 767px) {
  #Top_company_intro {
    padding: 30px 0px;
  }
}
#Top_company_intro .h2_block {
  text-align: center;
}
#Top_company_intro .h2_title {
  display: inline-block;
  font-size: 1.375rem;
  letter-spacing: 0.03em;
  background: linear-gradient(transparent 80%, #F8F140 0%);
}
@media screen and (max-width: 767px) {
  #Top_company_intro .h2_title {
    font-size: 1.25rem;
  }
}
#Top_company_intro .company_intro_note {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Top_company_intro .company_intro_note {
    margin-top: 20px;
    text-align: left;
    font-size: 0.9375rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#Top_company_intro .company_block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  #Top_company_intro .company_block {
    padding: 0;
  }
}
#Top_company_intro .company_block .company_box {
  box-sizing: border-box;
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  position: relative;
  margin-top: 10px;
  padding: 10px 6px 20px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 768px) {
  #Top_company_intro .company_block .company_box:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #Top_company_intro .company_block .company_box {
    width: calc((100% - 5px) / 2);
    margin-right: 5px;
    margin-top: 5px;
  }
  #Top_company_intro .company_block .company_box:nth-of-type(2n) {
    margin-right: 0;
  }
}
#Top_company_intro .company_block .company_box .img_box {
  margin-right: 20px;
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  #Top_company_intro .company_block .company_box .img_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #Top_company_intro .company_block .company_box .img_box {
    min-height: 30px;
    width: 100%;
    padding: 10px 0;
  }
}
#Top_company_intro .company_block .company_box .img_box img {
  max-height: 130px;
  max-width: 200px;
  width: 90%;
}
#Top_company_intro .company_block .company_box .title {
  font-size: 0.875rem;
  color: #2fbce7;
  padding-bottom: 6px;
  border-bottom: solid 1px #2fbce7;
}
@media screen and (max-width: 767px) {
  #Top_company_intro .company_block .company_box .title {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
#Top_company_intro .company_block .company_box .note {
  margin-top: 14px;
  background: #effbfd;
  padding: 10px 14px 20px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #Top_company_intro .company_block .company_box .note {
    margin-top: 0;
    padding: 10px 8px 20px;
    font-size: 0.875rem;
    line-height: 1.6em;
  }
}
#Top_company_intro .company_block.open::before {
  display: none;
}
#Top_company_intro .more_box {
  display: none;
}
#Top_company_intro .more_box.open {
  display: flex;
}
#Top_company_intro .more_btn {
  position: relative;
  z-index: 3;
  font-size: 14px;
  width: 400px;
  height: 20px;
  display: block;
  border: solid 1px #a5a5a5;
  background: #ffffff;
  padding: 14px 20px;
  text-align: center;
  margin: 10px auto 30px;
}
@media screen and (max-width: 767px) {
  #Top_company_intro .more_btn {
    width: 80%;
  }
}
#Top_company_intro .more_btn.open {
  display: block;
  margin: 20px auto 30px;
}

/*============================
#Top_column
============================*/
#Top_column {
  margin-bottom: 100px;
  margin-top: 40px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #Top_column {
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 0px;
  }
}
#Top_column .h2_block {
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Top_column .h2_block {
    padding-top: 0;
  }
}
#Top_column .h2_title {
  display: inline-block;
  position: relative;
  color: #000;
  padding: 22px 0 22px 110px;
  font-size: 1.375rem;
  letter-spacing: 0.03em;
  background: url(../images/ico_column.svg) no-repeat;
  background-size: 100px auto;
}
@media screen and (max-width: 767px) {
  #Top_column .h2_title {
    font-size: 1.25rem;
    padding: 5px 0 5px 55px;
    background: url(../images/ico_column.svg) no-repeat;
    background-size: 50px auto;
  }
}
#Top_column .card_block ul {
  padding: 40px 0 20px;
}
@media all and (min-width: 768px) {
  #Top_column .card_block ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#Top_column .card_block ul li {
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  #Top_column .card_block ul li {
    width: calc(33.3333333333% - 10px);
    margin-right: 15px;
  }
  #Top_column .card_block ul li:nth-child(3n) {
    margin-right: 0px;
  }
}
#Top_column .card_block ul a {
  border: solid 1px #000;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
  display: block;
  color: #000;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1.6;
  transition: all 0.3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #Top_column .card_block ul a {
    height: auto;
  }
}
#Top_column .card_block ul a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 150px !important;
}
#Top_column .card_block ul a .note {
  padding: 20px 34px 20px 14px;
  position: relative;
  background: #f1f1f1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #Top_column .card_block ul a .note {
    height: auto;
  }
}
#Top_column .card_block ul a .note::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 7px;
  border-color: transparent transparent transparent #000;
}
#Top_column .card_block ul a .cate {
  color: #dd6438;
  font-size: 0.8125rem;
  display: inline-block;
  position: relative;
  padding-left: 0.7em;
  margin-top: 4px;
  margin-right: 10px;
}
#Top_column .card_block ul a .cate::before {
  content: "#";
  position: absolute;
  display: inline-block;
  left: 0;
}
#Top_column .card_block ul a .new {
  display: inline-block;
  padding: 3px 30px;
  line-height: 1em;
  border-radius: 100px;
  background: #ffef3d;
  color: #e34747;
  font-weight: bold;
}
#Top_column .card_block ul a:hover {
  opacity: 0.7;
  transform: scale(1);
}
#Top_column .link_column_btn {
  margin-top: 20px;
  text-align: center;
}
#Top_column .link_column_btn a {
  color: #000;
  display: inline-block;
  padding: 10px 80px;
  margin: auto;
  background: #eee;
  border-radius: 100px;
  background: #eee url(../images/ico_menu.svg) no-repeat center left 20px;
  background-size: 20px auto;
}

/*============================
#Top_banner
============================*/
#Top_banner {
  padding: 30px 0;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
}
@media screen and (max-width: 767px) {
  #Top_banner {
    padding: 20px 0;
  }
}
@media all and (min-width: 768px) {
  #Top_banner ul.link {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  #Top_banner ul.link li {
    width: calc(50% - 5px);
  }
  #Top_banner ul.link li:first-of-type {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #Top_banner ul.link li:first-of-type {
    margin-bottom: 10px;
  }
}
#Top_banner ul.link a {
  position: relative;
  display: block;
  padding: 18px 35px 18px 75px;
  background: #eee url(../images/top_banner01@2x.jpg) no-repeat center left 10px;
  background-size: 50px auto;
  border: solid 1px #000;
  color: #000;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1.6;
  transition: all 0.3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
@media all and (min-width: 768px) {
  #Top_banner ul.link a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#Top_banner ul.link a:hover {
  opacity: 0.8;
  transform: scale(1);
}
#Top_banner ul.link a:before, #Top_banner ul.link a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#Top_banner ul.link a:before {
  right: 15px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #22be46;
}
#Top_banner ul.link a:after {
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000000;
}

/*============================
#Top_banner
============================*/
#Top_banner2 {
  margin-bottom: 50px;
  margin-top: 20px;
}
#Top_banner2 ul.link {
  display: flex;
  flex-wrap: wrap;
}
#Top_banner2 ul.link li {
  margin-bottom: 10px;
  text-align: center;
  width: calc((100% - 8px) / 2);
  margin-right: 8px;
}
@media all and (min-width: 768px) {
  #Top_banner2 ul.link li {
    width: calc((100% - 24px) / 4);
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #Top_banner2 ul.link li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) {
  #Top_banner2 ul.link li:nth-of-type(4n) {
    margin-right: 0;
  }
}
#Top_banner2 ul.link a:hover {
  opacity: 0.8;
  transform: scale(1);
}

/* ==========================================================================
  フェードイン
   ========================================================================== */
.inviewfadeIn {
  transform: translate(0, 60px);
  opacity: 0;
  transition: 1.3s;
}

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

/* Scss Document */
.form_bg {
  padding: 10px 10px 30px;
  background-color: #f1f1f1;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .form_bg {
    margin: 0;
    padding: 60px 0 30px;
  }
}
.form_bg .cont_inner {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  border-radius: 10px;
}

#Form {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
@media all and (min-width: 768px) {
  #Form {
    max-width: 1100px;
    margin: auto;
    padding: 0 16px;
  }
}

.div_point_box {
  padding: 20px;
  border: solid 1px #ff8e0d;
  background: #fff3e6;
  border-radius: 4px;
}
.div_point_box .point_icon {
  padding: 2px 30px;
  margin-bottom: 5px;
  border: solid 1px #ff8e0d;
  color: #ff8e0d;
  font-weight: bold;
  display: inline-block;
  background: #fff;
}

.btn_link_point a {
  max-width: 300px;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
  display: block;
  padding: 12px 35px 12px 35px;
  border: solid 1px #000;
  background: #ff8e0d;
  color: #fff;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1.6;
  box-shadow: 0 4px 4px rgbq(0, 0, 0, 0.15);
}
.btn_link_point a:before, .btn_link_point a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn_link_point a:before {
  right: 15px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
}
.btn_link_point a:after {
  right: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0px 4px;
  border-color: #ff8e0d transparent transparent transparent;
}

.h2_title_form_under_block {
  text-align: center;
}

.h2_title_form_under {
  display: inline-block;
  position: relative;
  color: #000;
  padding: 22px 0 22px 110px;
  margin-bottom: 20px;
  font-size: 1.375rem;
  background: url(../images/ico_form.svg) no-repeat;
  background-size: 100px auto;
}
@media screen and (max-width: 767px) {
  .h2_title_form_under {
    font-size: 1.25rem;
    padding: 5px 0 5px 55px;
    background: url(../images/ico_form.svg) no-repeat;
    background-size: 50px auto;
  }
}

#form_company .h2_block {
  padding-top: 60px;
  text-align: center;
}
#form_company .h2_title {
  display: inline-block;
  position: relative;
  color: #000;
  padding: 4px 0 4px 80px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  background: url(../images/ico_company.svg) no-repeat;
  background-size: 70px auto;
}
@media screen and (max-width: 767px) {
  #form_company .h2_title {
    font-size: 1.25rem;
    padding: 5px 0 5px 55px;
    background: url(../images/ico_company.svg) no-repeat;
    background-size: 50px auto;
    margin-bottom: 10px;
  }
}
#form_company .card {
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 767px) {
  #form_company .card {
    flex-direction: column;
  }
}
#form_company .card .img {
  width: 20%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #form_company .card .img {
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
  }
}
#form_company .card .note {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #form_company .card .note {
    width: 100%;
  }
}
#form_company .btn_link a {
  max-width: 300px;
  margin: auto;
  border-radius: 100px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  padding: 22px 35px 22px 35px;
  border: solid 1px #000;
  background: #2fbce7;
  color: #fff;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1.6;
  box-shadow: 0 4px 4px rgbq(0, 0, 0, 0.15);
}
#form_company .btn_link a:before, #form_company .btn_link a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#form_company .btn_link a:before {
  right: 15px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
}
#form_company .btn_link a:after {
  right: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 4px 8px 4px;
  border-color: transparent transparent #2fbce7 transparent;
}

.form_choiced .form_main input[type=text],
.form_choiced .form_main input[type=email],
.form_choiced .form_main input[type=tel],
.form_choiced .form_main input[type=number] {
  border: solid 0px #d6d6d6;
}

.text_link01 {
  text-decoration: underline;
}

#form_main .h2_block {
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #form_main .h2_block {
    padding-top: 25px;
  }
}
#form_main .h2_title {
  display: inline-block;
  position: relative;
  color: #000;
  padding: 22px 0 22px 110px;
  margin-bottom: 20px;
  font-size: 1.375rem;
  background: url(../images/ico_form.svg) no-repeat;
  background-size: 100px auto;
}
@media screen and (max-width: 767px) {
  #form_main .h2_title {
    font-size: 1.25rem;
    padding: 5px 0 5px 55px;
    background: url(../images/ico_form.svg) no-repeat;
    background-size: 50px auto;
    margin-bottom: 10px;
  }
}
#form_main .btn_link a {
  position: relative;
  display: block;
  padding: 22px 35px 22px 15px;
  border: solid 1px #000;
  color: #000;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1.6;
  box-shadow: 0 4px 4px rgbq(0, 0, 0, 0.15);
}
#form_main .btn_link a:before,
#form_main .btn_link a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#form_main .btn_link a:before {
  right: 15px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4c7fdf;
}
#form_main .btn_link a:after {
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #ffffff;
}

.form_main {
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .form_main {
    width: auto;
  }
}

.form_main dl {
  margin-top: 25px;
}

.form_main dt {
  margin-bottom: 12px;
  padding: 10px 5px 8px 8px;
  line-height: 1.5;
  font-size: 1.125rem;
  background: #f3f3f3;
  position: relative;
  border-left: 2px solid #2d6694;
}

.form_main input[type=text],
.form_main input[type=email],
.form_main input[type=tel],
.form_main input[type=number] {
  width: 100%;
  height: 60px;
  border: solid 1px #d6d6d6;
  padding: 4px;
  font-size: 1.125rem;
  box-sizing: border-box;
}

.form_main textarea {
  resize: vertical;
  width: 100%;
  border: solid 1px #d6d6d6;
  padding: 2px;
  font-size: 1.125rem;
  box-sizing: border-box;
}

.form_main select {
  width: 100%;
  border: solid 1px #d6d6d6;
  padding: 9px;
  font-size: 1.125rem;
  box-sizing: border-box;
}

.form_main input[type=checkbox] {
  transform: scale(1.2);
  margin: -4px 2px 0 15px;
}

.form_main input[type=radio] {
  transform: scale(1.2);
  margin: -4px 2px 0 15px;
}

.formW20per {
  width: 20% !important;
  box-sizing: border-box;
}

.formW25per {
  width: 25% !important;
  box-sizing: border-box;
}

.formW30per {
  width: 30% !important;
  box-sizing: border-box;
}

.formW40per {
  width: 40% !important;
  box-sizing: border-box;
}

.formW50per {
  width: 50% !important;
  box-sizing: border-box;
}

.formW60per {
  width: 60% !important;
  box-sizing: border-box;
}

.formW80per {
  width: 80% !important;
  box-sizing: border-box;
}

.formW90per {
  width: 90% !important;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

p.p_error {
  color: #d22800;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  padding: 6px 30px;
  background: #ffe1dc;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  p.p_error {
    padding: 6px 10px;
  }
}

.ico_att01 {
  min-height: 24px;
  padding: 0 0 0 24px;
  background: url(../common/ico_att01.svg) no-repeat left 0.35em;
  background-size: 20px auto;
}

.ico_required {
  display: inline-block;
  margin-left: 3px;
  padding: 2px 4px 1px;
  color: #4c7fdf;
  line-height: 1.4;
  font-style: normal;
  font-weight: normal;
  font-size: 0.813rem; /* 13px */
  border: solid 2px #4c7fdf;
  border-radius: 5px;
}

.btn_form_add a {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  padding: 6px 10px 4px 25px;
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem; /* 14px */
  cursor: pointer;
  background: #5555e8;
  background-size: 12px auto;
  transition: background-color 0.3s;
}

.btn_form_add a:before {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: " ";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

.btn_form_add a:hover {
  background-color: #2d2dd7;
}

/* 送信ボタン */
#formBtn {
  text-align: center;
  margin: 1em 0 0px;
}

#formBtn li {
  margin-top: 1em;
}

#formBtn a.button {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
  color: #fff;
  padding: 15px 5px;
  box-sizing: border-box;
  font-size: 1.25rem; /* 18px */
  text-decoration: none;
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  transition: all 0.5s;
}

#formBtn .btn_formBack a.button {
  color: #fff;
}

#formBtn a.button:hover {
  color: #fcff20 !important;
}

#formBtn .btn_formBack a.button:hover {
  color: #fff !important;
}

.btn_formConfirm a.button {
  background: #2fbce7;
}

.btn_formConfirm a.button:hover {
  background: #4c7fdf;
}

.btn_formBack a.button {
  background: #c2c2cf;
}

.btn_formBack a.button:hover {
  background: #8a8aa5;
}

.btn_formSend a.button {
  background: #005002;
}

.btn_formSend a.button:hover {
  background: #2d942f;
}

#formBtn a.button span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#formBtn a.button span::before,
#formBtn a.button span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn_formConfirm a.button span,
.btn_formSend a.button span {
  padding-right: 25px;
}

.btn_formBack a.button span {
  padding-left: 25px;
}

.btn_formConfirm a.button span::after,
.btn_formSend a.button span::after,
.btn_formBack a.button span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn_formConfirm a.button span::after,
.btn_formSend a.button span::after {
  right: 5px;
  transform: rotate(45deg);
}

.btn_formBack a.button span::before {
  left: 5px;
  transform: rotate(-135deg);
}

header {
  position: relative;
  border-bottom: solid 1px #707070;
}
header .header_cont {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  header .header_cont {
    padding: 20px 10px;
  }
}
@media all and (min-width: 768px) {
  header .header_cont {
    min-height: 45px;
    margin: 10px auto;
    max-width: 1000px;
    box-sizing: border-box;
  }
}
header .logo_title {
  width: 310px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background: url("../common/logo.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  header .logo_title {
    margin: auto;
  }
}
@media all and (min-width: 768px) {
  header .logo_title {
    float: left;
    margin-top: 10px;
    width: 365px;
    height: 23px;
  }
}
header .logo_title a {
  display: block;
  width: 310px;
  height: 20px;
}
@media all and (min-width: 768px) {
  header .logo_title a {
    width: 365px;
    height: 23px;
  }
}
header .logo_title a:hover {
  opacity: 1;
  transform: scale(1);
}
header .btn_header_form {
  float: right;
}
header .btn_header_form a {
  display: block;
  width: 180px;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
  color: #000;
  text-decoration: none !important;
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.9375rem;
  border-radius: 60px;
  border: solid 1px #000;
  background: #fdf525;
  transition: all 0.3s;
}
header .btn_header_form a:hover {
  background: #e4a907;
  opacity: 1;
  transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  header .btn_header_form {
    display: none;
  }
}

#form_common_block {
  border-top: solid 1px #57bceb;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #form_common_block {
    padding: 30px 10px 30px;
  }
}
#form_common_block::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/top_map_bg.svg) bottom;
  background-repeat: repeat-x;
  background-color: #f1f1f1;
}
#form_common_block .cont_inner .main_block {
  display: flex;
  width: 900px;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #form_common_block .cont_inner .main_block {
    width: 100%;
    flex-direction: column;
  }
}
#form_common_block .cont_inner .main_block .h3_title {
  letter-spacing: 0.05em;
  position: relative;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  width: 40%;
  border: solid 1px #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #form_common_block .cont_inner .main_block .h3_title {
    width: 100%;
    font-size: 1.25rem;
  }
}
#form_common_block .cont_inner .main_block .h3_title span {
  color: #3293c0;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #F8F140 0%);
}
#form_common_block .cont_inner .main_block .h3_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0px 12px 15px;
  border-color: transparent transparent transparent #000;
}
@media screen and (max-width: 767px) {
  #form_common_block .cont_inner .main_block .h3_title::before {
    top: 110%;
    bottom: 0;
    right: 0;
    left: 0;
    border-width: 15px 12px 0px 12px;
    border-color: #000 transparent transparent transparent;
  }
}
#form_common_block .cont_inner .main_block .h3_title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0px 11px 14px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  #form_common_block .cont_inner .main_block .h3_title::after {
    top: 108%;
    bottom: 0;
    right: 0;
    left: 0;
    border-width: 15px 12px 0px 12px;
    border-color: #fff transparent transparent transparent;
  }
}
#form_common_block .cont_inner .main_block .form_common_btn_block {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #form_common_block .cont_inner .main_block .form_common_btn_block {
    width: 100%;
    margin-top: 20px;
  }
}
#form_common_block .cont_inner .main_block .form_common_btn_block .linkbtn_to_form {
  width: 90%;
}
@media screen and (max-width: 767px) {
  #form_common_block .cont_inner .main_block .form_common_btn_block .linkbtn_to_form {
    width: 100%;
  }
}
#form_common_block .cont_inner .main_block .form_common_btn_block .linkbtn_to_form a {
  width: 100%;
  padding-right: 60px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #form_common_block .cont_inner .main_block .form_common_btn_block .linkbtn_to_form a {
    padding: 20px 60px 20px 20px;
    font-size: 0.875rem;
  }
}
#form_common_block .cont_inner .note {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #form_common_block .cont_inner .note {
    font-size: 0.9375rem;
  }
}

footer {
  font-size: 0.9375rem;
  border-top: #3293c0 solid 6px;
}
footer .footer_inner {
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    padding: 20px 10px 80px;
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  footer .footer_inner {
    max-width: 1100px;
    margin: auto;
    padding: 20px 30px;
  }
}
footer .footer_inner .logo {
  width: 400px;
}
@media screen and (max-width: 767px) {
  footer .footer_inner .logo {
    width: 95%;
    margin: 30px auto 0;
  }
}
footer .footer_info {
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  background-color: #212121;
}
footer .footer_info .copyright {
  font-size: 0.625rem;
}
footer .footer_text_link {
  font-size: 0.75rem;
}
footer .footer_text_link li {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  footer .footer_text_link li {
    margin-right: 15px;
    display: inline-block;
  }
}
footer .footer_text_link a {
  position: relative;
  color: #000;
  padding-left: 15px;
}
footer .footer_text_link a:hover {
  text-decoration: underline;
  opacity: 1;
}
footer .footer_text_link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000;
}

.form_none .btn_footer_form {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .btn_footer_form {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
  }
}
@media all and (min-width: 768px) {
  .btn_footer_form {
    display: none !important;
  }
}

.btn_footer_form a {
  display: block;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  color: #000;
  text-decoration: none !important;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 60px;
  border: solid 1px #000;
  background: #fdf525;
  transition: all 0.3s;
  margin: auto;
  font-size: 0.9375rem;
  padding: 12px 52px 12px 22px;
  width: 80%;
}
.btn_footer_form a::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../common/ico_arrow01.svg) no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.btn_footer_form a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  top: 4px;
  left: 2px;
  margin: auto;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  background: #ffffff;
}
.btn_footer_form a:hover {
  opacity: 0.8;
}

#Under_title {
  padding: 35px 5px 20px;
  min-height: 70px;
  background: url(../images/content_title_bg@2x.png) center no-repeat;
  background-size: 110% auto;
}
@media all and (min-width: 768px) {
  #Under_title {
    padding: 75px 0 130px;
    min-height: 100px;
    background-size: 100% auto;
    background-position: bottom;
  }
}
#Under_title._newslist {
  padding: 35px 5px 10px;
}
@media all and (min-width: 768px) {
  #Under_title._newslist {
    padding: 75px 0 30px;
  }
}
#Under_title .cate {
  text-align: center;
}
#Under_title .cate li {
  padding: 4px 20px;
  background: #ff8e0d;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  margin: auto 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Under_title .cate li {
    font-size: 10px;
  }
}
#Under_title h1 {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  max-width: 60%;
  margin: auto;
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  #Under_title h1 {
    font-size: 2.25rem;
  }
}
#Under_title h1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 130px;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 5px 10px;
  }
}
@media all and (min-width: 768px) {
  .breadcrumb {
    width: 900px;
    margin: 0 auto 20px;
  }
}
.breadcrumb li {
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  line-height: 1.5;
  left: inherit !important;
  padding-left: 0 !important;
}
.breadcrumb li::before {
  display: none;
}
.breadcrumb li:after {
  content: "/";
  margin-left: 10px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  color: #000;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  color: #2d942f;
}

.homeBtn a {
  display: block;
  text-align: center;
  border-top: solid 1px #eee;
  padding: 20px;
  color: #333;
}
.homeBtn a:hover {
  color: #2d942f;
}
.homeBtn a span {
  position: relative;
  padding-right: 25px;
}
.homeBtn a span::before {
  content: "";
  background: url(../common/ico_home_g01.svg) no-repeat;
  background-size: 20px auto;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*------------------------------------------------------------ニュース一覧*/
#NewsList {
  /*カテゴリー選択*/
}
#NewsList .news_cont {
  display: block;
  margin: 55px 0 30px;
}
@media screen and (max-width: 767px) {
  #NewsList .news_cont {
    margin: 0;
    padding: 10px 1em;
  }
}
#NewsList .news_cont ul > li {
  list-style: none;
}
#NewsList .news_cont ul > li > .item {
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px dashed #a7a7a7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#NewsList .news_cont ul > li > .item a {
  color: inherit;
  text-decoration: none;
  display: flex;
}
#NewsList .news_cont ul > li > .item .img_box {
  margin-right: 10px;
}
#NewsList .news_cont ul > li > .item .img_box img {
  display: block;
  border: solid 1px #a7a7a7;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 14px;
}
#NewsList .news_cont ul > li > .item .day_box {
  display: flex;
  align-items: center;
}
#NewsList .news_cont ul > li > .item .day_box .day {
  display: inline-block;
  font-size: 0.9375rem;
  margin-right: 6px;
  color: #333;
}
#NewsList .news_cont ul > li > .item .day_box .new {
  display: inline-block;
  padding: 3px 30px;
  line-height: 1em;
  border-radius: 100px;
  background: #ffef3d;
  color: #e34747;
  font-weight: bold;
}
#NewsList .news_cont ul > li > .item .title {
  display: block;
  font-size: 1.0625rem;
  color: #333;
}
#NewsList .news_cont ul > li > .item .cate {
  color: #ff8e0d;
  font-size: 0.8125rem;
}
#NewsList .news_cont ul > li > .item .cate > ul {
  list-style: none;
  display: inline-block;
}
#NewsList .news_cont ul > li > .item .cate > ul > li {
  display: inline-block;
  position: relative;
  padding-left: 0.7em;
  margin-right: 10px;
  font-weight: bold;
}
#NewsList .news_cont ul > li > .item .cate > ul > li::before {
  content: "#";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#NewsList .news_cont ul > li:last-of-type > .item {
  border: none;
}
#NewsList .news_cont ul > li:last-of-type > a {
  border: none;
}
#NewsList .news_cate_select_box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  #NewsList .news_cate_select_box {
    margin-top: 30px;
  }
}
#NewsList .news_cate_select_box .title {
  flex-grow: 1;
  font-size: 0.875rem;
  position: relative;
  padding-right: 1em;
}
#NewsList .news_cate_select_box .title::before {
  content: "：";
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  position: absolute;
  width: 1em;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#NewsList .news_cete_select {
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
  background: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
#NewsList .news_cete_select:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 20px;
  margin-top: -0.2em;
  border-width: 0.45em 0.3em;
  border-style: solid;
  border-color: #2d942f transparent transparent;
  z-index: -1;
}
#NewsList .news_cete_select select {
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px;
  color: #444;
  background: transparent;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  outline: none;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #NewsList .news_cete_select select {
    padding: 11px;
  }
}
#NewsList .news_cete_select select::-ms-expand {
  display: none;
}
#NewsList .news_cete_select select::-moz-focus-inner {
  border: 0;
}
#NewsList .news_cete_select select * {
  background: #f5f5f5;
  text-shadow: none;
}
#NewsList .NewsCountList {
  margin-bottom: 40px;
}
#NewsList .NewsCountList p {
  text-align: center;
  color: #333;
  margin-top: 10px;
}
#NewsList .NewsCountList ul {
  margin-top: 30px;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
#NewsList .NewsCountList ul li {
  width: 25%;
  box-sizing: border-box;
}
#NewsList .NewsCountList ul li a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-right: solid 1px #fff;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
  background: #cacaca;
}
#NewsList .NewsCountList ul li a.count_active {
  background-color: #333;
  cursor: pointer;
  pointer-events: inherit;
}
#NewsList .NewsCountList ul li a.count_active:hover {
  background-color: #333;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  #NewsList .NewsCountList ul li a {
    padding: 20px 10px;
    font-size: 0.8em;
  }
}
#NewsList .NewsCountList ul li:last-child a {
  border-right: 0px;
}

/*------------------------------------------------------------ニュース詳細*/
@media screen and (max-width: 767px) {
  .NewsDetail .im_wrap {
    padding: 20px 10px;
  }
}
@media all and (min-width: 768px) {
  .NewsDetail .im_wrap {
    width: 900px;
    padding: 30px 20px 20px;
    min-height: 500px;
    background: rgba(255, 255, 255, 0.8);
    margin: -100px auto 40px;
    border: solid 1px #eee;
    border-top: solid 8px #fff3e6;
    border-radius: 4px;
    box-sizing: border-box;
  }
}
.NewsDetail .title_day {
  font-size: 13px;
  color: #444;
  text-align: right;
  padding: 10px 20px 15px;
  background-image: linear-gradient(to right, #777, #777 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .NewsDetail .title_day {
    padding: 5px 20px 16px;
    background-image: linear-gradient(to right, #777, #777 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
}
.NewsDetail .btn_content_form a {
  display: block;
  width: 320px;
  margin: 50px auto 0;
  text-align: center;
  color: #000;
  text-decoration: none !important;
  line-height: 1.6;
  font-weight: 500;
  border-radius: 60px;
  border: solid 3px #d9ffe2;
  background: #fdf525;
  transition: all 0.3s;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .NewsDetail .btn_content_form a {
    padding: 10px;
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 768px) {
  .NewsDetail .btn_content_form a {
    padding: 18px;
    font-size: 1.25rem;
  }
}
.NewsDetail .btn_content_form a:hover {
  background: #e4a907;
  opacity: 1;
  transform: scale(1.03);
}
.NewsDetail .nav_content_column {
  margin-top: 40px;
  padding: 15px;
  background: #f9f8f3;
}
@media all and (min-width: 768px) {
  .NewsDetail .nav_content_column {
    padding: 20px 30px;
  }
}
.NewsDetail .nav_content_column dt {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
}
@media all and (min-width: 768px) {
  .NewsDetail .nav_content_column dt {
    font-size: 1.4375rem;
  }
}
@media all and (min-width: 768px) {
  .NewsDetail .nav_content_column ul.link {
    display: flex;
    flex-wrap: wrap;
  }
}
.NewsDetail .nav_content_column ul.link > li {
  left: inherit !important;
  padding-left: 0 !important;
}
@media all and (min-width: 768px) {
  .NewsDetail .nav_content_column ul.link > li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-top: 10px;
  }
  .NewsDetail .nav_content_column ul.link > li:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .NewsDetail .nav_content_column ul.link > li {
    max-width: 400px;
    margin: 0 auto 10px;
  }
}
.NewsDetail .nav_content_column ul.link > li::before {
  display: none;
}
.NewsDetail .nav_content_column ul.link .card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 35px 18px 15px;
  border: solid 1px #000;
  color: #000;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1.6;
  transition: all 0.3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
@media all and (min-width: 768px) {
  .NewsDetail .nav_content_column ul.link .card {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.NewsDetail .nav_content_column ul.link .card:hover {
  background: #f3efda;
  opacity: 1;
  transform: scale(1);
}
.NewsDetail .nav_content_column ul.link .card:before, .NewsDetail .nav_content_column ul.link .card:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.NewsDetail .nav_content_column ul.link .card:before {
  right: 15px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #22be46;
}
.NewsDetail .nav_content_column ul.link .card:after {
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000000;
}
.NewsDetail .nav_content_column ul.link .card .img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.NewsDetail .nav_content_column ul.link .card .text {
  display: inline-block;
  width: 100%;
}
.NewsDetail .nav_content_column ul.link .card ul.cate {
  color: #ff8e0d;
  font-size: 0.8125rem;
  position: relative;
  list-style: none;
  display: inline-block;
}
.NewsDetail .nav_content_column ul.link .card ul.cate > li {
  display: inline-block;
  position: relative;
  padding-left: 0.7em;
  margin-right: 10px;
  font-weight: bold;
}
.NewsDetail .nav_content_column ul.link .card ul.cate > li::before {
  display: none;
}
.NewsDetail .nav_content_column ul.link .card ul.cate > li::after {
  content: "#";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/*------------------------------------------------------------ニュース表示(日付)*/
.news_none {
  margin: 30px auto;
  font-size: 14px;
}

.day-block {
  padding-left: 5px;
}

.day-size {
  font-size: 0.75em;
}

.day-color01 {
  color: #000000;
}

.day-color02 {
  color: #000000;
}

.day-color03 {
  color: #000000;
}

.day-color04 {
  color: #000000;
}

.day-color05 {
  color: #000000;
}

.day-color06 {
  color: #000000;
}

.day-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------ニュース表示(タイトル)*/
.title-color01 {
  color: #333 !important;
}

.title-color02 {
  color: #c51010 !important;
}

.title-color03 {
  color: #105e9f !important;
}

.title-color04 {
  color: #0c7f45 !important;
}

.title-color05 {
  color: #d31264 !important;
}

.title-color06 {
  color: #aeaeae !important;
}

.title-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------文字サイズ*/
span.op_large,
span.op_mideamu,
span.op_small {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}

span.op_large {
  font-size: 22px;
}
span.op_mideamu {
  font-size: 16px;
}
span.op_small {
  font-size: 14px;
}

/*------------------------------------------------------------引っ越しエリア集*/
.title_moving-area {
  position: relative;
  background: linear-gradient(to right, #fde6cb, #ffe08b);
  margin: 0 -20px;
  padding: 30px 20px;
  z-index: 0;
}
.title_moving-area:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../news/images/back_titleline.svg) repeat-x;
  background-size: cover;
  top: 0;
  left: 0;
}
.title_moving-area:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 24px);
  background-color: #e87706;
  top: -12px;
  left: 20px;
}
.title_moving-area .moving-area_thumb {
  display: block;
  position: relative;
  width: 445px;
  height: 163px;
  background: url(../news/images/img_column02.jpg) no-repeat;
  background-size: cover;
  float: right;
  border-radius: 38px;
}
@media screen and (max-width: 767px) {
  .title_moving-area .moving-area_thumb {
    background: url(../news/images/img_column02-sp.png) no-repeat;
    width: 50%;
    top: -20px;
    height: 140px;
  }
}
.title_moving-area .moving-area_thumb:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  border-radius: 38px;
  border: 1px solid #fcc761;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  opacity: 0.5;
}
.title_moving-area h2 {
  position: relative;
  padding-left: 20px;
  font-size: 1.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .title_moving-area h2 {
    font-size: 1.25rem;
  }
}
.title_moving-area h2:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 84px);
  background-color: #e87706;
  top: -42px;
  left: 0px;
}

.div_info_moving-area {
  background-color: #b5eab5;
  border: 1px solid #efefef;
  border-radius: 15px;
  padding: 27px 22px 37px;
}
.div_info_moving-area .list_college_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .div_info_moving-area .list_college_area {
    display: block;
  }
}
.div_info_moving-area .list_college_area li {
  position: relative;
  border-radius: 8px;
  width: calc(50% - 9.5px);
  margin: 21px 19px 21px 0;
  left: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .div_info_moving-area .list_college_area li {
    width: 100%;
    margin-right: 0px;
  }
}
.div_info_moving-area .list_college_area li a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1.125rem;
  color: #204e14;
  font-weight: bold;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .div_info_moving-area .list_college_area li a {
    font-size: 1rem;
    padding-left: 20px 40px;
  }
}
.div_info_moving-area .list_college_area li a:before {
  display: block;
  content: "";
  position: absolute;
}
.div_info_moving-area .list_college_area li a::after {
  display: block;
  content: "";
  position: absolute;
  width: 23.7px;
  height: 23.7px;
  background: url(../news/images/ico_arrow01.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -11.85px;
  right: 21px;
}
.div_info_moving-area .list_college_area li .area_hokkaido:before {
  width: 87px;
  height: 80px;
  background: url(../news/images/ico_hokkaido.svg) no-repeat;
  background-size: contain;
  top: -4.6px;
  left: 12.6px;
}
@media screen and (max-width: 767px) {
  .div_info_moving-area .list_college_area li .area_hokkaido:before {
    width: 67px;
    height: 60px;
    left: 2.5px;
    top: 5px;
  }
}
.div_info_moving-area .list_college_area li .area_tohoku:before {
  width: 41.7px;
  height: 88.4px;
  background: url(../news/images/ico_tohoku.svg) no-repeat;
  background-size: contain;
  top: -8.4px;
  left: 14.7px;
}
@media screen and (max-width: 767px) {
  .div_info_moving-area .list_college_area li .area_tohoku:before {
    width: 27px;
    height: 66.7px;
    left: 15.5px;
    top: 5px;
  }
}
.div_info_moving-area .list_college_area li .area_tokyo:before {
  width: 77.1px;
  height: 32.5px;
  background: url(../news/images/ico_tokyo.svg) no-repeat;
  background-size: contain;
  top: 15.7px;
  left: 9px;
}
@media screen and (max-width: 767px) {
  .div_info_moving-area .list_college_area li .area_tokyo:before {
    width: 57.1px;
    height: 22.5px;
    left: 6.5px;
    top: 20px;
  }
}
.div_info_moving-area .list_college_area li .area_kanto:before {
  width: 67.3px;
  height: 87.7px;
  background: url(../news/images/ico_kanto.svg) no-repeat;
  background-size: contain;
  top: -7.2px;
  left: 12.5px;
}
@media screen and (max-width: 767px) {
  .div_info_moving-area .list_college_area li .area_kanto:before {
    width: 47.3px;
    height: 67.7px;
    left: 8.5px;
    top: 0px;
  }
}
.div_info_moving-area .list_college_area li .area_tokai:before {
  width: 64.7px;
  height: 64.9px;
  background: url(../news/images/ico_tokai.svg) no-repeat;
  background-size: contain;
  top: 11.2px;
  left: 12.8px;
}
@media screen and (max-width: 767px) {
  .div_info_moving-area .list_college_area li .area_tokai:before {
    width: 44.7px;
    height: 44.9px;
    left: 10.5px;
    top: 15px;
  }
}
.div_info_moving-area .list_college_area li .area_kansai:before {
  width: 63.8px;
  height: 86.7px;
  background: url(../news/images/ico_kansai.svg) no-repeat;
  background-size: contain;
  top: -5.2px;
  left: 12.5px;
}
@media screen and (max-width: 767px) {
  .div_info_moving-area .list_college_area li .area_kansai:before {
    width: 43.8px;
    height: 66.7px;
    left: 10.5px;
    top: 5px;
  }
}
.div_info_moving-area .list_college_area li .area_kyushu:before {
  width: 69.8px;
  height: 79.3px;
  background: url(../news/images/ico_kyushu.svg) no-repeat;
  background-size: contain;
  top: -2.6px;
  left: 12.8px;
}
@media screen and (max-width: 767px) {
  .div_info_moving-area .list_college_area li .area_kyushu:before {
    width: 49.8px;
    height: 59.3px;
    left: 5.5px;
    top: 5px;
  }
}
.div_info_moving-area .list_college_area li:nth-child(2n) {
  margin-right: 0px;
}
.div_info_moving-area .list_college_area li:before {
  display: none;
}

/*------------------------------------------------------------引っ越しエリアポップアップ中身*/
.moving-area_popup {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.moving-area_popup .pop_body {
  position: relative;
  background: #fff;
  border: 1px solid #707070;
  padding: 40px 45px 30px;
  max-width: 50%;
  max-height: 70%;
  top: 20%;
  overflow-y: scroll;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .moving-area_popup .pop_body {
    max-width: 90%;
    top: 15%;
    padding: 30px 10px 20px;
  }
}
.moving-area_popup .pop_body .ttl_area {
  text-align: center;
  padding: 0 30px 0 60px;
  color: #204e14;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .moving-area_popup .pop_body .ttl_area {
    font-size: 1.125rem;
    padding: 0 20px 0 40px;
  }
}
.moving-area_popup .pop_body .ttl_area span {
  position: relative;
}
.moving-area_popup .pop_body .list_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 27.5px;
}
@media screen and (max-width: 767px) {
  .moving-area_popup .pop_body .list_area {
    display: block;
  }
}
.moving-area_popup .pop_body .list_area li {
  position: relative;
  width: calc(50% - 11px);
  margin: 12.5px 22px 12.5px 0;
  left: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .moving-area_popup .pop_body .list_area li {
    width: 100%;
    margin-right: 0px;
  }
}
.moving-area_popup .pop_body .list_area li a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 35px 15px;
  padding-right: 53px;
  background-color: #ecfeed;
  box-sizing: border-box;
  font-size: 0.875rem;
  color: #204e14;
  font-weight: bold;
  text-decoration: none !important;
}
.moving-area_popup .pop_body .list_area li a:before {
  display: block;
  content: "";
  position: absolute;
}
.moving-area_popup .pop_body .list_area li a::after {
  display: block;
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  background: url(../news/images/ico_arrow01.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -13.5px;
  right: 21px;
}
.moving-area_popup .pop_body .list_area li:nth-child(2n) {
  margin-right: 0px;
}
.moving-area_popup .pop_body .list_area li:before {
  display: none;
}
.moving-area_popup .show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.moving-area_popup .pop_close {
  position: absolute;
  top: 39px;
  right: 37px;
  width: 23.8px;
  height: 23.8px;
  background: url(../news/images/ico_close.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .moving-area_popup .pop_close {
    width: 20px;
    height: 20px;
    top: 35px;
    right: 20px;
  }
}
.moving-area_popup .ttl_hokkaido span:before {
  display: block;
  content: "";
  position: absolute;
  width: 71px;
  height: 65px;
  background-image: url(../news/images/ico_hokkaido.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .moving-area_popup .ttl_hokkaido span:before {
    width: 51px;
    height: 45px;
    left: -60px;
  }
}
.moving-area_popup .ttl_kanto span:before {
  display: block;
  content: "";
  position: absolute;
  width: 71px;
  height: 65px;
  background-image: url(../news/images/ico_kanto.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  left: -100px;
}
.moving-area_popup .ttl_kansai span:before {
  display: block;
  content: "";
  position: absolute;
  width: 71px;
  height: 65px;
  background-image: url(../news/images/ico_kansai.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  left: -100px;
}

/*------------------------------------------退去セミナー開催*/
.taikyo_box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .taikyo_box {
    display: block;
  }
}

.taikyo_table {
  width: 50% !important;
}
@media screen and (max-width: 767px) {
  .taikyo_table {
    width: 100% !important;
  }
}

.taikyo_onlile {
  background-color: #000;
  color: #fff;
  padding: 2px 12px;
  font-size: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .taikyo_onlile {
    margin-left: 10px;
  }
}

.base_blue_line {
  border: #6fc8df 2px solid;
  border-radius: 10px;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .base_blue_line {
    padding: 7px 10px;
  }
}

.img_taikyo02 {
  width: 65%;
  margin: 0 auto;
  display: block;
  margin-top: -65px;
}
@media screen and (max-width: 767px) {
  .img_taikyo02 {
    width: 100%;
    margin-top: 0;
  }
}

#Modal_company {
  background: #f1f1f1 url(../images/bg_top_top_form.svg);
  background-position: center;
  background-size: 600px auto;
}

#Modal_company_intro {
  /*	background: $color-gray01 url(../images/bg_top_top_form.svg);
  	background-position: center;
  	background-size: 600px auto;*/
  padding: 60px 30px 20px;
}
@media screen and (max-width: 767px) {
  #Modal_company_intro {
    padding: 30px 0px;
  }
}
#Modal_company_intro .h2_block {
  text-align: center;
}
#Modal_company_intro .h2_title {
  display: inline-block;
  font-size: 1.375rem;
  letter-spacing: 0.03em;
  background: linear-gradient(transparent 80%, #F8F140 0%);
}
@media screen and (max-width: 767px) {
  #Modal_company_intro .h2_title {
    font-size: 1.25rem;
  }
}
#Modal_company_intro .company_intro_note {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Modal_company_intro .company_intro_note {
    margin-top: 20px;
    text-align: left;
    font-size: 0.9375rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#Modal_company_intro .company_block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  #Modal_company_intro .company_block {
    padding: 0;
  }
}
#Modal_company_intro .company_block .company_box {
  box-sizing: border-box;
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  position: relative;
  margin-top: 10px;
  padding: 10px 6px 20px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 768px) {
  #Modal_company_intro .company_block .company_box:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #Modal_company_intro .company_block .company_box {
    width: calc((100% - 5px) / 2);
    margin-right: 5px;
    margin-top: 5px;
  }
  #Modal_company_intro .company_block .company_box:nth-of-type(2n) {
    margin-right: 0;
  }
}
#Modal_company_intro .company_block .company_box .img_box {
  margin-right: 20px;
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  #Modal_company_intro .company_block .company_box .img_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #Modal_company_intro .company_block .company_box .img_box {
    min-height: 30px;
    width: 100%;
    padding: 10px 0;
  }
}
#Modal_company_intro .company_block .company_box .img_box img {
  max-height: 130px;
  max-width: 200px;
  width: 90%;
}
#Modal_company_intro .company_block .company_box .title {
  font-size: 0.875rem;
  color: #2fbce7;
  padding-bottom: 6px;
  border-bottom: solid 1px #2fbce7;
}
@media screen and (max-width: 767px) {
  #Modal_company_intro .company_block .company_box .title {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
#Modal_company_intro .company_block .company_box .note {
  margin-top: 14px;
  background: #effbfd;
  padding: 10px 14px 20px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #Modal_company_intro .company_block .company_box .note {
    margin-top: 0;
    padding: 10px 8px 20px;
    font-size: 0.875rem;
    line-height: 1.6em;
  }
}

.modal_btn {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .modal_btn {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.modal_btn a {
  padding: 6px 15px 8px 10px;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 5px;
  background: #1d7acc;
}
.modal_btn a::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  background: #fff;
  width: 6px;
  height: 8px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}/*# sourceMappingURL=style.css.map */