@charset "UTF-8";
/* [ font ]
------------------------------------------*/
/* [ Link Parts ]
------------------------------------------*/
/* -----------------------------------------------
common css [Scalable and Modular Architecture for CSS]
0. Normalize(ノーマライズ)
1. Reset(リセット) + Base(ベース)
2. Module(モジュール)
3. Layout(レイアウト)
-------------------------------------------------- */
/* -----------------------------------------------
 [0. Normalize(ノーマライズ)]
-------------------------------------------------- */
/* /common/css/normalize.css */
/* -----------------------------------------------
 [1. Reset(リセット) + Base(ベース)]
-------------------------------------------------- */
html * {
  /*-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;*/
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  /* ゴシック */
  /* 明朝 */
  /*font-family: "Times New Roman","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝",serif,"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;*/
  font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  color: #313934;
  -webkit-text-size-adjust: 100%
  /*line-height: 1;*/
  /* I found a bug in iOS 7. */
}

@media only screen and (min-width: 751px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-style: normal;
  font-weight: normal;
  outline-style: none;
  outline-width: 0px;
  -webkit-font-smoothing: antialiased;
}

a, input, button {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  /*vertical-align: baseline;
  list-style: none;
  background-color: transparent;
  font-size: 100%;*/
  outline: none;
}

h1, h2, h3, h4, h5, h6, dt {
  line-height: 1;
  font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

p {
  line-height: 1.9;
  font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
}

dd, li, th, td, input, textarea {
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-appearance: none;
  font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
}

ul, ol {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

strong {
  font-weight: bold;
}

a {
  color: #313934;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

::-moz-selection {
  /*background: transparent;*/
}

::selection {
  /*background: transparent;*/
}

/* [1. Reset(リセット) + Base(ベース)] --> End */
/* -----------------------------------------------
 [2. Module(モジュール)]
-------------------------------------------------- */
/* Clearfix [ModernType]
-------------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* Easing Function
-------------------------------------------------- */
.hover {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.hover:hover {
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0.8;
}

/* Layout Module
-------------------------------------------------- */
.fll {
  float: left;
}

.flr {
  float: right;
}

.photo_posi img {
  display: block;
  position: relative;
}

/* Text Module
-------------------------------------------------- */
.superscript {
  font-size: 10px;
  position: relative;
  top: -3px;
}

.notes {
  font-size: 10px
  /* 10px */
}

.caution {
  color: #ce2e2e;
}

/* Link Module
-------------------------------------------------- */
.ex_link:after {
  content: "";
  display: inline-block;
  background: url("../img/link_icon_blank.svg") no-repeat right center;
  line-height: 10px;
  background-size: 11px 10px;
  width: 11px;
  height: 10px;
  position: relative;
  left: 6px;
  top: 0px;
}

@media only screen and (min-width: 751px) {
  .link_icon {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .link_icon {
    padding-left: 10px;
  }

  .ex_link {
    background-size: contain !important;
  }
}
.r_over:hover {
  -ms-filter: "alpha(opacity=80)";
  /* IE8 */
  opacity: 0.8;
  display: inline-block\9;
}

/* Button Module
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .w198 {
    width: 198px;
  }

  .btn.reset a, .btn.reset input, .btn.reset button {
    width: 140px;
  }

  .btn.submit {
    display: inline-block !important;
  }
  .btn.submit a, .btn.submit input, .btn.submit button {
    width: 200px;
  }

  .btn.back {
    width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .w198 {
    width: 100%;
  }

  .clear.w198 {
    width: 198px;
  }

  .btn.reset {
    margin-bottom: 15px;
  }
  .btn.reset a, .btn.reset input, .btn.reset button {
    width: 125px;
  }

  .btn.submit a, .btn.submit input, .btn.submit button {
    width: 100%;
  }
}
.btn a, .btn input, .btn button {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  display: block;
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
}
.btn input, .btn button {
  border: none;
  background: none;
}

.btn.clear {
  border: 1px solid #fff;
}
.btn.clear a, .btn.clear input, .btn.clear button {
  color: #fff;
}
.btn.clear a, .btn.clear input, .btn.clear button {
  display: block;
  position: relative;
}
.btn.clear a:after, .btn.clear input:after, .btn.clear button:after {
  width: 5px;
  height: 10px;
  content: "";
  display: block;
  background: url("../img/link_arrow_white.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 8px;
}

.btn.black {
  border: 1px solid #353743;
}
.btn.black a, .btn.black input, .btn.black button {
  background-color: #353743;
  color: #fff;
}
.btn.black a, .btn.black input, .btn.black button {
  display: block;
  position: relative;
}
.btn.black a:after, .btn.black input:after, .btn.black button:after {
  width: 5px;
  height: 10px;
  content: "";
  display: block;
  background: url("../img/link_arrow_white.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 8px;
}

.btn.reset a, .btn.reset input, .btn.reset button {
  background-color: #abacb0;
  color: #fff;
}

.btn.submit, .btn.back {
  display: block;
  position: relative;
}
.btn.submit:after, .btn.back:after {
  width: 5px;
  height: 10px;
  content: "";
  display: block;
  background: url("../img/link_arrow_white.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 8px;
}
.btn.submit a, .btn.submit input, .btn.submit button, .btn.back a, .btn.back input, .btn.back button {
  background-color: #353743;
  color: #fff;
}

.btn.back {
  margin: 0 auto;
}
.btn.back {
  display: block;
  position: relative;
}
.btn.back:after {
  width: 5px;
  height: 10px;
  content: "";
  display: block;
  background: url("../img/link_arrow_white.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 93%;
}
.btn.back:after {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.center {
  margin-left: auto;
  margin-right: auto;
}

/* Table
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .table.two_column th {
    width: 104px;
  }
}
@media only screen and (max-width: 750px) {
  .table.two_column th {
    width: 74px;
  }
}
.table {
  width: 100%;
  border-top: 1px solid #d8dee2;
  border-left: 1px solid #d8dee2;
}
.table th, .table td {
  border-bottom: 1px solid #d8dee2;
  border-right: 1px solid #d8dee2;
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
  padding: 15px 18px;
  vertical-align: middle;
}
.table th {
  background-color: #f7f9fb;
}
.table td p, .table td li, .table td dt, .table td dd {
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
}
.table td li {
  margin-top: 20px;
}
.table td li:first-child {
  margin-top: 0;
}

/* Form Parts
-------------------------------------------------- */
/* check box ・ radio button */
@media only screen and (min-width: 751px) {
  .radiobtn, .checkbox {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 750px) {
  .radiobtn, .checkbox {
    padding-left: 40px;
  }
}
.radiobtn, .checkbox {
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.radiobtn input, .checkbox input {
  -ms-filter: "alpha(opacity=0)";
  /* IE8 */
  opacity: 0;
  display: inline-block\9;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.radiobtn, .checkbox {
  height: 18px;
  line-height: 18px;
}

.radiobtn.plan_radio,
.checkbox.plan_radio {
  font-size: 12px;
}

.radiobtn {
  background: url("../img/radio_button.png") no-repeat left top;
  background-size: 18px 36px;
}

@media only screen and (max-width: 750px) {
  height: 24px;
  line-height: 24px;
  background-size: 24px 48px;
}
.checkbox {
  background: url("../img/checkbox.png") no-repeat left top;
  background-size: 30px 60px;
}

.c_on {
  background-position: left bottom;
}

/* select */
.select_wrap {
  position: relative;
  overflow: hidden;
}

.select {
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border: 1px solid #b7bbbf;
  text-indent: 10px;
}

.hasCustomSelect {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  width: 100% !important;
}

.customSelect {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: block !important;
}

.customSelectInner {
  width: 100% !important;
  display: block !important;
}

.select_wrap {
  position: relative;
  overflow: hidden;
}

.select_wrap .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select_wrap .select::-ms-expand {
  display: none;
}

.customSelect:after {
  content: "";
  background: url("../img/icon_arrow.png") no-repeat left top;
  background-size: contain;
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 8px;
  height: 5px;
  display: none ¥9;
}

.select_wrap.w_80 {
  width: 80px;
}

.select_wrap.w_250 {
  width: 250px;
}

/* text type */
@media only screen and (min-width: 751px) {
  .text_type.size_s {
    width: 25.3%;
  }

  .text_type.size_m {
    width: 60%;
  }

  .text_type.size_l {
    width: 99%;
  }

  textarea {
    width: 91%;
  }

  .zip_btn {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
  .zip_btn input {
    width: 14.1%;
  }
}
@media only screen and (max-width: 750px) {
  .text_type.size_s {
    width: 94%;
  }

  .text_type.size_m {
    width: 94%;
  }

  .text_type.size_l {
    width: 94%;
  }

  textarea {
    width: 91%;
  }

  .zip_btn {
    display: inline-block;
    padding-top: 10px;
  }
  .zip_btn input {
    width: 99%;
  }
}
.text_type {
  height: 40px;
  line-height: 40px;
  border: 1px solid #c6c6ce;
  background-color: transparent;
  text-indent: 10px;
}

.zip_btn input {
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  background: #f0f2f3;
  border: 1px solid #e2e4e5;
  text-align: center;
}

textarea {
  border: 1px solid #b7bbbf;
  background-color: transparent;
  border-radius: 3px;
  padding: 10px 4%;
}

.err {
  background-color: #ffe0e0 !important;
}

.err_text {
  color: #ce2e2e;
}

.disabled {
  background-color: #fafafa !important;
}

/* -----------------------------------------------
 [3. Layout(レイアウト)]
-------------------------------------------------- */
/* page loader
-------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #1f2021;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* #document
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }

  .inner {
    max-width: 1064px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  #document {
    min-width: 320px;
  }

  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#document {
  position: relative;
  overflow: hidden;
}

#reload_wrap {
  position: relative;
}

#motion_wrap {
  position: relative;
}

.inner {
  position: relative;
}

/* #header
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  #header #site_name {
    width: 180px;
    padding-top: 23px;
  }
  #header #gnavi_wrap {
    width: 655px;
    height: auto !important;
    padding-top: 25px;
    float: right;
  }
  #header #gnavi_wrap #gnavi {
    float: left;
  }
  #header #gnavi_wrap #gnavi .list {
    float: left;
    margin-right: 30px;
    line-height: 29px;
  }
  #header #gnavi_wrap #gnavi .list a, #header #gnavi_wrap #gnavi .list .ac_trigger {
    height: 16px;
    padding: 5px 10px;
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
  }
  #header #gnavi_wrap #gnavi .list a {
    position: relative;
    display: block;
  }
  #header #gnavi_wrap #gnavi .list a:hover, #header #gnavi_wrap #gnavi .list .ac_trigger:hover,
  #header #gnavi_wrap #gnavi .list a.active, #header #gnavi_wrap #gnavi .list .ac_trigger.active {
    background-color: #252831;
    color: #fff;
  }
  #header #gnavi_wrap #gnavi .list .ex_link:hover:after {
    background: url("../img/link_icon_blank_w.svg") no-repeat right center;
    background-size: 10px 10px;
  }
  #header #gnavi_wrap #gnavi .list .dd_navi_wrap {
    position: relative;
    display: none;
  }
  #header #gnavi_wrap #gnavi .list .dd_navi {
    width: 210px;
    background-color: rgba(37, 40, 49, 0.95);
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -105px;
  }
  #header #gnavi_wrap #gnavi .list .dd_navi:after {
    content: "";
    display: block;
    position: absolute;
    border: 20px solid transparent;
    border-bottom: 15px solid #252831;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0.95;
    top: -35px;
    left: 85px;
  }
  #header #gnavi_wrap #gnavi .list .dd_navi li a {
    font-size: 13px;
    color: #fff;
    padding: 25px 20px;
    line-height: 1.47;
  }
  #header #gnavi_wrap #gnavi .list .dd_navi li a {
    display: block;
    position: relative;
  }
  #header #gnavi_wrap #gnavi .list .dd_navi li a:after {
    width: 5px;
    height: 10px;
    content: "";
    display: block;
    background: url("../img/link_arrow_white.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 44%;
    right: 20px;
  }
  #header #gnavi_wrap #gnavi .list .dd_navi li.two_line a {
    line-height: 1.47;
    height: 32px;
    padding: 16px 20px 20px;
  }
  #header #gnavi_wrap .ex_navi_wrap {
    float: right;
    padding-top: 3px;
  }
  #header #gnavi_wrap .ex_navi_wrap li a {
    width: 58px;
    height: 10px;
    padding: 5px 14px;
    background: #dee5e9;
  }
}
@media only screen and (max-width: 750px) {
  #header #site_name {
    width: 128px;
    padding-top: 15px;
  }
  #header #gnavi_trigger {
    width: 20px;
    height: 16px;
    margin-top: 15px;
    position: relative;
    float: right;
    cursor: pointer;
  }
  #header #gnavi_trigger span, #header #gnavi_trigger:before, #header #gnavi_trigger:after {
    width: 20px;
    height: 2px;
    background: #252831;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  #header #gnavi_trigger span {
    top: 7px;
  }
  #header #gnavi_trigger:before {
    top: 2px;
  }
  #header #gnavi_trigger:after {
    bottom: 2px;
  }
  #header #gnavi_trigger.active span {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  #header #gnavi_trigger.active:before {
    top: 7px;
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  #header #gnavi_trigger.active:after {
    bottom: 7px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #header #gnavi_wrap {
    width: 62.66%;
    min-width: 200px;
    background-color: #eff1f3;
    border-left: 1px solid #dbdbe0;
    position: absolute;
    top: 0;
    right: 0;
    -ms-filter: "alpha(opacity=0)";
    /* IE8 */
    opacity: 0;
    display: inline-block\9;
  }
  #header #gnavi_wrap #gnavi {
    border-top: 1px solid #dbdbe0;
  }
  #header #gnavi_wrap #gnavi > li {
    border-bottom: 1px solid #dbdbe0;
  }
  #header #gnavi_wrap #gnavi > li a, #header #gnavi_wrap #gnavi > li .ac_trigger {
    height: 14px;
    padding: 18px 25px;
  }
  #header #gnavi_wrap #gnavi > li a, #header #gnavi_wrap #gnavi > li .ac_trigger {
    display: block;
    position: relative;
  }
  #header #gnavi_wrap #gnavi > li a:after, #header #gnavi_wrap #gnavi > li .ac_trigger:after {
    width: 5px;
    height: 10px;
    content: "";
    display: block;
    background: url("../img/link_arrow_black.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 22px;
  }
  #header #gnavi_wrap #gnavi > li a:after, #header #gnavi_wrap #gnavi > li .ac_trigger:after {
    margin-top: -5px;
  }
  #header #gnavi_wrap #gnavi > li a img, #header #gnavi_wrap #gnavi > li .ac_trigger img {
    height: 10px;
  }
  #header #gnavi_wrap #gnavi > li .ex_link {
    display: block;
    position: relative;
  }
  #header #gnavi_wrap #gnavi > li .ex_link:after {
    width: 5px;
    height: 10px;
    content: "";
    display: block;
    background: url("../img/link_icon_blank.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 42%;
    right: 22px;
  }
  #header #gnavi_wrap #gnavi > li .ex_link:after {
    left: inherit;
    width: 10px;
    height: 11px;
  }
  #header #gnavi_wrap #gnavi > li .ac_trigger:after {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #header #gnavi_wrap #gnavi > li .ac_trigger.active_sp:after {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  #header #gnavi_wrap #gnavi .dd_navi_wrap {
    display: none;
  }
  #header #gnavi_wrap #gnavi .dd_navi li {
    border-top: 1px solid #dbdbe0;
  }
  #header #gnavi_wrap #gnavi .dd_navi li.two_line a {
    line-height: 1.47;
    height: 40px;
    padding: 8px 25px 8px;
  }
  #header #gnavi_wrap #gnavi .dd_navi a {
    background-color: #e0e4e8;
  }
  #header #gnavi_wrap .ex_navi_wrap {
    padding-top: 15px;
  }
  #header #gnavi_wrap .ex_navi_wrap li {
    display: inline-block;
    margin-right: 20px;
  }
  #header #gnavi_wrap .ex_navi_wrap li a {
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
  }
  #header #gnavi_wrap .ex_navi_wrap li a {
    display: block;
    position: relative;
  }
  #header #gnavi_wrap .ex_navi_wrap li a:after {
    width: 5px;
    height: 10px;
    content: "";
    display: block;
    background: url("../img/link_arrow_black.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 9px;
    right: 12px;
  }
  #header #gnavi_wrap .ex_navi_wrap li a img {
    width: auto;
    height: 100%;
  }
}
#header {
  position: relative;
  z-index: 100;
}
#header #site_name {
  float: left;
}
#header #gnavi_wrap #gnavi .list a, #header #gnavi_wrap #gnavi .list .ac_trigger {
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
}
#header #gnavi_wrap #gnavi .list .ac_trigger {
  cursor: pointer;
}
#header #gnavi_wrap #gnavi .list img {
  width: auto;
  height: 100%;
}
#header #gnavi_wrap #gnavi .list .dd_navi li a {
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
}
#header #gnavi_wrap .ex_navi_wrap li a {
  display: block;
}

/* #footer
-------------------------------------------------- */
#footer {
  position: relative;
  background-color: #ebedef;
}
#footer #page_top {
  text-align: right;
  position: relative;
}
#footer #page_top a {
  height: 29px;
  font-style: italic;
  text-decoration: none;
  float: right;
  display: block;
  position: relative;
  padding-top: 22px;
  letter-spacing: 0.1em;
  z-index: 1;
}
#footer #page_top a:before {
  content: "";
  display: block;
  width: 22px;
  height: 11px;
  left: 50%;
  top: 0px;
  margin-left: -11px;
  background: url("../img/page_top_icon.svg") no-repeat left top;
  background-size: cover;
  position: absolute;
}
#footer #copy_right {
  vertical-align: middle;
  text-align: center;
  text-align: center;
  background-color: #fff;
}

#footer #fb_likebox_wrap .sns_link .icon_facebook{
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #footer #fb_likebox_wrap .sns_link li a{
    text-decoration: none;
    font-family: "メイリオ";
  }
  #footer #fb_likebox_wrap .sns_link li a:hover{
    opacity: 0.8;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
  }
  #footer #fb_likebox_wrap .sns_link .icon_facebook:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../../common/img/icon_facebook.svg") no-repeat;
    background-size: cover;
  }
  #footer #fb_likebox_wrap .sns_link .icon_instagram span{
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    display: inline-block;
  }
  #footer #fb_likebox_wrap .sns_link .icon_instagram span:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../../common/img/icon_instagram.svg") no-repeat;
    background-size: cover;
  }

  #footer #sp_footer_sitemap .icon_facebook{
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #footer #sp_footer_sitemap li a{
    text-decoration: none;
    font-family: "メイリオ";
  }
  #footer #sp_footer_sitemap li a:hover{
    opacity: 0.8;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
  }
  #footer #sp_footer_sitemap .icon_facebook:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../../common/img/icon_facebook.svg") no-repeat;
    background-size: cover;
  }
  #footer #sp_footer_sitemap .icon_instagram span{
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    display: inline-block;
  }
  #footer #sp_footer_sitemap .icon_instagram span:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../../common/img/icon_instagram.svg") no-repeat;
    background-size: cover;
  }

@media only screen and (min-width: 751px) {
  #footer {
    padding-top: 40px;
  }
  #footer #page_top {
    top: -92px;
    right: 35px;
    margin-bottom: -50px;
  }
  #footer #footer_inner {
    padding-bottom: 60px;
  }
  #footer #footer_site_map {
    float: left;
  }
  #footer #footer_site_map .list {
    margin-right: 55px;
  }
  #footer #footer_site_map .list dt, #footer #footer_site_map .list dd, #footer #footer_site_map .list li {
    float: left;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
    margin-bottom: 15px;
  }
  #footer #footer_site_map .list dt {
    clear: left;
    width: 88px;
    font-weight: bold;
  }
  #footer #footer_site_map .list dd, #footer #footer_site_map .list li {
    margin-right: 26px;
  }
  #footer #footer_site_map .another_link {
    margin-top: 16px;
    margin-right: 29px;
    width: 261px;
    display: block;
    float: left;
  }
  #footer #footer_site_map .another_link p {
    margin-top: 6px;
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
  }
  #footer #fb_likebox_wrap {
    width: 300px;
    height: 258px;
    float: right;
  }

  #footer #fb_likebox_wrap .sns_link .icon_facebook{
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #footer #fb_likebox_wrap .sns_link li a{
    text-decoration: none;
    font-family: "メイリオ";
  }
  #footer #fb_likebox_wrap .sns_link li a:hover{
    opacity: 0.8;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
  }
  #footer #fb_likebox_wrap .sns_link .icon_facebook:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../../common/img/icon_facebook.svg") no-repeat;
    background-size: cover;
  }
  #footer #fb_likebox_wrap .sns_link .icon_instagram span{
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    display: inline-block;
  }
  #footer #fb_likebox_wrap .sns_link .icon_instagram span:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../../common/img/icon_instagram.svg") no-repeat;
    background-size: cover;
  }
  #footer #copy_right {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #footer {
    padding-top: 20px;
  }
  #footer #page_top {
    top: -68px;
    right: 0;
    margin-bottom: -45px;
    text-align: center;
  }
  #footer #page_top a {
    height: 29px;
    font-style: italic;
    text-decoration: none;
    display: inline-block;
    float: none;
    padding-top: 15px;
  }
  #footer #page_top a:before {
    width: 12px;
    height: 6px;
    left: 50%;
    top: 0px;
    margin-left: -6px;
  }
  #footer #sp_footer_sitemap {
    padding-bottom: 20px;
  }
  #footer #sp_footer_sitemap li {
    display: inline-block;
    margin-right: 15px;
  }
  #footer #sp_footer_sitemap li.last {
    margin-left: -15px;
   
  }
  #footer #sp_footer_sitemap li a {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
  }
  
  #footer #sp_footer_sitemap_top li {
    display: inline-block;
    margin-right: 15px;
  }
  #footer #sp_footer_sitemap_top li a {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
  }
}
/* #main
-------------------------------------------------- */
#main {
  position: relative;
  z-index: 1000;
}

@media only screen and (min-width: 751px) {
  .section_wrap {
    margin-bottom: 120px;
  }
  .section_wrap .section_title {
    padding-top: 36px;
    margin-bottom: 60px;
  }
  .section_wrap .section_title:before {
    width: 80px;
    height: 10px;
    margin: 0 auto 28px;
  }
  .section_wrap .section_title .en {
    margin-bottom: 22px;
    font-size: 32px;
  }
  .section_wrap .section_title .jp {
    font-size: 14px;
  }

  .section_wrap.bg_gray .section_title {
    padding-top: 80px;
  }
  .record{
    margin-bottom: 10px;
  }
  .record dt{
    margin-bottom: 5px;
  }
  .record02 dt{
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  .section_wrap {
    margin-bottom: 50px;
    border-bottom: 1px solid #d8dee2;
  }
  .section_wrap .section_title {
    margin-bottom: 35px;
  }
  .section_wrap .section_title:before {
    width: 60px;
    height: 8px;
    margin: 0 auto 18px;
  }
  .section_wrap .section_title .en {
    margin-bottom: 13px;
    font-size: 24px;
  }
  .section_wrap .section_title .jp {
    font-size: 10px;
  }

  .section_wrap.bg_gray .section_title {
    padding-top: 40px;
  }
  .record{
    margin-bottom: 10px;
  }
  .record dt{
    margin-bottom: 5px;
  }
  .record02 dt{
    margin-bottom: 5px;
  }
}
.section_wrap .section_title {
  position: relative;
}
.section_wrap .section_title:before {
  content: "";
  display: block;
  background: url("../../img/top/section_title_icon.svg") no-repeat left center;
  background-size: contain;
}
.section_wrap .section_title span {
  display: block;
  text-align: center;
}
.section_wrap .section_title span img {
  width: auto;
  height: 100%;
}
.section_wrap .section_title .en {
  font-style: italic;
  letter-spacing: 0.1em;
}
.section_wrap .section_title .jp {
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
}

.section_wrap:last-child {
  border-bottom: 0;
}

.section_wrap.bg_gray {
  background-color: #f7f9fb;
  border-bottom: 0;
}

/* #information list
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .information_list_wrap {
    margin-bottom: 50px;
  }
  .information_list_wrap .tab_list {
    width: 70%;
    margin: 0 auto 45px;
  }
  .information_list_wrap .tab_list li {
    width: 25%;
    float: left;
  }
  .information_list_wrap .tab_list li span {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-decoration: none;
    display: block;
    position: relative;
    border-right: 1px solid #d8dee2;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
  }
  .information_list_wrap .tab_list li span:after {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
  }
  .information_list_wrap .tab_list li span:hover, .information_list_wrap .tab_list li span.active {
    background-color: #dee5e9;
  }
  .information_list_wrap .tab_list li span.active:after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    border: 15px solid transparent;
    border-top: 5px solid #dee5e9;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }
  .information_list_wrap .tab_list li:first-child span {
    border-left: 1px solid #d8dee2;
  }
  .information_list_wrap .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .information_list_wrap .list li .date {
    width: 7.8%;
    float: left;
  }
  .information_list_wrap .list li dl {
    width: 92.18%;
    display: table;
  }
  .information_list_wrap .list li dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .information_list_wrap .list li dl dt {
    width: 6.3%;
    height: 20px;
    line-height: 18px;
  }
  .information_list_wrap .list li dl dd {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .information_list_wrap .list li dl dd {
    display: block;
    position: relative;
  }
  .information_list_wrap .list li dl dd:after {
    width: 5px;
    height: 10px;
    content: "";
    display: block;
    background: url("../img/link_arrow_black.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 20px;
  }
  .information_list_wrap .list li dl dd a {
    text-decoration: none;
  }
  .information_list_wrap .list li > p {
    padding-left: 2.5%;
    padding-right: 2.5%;
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
  }
  .information_list_wrap .list li > p {
    display: block;
    position: relative;
  }
  .information_list_wrap .list li > p:after {
    width: 5px;
    height: 10px;
    content: "";
    display: block;
    background: url("../img/link_arrow_black.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 20px;
  }
  .information_list_wrap .list li > p a {
    text-decoration: none;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .information_list_wrap {
    margin-bottom: 25px;
  }
  .information_list_wrap .list li {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .information_list_wrap .list li {
    display: block;
    position: relative;
  }
  .information_list_wrap .list li:after {
    width: 5px;
    height: 10px;
    content: "";
    display: block;
    background: url("../img/link_arrow_black.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 46%;
    right: 2%;
  }
  .information_list_wrap .list li .date {
    font-weight: bold;
    display: block;
  }
  .information_list_wrap .list li dl {
    position: relative;
    top: -20px;
    margin-bottom: -20px;
  }
  .information_list_wrap .list li dl dt {
    width: 55px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 80px;
    margin-bottom: 4px;
  }
}
.information_list_wrap {
  border: none;
}
.information_list_wrap .list li {
  border-bottom: 1px solid #d8dee2;
}
.information_list_wrap .list li:first-child {
  border-top: 1px solid #d8dee2;
}
.information_list_wrap .list time, .information_list_wrap .list dt, .information_list_wrap .list dd, .information_list_wrap .list p {
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
}
.information_list_wrap .list dl dt {
  vertical-align: middle;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: #6d6f7a;
}

/* -----------------------------------------------
 [ Information ]
-------------------------------------------------- */

#main_wrap #sort_menu ul{
  width:70% !important;
  margin: 0 auto 46px;
}
