@charset "utf-8";

/*  =============================================================

　　共通モジュール設定

============================================================= */


/*  全体・コンテナー 設定
--------------------------------------------- */


/*  カラー 設定
-------------------------- */
/* ベースカラー */
.clrTxt { color: #6c5776 !important; }
.clrBg  { background-color: #6c5776 !important; }
.clrBd  { border-color: #6c5776 !important; }
.clrBgBT:after { border-top-color: #6c5776 !important; }
.clrBgBL:after { border-left-color: #6c5776 !important; }
.clrBgBTRL:after {
  border-color: #6c5776 !important;
  border-bottom-color: transparent !important;
}
.tblStyleMain > li { border-color: #6c5776 !important; }

/* バックグラウンドカラー */
.clrBgSub { background-color: #f1eff2 !important; }
/* .tblStyleMain dt { background-color: #f1eff2 !important; } */

/* ハイライトカラー */
.clrHlTxt { color: #6c5776 !important; }
.clrHlBg  { background-color: #6c5776 !important; }
.clrHlBd  { border-color: #6c5776 !important; }

/*  テキスト 設定
-------------------------- */

/* 赤色 */
.txtRed {
  color: #d90000;
}

/* 灰色 */
.txtGrey {
  color: #666;
}


/*  フォーム 設定
-------------------------- */

.boxInput {
  margin: 0 0 30px;
}

.boxInput > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.boxInput > ul > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  margin: 6px 15px;
}

table .boxInput {
  margin-bottom: 0;
}

table .boxInput > ul > li {
  margin: 5px;
}

/* -- ラジオボタン -- */

.boxInput input[type=radio] {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
}

.boxInput input[type=radio] + label {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}



/*  コンテンツ　設定
--------------------------------------------- */


/*  ボタン
-------------------------- */
.btnEntry a,
.btnEntry span {
  display: block;
  position: relative;
  padding: 0.8em 1.5em 0.8em 2em;;
  background-color: #aaa;
  border-radius: 6px;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}

.btnEntry.arw a,
.btnEntry span {
  background-image: url(../img/icn-arw-medium.png);
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: 1em 50%;
}

.btnEntry a:hover {
  opacity: .7;
  text-decoration: none;
}

.btnEntry.large a,
.btnEntry.large span {
  display: inline-block;
  position: relative;
  padding: 0.8em 4.2em 0.8em 5.1em;
  border-radius: 6px;
  font-size: 2.0em;
  font-weight: bold;
  color: #fff;
}

.btnEntry.large.arw a,
.btnEntry.large.arw span {
  background-size: 1em auto;
  background-position: 3em 50%;
}



.btn > * {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  padding: 3px 5px;
  border: 1px solid #ff4d4d;
  border-radius: 4px;
  background-color: #ff4d4d;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: -0.1px;
  line-height: 1.4em;
}

.btn a {
  cursor: pointer;
}

.btn a:hover {
  opacity: .7;
}

/* 中サイズ */
.btn.middle {
  margin: 10px 0;
}

.btn.middle > *,
.btn.middle.arw > * {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  min-width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 2px;
}

.btn.middle > *:before,
.btn.middle > *:after,
.btn.middle.arw > *:before,
.btn.middle.arw > *:after {
  margin-top: -11px;
  margin-right: -4px;
  border-width: 11px;
}

/* 大サイズ */
.btn.large {
  margin: 40px 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;
}

.btn.large > * {
  min-width: 520px;
  padding: 16px 30px;
  border-radius: 5px !important;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.boxColumnList .btn.large {
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
}

.boxColumnList .btn.large > * {
  width: auto;
  min-width: 80%;
  padding: 20px;
}

#main .boxColumnList .btn.large > * {
  width: 100%;
  min-width: 0;
}


/* 矢印付き */
.btn.arw > * {
  display: block;
  position: relative;
  padding: 15px 50px 15px 15px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
}

.btn.arw > *:before,
.btn.arw > *:after {
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -13px;
  border-radius: 10px;
  border-top: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #fff;
  background: none !important;
  content: "";
}

.btn.arw > *:before {
  border-left-color: #fff;
}

.btn.arw > *:after {
  right: 7px;
  border-left-color: #ff4d4d;
}


/*  アイコン
-------------------------- */

/* -- 矢印アイコン -- */

.icn.arw {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  padding-left: 12px;
}

/* 矢印 */
.icn.arw:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 4px 6px 4px 6px;
  border-color: transparent transparent transparent #333;
  border-style: solid;
  content: "";
}

.icn.arw.white:before {
  border-left-color: #fff;
}

.icn.arw.small:before {
  top: 6px;
  border-width: 3px 5px 3px 5px;
}


/* PDFアイコン */

a[href$=".pdf"] {
  display: inline-block;
  padding-left: 30px;
  background: url(../img/icn-pdf.png) no-repeat left center;
  background-size: auto 100%
}

/*  バナー
-------------------------- */

.bnr {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: opacity .4s ease-in-out;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}

.bnr:hover {
  opacity: .8;
}

.bnr.round {
  padding: 15px 20px;
  border-radius: 6px;
}


/*  テーブル
-------------------------- */

table {
  width: 100%;
  margin: 40px 0;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
  font-size: .95em;
  line-height: 1.5em;
}

table caption {
  padding: 0 3px 10px;
  font-weight: bold;
  font-size: 1.05em;
}

table tr {
  border-top: 1px solid #ccc;
}

table th,
table td {
  padding: 10px 15px;
  background: #fff;
  vertical-align: top;
}

table.txtC th,
table.txtC td {
  text-align: center;
}

table th {
  width: 230px;
  background: #faf7f2;
  font-weight: bold;
}

table td {
  padding-right: 10px;
  padding-left: 10px;
}

table td p {
  margin: 0;
  padding-top: 20px;
}

table td p:first-child {
  padding-top: 0;
}

table ul {
  padding: 5px 0;
}

table li {
  padding-top: 15px;
}

table li:first-child {
  padding-top: 0;
}

table dl dd {
  font-size: .88em;
}

table a {
  text-decoration: underline;
}

table a:hover {
  text-decoration: none;
}


/* ---- テーブルスタイル02 ---- */

table.tableStyle02 {
  margin-top: 25px;
}

table.tableStyle02 th,
table.tableStyle02 td {
  padding: 12px 15px;
}

table.tableStyle02 th {
  width: auto;
  background: #666;
  color: #fff;
  text-align: center;
}

table.tableStyle02 td {
  vertical-align: middle;
}

table.tableStyle02 td:first-child {
  width: 58px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

table.tableStyle02 td:first-child + td {
  width: 130px;
}

table.tableStyle02 .ttlMain {
  font-weight: bold;
}

table.tableStyle02 .ttlMain a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
}

table.tableStyle02 .txtCont {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .85em;
}

table.tableStyle02 .txtCont + .tag {
  margin-left: 0;
}

table.tableStyle02 .tag {
  margin-bottom: 5px;
}


/*  セクション
-------------------------- */

.boxSection {
}

.boxSection .boxSectionMain,
.boxSection .boxSectionSide {
  float: left;
  width: 50%;
}

.boxSection .boxSectionMain.fltR,
.boxSection .boxSectionSide.fltR {
  width: 36.5%;
  padding-left: 50px;
}

.boxSection .boxSectionMain.fltL,
.boxSection .boxSectionSide.fltL {
  width: 63.5%;
}

.boxSection > p,
.boxSection .boxInner > p,
.boxSection .boxTxtArea > p {
  padding-top: 22px;
  line-height: 1.9em;
}

.boxSection > p:first-child,
.boxSection .boxInner > p:first-child,
.boxSection .boxTxtArea > p:first-child {
  padding-top: 0 !important;
}

.boxSection > .boxInner {
  padding-top: 35px;
  padding-bottom: 35px;
}


/*  フレームエリア
-------------------------- */

.boxFrame {
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
}


/*  2カラム一覧
-------------------------- */

.boxTwoColumn {
  margin: 40px 0;
}

.boxTwoColumn:first-child {
  margin-top: 60px;
}

.boxTwoColumn a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  text-decoration: underline;
}

.boxTwoColumn a:hover {
  text-decoration: none;
}

/* -- リスト -- */

.boxTwoColumn > ul {
  margin-bottom: -1px;
  font-size: .98em;
  line-height: 1.6em;
}

.boxTwoColumn > ul > li {
  overflow: hidden;
  padding: 20px 0;
}

/* -- タイトル -- */

.boxTwoColumn .boxTitle {
  float: left;
  width: 17%;
}

.boxTwoColumn .boxTitle h2 {
  font-weight: bold;
}

/* -- 内容 -- */

.boxTwoColumn .boxCont {
  float: left;
  width: 83%;
  padding-left: 15px;
}

.boxTwoColumn .boxCont li {
  padding-top: 15px;
}

.boxTwoColumn .boxCont li:first-child {
  padding-top: 0;
}


/*  リスト
-------------------------- */

/* -- 箇条書きリスト -- */

.boxDotList {
  margin: 20px 0;
}

.boxDotList ul {
  padding-left: 1.5em;
}

.boxDotList ul li:before {
  margin-left: -1.5em;
  padding-right: 5px;
  content: "・";
}

.boxDotList ul li ul {
  padding-top: 2px;
  padding-left: 2.5em;
}

/* -- 箇条書きリスト（横並び） -- */

.boxDotList .floatList,
.boxNumList .floatList {
  margin: 0;
}

.boxDotList ul.floatList {
  padding-left: 1.5em;
}

.boxDotList .floatList li {
  float: left;
  margin-right: 30px;
}

/* -- 順序付きリスト -- */

.boxNumList {
  margin: 20px 0;
}

.boxNumList ol {
  padding-left: 1.5em;
}

.boxNumList ol li {
  list-style-type: decimal;
}

.boxNumList ol li ul li {
  list-style: none;
}

.boxNumList ol li ol {
  padding-top: 2px;
}

/* -- 矢印付きリスト -- */

.boxArwList {
  margin: 20px 0;
}

.boxArwList ul {
}

.boxArwList li {
  margin-bottom: 5px;
}

.boxArwList.icnArw a {
  color: #202020;
}

.boxArwList.icnArw a:before {
  top: 8px;
}

/* firefox用 */
@-moz-document url-prefix() {
  .boxArwList.icnArw a:before {
    top: 9px;
  }
}

/* -- 定義リスト -- */

.boxDlList dl {
  margin: 20px 0;
}

.boxDlList dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.boxDlList dl .boxDotList,
.boxDlList dl .boxNumList {
  margin: 0;
}



/*  サムネイル
-------------------------- */

/* ------ 帯タイトル ------ */

.ttlObi {
  display: block;
  padding: 8px 15px;
  font-size: .95em;
  font-weight: bold;
  letter-spacing: -.05em;
}

.ttlObi.arw {
  position: relative;
}

.ttlObi.arw:before {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-radius: 2px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.ttlObi.bgEm {
  background: #d60000;
  color: #fff;
}

.ttlObi.bgEm.arw:after {
  border-left-color: #d60000;
}

.ttlObi.bgBase {
  background: rgba(0,0,0,.7);
}

.ttlObi.bgBase.arw:after {
  border-left-color: rgba(0,0,0,.7);
}

.boxThumb {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
}

.boxThumb .ttlObi {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
