@charset "utf-8";
/* ---------------------------------------------------------
html
----------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
:root {
  font-size:13px;
  color:#333;
  line-height:1.6;
}
img {
  max-width: 100%;
  height: auto;
  /*width: auto;*/
}
/*a img {
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  -ms-transition: .2s linear;
}
a:hover img {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}*/
a.void {
  cursor: default;
  text-decoration: none !important;
}
a.void:hover {
  text-decoration: none !important;
}

hr.clearfix {
  border:none !important;
  clear:both;
}

big,.big {
  font-size: 130%;
}
small,.small {
  font-size:75%;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}

/*スパム対策メールアドレス用*/
ml {
    display: none;
}

/*フォーム関連
-----------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea,
select[multiple="multiple"] {
    border: 1px solid #E4E4E4;
    background: #fff;
    color: #222;
    font-size: 14px;
    padding: 5px 10px;
}
.dropdown {
    display: inline-block;
    position: relative;
    overflow: hidden;
    /*width: 150px;*/
    background: #fff;
    border: 1px solid #E4E4E4;
    vertical-align: middle;
}
.dropdown select {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 6px 30px 6px 10px;
    font-size: 12px;
    color: #222;
    background: #fff;
    border: 0;
    border-radius: 0;
}
.dropdown:before, .dropdown:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888 transparent;
    pointer-events: none;
}
.dropdown:before {
    border-bottom-style: solid;
    border-top: none;
}
.dropdown:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none;
}
select > option {
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    /*background: #f2f2f2;*/
    border-radius: 3px;
    cursor: pointer;
}

/*お問い合わせフォーム*/

/*冒頭メッセージ*/
#contactform .contact-form-information {
  background: rgba(255,255,255,.5);
  padding: 15px 20px;
  margin-bottom: 30px;
  border: 1px solid #DEE2E6;
}
#contactform .contact-form-field {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#contactform .contact-form-field:before {
    content: "";
    display: block;
    height: 1px;
    background: rgba(0,0,0,.05);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
}
/*ラベルと入力部分*/
#contactform .form-label,
#contactform .form-element {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  min-width: 1px;
}
#contactform .form-label {
  width: 30%;
  border-left: 3px solid #ccc;
  background: rgba(0,0,0,.02);
}
#contactform .form-element li {
  display: inline-block;
  padding: 4px 0;
}
/*補足コメント*/
#contactform .description {
  display:block;
  font-size: 85%;
  color: #4d4d4d;
  margin-top: 5px;
}
#contactform .description:first-child {
  margin-top: 0;
  margin-bottom: 5px;
}
/*必須*/
#contactform .must {
  margin-left: 3px;
  color: #fff;
  background: #FF6762;
  display: inline-block;
  border-radius: 3px;
  line-height: 1;
  padding: 2px 5px;
  font-size: 80%;
}
#contactform input[type="text"],
#contactform input[type="tel"],
#contactform input[type="email"],
#contactform input[type="number"],
#contactform textarea {
  width: 100%;
}
/*送信ボタン*/
.contact-form-submit {
  text-align: center;
  padding: 20px;
  background: rgba(0,0,0,.05);
  margin-top: 40px;
}
.contact-form-submit input[type="submit"] {
  background: #004BA5;
  color: #fff;
  font-size: 20px;
  padding: 7px 35px;
  cursor: pointer;
}
.contact-form-submit .history_back {
  background: #ccc;
  color: #333;
  font-size: 20px;
  padding: 7px 35px;
  margin-right: 2px;
  display: inline-block;
  text-decoration: none;
}

/*エラーメッセージ*/
#contactform .field_error {
  color: red;
}
.contact-form .field_error {
  padding: 5px 2px 2px;
  border-bottom: 2px solid;
  display: inline-block;
}
/* ---------------------------------------------------------
layout
----------------------------------------------------------*/
.container {
  margin:0 auto;
  width:100%;
  position:relative;
}
.header,
.main,
.footer {
  margin:0 auto;
}
.header > .inner,
.main > .inner,
.footer > .inner {
}
.main_content {
  float:right;
  width:75%;
}
.sidebar {
  float:left;
  width:25%;
}
/* ---------------------------------------------------------
common
----------------------------------------------------------*/

/*hidden
-----------------------------*/
.hidden {
  display: none !important;
}

/*clearfix
-----------------------------*/

.clearfix:after,
.header > .inner:after,
.main > .inner:after,
.footer > .inner:after {
  content:"";
  display:block;
  visibility:hidden;
  height:0;
  clear:both;
}

/*見出しスタイル
-----------------------------*/

/*見出しの初期化*/
#main_content .h1, #main_content .h2, #main_content .h3, #main_content .h4, #main_content .h5, #main_content .h6,
#main_content h1.unstyled, #main_content h2.unstyled, #main_content h3.unstyled, #main_content h4.unstyled, #main_content h5.unstyled,#main_content h6.unstyled {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  background-image: none;
  background-color: transparent;
  line-height: inherit;
  height: auto;
  letter-spacing: 0;
}
#main_content h1.unstyled:before, #main_content h2.unstyled:before, #main_content h3.unstyled:before, #main_content h4.unstyled:before, #main_content h5.unstyled:before,#main_content h6.unstyled:before,
#main_content h1.unstyled:after, #main_content h2.unstyled:after, #main_content h3.unstyled:after, #main_content h4.unstyled:after, #main_content h5.unstyled:after,#main_content h6.unstyled:after {
  display: none !important;
}

/*画像スタイル
-----------------------------*/

figure {
  text-align: center;
}
figure:last-child {
  margin-bottom: 0;
}
figure.side {
  max-width: 50%;
}
figure.mirror {
  max-width: 50%;
}
figure.center {
  float:none;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  margin-bottom: 20px;
}
.figcol figure {
  margin-bottom:0;
}
/*カラム画像スタイル*/
.figcol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  -webkit-flex-wrap: wrap;
  /*-webkit-justify-content: space-around;
  justify-content: space-around;*/
}
.figcol > li {
  padding:1px;
  text-align: center;
}
.figcol_1 > * {
  width:100%;
}
.figcol_2 > * {
  width:50%;
}
.figcol_3 > * {
  width:33.33%;
}
.figcol_4 > * {
  width:25%;
}
.figcol_5 > * {
  width:20%;
}
.figcol_6 > * {
  width:16.66%;
}
.figcol_row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.figcol_row > * {
  display: table-cell;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
}
/*フィグキャプション*/
figcaption {
  padding-top:10px;
}
figure.side figcaption,
figure.mirror figcaption {
  padding-bottom: 10px;
}
.figcol figcaption {
  padding-top: 5px;
  padding-bottom: 15px;
}
.box_set figcaption,
.box figcaption {
  padding-bottom: 0;
}
figure ul:not(.col) li {
  padding-bottom: 10px;
}
figure ul:not(.col) li:last-child figcaption {
  padding-bottom: 0;
}
/*ダミー*/
.dummy {
  position: relative;
  background: #ccc;
}
.dummy:before {
  position: absolute;
  content:"dummy";
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
}

/*マージン設定
-----------------------------*/
/*p,ul,ol,tableと隣り合う要素のマージン*/
#main_content p + h1,#main_content p + .h1,
#main_content p + h2,#main_content p + .h2,
#main_content p + h3,#main_content p + .h3,
#main_content p + h4,#main_content p + .h4,
#main_content p + h5,#main_content p + .h5,
#main_content p + h6,#main_content p + .h6,
#main_content p + section,
#main_content p + article,
#main_content ul + h1,#main_content ul + .h1,
#main_content ul + h2,#main_content ul + .h2,
#main_content ul + h3,#main_content ul + .h3,
#main_content ul + h4,#main_content ul + .h4,
#main_content ul + h5,#main_content ul + .h5,
#main_content ul + h6,#main_content ul + .h6,
#main_content ul + section,
#main_content ul + article,
#main_content ol + h1,#main_content ol + .h1,
#main_content ol + h2,#main_content ol + .h2,
#main_content ol + h3,#main_content ol + .h3,
#main_content ol + h4,#main_content ol + .h4,
#main_content ol + h5,#main_content ol + .h5,
#main_content ol + h6,#main_content ol + .h6,
#main_content ol + section,
#main_content ol + article,
#main_content dl + h1,#main_content dl + .h1,
#main_content dl + h2,#main_content dl + .h2,
#main_content dl + h3,#main_content dl + .h3,
#main_content dl + h4,#main_content dl + .h4,
#main_content dl + h5,#main_content dl + .h5,
#main_content dl + h6,#main_content dl + .h6,
#main_content dl + section,
#main_content dl + article,
#main_content .scroll_box + h1,#main_content .scroll_box + .h1,
#main_content .scroll_box + h2,#main_content .scroll_box + .h2,
#main_content .scroll_box + h3,#main_content .scroll_box + .h3,
#main_content .scroll_box + h4,#main_content .scroll_box + .h4,
#main_content .scroll_box + h5,#main_content .scroll_box + .h5,
#main_content .scroll_box + h6,#main_content .scroll_box + .h6,
#main_content .scroll_box + section,
#main_content .scroll_box + article {
  margin-top: 30px;
}


/*画像回り込みのテキストブロックスタイル
-----------------------------*/
.text {
  overflow:auto;
}

/*テキスト揃えスタイル
-----------------------------*/
.left {
  text-align:left !important;
}
.right {
  text-align:right !important;
}
.center {
  text-align:center !important;
}

/*カラムレイアウトスタイル
-----------------------------*/
.col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.col > * {
  -webkit-flex:none;
  flex:none;
}
.col_1 > * {
  width:-webkit-calc(100%);
  width:calc(100%);
}
.col_2 > * {
  width:-webkit-calc(100% / 2);
  width:calc(100% / 2);
}
.col_3 > * {
  width:-webkit-calc(100% / 3);
  width:calc(100% / 3);
}
.col_4 > * {
  width:-webkit-calc(100% / 4);
  width:calc(100% / 4);
}
.col_5 > * {
   width:-webkit-calc(100% / 5);
  width:calc(100% / 5);
}
.col_6 > * {
  width:-webkit-calc(100% / 6);
  width:calc(100% / 6);
}
.col_row {
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content:-webkit-space-between;
  justify-content:-moz-space-between;
  justify-content:space-between;
  flex-pack:justify;
  box-pack:justify;
  margin-left:0 !important;*/
  display:table;
  width:100%;
  margin-bottom:30px;
}
.col_row.auto {
  table-layout: auto;
}
.col_row > * {
  /*flex:1;
  margin:0 !important;*/
  display:table-cell;
}

/*リストスタイル
-----------------------------*/

/*リストスタイル（日付、タイトル、ラベルのみ）
-----------------------------*/
.list_line > li > *, .list_line > dl > * {
  display:inline-block;
}

/*リストスタイル（マーカーあり）
-----------------------------*/
ul.list_mark,
.list_mark ul {
  list-style:none;
  list-style-position:outside;
  margin-bottom: 20px;
}
.list_mark ul {
  margin-top: 5px;
}
.list_mark li {
  padding-left: 1em;
  clear:left;
  margin-bottom: 5px;
}
.list_mark li:before {
  content: "";
  display: block;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
  margin: 7px 0 7px -9px;
}
.list_mark li li:before {
  background: none;
  border: 1px solid #666;
  width: 5px;
  height: 5px;
}
.list_mark li li li:before {
  background: #666;
  width: 3px;
  height: 3px;
  border: none;
  border-radius: 0;
}

.list_mark ul,.list_mark ol {
  margin-bottom: 0;
}
.list_mark li ul,.list_mark li ol {
  margin-left:1em;
}
.table .list_mark:last-child,
.box .list_mark:last-child,
.info .list_mark:last-child {
  margin-bottom: 0;
}

/*リストスタイル（アンダーライン）
-----------------------------*/
ul.list_underline {
  margin-bottom: 20px;
}
.list_underline ul,
.list_underline ol {
  margin-top: 10px;
}
.list_underline li {
    padding: 10px;
    border-bottom: 1px solid #DEE2E6;
}
.list_underline li ul,.list_underline li ol {
  margin-left:1em;
}
.list_underline li li {
    border-top: 1px dashed #DEE2E6;
    border-bottom: none;
}

/*リストスタイル（数字あり）
-----------------------------*/
ul.list_decimal,
.list_decimal ul {
  list-style:decimal;
  list-style-position:outside;
  margin-left: 2.5em;
  margin-bottom: 20px;
}

/*.list_mark li li li, .list_decimal li li li {
  margin-left:2em;
}
.list_mark li li li li, .list_decimal li li li li {
  margin-left:3em;
}
.list_mark li li li li li, .list_decimal li li li li li {
  margin-left:4em;
}*/
.list_decimal ul,.list_decimal ol {
  margin-bottom: 0;
}
.list_decimal p:first-child {
  margin-top:10px;
}
.table .list_decimal:last-child,
.box .list_decimal:last-child,
.info .list_decimal:last-child {
  margin-bottom: 0;
}

/*リストスタイル（ボーダー）
-----------------------------*/
.list_border > * {
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.list_border > *:nth-child(even) {
  background: #eee;
  background: rgba(0,0,0,.05);
}
.list_border > li {
  margin-bottom: 0; /* .list_markと併用した時用 */
}

/*●付きリストスタイル
-----------------------------*/
ul.list_circle,
.list_circle ul {
  list-style:none;
  list-style-position:outside;
  margin-bottom: 20px;
}
.list_circle ul {
  margin-top: 5px;
}
.list_circle li {
  padding-left: 1.6em;
  margin-bottom: 5px;
  position: relative;
}
.list_circle li:before {
  content: "●";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 90%;
}

/*※付きリストスタイル
-----------------------------*/
ul.list_kome,
.list_kome ul {
  list-style:none;
  list-style-position:outside;
  margin-bottom: 20px;
}
.list_kome ul {
  margin-top: 5px;
}
.list_kome li {
  padding-left: 1.6em;
  margin-bottom: 5px;
  position: relative;
}
.list_kome li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 90%;
}

/*丸数字付きリストスタイル
-----------------------------*/
ol {
  counter-reset:number;
  list-style:none;
  margin-bottom: 20px;
}
ol > li {
  list-style-position:inside;
  padding-left:20px;
  margin-bottom:5px;
}

ol > li:before {
  counter-increment:number;
  content: counter(number);
  border:1px solid #222;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius:50%;
  width:14px;
  height:14px;
  text-align:center;
  vertical-align:middle;
  display:block;
  float: left;
  margin:2px 5px 0 -20px;
  padding:2px 1.5px 0 0;
  font-size:11px;
  line-height: .9;
  letter-spacing:-2px;
}

ol > li ul li {
  list-style:disc;
  list-style-position:outside;
  margin-left:20px;
}
ol ul,ol ol {
  margin-bottom: 0;
}
.table ol:last-child,
.box ol:last-child,
.info ol:last-child {
  margin-bottom: 0;
}

/*リストスタイル（スタイルなし）
-----------------------------*/
.list_unstyled {
  list-style:none;
}

/*dlスタイル
-----------------------------*/
.dl_table:not(dl) {
  display: table;
}
dl.dl_table,.dl_table dl {
  display: table-row;
}
.dl_table dt,.dl_table dd {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 10px;
}
.dl_table dt {
  padding-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}

/*テーブルスタイル
-----------------------------*/
.table section:last-child,
.table p:last-child,
.table ol:last-child,
.table ul:last-child {
  margin-bottom:0;
}

.table.fixed {
  table-layout: fixed;
}

/*タブスタイル
-----------------------------*/
.tab.fixed > ul {
  table-layout: fixed;
  width: 100%;
}

.tab_content > * {
  display:none;
}

/*ナビスタイル
-----------------------------*/
/*横並び*/
ul.nav, nav.nav > ul {
  display:table;
  table-layout:fixed;
}
.nav > li,.nav > ul > li {
  display:table-cell;
}

/*縦並び*/
.nav_vertical {
}
.nav_vertical > li,.nav_vertical > ul > li {
}

/*ディスプレイスタイル
-----------------------------*/

.inline {
  display:inline !important;
}
.inline_block {
  display:inline-block !important;
}
.block {
  display:block !important;
}
.inline_set > * {
  display:inline !important;
}
.inline_block_set > * {
  display:inline-block !important;
}
.block_set > * {
  display:block !important;
}

/*ぱんくずスタイル
-----------------------------*/
.breadcrumb > ul > li {
  display: table-cell;
  padding-right: 10px;
}

/*アイコンスタイル
-----------------------------*/
.i_pdf {
  background-image:url('../images/shared/icon_pdf.png');
  background-position:top center;
  background-repeat:no-repeat;
  display:inline-block;
  width:20px;
  height:16px;
  vertical-align:middle;
}
.i_popup {
  background-image:url('../images/shared/icon_popup.gif');
  background-position:top center;
  background-repeat:no-repeat;
  display:inline-block;
  width:15px;
  height:12px;
  vertical-align:middle;
}

.i_popup.white {
  background-image:url('../images/shared/icon_popup_white.gif');
}
.i_doc {
  background-image:url('../images/shared/icon_doc.gif');
  background-position:top center;
  background-repeat:no-repeat;
  display:inline-block;
  width:16px;
  height:16px;
  vertical-align:middle;
}
.i_excel {
  background-image:url('../images/shared/icon_excel.gif');
  background-position:top center;
  background-repeat:no-repeat;
  display:inline-block;
  width:16px;
  height:16px;
  vertical-align:middle;
}

.i_ytb {
  background-image:url('../images/shared/icon_youtube.gif');
  background-position:top center;
  background-repeat:no-repeat;
  display:inline-block;
  width:23px;
  height:16px;
  vertical-align:middle;
}
.i_other {
  background-image:url('../images/shared/icon_other.png');
  background-position:top center;
  background-repeat:no-repeat;
  display:inline-block;
  width:16px;
  height:12px;
  vertical-align:middle;
}

.i_ebook {
  background-image:url('../images/shared/icon_ebook.gif');
  background-position:top center;
  background-repeat:no-repeat;
  display:inline-block;
  width:18px;
  height:16px;
  vertical-align:middle;
}

a.i_pdf,
a.i_popup,
a.i_doc,
a.i_excel,
a.i_ytb,
a.i_other,
a.i_ebook {
  background-position:right center;
  min-height: 16px;
  width: auto; height: auto;
  padding-right: 18px;
  margin-right: 5px;
}

/*準備中スタイル(Coming Soon)
-----------------------------*/
.coming_soon:before {
  content:"準備中";
  background:#ccc;
  font-size:10px;
  line-height:1;
  padding:3px;
  display:inline-block;
  border-radius:3px;
  color:#fff !important;
  vertical-align:middle;
}

/*アコーディオンメニュー
-----------------------------*/
.accordion_js > dt,
.accordion_js > dl > dt,
.accordion_head {
  cursor:pointer;
  position: relative;
}
.accordion_js > dd,
.accordion_js > dl > dd {
  display: none;  
}
.accordion_js > dt.active + dd,
.accordion_js > dl > dt.active + dd {
  display: block;  
}

.accordion_js > dt:after,
.accordion_js > dl > dt:after {
  display: block;
  content: "＋";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}
.accordion_js dt.active:after {
  content: "ー";
}
.accordion_js_close {
  cursor:pointer;
}

/*モーダルウィンドウ
-----------------------------*/
#boxer {
  z-index: 10000 !important;
}
#boxer-overlay {
  z-index: 9999 !important;
}
#boxer .boxer-iframe {
  overflow: hidden;
}

/*メタスタイル
-----------------------------*/
.meta_new_flag {
  color: #ce0505;
  padding-left: 5px;
  display: inline-block;
  text-decoration: none;
}

/*Loadingスタイル
-----------------------------*/
.loading:not(#boxer) {
  position: relative;
  background: #fff;
  min-height: 100px;
}
.loading:not(#boxer):before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/shared/loading_lg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px 100px;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}
.loading:not(#boxer) > * {
  position: relative;
  z-index: 2;
}


/* ---------------------------------------------------------
header
----------------------------------------------------------*/
.header .logo {
  float:left;
}

/* ---------------------------------------------------------
main
----------------------------------------------------------*/

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
/*デバッグ用の出力*/
.debug-panel {
  display: none;
}
