@charset "UTF-8";
/* ====================================================
base style
==================================================== */
html {
  font-size: 10px; }

body {
  color: #444444;
  font-size: 100%;
  background-color: #FFFFFF;
  line-height: 1;
  font-family: "Roboto", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", " メイリオ", "MSP ゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none; }

@media screen and (min-width: 769px) {
  .rollover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .rollover:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      text-decoration: none; } }

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

.pc {
  display: block; }

.sp, .sp_in {
  display: none; }

.pc_in {
  display: inline-block; }

@media screen and (max-width: 768px) {
  .pc, .pc_in {
    display: none; }
  .sp {
    display: block; }
  .sp_in {
    display: inline-block; } }

.txt_c {
  text-align: center; }

.txt_r {
  text-align: right; }

/* -------- CLEAR -------- */
.clear {
  clear: both; }

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* clearfix for ie7 */
.cf {
  display: inline-block; }

.cf {
  display: block; }

/* -------- CLEAR -------- */
/* -------- ボタンリセット -------- */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0; }
  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, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* -------- LAYOUT -------- */
.inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 980px;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .container {
    padding-top: 65px; } }

/* ====================================================
header
==================================================== */
header {
  padding: 22px 0;
  width: 100%;
  background: #fff; }
  header > div {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 980px; }
    @media screen and (max-width: 768px) {
      header > div {
        padding: 0; } }
  header .menu_cont {
    width: 27%;
    float: left; }
    @media screen and (max-width: 960px) {
      header .menu_cont {
        width: 100%;
        float: none; } }
  header h1 {
    display: inline-block; }
    header h1 img {
      width: 256px;
      height: auto; }
  @media screen and (max-width: 768px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      padding: 0;
      height: 65px;
      border-bottom: 0;
      z-index: 1000; }
      header .menu_cont.inner {
        padding: 0;
        margin-bottom: 0; }
      header h1 {
        position: absolute;
        top: 12px;
        left: 10px;
        float: none;
        width: auto; }
        header h1 img {
          height: 36px;
          width: auto; } }

/* nav
-----------------------------------------------------*/
#menuList {
  padding-top: 21px;
  width: 75.5%;
  max-width: 665px;
  float: right; }
  @media screen and (max-width: 960px) {
    #menuList {
      padding-top: 20px;
      width: 100%;
      float: none;
      max-width: 100%; } }
  #menuList ul {
    font-size: 0; }

#menuList ul li {
  display: inline-block;
  float: left;
  margin-left: 40px; }
  #menuList ul li:first-child {
    margin-left: 0; }
  @media screen and (max-width: 960px) {
    #menuList ul li {
      width: 16.6%;
      margin-left: 0;
      text-align: center; } }
  #menuList ul li a {
    display: block;
    position: relative;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s linear;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #menuList ul li a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      text-decoration: none; }

@media screen and (max-width: 768px) {
  #menuList {
    display: none; }
  #rwdMenuWrap {
    width: 100%; }
  #rwdMenuWrap #switchBtnArea {
    width: 40px;
    height: 65px; }
  #rwdMenuWrap #switchBtnArea #switchBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
    width: 50px;
    height: 65px;
    background: url(../images/common/btn_menu.png) no-repeat center center;
    background-size: 34px auto; }
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose {
      background: url(../images/common/btn_menu_close.png) no-repeat center center;
      background-size: 34px auto; }
  #rwdMenuWrap ul {
    width: 100%;
    display: none; }
  #rwdMenuWrap ul li a {
    display: block;
    padding: 15px 10px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    background: #446ec9; } }

/* ====================================================
footer
==================================================== */
footer {
  width: 100%;
  background: #2657c1; }
  footer .inner {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 890px; }
  footer .ft_contact {
    width: 305px;
    float: left;
    color: #fff; }
    footer .ft_contact .btn_mail {
      display: block;
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7857142857;
      font-weight: bold;
      text-align: center;
      border: 1px solid #fff;
      border-radius: 4px; }
      footer .ft_contact .btn_mail span:before {
        font-family: FontAwesome;
        font-size: 25px;
        content: "\f0e0";
        padding-right: 10px; }
    footer .ft_contact p {
      margin: 12px 0;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1;
      font-weight: bold;
      letter-spacing: 3px; }
      @media screen and (max-width: 768px) {
        footer .ft_contact p {
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 1;
          letter-spacing: 2px; } }
    footer .ft_contact > span {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1;
      font-weight: bold;
      letter-spacing: 1px; }
  footer .ft_nav {
    padding: 40px 0;
    width: calc(100% - 305px);
    float: left; }
    footer .ft_nav ul {
      max-width: 425px; }
    footer .ft_nav ul li {
      margin-bottom: 40px;
      width: 33.33%;
      float: left; }
      footer .ft_nav ul li:nth-child(n+4) {
        margin-bottom: 0; }
      footer .ft_nav ul li a {
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5384615385;
        font-weight: bold;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        footer .ft_nav ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
          -moz-opacity: 0.7;
          -khtml-opacity: 0.7;
          text-decoration: none; }
  footer .copyright {
    background: #F7F7F7;
    text-align: center;
    color: #2657c1;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    font-size: 1rem;
    line-height: 3;
    font-weight: bold;
    letter-spacing: 2px; }
    @media screen and (max-width: 810px) {
      footer .copyright {
        letter-spacing: 1px; } }
  @media screen and (max-width: 768px) {
    footer .inner {
      padding-top: 20px;
      padding-bottom: 20px; }
    footer .ft_contact {
      width: 100%;
      float: none;
      text-align: center; }
    footer .ft_nav {
      padding: 0 0 25px;
      width: 100%;
      float: none;
      border-left: 0; }
      footer .ft_nav ul {
        max-width: 100%; }
        footer .ft_nav ul li {
          margin-bottom: 20px; }
          footer .ft_nav ul li a {
            display: block; } }

/*# sourceMappingURL=common.css.map */