@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #222;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
.sp {
  display: inline-block;
}

.pc {
  display: none;
}

@media all and (min-width: 960px) {
  .pc {
    display: inline-block;
  }

  .sp {
    display: none;
  }
}
/***************

header

****************/
/*ハンバーガーメニュー*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 26px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

#wrapper {
  padding-top: 77px;
}

header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
header#header #ttl {
  padding: 8px 0 10px 15px;
  border-bottom: 1px solid #efefef;
}
header#header #ttl span {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 1px;
}

#sp_menu {
  position: absolute;
  top: 35px;
  right: 15px;
}

/****nav****/
nav {
  background: #222;
  line-height: 1;
  margin-bottom: 15px;
  display: none;
}
nav a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #444;
}

.nav02 {
  background: #f7f7f7;
  line-height: 1;
  margin-bottom: 15px;
  display: none;
}

.nav02 a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #dedede;
}

#header_top {
  padding: 0 15px;
  display: none;
}
#header_top select {
  padding: 5px 50px 5px 10px;
  border: 1px solid #ce0505;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../common/images/bg_select.png) no-repeat right center;
  background-size: auto 100%;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}
#header_top input[type="text"] {
  width: 84%;
  padding: 5px 5px 5px 20px;
  border: 1px solid #ce0505;
  box-sizing: border-box;
  background: url(../common/images/icon_search.png) no-repeat 5px center;
  background-size: 12px 12px;
  border-radius: 5px 0 0 5px;
  min-height: 30px;
}
#header_top input[type="button"] {
  -webkit-appearance: none;
  width: 16%;
  color: #fff;
  padding: 3px 5px;
  background: #ce0505 !important;
  box-sizing: border-box;
  border: 1px solid #ce0505;
  border-radius: 0 5px 5px 0;
  min-height: 30px;
}
#header_top ul {
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 10px;
  line-height: 1;
  font-size: 12px;
}
#header_top li {
  float: left;
  width: 33%;
}
#header_top li a {
  padding-left: 7px;
  background: url(../common/images/arrow_blue.png) no-repeat left 5px;
  background-size: 4px 7px;
}

#header_contact {
  display: none;
  text-align: center;
  padding: 0 15px 10px;
  line-height: 1;
  font-size: 1px;
}
#header_contact p:nth-of-type(1) {
  margin-bottom: 20px;
}
#header_contact p:nth-of-type(2) a {
  display: block;
  padding: 10px;
  background: #222;
}

@media all and (min-width: 960px) {
  #wrapper {
    padding-top: 0;
  }

  header#header {
    position: relative;
    background-color: transparent;
  }
  header#header #ttl {
    padding: 15px 0 15px 40px;
    position: relative;
  }
  header#header #ttl img {
    width: 199px;
    height: auto;
  }
  header#header #ttl span {
    margin-bottom: 43px;
  }
  header#header #ttl span img {
    width: 251px;
    height: auto;
  }

  #sp_menu {
    display: none;
  }

  /****nav****/
  nav, .nav02 {
    background: url(../common/images/bg_nav.png) repeat center top;
    line-height: 1;
    margin-bottom: 0px;
    display: block;
    position: relative;
    z-index: 1;
  }
  nav ul, .nav02 ul {
    text-align: center;
  }
  nav li, .nav02 li {
    text-align: center;
    display: inline-block;
  }
  nav a, .nav02 a {
    display: block;
    padding: 32px 15px;
    border-bottom: none;
  }

  .nav02 {
    background-color: black;
    background: url(../common/images/nav02_bg.png) repeat center top;
  }

  #header_top {
    padding: 0 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
  }
  #header_top select {
    width: 176px;
    font-size: 1.1rem;
    margin-bottom: 0px;
    padding: 3px 40px 3px 8px;
    position: absolute;
    top: 7px;
    right: 470px;
    background: url(../common/images/bg_select.png) no-repeat right center;
    background-size: auto 100%;
  }
  #header_top input[type="text"] {
    width: 140px;
    padding: 2px 3px 2px 20px;
    min-height: 25px;
    font-size: 1.1rem;
    position: absolute;
    top: 7px;
    right: 321px;
  }
  #header_top input[type="button"] {
    width: 36px;
    padding: 2px 5px;
    min-height: 25px;
    position: absolute;
    top: 7px;
    right: 286px;
    font-size: 1.1rem;
  }
  #header_top ul {
    margin-bottom: 0px;
    padding-top: 0px;
    position: absolute;
    top: 14px;
    right: 40px;
  }
  #header_top li {
    width: auto;
    margin-left: 15px;
  }

  #header_contact {
    display: block;
    text-align: right;
    padding: 0;
    position: absolute;
    top: 58px;
    right: 40px;
  }
  #header_contact p:nth-of-type(1) {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 14px;
  }
  #header_contact p:nth-of-type(2) {
    display: inline-block;
  }
  #header_contact p:nth-of-type(2) a {
    display: inline-block;
    padding: 0px;
    background: none;
  }
}
#fixed_header {
  display: none;
}

@media all and (min-width: 960px) {
  #fixed_header {
    display: block;
    position: fixed;
    top: -74px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: url(../common/images/bg_fheader.png) repeat center top;
  }
  #fixed_header ul {
    display: table;
    padding: 0 13px;
    height: 74px;
  }
  #fixed_header ul:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
  }
  #fixed_header li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px;
    line-height: 74px;
  }
  #fixed_header li img {
    vertical-align: middle;
  }
}
/*******

SNS

********/
.sns {
  padding: 15px 10px 0;
  margin: 0 auto;
  overflow: hidden;
}
.sns .sns-tw {
  width: 300px;
  margin: 0 auto 15px;
  text-align: center;
}
.sns .sns-tw iframe {
  width: 100% !important;
}
.sns .sns-fb {
  width: 300px;
  margin: 0 auto;
}

@media all and (min-width: 960px) {
  .sns {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .sns .sns-tw, .sns .sns-fb {
    float: left;
    width: 465px;
  }
  .sns .sns-tw {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .sns .sns-fb {
    width: 465px;
  }
}
/*******

認証

********/
#iso {
  padding: 20px 15px;
}
#iso dl {
  margin-bottom: 15px;
}
#iso dt {
  font-weight: bold;
}
#iso dd {
  font-size: 1rem;
}
#iso dd a {
  display: block;
  padding-left: 15px;
  background: url(../images/icon_iso.png) no-repeat left center;
  background-size: 12px 12px;
  font-size: 1.2rem;
  color: #ce0505;
}

.isoIcon li {
  	display: inline-block;
	matgin: 0 auto;
}

@media all and (min-width: 960px) {

  #iso {
    padding: 40px 0px;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
  #iso dl {
    margin-bottom: 0px;
    width: 280px;
    float: left;
  }
  #iso dd {
    word-break: break-all;
  }
  
  .isoIcon li {
  	display: inline-block;
  }
}
/*******************

footer

********************/
#footer_wrap {
  background: #cc0033;
  font-size: 1.1rem;
  color: #fff;
}
#footer_wrap a {
  color: #fff;
}
#footer_wrap h2 {
  text-align: center;
  padding: 15px 0 8px;
  border-bottom: 1px solid #cc0033;
}
#footer_wrap h3 {
  text-align: center;
  margin-bottom: 10px;
}

#contact {
  text-align: center;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
#contact figure {
  content: "";
  display: block;
  width: 100%;
  height: 247px;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: center;
  overflow: hidden;
}
#contact figure img {
  min-height: 247px;
  min-width: 506px;
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#contact h3 {
  margin-bottom: 20px;
  position: relative;
}
#contact dl {
  position: relative;
}
#contact dt {
  margin-bottom: 10px;
}

@media all and (min-width: 960px) {
  #contact {
    text-align: center;
    padding: 80px 0;
  }
  #contact figure {
    height: 313px;
  }
  #contact figure img {
    min-height: 313px;
    min-width: 506px;
    bottom: -50%;
  }
  #contact h3 {
    margin-bottom: 30px;
  }
  #contact dl {
    display: table;
    width: 810px;
    margin: 0 auto;
  }
  #contact dt, #contact dd {
    display: table-cell;
    vertical-align: middle;
  }
  #contact dt {
    margin-bottom: 0px;
    padding-right: 54px;
  }
}
#footer_service {
  padding: 10px 15px 15px;
}
#footer_service p:nth-of-type(1) {
  line-height: 2.2rem;
  margin-bottom: 10px;
}
#footer_service ul {
  margin-bottom: 10px;
}
#footer_service ul li {
  text-align: center;
  display: inline-block;
}
#footer_service ul li a {
  display: inline-block;
  padding: 0 3px 5px 7px;
  background: url(../common/images/icon_arrow_white.png) no-repeat left 5px;
  background-size: 4px 7px;
}

#footer_holdings {
  padding: 10px 15px 10px;
  border-top: 1px solid #339fc3;
}
#footer_holdings p {
  line-height: 2.2rem;
}

footer#footer {
  line-height: 1;
  font-size: 1px;
  padding: 15px 15px;
}
footer#footer p img:nth-of-type(2) {
  width: 100%;
  max-width: 309px;
  height: auto;
  padding-top: 5px;
}

@media all and (min-width: 960px) {
  #footer_wrap h2 {
    padding: 30px 0 20px;
  }
  #footer_wrap h2 img {
    width: 160px;
    height: auto;
  }
  #footer_wrap h3 {
    margin-bottom: 15px;
  }
  #footer_wrap h3 img {
    height: 14px;
    width: auto;
  }

  #footer_service {
    padding: 28px 0 35px;
    width: 960px;
    margin: 0 auto;
    text-align: center;
  }
  #footer_service p:nth-of-type(1) {
    line-height: 2.2rem;
    margin-bottom: 10px;
  }
  #footer_service ul {
    font-weight: bold;
  }
  #footer_service ul li {
    display: inline-block;
  }

  #footer_holdings {
    padding: 30px 0px 35px;
    text-align: center;
  }

  footer#footer {
    padding: 35px 0;
  }
  footer#footer p {
    overflow: hidden;
    text-align: center;
  }
  footer#footer p img:nth-of-type(1) {
    height: 20px;
    width: auto;
    padding-top: 5px;
  }
  footer#footer p img:nth-of-type(2) {
    width: auto;
    max-width: inherit;
    height: 27px;
    padding-top: 0px;
  }
}
