@charset "UTF-8";
/* CSS Document */
/*================================================
  base
================================================*/
html {
  font-size: 62.5%; /* フォントサイズ:10px */
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  color: #333333;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

h1 {
  font-size: 4.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.6rem;
  }
}

img {
  outline: none;
  border-style: none;
}

a {
  color: inherit;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}
a img {
  color: inherit;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main p {
  margin-bottom: 0;
}
main p + p {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  main p + p {
    margin-top: 20px;
  }
}
main ul {
  list-style-type: disc;
  padding-left: 20px;
}
main ol {
  list-style-type: decimal;
  padding-left: 20px;
}
main a {
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .only__pc {
    display: none; /* PCのみ表示・改行 */
  }
}
@media screen and (max-width: 767px) {
  .only__tb-pc {
    display: none; /* PC・タブレットのみ表示・改行 */
  }
}
@media screen and (min-width: 1025px) {
  .only__sp-tb {
    display: none; /* タブレット・スマホのみ表示・改行 */
  }
}
@media screen and (min-width: 768px) {
  .only__sp {
    display: none; /* スマホのみ表示・改行 */
  }
}
/*================================================
  共通モジュール
================================================*/
/* ---------------------------------------
  コンテナ
--------------------------------------- */
.common__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .common__inner {
    padding: 60px 20px;
  }
}
.common__inner--S {
  padding: 40px 20px;
}
@media screen and (max-width: 1024px) {
  .common__inner--S {
    width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .common__inner--S {
    padding: 20px 20px;
  }
}

/* ---------------------------------------
  フレックスボックス
--------------------------------------- */
.common__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .common__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common__col:last-of-type {
    margin-bottom: 0;
  }
}
.common__col + .common__col {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .common__col + .common__col {
    margin-top: 0;
  }
}

.common__col__2 {
  width: 100%;
  max-width: 48.047%;
  margin-right: 3.906%;
  position: relative;
  min-height: 0%;
}
@media screen and (max-width: 767px) {
  .common__col__2 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.common__col__2:nth-child(2n) {
  margin-right: 0;
}

.common__col__3 {
  width: 100%;
  max-width: 30.664%;
  margin-right: 3.906%;
  min-height: 0%;
}
@media screen and (max-width: 767px) {
  .common__col__3 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.common__col__3:nth-child(3n) {
  margin-right: 0;
}

/* ---------------------------------------
  大見出し
--------------------------------------- */
.common__headingL {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .common__headingL {
    font-size: 3.6rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .common__headingL {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------
  中見出し
--------------------------------------- */
.common__headingM {
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
  position: relative;
}
.common__headingM::after {
  position: absolute;
  content: " ";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  width: 100px;
  border-bottom: 4px solid #3d85c6;
}
@media screen and (max-width: 1024px) {
  .common__headingM {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .common__headingM {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------
  小見出し
--------------------------------------- */
.common__headingS {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 7px;
  margin-bottom: 30px;
  border-bottom: 4px solid #d5d5d5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .common__headingS {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .common__headingS {
    font-size: 1.7rem;
  }
}
.common__headingS a {
  color: #2653e0;
}
.common__headingS::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  width: 100px;
  background-color: #3d85c6;
  bottom: -4px;
}
@media screen and (max-width: 1024px) {
  .common__headingS::after {
    width: 80px;
  }
}
.common__headingS__number {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  background-color: #3d85c6;
  height: 28px;
  width: 28px;
  line-height: 28px !important;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .common__headingS__number {
    font-size: 1.6rem;
    height: 23px;
    width: 23px;
    line-height: 23px !important;
  }
}
@media screen and (max-width: 767px) {
  .common__headingS__number {
    font-size: 1.3rem;
    height: 20px;
    width: 20px;
    line-height: 20px !important;
    margin-right: 5px;
  }
}
.common__headingS__caution {
  font-size: 1.8rem;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .common__headingS__caution {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------
  リンクボタン
--------------------------------------- */
.common__btn {
  text-align: center;
  padding: 2px;
}
.common__btn a {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  max-width: 530px;
  padding: 17px 30px 13px;
  border: 1px solid #ce6f00;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa52a), to(#ff8400));
  background: linear-gradient(#ffa52a 0%, #ff8400 100%);
  border-radius: 5px;
  text-decoration: none;
}
.common__btn a span {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.common__btn a span i {
  padding-left: 15px;
}
.common__btn--S a {
  max-width: 430px;
}
.common__btn--blue a {
  border: 1px solid #013481;
  background: -webkit-gradient(linear, left top, left bottom, from(#3d85c6), to(#0241a0));
  background: linear-gradient(#3d85c6 0%, #0241a0 100%);
}

/* ---------------------------------------
  注意書き
--------------------------------------- */
.common__caution {
  color: #d80421;
  text-align: center;
  margin-top: 20px;
}

/* ---------------------------------------
  上付き文字
--------------------------------------- */
.common__sup {
  vertical-align: super;
  font-size: 1.4rem;
  color: #787e7a;
}

/* ---------------------------------------
  画像
--------------------------------------- */
.common__img {
  width: 100%;
  position: relative;
}
.common__img img {
  width: 100%;
}
p + .common__img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  p + .common__img {
    margin-top: 30px;
  }
}

/* ---------------------------------------
  Youtube
--------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*================================================
  LPページ
================================================*/
/* ---------------------------------------
  header
--------------------------------------- */
/* 背景 ------------------------ */
body.lp {
  background: url("../img/bg_header.jpg") repeat-x;
}

/* ヘッダー ------------------------ */
#headerWrapper {
  width: 100%;
}

#header {
  overflow: hidden;
  position: relative;
  width: 960px;
  margin: 0 auto;
  _text-align: left; /*IE6用*/
}

#header p {
  text-align: left;
  font-size: 11px;
  margin-top: 9px;
}

#header h1 {
  position: absolute;
  top: 50px;
  left: 0;
}

#logomark {
  position: absolute;
  top: 53px;
  left: 445px;
}

#mail {
  position: absolute;
  top: 50px;
  right: 10px;
}

#group {
  position: absolute;
  top: 10px;
  left: 0;
}

#group li {
  float: left;
}

#group a {
  display: block;
  margin-right: 15px;
  padding-left: 7px;
  background: url("../img/g_arrow.gif") no-repeat scroll 0 6px;
  color: #333333;
  font-size: 11px;
  text-decoration: none;
}

#lng {
  position: absolute;
  right: 0;
  top: 10px;
}

#lng li {
  float: left;
}

#lng a {
  display: block;
  width: 65px;
  height: 14px;
  background: url("../img/lng.gif") no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#lng #lng1 a {
  background-position: 0 0;
}

#lng #lng2 a {
  background-position: -65px 0;
}

#lng #lng3 a {
  background-position: -130px 0;
}

#lng #lng1 a:hover,
#lng #lng1.active a {
  background-position: 0 -14px;
}

#lng #lng2 a:hover,
#lng #lng2.active a {
  background-position: -65px -14px;
}

#lng #lng3 a:hover,
#lng #lng3.active a {
  background-position: -130px -14px;
}

#h_link {
  position: absolute;
  right: 10px;
  top: 53px;
  font-size: 11px;
}

#h_link li {
  float: left;
}

#h_link a {
  display: block;
  height: 20px;
  margin-left: 10px;
  padding-left: 8px;
  background: url("../img/h_arrow.gif") no-repeat scroll 0 6px;
  text-decoration: none;
}

#h_link a:link,
#h_link a:visited,
#h_link a:hover {
  color: #333;
}

#flash {
  position: absolute;
  top: 50px;
  left: 400px;
}

#gcse {
  position: absolute;
  right: 0;
  top: 85px;
  width: 300px;
}

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 5px !important;
}

.gsc-input,
.gsc-search-button {
  vertical-align: top;
}

input.gsc-search-button {
  margin-top: 0 !important;
}

/* グローバルナビゲーション ------------------------ */
#gNav {
  margin-top: 133px;
  overflow: hidden;
}

#gNav li {
  float: left;
}

#gNav li a {
  display: block;
  width: 160px;
  height: 55px;
  background: url(../img/gnav.jpg);
  background-position: 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#gNav li#nav0 a {
  background-position: 0 0;
}

#gNav li#nav1 a {
  background-position: -160px 0;
}

#gNav li#nav2 a {
  width: 160px;
  background-position: -320px 0;
}

#gNav li#nav3 a {
  width: 160px;
  background-position: -480px 0;
}

#gNav li#nav4 a {
  background-position: -640px 0;
}

#gNav li#nav5 a {
  background-position: -800px 0;
}

#gNav li#nav0 a:hover,
#gNav li#nav0.active a {
  background-position: 0 -60px;
}

#gNav li#nav1 a:hover,
#gNav li#nav1.active a {
  background-position: -160px -60px;
}

#gNav li#nav2 a:hover,
#gNav li#nav2.active a {
  background-position: -320px -60px;
}

#gNav li#nav3 a:hover,
#gNav li#nav3.active a {
  background-position: -480px -60px;
}

#gNav li#nav4 a:hover,
#gNav li#nav4.active a {
  background-position: -640px -60px;
}

#gNav li#nav5 a:hover,
#gNav li#nav5.active a {
  background-position: -800px -60px;
}

/* ---------------------------------------
  mainVisual
--------------------------------------- */
.mainVisual {
  width: 100%;
  background: #E60021;
}

.mainVisual__img {
  width: 100%;
  text-align: center;
}
.mainVisual__img img {
  width: 100%;
  max-width: 1366px;
  min-width: 960px;
  vertical-align: top;
}

/* ---------------------------------------
  download
--------------------------------------- */
.download {
  width: 100%;
  min-width: 960px;
}
.download p {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}

/* ---------------------------------------
  footer
--------------------------------------- */
/* ページトップ ------------------------ */
#gotoTop {
  position: relative;
  width: 960px;
  height: 36px;
  margin: 0 auto;
}

#gotoTop a {
  position: absolute;
  right: 0;
  top: 0;
}

/* フッター ------------------------ */
#footerWrapper {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 260px;
  font-size: 11px;
  background: url("../img/bg_footer.jpg") repeat-x;
  min-width: 960px; /* for sp */
}

#footer {
  width: 960px;
  margin: 50px auto 0;
  color: #fff;
}

#footer a:link,
#footer a:visited,
#footer a:hover {
  color: #fff;
}

#footer .fcol {
  overflow: hidden;
  clear: both;
  margin-bottom: 73px;
}

#footer .flist {
  float: left;
  width: 176px;
  margin-right: 20px;
}

#footer .flogo {
  float: left;
  width: 372px;
}

#footer .flogo p {
  margin-bottom: 5px;
}

#footer .flogo img {
  vertical-align: middle;
}

#footer .flist li {
  background: url("../img/tl_line.gif") repeat-x scroll center bottom;
}

#footer .flist li a {
  background: url("../img/f_tl_arrow.png") no-repeat scroll 7px center;
  line-height: 30px;
  padding-left: 22px;
  text-decoration: none;
}

#footer .flist li#fhome a {
  background-image: url("../img/t_tl_home.png");
  background-position: 5px 2px;
}

#footer .flist li img {
  vertical-align: middle;
}

#footer .flist li a:hover {
  text-decoration: underline;
}

#f_link {
  clear: both;
  overflow: hidden;
  float: left;
}

#f_link li {
  float: left;
  margin-right: 10px;
}

#f_link a {
  background: url("../img/f_tl_arrow.png") no-repeat scroll 7px center;
  padding-left: 22px;
  text-decoration: none;
}

#f_link a:hover {
  text-decoration: underline;
}

#copyright {
  text-align: right;
}

/*================================================
  管理画面
================================================*/
/* ---------------------------------------
  header
--------------------------------------- */
.adminHeader {
  width: 100%;
}

.adminHeader__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adminHeader__logo {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  border-bottom: 3px solid #E6E6E6;
}
.adminHeader__logo img {
  width: 100%;
  max-width: 343px;
  vertical-align: top;
}

.adminHeader__title {
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

/* ---------------------------------------
  body
--------------------------------------- */
/* upload ------------------------ */
.upload {
  width: 100%;
}

.upload__frame {
  border: 1px solid #D9E8FB;
  background: #F5F9FD;
  padding: 50px 40px;
}
@media screen and (max-width: 1024px) {
  .upload__frame {
    width: 100%;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .upload__frame {
    padding: 30px 20px;
  }
}

/* update ------------------------ */
.update {
  width: 100%;
}

/* ---------------------------------------
  footer
--------------------------------------- */
#siteFooter {
  color: #fff;
  background: #333333;
  width: 100%;
  margin-top: 40px;
}

.siteFooter__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .siteFooter__inner {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.siteFooter__logo {
  height: 30px;
}
.siteFooter__logo img {
  height: inherit;
  vertical-align: top;
}

.siteFooter__copyright {
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .siteFooter__copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .siteFooter__copyright {
    font-size: 1rem;
  }
}