@charset "utf-8";
/*------------------------------------------------------------
コンテンツ背景設定
------------------------------------------------------------*/
.bg_dot {
  background: url("../img/dot_bg.gif") top left repeat;
}

/*------------------------------------------------------------
コンテンツラッパー基本設定
------------------------------------------------------------*/
.cts_switch {
  padding: 20px;
}

@media all and (min-width: 960px) {
  .cts_switch {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
  }
}
/*------------------------------------------------------------
ページタイトル
------------------------------------------------------------*/
.page_ttl {
  padding: 20px;
  background: url("../img/flash_bg.gif") center center;
  background-size: cover;
}
.page_ttl h2 {
  font-size: 2.0rem;
  text-align: center;
}
.page_ttl p {
  margin-top: 8px;
  color: #111;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}

@media all and (min-width: 960px) {
  .page_ttl {
    padding: 60px 0;
  }
  .page_ttl h2 {
    font-size: 3.0rem;
    text-align: center;
  }
  .page_ttl p {
    color: #111;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
見出し設定
------------------------------------------------------------*/
/* アイコン的な役割 */
.ttl_icons {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  background-color: #1663b2;
  display: inline-block;
  color: #eaff00;
}

@media all and (min-width: 960px) {
  .ttl_icons {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
/* 装飾無し見出し Lv1 */
.ttl_lv01 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}

@media all and (min-width: 960px) {
  .ttl_lv01 {
    font-size: 3.4rem;
    font-weight: bold;
  }
}
/* ボーダー付き見出し Lv2 */
.ttl_lv02 {
  padding-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: #111 solid 2px;
}

@media all and (min-width: 960px) {
  .ttl_lv02 {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: #111 solid 4px;
  }
}
/* 枠線付き見出し */
.ttl_border {
  padding: 10px;
  border: #111 solid 2px;
}
.ttl_border h2 {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

@media all and (min-width: 960px) {
  .ttl_border {
    padding: 20px;
    border: #111 solid 4px;
  }
  .ttl_border h2 {
    font-size: 2.4rem;
  }
}
/*------------------------------------------------------------
テキスト設定
------------------------------------------------------------*/
.txt_lv01 {
  font-size: 1.2rem;
  font-weight: bold;
}

@media all and (min-width: 960px) {
  .txt_lv01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.txt_lv02 {
  font-size: 1.4rem;
  font-weight: bold;
}

@media all and (min-width: 960px) {
  .txt_lv02 {
    font-weight: bold;
  }
}
/*------------------------------------------------------------
リンク設定
------------------------------------------------------------*/
.link_lv01 a {
  font-weight: bold;
  color: #111;
  text-decoration: none;
}

.link_lv01 a:hover {
  text-decoration: underline;
}

.link_lv02 a {
  font-weight: bold;
  color: #111;
  text-decoration: underline;
}

.link_lv02 a:hover {
  text-decoration: none;
}

.link_lv03 a {
  font-weight: bold;
  color: #1663b2;
  text-decoration: none;
  font-size: 1.8rem;
}

.link_lv03 a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------
マージン設定
------------------------------------------------------------*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

/*# sourceMappingURL=parts.css.map */
