@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------
hpbparts
--------------------------------------------*/
/******************************
* float clear
******************************/
.clear {
  clear: both;
}

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

.clearfix {
  zoom: 1;
  /* for IE6 */
}

/******************************
* レイアウト コンテナ (div)
******************************/
/* 飾りなし 幅自動 */
.parts-cnt-01 {
  margin: 0px;
  padding: 0px;
  border: none;
  width: auto;
  float: none;
  clear: both;
}

/* 飾りなし 幅60px */
.parts-cnt-01-060 {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 60px;
  float: left;
}

/* 飾りなし 幅120px */
.parts-cnt-01-120 {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 120px;
  float: left;
}

/* 飾りなし 幅180px */
.parts-cnt-01-180 {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 180px;
  float: left;
}

/* 飾りなし 幅240px */
.parts-cnt-01-240 {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 240px;
  float: left;
}

/* 飾りなし 幅360px */
.parts-cnt-01-360 {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 360px;
  float: left;
}

/* 線囲み 幅自動 */
.parts-cnt-02 {
  margin: 0px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  width: auto;
  float: none;
  clear: both;
}

/* 線囲み 幅60px */
.parts-cnt-02-060 {
  margin: 0px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  width: 60px;
  float: left;
}

/* 線囲み 幅120px */
.parts-cnt-02-120 {
  margin: 0px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  width: 120px;
  float: left;
}

/* 線囲み 幅180px */
.parts-cnt-02-180 {
  margin: 0px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  width: 180px;
  float: left;
}

/* 線囲み 幅240px */
.parts-cnt-02-240 {
  margin: 0px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  width: 240px;
  float: left;
}

/* 線囲み 幅360px */
.parts-cnt-02-360 {
  margin: 0px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  width: 360px;
  float: left;
}

/******************************
* 見出し (h1-h6)
******************************/
/* 飾りなし */
.parts-hl-01 {
  margin: 0px;
  padding: 0px 0.2em;
  border: none !important;
  line-height: 1.2em;
}

/* 下線 1 */
.parts-hl-02 {
  margin: 0px;
  padding: 0px 0.2em;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-left-style: none !important;
  line-height: 1.2em;
}

/* 下線 2 (2重線) */
.parts-hl-03 {
  margin: 0px;
  padding: 0px 0.2em;
  border-bottom-width: 3px !important;
  border-bottom-style: double !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-left-style: none !important;
  line-height: 1.2em;
}

/* 線囲み 1 */
.parts-hl-04 {
  margin: 0px;
  padding: 0px 0.2em;
  border-width: 1px !important;
  border-style: solid !important;
  line-height: 1.2em;
}

/* 線囲み 2 (2重線) */
.parts-hl-05 {
  margin: 0px;
  padding: 0px 0.2em;
  border-width: 3px !important;
  border-style: double !important;
  line-height: 1.2em;
}

/* 飾りつき 1 (左■付き) */
.parts-hl-06 {
  margin: 0px;
  padding: 0px 0px 0px 0.2em;
  border-left-width: 1.2em !important;
  border-left-style: solid !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  line-height: 1.2em;
}

/* 飾りつき 2 (左■付き＆下線) */
.parts-hl-07 {
  margin: 0px;
  padding: 0px 0px 0px 0.2em;
  border-left-width: 1.2em !important;
  border-left-style: solid !important;
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  border-top-style: none !important;
  border-right-style: none !important;
  line-height: 1.2em;
}

/* 飾りつき 3 (左■付き＆線囲み) */
.parts-hl-08 {
  margin: 0px;
  padding: 0px 0px 0px 0.2em;
  border-style: solid !important;
  border-width: 2px 2px 2px 1.2em !important;
  line-height: 1.2em;
}

/******************************
* 文章枠 (div)
******************************/
/* 装飾なし */
.parts-cbox-01 {
  margin: 0px;
  padding: 5px;
  border: none;
}

/* 線囲み 1 (実線) */
.parts-cbox-02 {
  margin: 0px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
}

/* 線囲み 2 (点線) */
.parts-cbox-03 {
  margin: 0px;
  padding: 4px;
  border-width: 1px;
  border-style: dotted;
}

/* 線囲み 3 (2重線) */
.parts-cbox-04 {
  margin: 0px;
  padding: 2px;
  border-width: 3px;
  border-style: double;
}

/******************************
* 写真/画像 (img)
******************************/
/* 余白なし */
.parts-img-01 {
  margin: 0px;
  padding: 0px;
  border: none;
  float: left;
}

/* 余白あり */
.parts-img-02 {
  margin: 0px;
  padding: 5px;
  border: none;
  float: left;
}

/* 写真ボックス 左寄せ配置用 */
.parts-img-03 {
  margin: 0px 5px 0px 0px !important;
  padding: 5px;
  border: none;
  float: left;
}

/* 写真ボックス 右寄せ配置用 */
.parts-img-04 {
  margin: 0px 0px 0px 5px !important;
  padding: 5px;
  border: none;
  float: right;
}

/* 複数写真ボックス 左端用 */
.parts-img-05 {
  margin: 0px;
  padding: 5px;
  border: none;
  float: left;
  clear: both;
}

/* 複数写真ボックス 2列目用 */
.parts-img-06 {
  margin: 0px;
  padding: 5px 5px 5px 0px;
  border: none;
  float: left;
}

/* 複数写真ボックス 左端・2行目用 */
.parts-img-07 {
  margin: 0px;
  padding: 0px 5px 5px 5px;
  border: none;
  float: left;
  clear: both;
}

/* 複数写真ボックス 2行目用 */
.parts-img-08 {
  margin: 0px;
  padding: 0px 5px 5px 0px;
  border: none;
  float: left;
}

/******************************
* 水平線 (hr)
******************************/
/* 水平線 1 (実線・細) */
.parts-hr-01 {
  margin: 0.5em 0px;
  border-width: 1px 0px 0px 0px !important;
  border-top-style: solid !important;
}

/* 水平線 2 (実線・太) */
.parts-hr-02 {
  margin: 0.5em 0px;
  border-width: 2px 0px 0px 0px;
  border-top-style: solid;
}

/* 水平線 3 (点線・細) */
.parts-hr-03 {
  margin: 0.5em 0px;
  border-width: 1px 0px 0px 0px;
  border-top-style: dotted;
  height: 0px;
}

/* 水平線 4 (点線・太) */
.parts-hr-04 {
  margin: 0.5em 0px;
  border-width: 2px 0px 0px 0px;
  border-top-style: dotted;
  height: 0px;
}

/* 水平線 5 (破線・細) */
.parts-hr-05 {
  margin: 0.5em 0px;
  border-width: 1px 0px 0px 0px;
  border-top-style: dashed;
}

/* 水平線 6 (破線・太) */
.parts-hr-06 {
  margin: 0.5em 0px;
  border-width: 2px 0px 0px 0px;
  border-top-style: dashed;
}

/* 水平線 7 (2重線) */
.parts-hr-07 {
  margin: 0.5em 0px;
  border-width: 3px 0px 0px 0px;
  border-top-style: double;
}

/******************************
* 写真ボックス (div)
******************************/
/* 飾りなし */
.parts-pbox-01 {
  margin: 5px;
  padding: 0px;
  border: none;
  text-align: left;
  width: auto;
  float: none;
  clear: both;
}

/* 飾りなし 画像幅60px */
.parts-pbox-01-060 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 70px;
  float: left;
}

/* 飾りなし 画像幅120px */
.parts-pbox-01-120 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 130px;
  float: left;
}

/* 飾りなし 画像幅180px */
.parts-pbox-01-180 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 190px;
  float: left;
}

/* 飾りなし 画像幅240px */
.parts-pbox-01-240 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 250px;
  float: left;
}

/* 線囲み */
.parts-pbox-02 {
  margin: 4px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: auto;
  float: none;
}

/* 線囲み 画像幅60px */
.parts-pbox-02-060 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 70px;
  float: left;
}

/* 線囲み 画像幅120px */
.parts-pbox-02-120 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 130px;
  float: left;
}

/* 線囲み 画像幅180px */
.parts-pbox-02-180 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 190px;
  float: left;
}

/* 線囲み 画像幅240px */
.parts-pbox-02-240 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 250px;
  float: left;
}

/* 写真ボックス用 文章領域 */
.parts-pbox-desc {
  margin: 0px;
  padding: 5px 5px 0px 5px;
  border: none;
}

/******************************
* 複数写真ボックス (div)
******************************/
/* 飾りなし 画像幅60px 横2x縦1 */
.parts-mpbox-01-2060 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 135px;
  float: left;
}

/* 飾りなし 画像幅60px 横3x縦1 */
.parts-mpbox-01-3060 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 200px;
  float: left;
}

/* 飾りなし 画像幅60px 横4x縦1 */
.parts-mpbox-01-4060 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 265px;
  float: left;
}

/* 飾りなし 画像幅120px 横2x縦1 */
.parts-mpbox-01-2120 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 255px;
  float: left;
}

/* 飾りなし 画像幅120px 横3x縦1 */
.parts-mpbox-01-3120 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 380px;
  float: left;
}

/* 飾りなし 画像幅120px 横4x縦1 */
.parts-mpbox-01-4120 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 505px;
  float: left;
}

/* 飾りなし 画像幅180px 横2x縦1 */
.parts-mpbox-01-2180 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 375px;
  float: left;
}

/* 飾りなし 画像幅180px 横3x縦1 */
.parts-mpbox-01-3180 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 560px;
  float: left;
}

/* 飾りなし 画像幅180px 横4x縦1 */
.parts-mpbox-01-4180 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 745px;
  float: left;
}

/* 飾りなし 画像幅240px 横2x縦1 */
.parts-mpbox-01-2240 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 495px;
  float: left;
}

/* 飾りなし 画像幅240px 横3x縦1 */
.parts-mpbox-01-3240 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 740px;
  float: left;
}

/* 飾りなし 画像幅240px 横4x縦1 */
.parts-mpbox-01-4240 {
  margin: 5px;
  padding: 0px 0px 5px 0px;
  border: none;
  text-align: left;
  width: 985px;
  float: left;
}

/* 線囲み 画像幅60px 横2x縦1 */
.parts-mpbox-02-2060 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 135px;
  float: left;
}

/* 線囲み 画像幅60px 横3x縦1 */
.parts-mpbox-02-3060 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 200px;
  float: left;
}

/* 線囲み 画像幅60px 横4x縦1 */
.parts-mpbox-02-4060 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 265px;
  float: left;
}

/* 線囲み 画像幅120px 横2x縦1 */
.parts-mpbox-02-2120 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 255px;
  float: left;
}

/* 線囲み 画像幅120px 横3x縦1 */
.parts-mpbox-02-3120 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 380px;
  float: left;
}

/* 線囲み 画像幅120px 横4x縦1 */
.parts-mpbox-02-4120 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 505px;
  float: left;
}

/* 線囲み 画像幅180px 横2x縦1 */
.parts-mpbox-02-2180 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 375px;
  float: left;
}

/* 線囲み 画像幅180px 横3x縦1 */
.parts-mpbox-02-3180 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 560px;
  float: left;
}

/* 線囲み 画像幅180px 横4x縦1 */
.parts-mpbox-02-4180 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 745px;
  float: left;
}

/* 線囲み 画像幅240px 横2x縦1 */
.parts-mpbox-02-2240 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 495px;
  float: left;
}

/* 線囲み 画像幅240px 横3x縦1 */
.parts-mpbox-02-3240 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 740px;
  float: left;
}

/* 線囲み 画像幅240px 横4x縦1 */
.parts-mpbox-02-4240 {
  margin: 4px;
  padding: 0px 0px 5px 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 985px;
  float: left;
}

/******************************
* バナーリスト
******************************/
/* 文字型 1 */
.parts-blist-01 {
  margin: 0px;
  padding: 0px;
}

.parts-blist-01 ul {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  list-style-type: none;
  text-align: center;
}

.parts-blist-01 li {
  padding: 0px 5px 5px 5px;
}

.parts-blist-01 li a {
  display: block;
  margin: 0px;
  padding: 5px;
  text-decoration: none;
  border-style: none;
}

/* 文字型 2 */
.parts-blist-02 {
  margin: 0px;
  padding: 0px;
}

.parts-blist-02 ul {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  list-style-type: none;
  text-align: center;
}

.parts-blist-02 li {
  padding: 0px 5px 5px 5px;
}

.parts-blist-02 li a {
  display: block;
  margin: 0px;
  padding: 5px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
}

/* 文字型 3 */
.parts-blist-03 {
  margin: 0px;
  padding: 0px;
}

.parts-blist-03 ul {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  list-style-type: none;
  text-align: center;
}

.parts-blist-03 li {
  padding: 0px 5px 5px 5px;
}

.parts-blist-03 li a {
  display: block;
  margin: 0px auto;
  padding: 5px;
  text-decoration: none;
  border-left-width: 2em;
  border-left-style: solid;
  border-right-width: 2em;
  border-right-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* 画像付き 1 */
.parts-blist-04 {
  margin: 0px;
  padding: 0px;
}

.parts-blist-04 ul {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  list-style-type: none;
  text-align: left;
}

.parts-blist-04 li {
  padding: 0px 5px 5px 5px;
}

.parts-blist-04 li a {
  display: block;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border-style: none;
  height: 30px;
}

.parts-blist-04 li a img {
  margin: 0px;
  padding: 0px 5px 0px 0px;
  border: none;
  vertical-align: middle;
}

/* 画像付き 2 */
.parts-blist-05 {
  margin: 0px;
  padding: 0px;
}

.parts-blist-05 ul {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  list-style-type: none;
  text-align: left;
}

.parts-blist-05 li {
  padding: 0px 5px 5px 5px;
}

.parts-blist-05 li a {
  display: block;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  height: 30px;
}

.parts-blist-05 li a img {
  margin: 0px;
  padding: 0px 5px 0px 0px;
  border: none;
  vertical-align: middle;
}

/******************************
* デフォルトスタイル設定
******************************/
.parts-cnt-style {
  text-align: left;
}

.parts-hl-style {
  border-color: #cccccc;
}

.parts-cbox-style {
  text-align: left;
}

.parts-hr-style {
  clear: both;
}

.parts-pbox-style {
  border-color: #cccccc;
}

/*-------------------------------------------
container
--------------------------------------------*/
/* 要素リセット */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 92%;
  font-family: "Noto Sans CJK JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  color: #666666;
  /* 標準文字色 */
  min-width: 900px;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html: \66irst-child body {
  /*font-size: 70%;*/
}

/* end */
img {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}

/*共通*/
.fr.between {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.fr.start {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.fr.reverse {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fr.wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fr.center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.fr.hcenter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.fr.bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.fr.top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

/*--------------------------------------------------------
レイアウト設定
--------------------------------------------------------*/
#container {
  background-image: url(../images/fbg_1A.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  position: relative;
  /*	font-size: 1.2em;*/
}

#header {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  height: 96px;
}

#inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.single-seminar-cont.layoutset-01 #wrapper,
.page.layoutset-01 #wrapper {
  width: 650px;
  padding-top: 53px;
}

.home.layoutset-01 #title {
  height: 220px;
  margin: 0px;
  padding: 0;
}

#main {
  width: 650px;
  text-align: left;
}

.layoutset-01 #main {
  padding-top: 20px;
}

#aside {
  width: 220px;
  padding-bottom: 50px;
}

.single-seminar-cont.layoutset-01 #aside,
.page.layoutset-01 #aside {
  margin-top: 20px;
}

#footer {
  width: 900px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-top: 50px;
}

.layoutset-01 #nav {
  width: 900px;
  margin: 0 auto;
  height: 38px;
  overflow: hidden;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cccccc;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  * {
    box-sizing: border-box;
  }
  #container {
    background-image: url(../images/fbg_1A.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
    /*	font-size: 1.2em;*/
  }
  #header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  #inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
  }
  .page.layoutset-01 #wrapper,
  .page.layoutset-01 #wrapper {
    width: 100%;
    padding-top: 53px;
  }
  .home.layoutset-01 #title {
    height: 150px;
    margin: 0px;
    padding: 0;
  }
  #main {
    width: auto;
    text-align: left;
  }
  #main * {
    box-sizing: border-box;
  }
  .layoutset-01 #main {
    padding-top: 20px;
    padding: 20px 20px;
  }
  #aside {
    background-color: #f4f4f4;
    width: auto;
    padding-bottom: 20px;
  }
  #aside * {
    box-sizing: border-box;
  }
  .single-seminar-cont.layoutset-01 #aside,
  .page.layoutset-01 #aside {
    margin-top: 20px;
  }
  #footer {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-top: 20px;
    background-image: url(../images/fbg_1A.png);
    background-position: top left;
    background-repeat: repeat-x;
    position: relative;
  }
  .layoutset-01 #nav {
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    height: 38px;
    -webkit-overflow-scrolling: touch;
  }
}

/*--------------------------------------------------------
デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.top-image {
  display: none;
}

.page-seminar .top-image,
.home .top-image {
  display: block;
}

.single-seminar-cont.layoutset-01,
.page.layoutset-01 {
  background-image: url(../images/bg_1A_01_02.png);
  background-position: top left;
  background-repeat: repeat-x;
}

.page-seminar.layoutset-01,
.home.layoutset-01 {
  background-image: url(../images/bg_1A_01_01.png);
  background-position: top left;
  background-repeat: repeat-x;
}

/* コンテンツ配置領域 */
/* ナビゲーション */
#nav ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  list-style-type: none;
  text-align: left;
}

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

#nav li {
  float: left;
  display: inline;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
}

* html #nav li {
  /* ie6用ハック */
  width: 127px;
}

#nav li a {
  display: block;
  height: 37px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 20px;
}

* html #nav li a {
  /* ie6用ハック */
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

#nav li span.en {
  display: none;
}

#nav a:link {
  background-image: url(../images/mainmenu_1A_01.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#nav a:visited {
  background-image: url(../images/mainmenu_1A_01.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#nav a:hover {
  background-image: url(../images/mainmenu_1A_01_on.png);
  background-position: left top;
  background-repeat: repeat-x;
}

#nav a:active {
  background-image: url(../images/mainmenu_1A_01_on.png);
  background-position: left top;
  background-repeat: repeat-x;
}

* html #nav li a:link {
  /* ie6用ハック */
  background-image: url(../images/mainmenu_1A_01.png);
  background-position: top right;
  background-repeat: no-repeat;
}

* html #nav li a:visited {
  /* ie6用ハック */
  background-image: url(../images/mainmenu_1A_01.png);
  background-position: top right;
  background-repeat: no-repeat;
}

* html #nav li a:hover {
  /* ie6用ハック */
  background-image: url(../images/mainmenu_1A_01_on.png);
  background-position: left right;
  background-repeat: repeat-x;
}

* html #nav li a:active {
  /* ie6用ハック */
  background-image: url(../images/mainmenu_1A_01_on.png);
  background-position: left right;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  /* ナビゲーション */
  #nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #nav ul {
    display: flex;
    width: 768px;
  }
  .single-seminar-cont #nav ul,
  .page-seminar #nav ul,
  .page-seminar-child #nav ul {
    width: 500px;
  }
  #nav ul li {
    white-space: nowrap;
  }
  #nav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .top-image {
    display: none;
  }
  .home .top-image {
    display: block;
  }
  .single-seminar-cont.layoutset-01,
  .page.layoutset-01 {
    background-image: none;
    background-position: top left;
    background-repeat: repeat-x;
  }
  .home.layoutset-01 {
    background-image: none;
    background-position: top left;
    background-repeat: repeat-x;
  }
}

/*-------------------------------------------
home_main
--------------------------------------------*/
/*--------------------------------------------------------
共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#headerMain {
  height: 19px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#headerMain h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
  line-height: 18px;
  font-size: 10px;
  color: #ffffff;
  /* ヘッダー説明文文字色 */
}

#headerLogo {
  width: 800px;
  float: left;
}

#headerLogo a {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 75px;
  background-image: url(../images/home_logo_1A.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.single-seminar-cont #headerLogo a,
.page-seminar-child #headerLogo a,
.page-seminar #headerLogo a {
  background-image: url(../images/logo_1A.png);
}

#headerExtra1 {
  width: 30px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  float: right;
}

#headerExtra1 p.tel {
  /* 電話番号の文字設定 */
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.7em;
  font-weight: bold;
  color: #3fafde;
  line-height: 1.2;
  text-align: right;
}

#headerExtra1 p.tel span {
  /* 電話番号の「TEL」文字設定 */
  color: #cccccc;
}

#headerExtra1 p.address {
  /* 住所文字設定 */
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.2;
  text-align: right;
}

@media screen and (max-width: 767px) {
  /* ヘッダー内パーツ */
  #headerMain {
    height: 19px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  #headerMain h1 {
    background-color: #0e345f;
    padding: 2px 20px;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    font-size: 10px;
  }
  #headerLogo {
    width: auto;
    float: none;
  }
  #headerLogo a {
    padding: 0 20px;
    display: block;
    text-indent: 0;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #157daa;
    text-decoration: none;
    background-image: none;
    font-size: 18px;
  }
  .single-seminar-cont #headerLogo a,
  .page-seminar-child #headerLogo a,
  .page-seminar #headerLogo a {
    background-image: none;
    font-size: 17px;
  }
  #headerExtra1 {
    width: 30px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
  }
  #headerExtra1 p.tel {
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.7em;
    font-weight: bold;
    color: #05417a;
    line-height: 1.2;
    text-align: right;
  }
  #headerExtra1 p.tel span {
    /* 電話番号の「TEL」文字設定 */
    color: #cccccc;
  }
  #headerExtra1 p.address {
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.2;
    text-align: right;
  }
}

/* フッター内パーツ */
#footerMain {
  width: 300px;
  float: right;
  padding-top: 35px;
}

#footerMain p {
  /* コピーライト文字設定 */
  font-size: 0.8em;
  text-align: right;
}

#footerExtra1 {
  padding-top: 9px;
}

#footerExtra1 ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}

#footerExtra1 li {
  /* フッターナビ設定 */
  display: inline;
  background-image: url(../images/fpoint_1A.png);
  background-position: 7px 4px;
  background-repeat: no-repeat;
  padding-left: 23px;
  padding-right: 10px;
  font-weight: bold;
}

#footerExtra1 a:link {
  color: #666666;
  text-decoration: none;
}

#footerExtra1 a:visited {
  color: #666666;
  text-decoration: none;
}

#footerExtra1 a:hover {
  color: #05417a;
  text-decoration: none;
}

#footerExtra1 a:active {
  color: #05417a;
  text-decoration: none;
}

/* サイドブロック内パーツ */
#banner {
  margin-top: 0px;
  background-color: #f4f4f4;
  padding-top: 10px;
}

#banner ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

#banner li {
  padding-bottom: 10px;
}

#banner li a {
  display: block;
  width: 200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
  overflow: hidden;
}

#banner li high {
  display: block;
  width: 200px;
  height: 167px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
  overflow: hidden;
}

#banner a#banner-a {
  /* 製品一覧バナー */
  background-image: url(../images/home_top_banner_1A_01.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

#banner a#banner-b {
  /* 採用情報バナー */
  background-image: url(../images/home_top_banner_1A_02.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#banner a#banner-c {
  /* アクセスバナー */
  background-image: url(../images/home_top_banner_1A_03.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#banner a#banner-d {
  /* アクセスバナー */
  background-image: url(../images/home_top_banner_1A_06.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#banner a#banner-e {
  /* アクセスバナー*/
  background-image: url(../images/home_top_banner_1A_05.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 167px;
}

#banner a#banner-f {
  /* アクセスバナー*/
  background-image: url(../images/home_top_banner_1A_07.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 86px;
}

#banner a#banner-g {
  /* アクセスバナー*/
  background-image: url(../images/home_top_banner_1A_08.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 71px;
}

#banner a#banner-h {
  /* アクセスバナー*/
  background-image: url(../images/home_top_banner_1A_09.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 105px;
}


#banner p {
  padding: 0 0 10px;
  margin: 0;
}
#banner p a {
  margin: 0 auto 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #0e549b;
  background: -moz-linear-gradient(top, #0e549b 0%, #05417a 100%);
  background: -webkit-linear-gradient(top, #0e549b 0%, #05417a 100%);
  background: linear-gradient(to bottom, #0e549b 0%, #05417a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e549b', endColorstr='#05417a',GradientType=0 );
  width: 200px;
  height: 70px;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  /* フッター内パーツ */
  #footerMain {
    width: auto;
    float: none;
    padding-top: 0;
  }
  #footerMain p {
    /* コピーライト文字設定 */
    font-size: 0.8em;
    text-align: center;
  }
  #footerExtra1 {
    padding-top: 9px;
  }
  /* サイドブロック内パーツ */
  #banner {
    margin-top: 0px;
    background-color: #f4f4f4;
    padding-top: 20px;
  }
  #banner ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
  }
  #banner li {
    padding-bottom: 10px;
  }
  #banner li a {
    display: block;
    width: 200px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    overflow: hidden;
  }
  #banner a#banner-a {
    /* 製品一覧バナー */
    background-image: url(../images/home_top_banner_1A_01.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
  #banner a#banner-b {
    /* 採用情報バナー */
    background-image: url(../images/home_top_banner_1A_02.jpg);
    background-position: top left;
    background-repeat: no-repeat;
  }
  #banner a#banner-c {
    /* アクセスバナー */
    background-image: url(../images/home_top_banner_1A_03.jpg);
    background-position: top left;
    background-repeat: no-repeat;
  }
  #banner a#banner-d {
    /* アクセスバナー */
    background-image: url(../images/home_top_banner_1A_04.jpg);
    background-position: top left;
    background-repeat: no-repeat;
  }
  #banner b#banner-e {
    /* アクセスバナー */
    background-image: url(../images/home_top_banner_1A_05.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 167px;
  }
  #banner a#banner-f {
    /* アクセスバナー*/
    background-image: url(../images/home_top_banner_1A_07.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 86px;
  }
  #banner a#banner-g {
    /* アクセスバナー*/
    background-image: url(../images/home_top_banner_1A_08.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 71px;
  }
  #banner a#banner-h {
    /* アクセスバナー*/
    background-image: url(../images/home_top_banner_1A_09.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 105px;
  }
}


/*--------------------------------------------------------
ナビゲーションデザイン設定
--------------------------------------------------------*/
#nav li a {
  /* ナビゲーション文字設定 */
  font-weight: bold;
}

#nav li a:link {
  color: #666666;
  text-decoration: none;
}

/* ナビゲーション文字色設定 */
#nav li a:visited {
  color: #666666;
  text-decoration: none;
}

#nav li a:hover {
  color: #ffffff;
  text-decoration: none;
}

#nav li a:action {
  color: #ffffff;
  text-decoration: none;
}

#nav li span.en {
  display: none;
}

#nav li span.current {
  color: #cc3300;
}

/*--------------------------------------------------------
基本パーツデザイン設定
--------------------------------------------------------*/
/* リンク文字色 */
a:link {
  color: #05417a;
  text-decoration: underline;
}

a:visited {
  color: #05417a;
  text-decoration: underline;
}

a:hover {
  color: #0e549b;
  text-decoration: none;
}

a:active {
  color: #0e549b;
  text-decoration: none;
}

#main a[target="_blank"] {
  background: url(../images/external.gif) no-repeat right center;
  padding-right: 18px;
  margin-right: 3px;
}

#skip {
  /* ヘッダースキップの非表示 */
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}

p {
  margin-top: 0.5em;
  margin-bottom: 2em;
  padding-right: 0.1em;
  padding-left: 0.1em;
  line-height: 1.8;
  text-align: left;
  font-size: 13px;
}

p.large {
  color: #0e549b;
  font-weight: bold;
}

p.indent {
  padding-left: 25px;
}
p.indent span {
  display: inline-block;
  width: 12em;
  text-align: right;
}

p.small {
  font-size: 12px;
}
p.small img {
  margin-left: 20px;
}

.left {
  float: left;
}

.right {
  float: right;
}

hr {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  clear: both;
  border-top-width: 1px;
  border-top-style: none;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-left-style: none;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: none;
}

.single-seminar-cont.layoutset-01 h2,
.page.layoutset-01 h2 {
  background-image: url(../images/content_title_1A.png);
  width: 650px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: 0;
  height: 50px;
  line-height: 57px;
  text-align: left;
  overflow: hidden;
}

.single-seminar-cont.layoutset-01 h2 span.ja,
.page.layoutset-01 h2 span.ja {
  font-size: 1em;
  color: #ffffff;
  padding-right: 10px;
  line-height: 50px;
  padding-left: 18px;
}

h2 span.en {
  font-size: 0.7em;
  color: #b1cce4;
  line-height: 50px;
}

.single-seminar-cont.layoutset-01 #main h3,
.page.layoutset-01 #main h3 {
  margin-top: 0.5em;
  margin-bottom: 15px;
  text-align: left;
  padding-top: 3px;
  padding-left: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #05417a;
  font-size: 1.2em;
  color: #0e345f;
}

.home.layoutset-01 #main h3 {
  color: #fff;
  border-bottom: 0;
  font-size: 1em;
}

h3.c-index {
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
}

h4 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 2px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  color: #05417a;
}

h5 {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 25px;
  text-align: left;
  background-image: url(../images/point_1A.png);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  font-size: 1em;
  line-height: 1.2;
  color: #05417a;
}

table {
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 0;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cccccc;
}

table th {
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
  background-color: #eeeeee;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

table td {
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

/* フォームパーツ設定 */
input.button {
  margin-top: 10px;
  margin-bottom: 15px;
}

textarea {
  width: 400px;
  height: 200px;
}

input.l {
  width: 400px;
}

input.m {
  width: 250px;
}

input.s {
  width: 150px;
}

/* メインコンテンツ内基本パーツ */
#main ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

#main ul li {
  text-align: left;
  line-height: 1.6;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 25px;
  background-image: url(../images/point_1A.png);
  background-position: 0px 15px;
  background-repeat: no-repeat;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #dddddd;
  color: #000000;
  font-size: 14px;
}

#main dl {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  zoom: 100%;
}

#main dt {
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  font-weight: bold;
  width: 170px !important;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 25px;
  background-image: url(../images/point_1A.png);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  color: #0e549b;
}

#main dd {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  padding-left: 195px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #dddddd;
}

*:first-child + html #main dd {
  /* for IE7 */
  padding-left: 10px;
  min-height: 20px;
}

* html #main dd {
  /* for IE6 */
  height: 20px;
  padding-left: 0px;
}

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

#main img.left {
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

#main img.right {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
}

#main #news {
  padding-bottom: 50px;
}

#pagetop {
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: right;
}

#pagetop a {
  /* ページの先頭へのリンク設定 */
  display: block;
  margin-left: auto;
  width: 125px;
  height: 21px;
  overflow: hidden;
  background-image: url(../images/returnTop_1A.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -9999px;
}

/* トップページ デザイン定義 */
.page-seminar.layoutset-01 #title h2,
.home.layoutset-01 #title h2 {
  margin: 0 auto;
  width: 900px;
  overflow: hidden;
  text-indent: -9999px;
  height: 220px;
  background-image: url(../images/home_top_mainimg_1A_01.png);
  background-position: center -2px;
  background-repeat: no-repeat;
}

.page-seminar.layoutset-01 #title h2 {
  background-image: url(../images/top_mainimg_1A_01.png);
  background-position: center -4px;
  height: 219px;
}

.home.layoutset-01 #toppage-topics h3,
.page-seminar.layoutset-01 #toppage-topics h3,
#toppage-topics h3,
#toppage-news h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0 0 0 10px;
  height: 26px;
  overflow: hidden;
  background-image: url(../images/top_indexBg_1A.png);
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: 0;
  line-height: 28px;
  text-align: left;
  color: #ffffff;
  font-size: 1em;
}

#toppage-news h3 span.ja {
  display: none;
}

#inner #companyinfo {
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #f3f3f3;
}

#inner #companyinfo h3 {
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 5px;
  background-color: #0e549b;
  font-size: 1em;
}

#inner #companyinfo p {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 5px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  p.indent {
    line-height: 1.8;
    padding-left: 0px;
  }
  .single-seminar-cont.layoutset-01 h2,
  .page.layoutset-01 h2 {
    background-image: url(../images/content_title_1A.png);
    width: auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
  }
  .single-seminar-cont.layoutset-01 h2 span,
  .page.layoutset-01 h2 span {
    line-height: 40px;
  }
  .page-seminar.layoutset-01 #title h2 {
    background-image: url(../images/top_mainimg_1A_01.png);
    background-position: center -4px;
    height: 219px;
  }
  .single-seminar-cont.layoutset-01 h2 span.ja,
  .page.layoutset-01 h2 span.ja {
    font-size: 0.8em;
    color: #ffffff;
    padding-right: 10px;
    line-height: 40px;
    padding-left: 18px;
  }
  .single-seminar-cont.layoutset-01 h2 span.en,
  .page.layoutset-01 h2 span.en {
    font-size: 0.6em;
  }
  /* トップページ デザイン定義 */
  .page-seminar.layoutset-01 #title h2,
  .home.layoutset-01 #title h2 {
    width: auto;
    text-indent: 0;
    height: 150px;
    background-image: url(../images/home_top_mainimg_1A_01.png);
    background-position: center center;
    background-size: cover;
  }
  .page-seminar.layoutset-01 #title h2 {
    background-image: url(../images/top_mainimg_1A_01.png);
  }
  #toppage-topics h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 26px;
    overflow: hidden;
    background-image: url(../images/top_indexBg_1A.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 1.2em;
  }
  #toppage-news h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 26px;
    overflow: hidden;
    background-image: url(../images/top_indexBg_1A.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 1.2em;
  }
  #toppage-news h3 span.ja {
    display: none;
  }
  #inner #companyinfo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  #inner #companyinfo h3 {
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 5px;
    background-color: #0e549b;
    font-size: 1em;
  }
  #inner #companyinfo p {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
  }
}

/*-------------------------------------------
user
--------------------------------------------*/
/*--------------------------------------------------------
フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/
.parts-cnt-style {
  border-color: #05417a;
}

.parts-hl-style {
  border-color: #05417a;
}

.parts-cbox-style {
  border-color: #05417a;
}

.parts-hr-style {
  border-color: #05417a;
}

.parts-pbox-style {
  background-color: #f4f4f4;
  border-color: #dddddd;
}

.parts-pbox-style h4 {
  padding: 0px !important;
}

.parts-pbox-style img {
  background-color: #f4f4f4;
}

.parts-blist-style {
  background-color: #f3f3f3;
  border-color: #0e549b;
}

a.parts-blist-style:link {
  color: #666666;
}

a.parts-blist-style:visited {
  color: #666666;
}

a.parts-blist-style:hover {
  color: #0e549b;
}

a.parts-blist-style:active {
  color: #0e549b;
}

/*--------------------------------------------------------
ユーザー設定スタイル
--------------------------------------------------------*/
#main .plink {
  margin-bottom: 20px;
}
#main .plink ul {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
#main .plink ul li {
  border-bottom-width: 0;
}

@media screen and (max-width: 767px) {
  #main .plink ul {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  #main .plink ul li {
    border-bottom-width: 1px;
  }
}

/***研究会**********/
.single-seminar-cont .indent img {
  margin-left: 10px;
}

table.non,
table.non th,
table.non td {
  border: none;
}

/***ログイン**********/
.swpm-remember-me,
.swpm-remember-me,
.swpm-forgot-pass-link,
.swpm-join-us-link {
  display: none;
}

.page-login .swpm-login-form-inner {
  display: flex;
  flex-wrap: wrap;
}
.page-login .swpm-login-form-inner > div:nth-child(odd) {
  width: 100px;
}
.page-login .swpm-login-form-inner > div:nth-child(even) {
  width: calc(100% - 100px);
}
.page-login .swpm-login-form-inner > div.swpm-password-input {
  width: 220px;
}
.page-login .swpm-login-form-inner .swpm-before-login-submit-section {
  display: none;
}
.page-login .swpm-login-form-inner .swpm-login-submit {
  width: 100px;
}

.swpm-login-widget-action-msg {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .swpm-login-submit {
    width: 100% !important;
    text-align: center;
  }
}

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