@charset "utf-8";

/*----------------------------------------
2010.04
style_common.css

共通箇所を記述します。
・ヘッダー
・フッター
----------------------------------------*/

/*==========================================
 フォーム全般
===========================================*/

input, button, textarea, select {
  /*outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ --------------------共通--------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
html { text-rendering: optimizeLegibility; }
.clearfix::after { content: ""; display: table; clear: both;}
a { text-decoration: none; color:#fff; }

/* hoverエフェクト */
.fade,
.fade::before,
.fade::after {
  -webkit-transition: .3s;
  transition: .3s;
}

.clr_blue1 {
  color: #0b91d9;
}
.clr_blue2 {
  color: #0065b5;
}
.font_roboto {
  font-family: 'Roboto', sans-serif;
}


/* ----------------------- font ----------------------- */
body {
  font-family: "Noto Sans JP","Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", 
  Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  font-size: 15px;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ----------------------- head ----------------------- */
header {
  width: 100%;
  position: fixed;
  top: 0;
}
.header__navi_list,.header__navi_list-last {
  list-style-type: none;
}

/* --------------------- contents --------------------- */
.contents {
}

/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 737px以上 -----------PC---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (min-width: 841px) 
{ /* PC start */
body{
  background: #fff;
}

/*----------------------------------------
    header pc
-----------------------------------------*/
header {
  background-color: #fff;
  padding: 0;
  z-index: 2;
  z-index: 200;
  box-shadow: 0px 7px 7px -5px rgba(0,101,181,0.1);
  height: 74px;
  min-width: 1360px;
}
.drawer-nav {
  transform: translateZ(0) !important;
}

.drawer-navbar {
  /*max-width: 1200px;*/
  min-width: 1330px;
  margin: 0 auto;
}
.drawer-navbar-header {
  float: left;
}
.header__logo a {
  display: inline-block;
  width: 94px;
 margin-top: 20px;
}
.drawer-nav .drawer-menu {
  float: right;
  text-align: center;
  text-transform: uppercase
}
.drawer-nav li {
  float: left;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 700;
  list-style-type: none;
  color: #000;
}
.drawer-nav li:last-child {
  margin-right: 0;
}
.drawer-nav li a {
  color: #000;
  vertical-align: 26%;
}
.drawer-nav li a  img {
  vertical-align: inherit;
    height: 75px;
}

/* ----------------- menu effects ----------------- */
.drawer-nav .drawer-menu-item a {
  position: relative;
  display: inline-block;
  transition: .3s;
  height: 75px;
  line-height: 74px;
}
.drawer-nav .drawer-menu-item a:hover {
  color: #0b91d9;
  cursor: pointer;
  display: block;
}
.drawer-nav .drawer-menu-item:hover {
  
}
.drawer-nav .drawer-menu-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #0b91d9;
  transition: .2s;
}
.drawer-nav .drawer-menu-item a:hover::after {
  width: 100%;
}

.drawer-menu-item_select a{
  border-bottom: 5px solid #fff;
  padding-bottom: 31px !important;
}


/*----------------------------------------
    footer pc
-----------------------------------------*/
/* --------------------- footer --------------------- */
footer {
  min-width: 1200px;
  background-color: #07506c;
}

.footer2 {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;

}
.footer2 img.logo {
  width: 110px;
  position: absolute;
}
.footer_copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1.8;
}


/* ページトップボタン */
.footer__btn_pagetop {
  position: fixed;
  right: -20px;
  bottom: 10px;
  z-index: 99;
}
.footer__btn_pagetop a {
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 20px;
  vertical-align: middle;
  opacity: 0.6;
}
.footer__btn_pagetop a:before {
  font-family: "FontAwesome"; 
  font-weight: normal;
  content: "\f106";
  line-height: 25px;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 20px;
  color: #00a7c4;
} 
.footer__btn_pagetop a:hover {
  text-decoration: none !important;
}



} /* PC end --------------------------- */























/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 736px以下 -----------SP---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (max-width: 840px) 
{ /* SP start */
body { background: #fff; }

input { 
  padding: 0;
} 

/*----------------------------------------
    header sp
-----------------------------------------*/
header {
  z-index: 300;
  box-shadow: 0px 7px 7px -5px rgba(0,101,181,0.1);
  position: inherit;
}
.header__logo a {
  width: 90px;
  padding: 10px 0;
  display: inline-block;
}
.header__logo p {
  display: none;
}
.drawer-open {
  overflow: hidden!important;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.drawer-menu-item,
.drawer-menu-item_select
 {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.drawer-menu-item a,
.drawer-menu-item_select a{
  display: block;
  padding: 18px 20px;
  color: #000;
}
.drawer-navbar .drawer-navbar-header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.drawer-menu-item_head {
  padding: 0;
  height: 60px;
  background: #D7000F;
}
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}
.drawer-navbar-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  /*z-index: 102;*/
}
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav {
  left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
  border-left: 1px  solid #D1D5DE;
}
.drawer-hamburger {
  position: absolute;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 8px .75rem 25px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, .5);
}
.drawer-open .drawer-overlay {
  display: block;
}


.drawer-open .drawer-navbar button {
  background: #fff;
  width: 30px;
  height: 46px !important;
  padding-bottom: 7px;
}


/*!------------------------------------*\
    Top
\*!------------------------------------*/

.header__logo p {
  display: none;
}
.drawer-open {
  overflow: hidden!important;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
}
.drawer-menu-item,
.drawer-menu-item_select
 {
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #D1D5DE;
}
.drawer-menu-item:last-child {
  background-color: #973d61;
}
.drawer-menu-item:last-child a {
  color: #fff;
}
.drawer-menu-item a,
.drawer-menu-item_select a{
  display: block;
  padding: 18px 20px;
  line-height: 1.2;
  font-weight: 600;
}
.drawer-menu-item a span {
  font-size: 12px;
  font-weight: 400;
  color: #973d61;
}
.drawer-menu-item_contact a span {
  color: #fff;
}
.drawer-navbar .drawer-navbar-header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.drawer-menu-item_head {
  padding: 0;
  height: 60px;
  background: #D7000F;
}
.drawer-nav {
  position: fixed;
  z-index: 100;
  width: 18.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
  overflow: scroll;
  height: 100%!important;
  top: 50px;
}
.drawer-navbar-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  z-index: 102;
}
.drawer--right .drawer-nav {
  right: -18.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer-navbar-header button{
height: inherit;
}
.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  position: fixed;
  height: inherit;
  z-index: 30;
  
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}
.drawer-hamburger {
  position: absolute;
  z-index: 4;
  top: -4px;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 0 10px 0;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-overlay {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, .5);
}
.drawer-open .drawer-overlay {
  display: block;
}
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
  transition: left .6s cubic-bezier(.19, 1, .22, 1);
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 1px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  background-color: #0065b5;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.drawer-menu-item_last {
    text-align: center;
    padding: 15px;
}

.drawer-navbar-header button {
  display: block;
  height: 100%;
}


/*----------------------------------------
    footer sp
-----------------------------------------*/
footer {
  background-color: #07506c;
}
.footer2 img {
  width: 60px;
}
.footer2 div.img {
  text-align: center;
  margin-top: 5%;
}
.footer_copyright {
  font-size: 3vw;
  color: #fff;
  text-align: center;
  padding: 5% 5% 25%;
  line-height: 1.8;
}


/* ページトップボタン */
.footer__btn_pagetop {
  position: fixed;
  right: -20px;
  bottom: 88px;
  z-index: 99;
}
.footer__btn_pagetop a {
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 15px 12px;
  vertical-align: middle;
  opacity: 0.6;
}
.footer__btn_pagetop a:before {
  font-family: "FontAwesome"; 
  font-weight: normal;
  content: "\f106";
  line-height: 25px;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 20px;
  color: #00a7c4;
} 
.footer__btn_pagetop a:hover {
  text-decoration: none !important;
}


} /* SP end --------------------------- */
