@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * フォント設定
 */

/* ゴシック体 */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../_font/NotoSans/NotoSansCJKjp-Light.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../_font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('../_font/NotoSans/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../_font/NotoSans/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../_font/NotoSans/NotoSansCJKjp-Black.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Black.otf') format('opentype');
}

/* 明朝体 */

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Light.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Regular.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Medium.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-SemiBold.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Bold.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Black.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Black.otf') format('opentype');
}

/** ***************************************************************************
 * 全体
 */

body {
  color: #505050;
  font: 16px/1.6 'NotoSansCJKjp', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-size-adjust: 100%;
  position: relative;
  z-index: 1;
  background: #85c0c4 url("../_image/bg.png") no-repeat;
  background-size:cover;
  background-position:center;
}

a[href] {
  text-decoration: none;
  transition: color 0.3s ease-in-out 0.0s;
  color: #1D33BA;
}

a[href]:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  body {
    font-size: 14px;
    background: url("../_image/bg-sp.png") no-repeat;
    background-size:cover;
    background-position:center;
  }

}

/** ***************************************************************************
 * 表示／非表示
 * ************************************************************************* */

.sp {
  display: none !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

}


/** ***************************************************************************
 * サイトコンテンツ
 * ************************************************************************* */

#body {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

div.body {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#body {
  position: relative;
  z-index: 1;
}

}

/** ***************************************************************************
 * ヘッダー
 * ************************************************************************* */

#header {
  width: 100%;
  position: relative;
  z-index: 2;
}

#header div.body {
  max-width: 1300px;
  padding: 0 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#header div.body {
  max-width: 1230px;
  padding: 0 30px;
}

}

/** ***************************************************************************
 * ビジュアルタイトル
 */

#header .title {
  width: 100%;
  text-align: center;
}

#header .title img {
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .title img {
  width: 286px;
}

}


/** ***************************************************************************
 * ロゴ
 */

#header .logo {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

#header .logo img {
  margin:0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .logo {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

#header .logo img {
  width: 318px;
  margin: 0 auto;
}

}

/** ***************************************************************************
 * メイン
 * ************************************************************************* */

#main {
  position: relative;
  font-size: 22px;
}

#main div.body {
  max-width: 1230px;
  padding: 0 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main div.body {
  max-width: 1230px;
  padding: 0 20px;
}
}

/** ***************************************************************************
 * フッター
 * ************************************************************************* */

#footer {}

#footer div.body {
  position: relative;
  max-width: 1230px;
  padding-left:30px;
  padding-right:30px;
  padding-top: 100px;
  padding-bottom: 70px;
}

#footer .text {
  text-align: center;
}

#footer .text ~ .text {
  margin-top: 70px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer {}

#footer div.body {
  position: relative;
  max-width: 1230px;
  padding-left:30px;
  padding-right:30px;
  padding-top: 50px;
  padding-bottom: 45px;
}

#footer .text ~ .text {
  margin-top: 30px;
}

#footer .text .img-1 {
  width: 285px;
  margin: 0 auto;
}

#footer .text .img-2 {
  width: 189px;
  margin: 0 auto;
}

}