@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : useful_common.css
 author     : Ability Consultant
 style info : お役立ち情報共通
=================================================================== */
.con_flow {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_flow {
    width: 95%;
  }
}

/* Hover animation */
/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-bottom: 1.5em;
  }
}
.con_intro .st_title {
  margin-bottom: 54px;
}
.con_intro .txt_lg {
  margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_lg {
    margin-bottom: 0.8em;
  }
}
.con_intro .txt {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 108%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    margin-bottom: 1.5em;
  }
}

/* -----------------------------------------------------------
	con_flow
----------------------------------------------------------- */
.con_flow .box_flow {
  width: 83.09524%;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow {
    width: 100%;
  }
}
.con_flow .box_flow p {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow p {
    font-weight: normal;
  }
}
.con_flow .box_flow p.tit {
  font-size: 170%;
  background: #e7c1b4;
  color: #222222;
  padding: .7em 0 .7em 1.7em;
  margin-bottom: 23px;
  letter-spacing: .15em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow p.tit {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow p.tit {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow p.tit {
    margin-bottom: 1em;
  }
}
.con_flow .box_flow p.txt {
  font-size: 108%;
  line-height: 1.875;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow p.txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow p.txt {
    font-size: 100%;
  }
}
.con_flow .box_flow .box_txt {
  background: url(../useful/schedule/images/ic_arror.png) repeat-y;
  background-position: top right;
  width: 92.55014%;
  margin: auto;
  padding-bottom: 51px;
  padding-right: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow .box_txt {
    padding-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_txt {
    padding-bottom: 4em;
  }
}
.con_flow .box_flow .box_txt ul {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_txt ul {
    margin-bottom: 0.5em;
  }
}
.con_flow .box_flow .box_txt ul li {
  position: relative;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 124%;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_txt ul li {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow .box_txt ul li {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_txt ul li {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_txt ul li {
    margin-top: 0.5em;
  }
}
.con_flow .box_flow .box_txt ul li:first-child {
  margin-top: 0;
}
.con_flow .box_flow .box_txt ul li:before {
  position: absolute;
  content: "\f373";
  font-family: ionicons;
  top: 0;
  left: 0;
  color: #222222;
}
.con_flow .box_flow .box_txt ul li span {
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_txt ul li span {
    padding-left: 1.5em;
  }
}
.con_flow .box_flow .txt_ad {
  text-align: left;
}

/* -----------------------------------------------------------
	背景の矢印
----------------------------------------------------------- */
.bg1 {
  background-position-y: 7% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg1 {
    background-position-y: 3% !important;
  }
}
@media only screen and (max-width: 767px) {
  .bg1 {
    background-position-y: 7% !important;
  }
}

.bg2 {
  background-position-y: 7% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg2 {
    background-position-y: 3% !important;
  }
}
@media only screen and (max-width: 767px) {
  .bg2 {
    background-position-y: 0 !important;
  }
}

.bg3 {
  background-position-y: 7% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg3 {
    background-position-y: 7% !important;
  }
}
@media only screen and (max-width: 767px) {
  .bg3 {
    background-position-y: 0 !important;
  }
}

.bg4 {
  background-position-y: 1% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg4 {
    background-position-y: 2% !important;
  }
}
@media only screen and (max-width: 767px) {
  .bg4 {
    background-position-y: 0 !important;
  }
}

.bg5 {
  background-position-y: 17% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg5 {
    background-position-y: 3% !important;
  }
}
@media only screen and (max-width: 767px) {
  .bg5 {
    background-position-y: 12% !important;
  }
}

.bg6 {
  background-position-y: 17% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg6 {
    background-position-y: 13% !important;
  }
}
@media only screen and (max-width: 767px) {
  .bg6 {
    background-position-y: 9% !important;
  }
}

.bg7 {
  background: none !important;
}
