@charset "utf-8";

@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&subset=japanese");
@import "/Portals/0/css/base.css";
@import "/Portals/0/css/new/contents.css";



/* ===========================================================
 html
=========================================================== */
/* size settings */
body {
  min-width: 1140px;
}
.inner {
  width: 1100px;
}
/* font settings */
html,
body {
  color: #333;
  line-height: 1.7;
}
/* font settings */
body,
input,
textarea,
select{font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";font-weight:400;}

/* anchor settings */
a {
  color: #006cdc;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
}

/* ===========================================================
 common
=========================================================== */
.inner {
  margin: 0 auto;
}
/* pcsp settings */
.pcArea {
  display: block;
}
.spArea {
  display: none;
}
/* z-index settings */
#main {
  z-index: 1;
}
#footer {
  z-index: 2;
}
#header {
  z-index: 3;
}

/* ===========================================================
 skin
=========================================================== */
#skin {
  position: relative;
}
#blockskip {
  display: none;
}
.DNNEmptyPane {
  margin: 0 !important;
  padding: 0 !important;
}

/* ===========================================================
 header
=========================================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  z-index: 40;
}
.editMode #header {
  position: relative;
}
.head_top .inner {
  position: relative;
  width: 100%;
  min-width: 1100px;
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0;
}
.is-fix .head_top .inner {
  grid-template-columns: 1fr;
}
.head_top .left {
  padding: 20px 0 0 30px;
}
.is-fix .head_top .left {
  padding: 0;
}
.head_top .right {
  display: contents;
}
.head_top .right_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 12px;
  padding: 15px 36px 20px 0;
}
.is-fix .head_top .right_item {
  display: none;
}
.head_top .head_logo {
  width: 195px;
}
.is-fix .head_top .head_logo {
  position: absolute;
  top: 18px;
  left: 30px;
  z-index: 1;
}
.head_top .head_logo img {
  width: 100%;
}
.HeadLinkNewPane {
  width: 100%;
}

/* ===========================================================
 content
=========================================================== */
#main {
  position: relative;
  overflow: hidden;
}
/* pagetitle */
.pagetitle {
  position: relative;
  padding: 0;
  background: #f7f7f7;
}
.editMode .pagetitle {
  padding:0;
}
.PagetitlePane {
  position: relative;
  z-index:2;
}
.PagetitleBgPane {}
/* breadcrumb */
.breadcrumb {
  margin: 0 auto 6em;
  padding: 0.5em 0;
  font-size: 75%;
  color: #999;
}
.breadcrumb a {
  color: #999;
  text-decoration: none;
  transition: color ease-in-out 0.25s;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb span span:not(.breadcrumbItem) {
  display: inline-block;
  padding: 0 6px;
}
/* content */
.TopPane {
  background: #eee;
}
.content {
  padding: 0 0 120px;
}
.ContentTopPane {
  padding:0 0 100px;
}
.contentMiddle .mainArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentMiddle .mainArea [class$="Pane"] {
  width: 100%;
}
.contentMiddle .mainArea .ContentLeftPane,
.contentMiddle .mainArea .ContentRightPane {
  width: 47%;
}

/* ===========================================================
 footer
=========================================================== */
#footer {
  position: relative;
  margin: 0;
  padding: 0;
}
.foot_top {
  position: relative;
  padding: 0;
}
.foot_top a {
  text-decoration: none;
  transition: all ease-in-out 0.25s;
}
.foot_top a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.foot_top .pagetop {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 5;
  color:#fff;
  font-size: 10px;
  text-align: center;
}
.foot_top .pagetop a {
  position: relative;
  top: 0;
  display: block;
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
  color:#fff;
  background: #bfbfbf;
  border-radius: 50%;
  white-space: nowrap;
  text-indent: 9999px;
  transition: all ease-in-out 0.25s;
}
.foot_top .pagetop a:hover {
  top: -10px;
  opacity: 1;
}
.foot_top .pagetop a:before {
  display: block;
  position: absolute;
  top: 48%;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  margin: auto;
  width: 0.75em;
  height: 0.75em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content:"";
}
.foot_middle {
  padding: 40px 0;
  background:#4B4B4B;
}
.foot_middle .inner {
  width: 100%;
  max-width: 1340px;
  min-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.foot_bottom {
  padding: 21px 0;
  background: #fff;
}
.foot_bottom .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  padding: 0 20px;
}
.foot_copyright {
  text-align: right;
}
.foot_copyright span {
  color: #020202;
  font-size: 75%;
}

/* ===========================================================
 css for each skin
=========================================================== */
/* _2Columns */
._2Columns .content .contentMiddle .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
._2Columns .content .contentMiddle .inner .mainArea {
  width:70%;
}
._2Columns .content .contentMiddle .inner .subArea {
  width:23%;
}

/* ===========================================================
 css for admin
=========================================================== */
form[actiong="/?ctl=login"] .pagetitle{display:none;}
/*環境ログイン時フォーム調整*/
form[action$="login"] #skin > #header{display:flex;position:relative;flex-direction:column;}
._Index form[action$="login"] .ContentMiddlebgIndexNewPane {
  display: none;
}
/*ログイン中デザイン調整*/
.editMode .zeroTitle .Head{text-overflow:ellipsis;max-width:113px;white-space:nowrap;overflow:hidden;}
.PaneName{display:inline-block;margin:1px;padding:1px 5px;font-size:11px;line-height:1;}
.adminMode div.divSettings > div:not([id]):not([class]),
.adminMode div.divSettings.HostSettings > .tableSettings > tbody > tr > td > div:not([id]):not([class]){font-size:150%;}
img[src^="/Images/"]{display:block;max-width:unset;}
/*編集ナビ*/
.ModuleTitle_MenuContainer,
.ModuleTitle_MenuContainer td{width:auto !important;}
.ModuleTitle_MenuContainer img[src^="/Images/"]{display:block;position:relative;z-index:auto;}
[id$="_dnnACTIONS_ctldnnACTIONS_divOuterTables"]{position:relative;z-index:100;}
/*ポータルCSS初期化ボタン無効化*/
.adminMode a.CommandButton#dnn_ctr354_SiteSettings_cmdRestore,
.adminMode a.CommandButton#dnn_ctr354_SiteSettings_cmdRestoreSmart,
.adminMode a.CommandButton#dnn_ctr354_SiteSettings_cmdRestoreTablet{display:none;}
/*スマホプレビュー調整*/
.fancybox-desktop.prevVertical{box-sizing: content-box !important;}
/**/
form[action="/?ctl=login"] #dnn_ctr_Login_pnlLogin,
form[action="/?Ctl=login"] #dnn_ctr_Login_pnlLogin{text-align:center;padding:75px;}
form[action="/?ctl=login"] #dnn_ctr_Login_pnlLoginContainer,
form[action="/?Ctl=login"] #dnn_ctr_Login_pnlLoginContainer{display:inline-block;}
form[action="/?ctl=login"] #dnn_ctr_Login_pnlLoginContainer+span,
form[action="/?Ctl=login"] #dnn_ctr_Login_pnlLoginContainer+span{display:block;}
/**/
.controlPanel h2:before,
.controlPanel h2:after{display:none;}

@media screen and (max-width: 1340px) {
  /* ===========================================================
  header
  =========================================================== */
  .is-fix .head_top .head_logo {
    position: static;
  }
  .is-fix .head_top .left {
    padding: 20px 0 0 30px;
  }
  .is-fix #gnav {
    padding: 0;
  }
}

@media screen and (max-width: 1140px) {
  /* ===========================================================
  header
  =========================================================== */
  .head_top .head_logo {
    width: 177px
  }
  .head_top .left,
  .is-fix .head_top .left {
    padding: 10px 0 0 15px;
  }
  .head_top .right_item {
    align-items: center;
    padding: 8px 18px 10px 0;
    gap: 10px;
  }
  .HeadLinkNewPane {
    order: 2;
    width: auto;
  }
  .HeadSearchPane {
    order: 1;
  }
  .HeadBtnNewPane {
    order: 3;
  }
}
