@charset "utf-8";
/*------------------------------------------------------------
        書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}
.fsP2 {
  font-size: 1.16em !important;
}
.fsP3 {
  font-size: 1.24em !important;
}
.fsP4 {
  font-size: 1.32em !important;
}
.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}
.fsM2 {
  font-size: 0.84em !important;
}
.fsM3 {
  font-size: 0.76em !important;
}
.fsM4 {
  font-size: 0.68em !important;
}
.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
        微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
        汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
        headLine01
------------------------------------------------------------*/
#main .headLine01 {
  margin-bottom: 32px;
  color: #3296c8;
  font-size: 16px;
  font-family: Myriad Pro;
  font-weight: normal;
  text-align: center;
}

#main .headLine01 span {
  margin-bottom: 8px;
  padding: 0 10px;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  color: #000;
  line-height: 0.82;
  border-bottom: 1px solid #000;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .headLine01 {
    margin-bottom: 15px;
    font-size: 12px;
  }

  #main .headLine01 span {
    margin-bottom: 3px;
    padding: 0;
    font-weight: bold;
    font-size: 25px;
  }
}

/*------------------------------------------------------------
        headLine02
------------------------------------------------------------*/
#main .headLine02 {
  margin-bottom: 8px;
  font-size: 40px;
  font-family: Myriad Pro;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .headLine02 {
    margin-bottom: 1px;
    font-size: 20px;
    font-weight: bold;
  }
}

/*------------------------------------------------------------
        headLine03
------------------------------------------------------------*/
#main .headLine03 {
  margin: 68px 0 4px;
  font-size: 30px;
  font-family: Myriad Pro;
  letter-spacing: 1px;
  text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .headLine03 {
    margin-top: 37px;
    font-size: 17px;
    font-weight: bold;
  }
}

/*------------------------------------------------------------
        headLine04
------------------------------------------------------------*/
#main .headLine04 {
  margin: 0 75px 10px 85px;
  padding: 8px 72px 2px;
  color: #fff;
  font-size: 20px;
  position: relative;
  letter-spacing: 1px;
  border-radius: 4px;
  background-color: #3296c8;
}

#main .headLine04 span {
  margin-top: -24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #054170;
  font-size: 35px;
  border-radius: 100%;
  border: 6px solid #054170;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -10px;
  font-weight: normal;
  letter-spacing: -2px;
  background-color: #fff;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .headLine04 {
    margin: 0 0 5px 10px;
    padding: 3px 0 2px 30px;
    font-size: 13px;
    font-weight: bold;
  }

  #main .headLine04 span {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0;
    font-size: 19px;
    border: 3px solid #054170;
  }
}

/*------------------------------------------------------------
        comText
------------------------------------------------------------*/
#main .comText {
  margin-bottom: 45px;
  color: 4d4d4d;
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .comText {
    margin-bottom: 22px;
    color: #777;
    font-size: 10px;
  }
}

#main .columnList {
  margin: -19px -28px 50px 0;
}

#main .columnList li {
  margin: 19px 28px 0 0;
  padding-left: 15px;
  width: 511px;
  float: left;
  border-left: 5px solid #f3941e;
  box-sizing: border-box;
  height: 112px;
  overflow: hidden;
}

#main .columnList .staff {
  border-left: 5px solid #29abe2;
}

#main .columnList .system {
  border-left: 5px solid #bb1b21;
}

#main .columnList .case {
  border-left: 5px solid #39b54a;
}

#main .columnList .textBox {
  width: 345px;
  float: left;
}

#main .columnList .tag {
  margin-bottom: 5px;
}

#main .columnList .tag a {
  display: inline-block;
  padding: 6px 0 3px 0;
  min-width: 130px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  display: inline-block;
  border-radius: 7px;
  background-color: #f7931e;
}

#main .columnList .staff .tag a {
  background-color: #29abe2;
}

#main .columnList .system .tag a {
  background-color: #bb1b21;
}

#main .columnList .case .tag a {
  background-color: #39b54a;
}

#main .columnList .tag a:hover {
  opacity: 0.7;
}

#main .columnList .ttl {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
}

#main .columnList .text {
  font-size: 14px;
  line-height: 1.7;
}

#main .columnList .text a {
  text-decoration: underline;
}

#main .columnList .text a:hover {
  text-decoration: none;
}

#main .columnList .photoBox {
  margin-top: -28px;
  float: right;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .columnList {
    margin: -20px 0 0;
  }

  #main .columnList li {
    margin: 20px 0 0;
    padding: 3px 0 0 7px;
    width: auto;
    border-width: 3px !important;
  }

  #main .columnList .textBox {
    padding-right: 100px;
    width: auto;
    float: none;
  }

  #main .columnList .tag {
    margin-bottom: 13px;
  }

  #main .columnList .tag a {
    padding: 4px 5px 1px;
    min-width: 90px;
    font-size: 12px;
    border-radius: 4px;
    box-sizing: border-box;
  }

  #main .columnList .ttl {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
  }

  #main .columnList .text {
    font-size: 12px;
    line-height: 1.5;
  }

  #main .columnList .photoBox {
    margin-top: 0;
    width: 90px;
    float: right;
  }

  #main .columnList .photoBox img {
    width: 90px;
  }
}

#main .moreLink {
  font-size: 16px;
  text-align: center;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
}

#main .moreLink a {
  padding: 10px 0 4px;
  display: block;
}

#main .moreLink span {
  padding-left: 30px;
  background: url(/wp-content/themes/xecin/img/column/more_img.gif) no-repeat left center;
}

#main .moreLink a:hover {
  opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .moreLink {
    font-size: 12.5px;
  }

  #main .moreLink a {
    padding: 8px 0;
  }

  #main .moreLink span {
    padding-left: 20px;
    background-size: 14px auto;
  }
}

#main .comLink {
  box-sizing: border-box;
  text-align: center;
  background-color: #054170;
}

#main .comLink a {
  padding: 11px 13px 7px 0;
  color: #fff;
  font-size: 15px;
  display: block;
}

#main .comLink span {
  padding-left: 32px;
  display: inline-block;
  background: url(/wp-content/themes/xecin/img/works/link_bg.gif) no-repeat left top;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .comLink a {
    padding: 13px 0;
    font-size: 13px;
  }

  #main .comLink span {
    padding-left: 18px;
    background: url(/wp-content/themes/xecin/img/works/link_bg.gif) no-repeat left 5px;
    background-size: 10px 10px;
  }
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.9;
  display: none;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
