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

	通常レイアウト

======================================= */
/* ヘッダー透過バック色設定 */
header {
  background-color: #00082d;
  filter: none;
  -ms-filter: none;
}
.mainImageArea {
  height: auto;
}
/* -----------------------------------------------------
インフォメーション
-------------------------------------------------------*/
.sp {
  display: none;
}
.infoContents {
  margin: 50px 0;
}
/*タイトル*/
.information {
  font-size: 15px;
  background-image: url(/member/commonImg/icon_information.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px auto;
  padding: 10px 0 10px 40px;
  margin: 30px 0 10px;
}
.informationLink li {
  float: none !important;
  width: 100%;
  padding: 0;
  margin: 0;
}
/*リスト リンクなし*/
.informationLink li.nolink {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 30px 10px;
  border-bottom: 1px solid #cccccc;
  line-height: 1;
  box-sizing: border-box;
}
/*リスト ページリンク*/
.informationLink li a {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 30px 10px;
  background-image: url(/member/commonImg/icon_redArrow2x.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: 99% center;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease !important;
  -moz-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease !important;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease !important;
  -ms-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease !important;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease !important;
}
/*リスト PDFリンク*/
.informationLink li.listPdf a {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 28px 10px 19px;
  border-bottom: 1px solid #cccccc;
  background-image: none;
}
.informationLink a:hover {
  background-color: #eee;
}
/*リスト内文字　日付*/
.informationLink span {
  font-weight: bold;
  display: inline-block;
  min-width: 7em;
}
/*リスト内文字　会員専用*/
.informationLink span.members {
  font-weight: normal;
  display: inline-block;
  min-width: 0em;
  border: 1px solid #03050e;
  background-color: #5d5552;
  color: #fff;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 2px;
}
/*リスト内文字　PDF容量*/
.pdfLink {
  font-size: 10px;
  font-weight: normal !important;
}
/*リスト内　PDF画像*/
.pdfLink img {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  padding: 0 10px;
}
/* -----------------------------------------------------
戻るボタン
-------------------------------------------------------*/
.backBtn {
  text-align: left;
  margin: 30px 0;
}
.backBtn a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  background-image: url(/member/commonImg/icon_back.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 40px;
}
.backBtn a:hover {
  opacity: 0.6;
  text-decoration: none;
}

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

タブレットレイアウト　748〜980pxまでの大きさ

======================================= */
@media screen and (max-width: 980px) {
/* -----------------------------------------------------
インフォメーション（タブレット）
-------------------------------------------------------*/
.infoContents {
  margin: 30px 0;
}
/*タイトル*/
.information {
  font-size: 13px;
  background-size: 24px auto;
  padding: 10px 0 10px 34px;
  margin: 20px 0 10px;
}
/*リスト リンクなし*/
.informationLink li.nolink {
  font-size: 13px;
  padding: 30px 10px;
}
/*リスト ページリンク*/
.informationLink li a {
  font-size: 13px;
  padding: 30px 10px;
}
/*リスト PDFリンク*/
.informationLink li.listPdf a {
  font-size: 13px;
  padding: 27px 10px 26px;
}
/*リスト内文字　日付*/
.informationLink span {
  min-width: 7em;
}
/*リスト内文字　会員専用*/
.informationLink span.members {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 2px;
}
/*リスト内文字　PDF容量*/
.pdfLink {
  font-size: 10px;
}
/*リスト内　PDF画像*/
.pdfLink img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  padding: 0 10px;
}
}

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

スマートフォンレイアウト　767pxまでの大きさ
ランドスケープ表示

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

@media screen and (max-width: 767px) {
/* -----------------------------------------------------
インフォメーション（SP）
-------------------------------------------------------*/
.sp {
  display: block;
}
.allWidth {
  margin: 0 auto;
}
.allWidth h2 {
  margin: 0;
}
.allWidthSp {
  margin: 30px auto;
}
.infoContents {
  margin: 20px 0;
}
/*タイトル*/
.information {
  font-size: 13px;
  background-size: 24px auto;
  padding: 10px 0 10px 34px;
  margin-bottom: 10px !important;
}
.informationLink li {
  position: relative;
}
.informationLink li:first-child {
  border-top: 1px solid #cccccc;
}
/*リスト リンクなし*/
.informationLink li.nolink {
  font-size: 13px;
  padding: 20px 10px;
}
/*リスト ページリンク*/
.informationLink li a {
  font-size: 13px;
  padding: 20px 10px;
}
/*リスト PDFリンク*/
.informationLink li.listPdf a {
  font-size: 13px;
  padding: 20px 60px 20px 10px;
}
/*リスト内文字　日付*/
.informationLink span {
  font-size: 10px;
  min-width: 7em;
  padding-bottom: 15px;
  padding-left: 10px;
}
/*リスト内文字　会員専用*/
.informationLink span.members {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 2px;
}
/*リスト内文字　PDF容量*/
.pdfLink {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 30px;
  text-align: center;
  min-width: 0 !important;
  padding: 0 !important;
}
/*リスト内　PDF画像*/
.pdfLink img {
  width: 20px;
  display: block;
  margin: 0 auto 2px;
  padding: 0 10px;
}
/* -----------------------------------------------------
戻るボタン
-------------------------------------------------------*/
.backBtn {
  text-align: left;
  margin: 20px 0 0;
}
.backBtn a {
  background-image: url(/member/commonImg/icon_leftArrow.png);
  background-position: 15px center;
  background-color: #eee;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 20px 10px 35px;
  display: inline-block;
  font-size: 12px;
}
.backBtn a:hover {
  opacity: 1;
}
}
