@charset "utf-8";
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input,
button,
html [type="button"],
html [type="input"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none !important;
  border:none;
  background:none;
}

.data-pushbar-close i{
	-webkit-padding-right:2px !important;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

.pushbar_bottom{
	margin-bottom: 120px !important;
}

.pushbar{
  -webkit-overflow-scrolling: touch;
}

#header .global-nav-phone .p_draw_search {
  float: right;
  margin-top: -31px;
  margin-right: 40px;
}
.search_draw{
  display: none;
  position:fixed;
  z-index: 10000;
  top:64px;
  left:0;
  width:100%;
  background:#fff;
  padding:20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search_draw .header__search-form--phone ,
.search_draw .header__search-form--phone input{
  position:static;
  width:100%;
}
.search_draw .header__search-form--phone input,
.search_draw .header__search-form--phone select{
  height: 40px;
  line-height: 40px;
}
.search_draw .header__search-form--phone dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin:0;
}
.search_draw .header__search-form--phone dl>dt{
  margin:0 0 10px;
  width:6em;
}
.search_draw .header__search-form--phone dl>dd{
  margin:0 0 10px;
  width:calc(100% - 6em);
}
.search_draw .header__search-form--phone .sch_btn{
  position:static;
  display: table;
  margin:10px auto;
  background:#314c69;
  color:#fff;
  width:90%;
  border-radius: 4px;
}
.search_draw .header__search-form--phone .sch_btn:before{content:none;}
.search_draw .header__search-form--phone .close{
  float: none;
  width:90%;
  text-align: center;
  position: static;
  display: table;
  color:inherit;
  font-size: 0.8em;
  margin:auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.fnav_sns {
    display: flex;
    justify-content: center;
    align-items: center;
  margin-top: 10px;
}
.fnav_sns a {
    display: block;
    width: 30px;
    margin: 0 10px;
}