@charset "utf-8";

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

　　共通設定

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


/*  全体　基本設定
--------------------------------------------- */

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

body {
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.4em;
  letter-spacing: -.02em;
  line-height: 1.5;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
  color: #111;
}

p {
  margin-bottom: 1.5em;
}

/*  画像 基本設定
-------------------------- */

img {
  vertical-align: top;
  border: none;
}

/* スマホ用 */
.mediaSP {
  display: none;
}


/*  リンク 基本設定
-------------------------- */

a {
  display: inline-block;
  outline: none;
  color: #007fae;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
	transition: all 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
button,
select,
textarea {
  border-radius: 0 !important;
  padding: 5px;
  background: #fff;
  font-size: 1em;
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  padding: 0;
  font-size: 1.2em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border: 1px solid #bbb;
}

select {
  min-width: 200px;
  height: 30px;
  padding: 0;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 120px;
  line-height: 1.6em;
}


/*　コンテナー　設定
--------------------------------------------- */

#container {
  position: relative;
  width: 100% !important;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding-bottom: 261px;
}

#content {
}

.boxInner {
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}


/*  ヘッダー 設定
--------------------------------------------- */

#header {
  position: relative;
  background: #fff;
  border-top: 6px solid #ccc;
}

#header #title {
  letter-spacing: -.4em;
}

#header #title > * {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: normal;
}

#header p {
  position: relative;
  width: 168px;
  padding: 1em 0 0;
  line-height: 1.2;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 100;
}

#header p span {
  padding: 2em 0;
  font-size: 0.8em;
}

#header p:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 84px solid #ccc;
  border-top: 106px solid #ccc;
  border-bottom: 28px solid transparent;
  content: "";
  z-index: -1;
}

#header h1 {
  padding: 0 0 0 1em;
  font-size: 1.7em;
}

#header h1 a:hover {
  opacity: 0.7;
  text-decoration: none;
}


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

#mainvisual {
  background: url(../img/bg-main.png) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#mainvisual img {
  width: 90%;
  max-width: 869px;
  padding: 7em 0 9em;
}


/*  Content Main
----------------------------------- */
#contentMain {
  margin-top: -90px;
  padding-bottom: 20px;  
  font-size: 1.1em;
}

#contentMain.noNavi {
  margin-top: 20px;
}

#contentMain img {
  max-width: 100%;
}


/*  Content Bottom
----------------------------------- */

#contentBtm {
}



/*  フッター 設定
--------------------------------------------- */

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 261px;
  line-height: 1.6em;
}

/* -------- フッター上部 -------- */

#footerTop {
  background: #f3f3f3;
}


#footerTop .boxInner {
  padding: 40px 0;
}

/* ---- Footer Logo ---- */

#footer .boxFooterLogo {
  text-align: center;
  letter-spacing: -.4em
}

#footer .boxFooterLogo > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
}

#footer .boxFooterLogo img {
  width: 209px;
  margin: 0 50px 10px 0;
}


/* -------- フッター下部 -------- */

#footerBtm {
  background: #333;
}

#footerBtm .boxInner {
  padding: 15px 0;
  text-align: center;
  color: #fff;
}

/* ---- Copyright ---- */

#footer  #copyright {
  display: block;
  font-size: .9em;
  line-height: 1.6em;
  letter-spacing: .05em;
}

/* ---- Page Top ---- */

#footer #pagetop {
  display: block;
  position: fixed;
  top: auto !important;
  right: 20px;
  bottom: 25px;
  z-index: 50;
  width: 46px;
  height: 46px;
}

#footer #pagetop a {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
  transition: opacity .3s ease-in-out;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 100%;
  background: #333;
}

#footer #pagetop a:before,
#footer #pagetop a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -14px;
  margin-left: -10px;
  border-top: 9px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 9px solid #fff;
  border-left: 10px solid transparent;
  border-radius: 3px;
  content: "";
}

#footer #pagetop a:after {
  margin-top: -12px;
  border-bottom-color: #333;
}

#footer #pagetop a:hover {
  opacity: .6;
}

#footer #pagetop a span {
  display: none;
}
