@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
  background: url(../images//common/bg-body.jpg) repeat;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type='reset'], input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled] {
  cursor: default;
}

input[disabled] {
  cursor: default;
}
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header {
  position: relative;
  background-image: url(../images/common/bg.gif);
  background-size: 20px;
  position: fixed;
  width: 100%;
  height: 53px;
  top: 0;
  left: 0;
  z-index: 10;
}

.admin-bar .header {
  top: 46px;
}

.header:after {
  content: '';
  width: 100%;
  height: 2px;
  background: url(../images/common/line01.png) repeat-x;
  background-size: auto 2px;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.header__logo {
  width: 232px;
  height: auto;
  margin: 0 auto;
  padding: 12px 0;
}

.header__logo a {
  display: block;
  line-height: 0;
}

.header__menu {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 7px;
  right: 7px;
}

.footer {
  background-image: url(../images/common/line01.png);
  background-repeat: repeat-x;
  background-size: auto 2px;
  font-weight: bold;
}

.footer a {
  color: #fff;
}

.footer__sns {
  list-style: none;
  margin: 0;
  padding: 35px 0 30px;
  text-align: center;
  background: url(../images/footer/bg.png) no-repeat center bottom;
  background-size: 320px auto;
}

.footer__sns__item {
  width: 32px;
  height: 32px;
  margin: 0 2px;
  display: inline-block;
  border-radius: 50%;
  background-color: #e50a84;
}

.footer__pagetop {
  background-color: #e50a84;
  text-align: center;
  font-size: 12px;
}

.footer__pagetop a {
  display: block;
  padding: 10px 0;
}

.footer__pagetop a:before {
  content: '';
  width: 16px;
  height: 12px;
  background-image: url(../images/footer/arrow_top.png);
  background-size: 16px 12px;
  display: block;
  margin: 0 auto;
}

.footer__link {
  list-style: none;
  overflow: hidden;
  margin: 2px 0;
  padding: 0;
  font-size: 12px;
}

.footer__link__item {
  width: 50%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}

.footer__link__item:last-child {
  padding-left: 2px;
}

.footer__link__item a {
  display: block;
  line-height: 50px;
  background-color: #e50a84;
}

.footer__link__item a:before {
  content: '';
  width: 13px;
  height: 12px;
  background-image: url(../images/footer/ico_link.png);
  background-size: 13px 12px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.footer__bottom {
  background-color: #e50a84;
  padding: 10px 0 15px;
  position:relative;
}

.footer__logo {
  width: 124px;
  margin: 0 auto;
  line-height: 0;
}

.footer__logo--txt {
  width: 101px;
  margin: 5px auto 0;
  line-height: 0;
}

.footer__copyright {
  display: block;
  line-height: 30px;
  background-color: #5d3224;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
.footer__security_action{
  position:absolute;
  top: 72px;
  right: 10px;
}
.nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding-top: 53px;
  background-image: url(../images/common/bg.gif);
  background-size: 20px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
}

.nav.is-open {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__item {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/common/line01.png) repeat-x bottom;
  background-size: auto 1px;
}
.nav__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 58px;
  background: url(../images/nav/nav-item01.png) no-repeat center center;
  background-size: 68px 58px;
}
.nav__item + .nav__item:before {
  width: 79px;
  height: 60px;
  background: url(../images/nav/nav-item02.png) no-repeat center center;
  background-size: 79px 60px;
}
.nav__item + .nav__item + .nav__item:before {
  width: 94px;
  height: 60px;
  background: url(../images/nav/nav-item03.png) no-repeat center center;
  background-size: 94px 60px;
}
.nav__item + .nav__item + .nav__item + .nav__item:before {
  width: 61px;
  height: 60px;
  background: url(../images/nav/nav-item04.png) no-repeat center center;
  background-size: 61px 60px;
}
.nav__item + .nav__item + .nav__item + .nav__item + .nav__item:before {
  width: 60px;
  height: 60px;
  background: url(../images/nav/nav-item05.png) no-repeat center center;
  background-size: 60px 60px;
}
.nav__item + .nav__item + .nav__item + .nav__item + .nav__item + .nav__item:before {
  width: 65px;
  height: 60px;
  background: url(../images/nav/nav-item07.png) no-repeat center center;
  background-size: 65px 60px;
}
.nav__item + .nav__item + .nav__item + .nav__item + .nav__item + .nav__item + .nav__item:before {
  width: 56px;
  height: 60px;
  background: url(../images/nav/nav-item06.png) no-repeat center center;
  background-size: 56px 60px;
}

.nav__item:last-child {
  background: none;
  border-bottom: 2px solid #e50a84;
}

.nav__item > a, .nav__item > span {
  color: #e50a84;
  display: block;
  line-height: 60px;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
}

.nav__item > a:before, .nav__item > span:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/common/ico04.png);
  background-size: 15px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -8px;
}

.nav__item.is-open > span:before {
  background-image: url(../images/common/ico02.png);
}

.nav--sub__list {
  background-color: #e50a84;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.nav--sub__item {
  font-size: 16px;
  font-weight: bold;
  background: url(/sp/titicaca/images/common/line01.png) repeat-x bottom;
  background-size: auto 1px;
}

.nav--sub__item:last-child {
  background: none;
}

.nav--sub__item a {
  color: #fff;
  display: block;
  line-height: 50px;
  position: relative;
  padding-left: 45px;
}

.nav--sub__item a:after {
  content: '';
  width: 10px;
  height: 14px;
  background-image: url(../images/common/ico03.png);
  background-size: 10px 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
}

.nav--sub__item--titicaca, .nav--sub__item--wa {
  font-size: 1px;
  text-indent: -9999px;
}

.nav--sub__item--titicaca a, .nav--sub__item--wa a {
  background-size: 237px auto;
  background-repeat: no-repeat;
  background-position: 40px 10px;
  line-height: 60px;
}

.nav--sub__item--titicaca a {
  background-image: url(../images/nav/nav_titicaca.png);
}

.nav--sub__item--wa a {
  background-image: url(../images/nav/nav_wa.png);
}

.wa .nav__item {
  background: url(/sp/wa/images/common/line01.png) repeat-x bottom;
  background-size: auto 1px;
}

.wa .nav__item:last-child {
  background: none;
  border-bottom: 2px solid #131b4d;
}

.wa .nav__item > a, .wa .nav__item > span {
  color: #131b4d;
}

.wa .nav__item > a:before, .wa .nav__item > span:before {
  background-image: url(/sp/wa/images/common/ico01.png);
  background-size: 15px;
}

.wa .nav__item.is-open > span:before {
  background-image: url(/sp/wa/images/common/ico02.png);
}

.wa .nav--sub__list {
  background-color: #131b4d;
}

.wa .nav--sub__item--wa a {
  background-image: url(/sp/images/nav/nav_wa_wa.png);
}

.nav--company {
  background: url(../images/nav/bg_nav_company_x.png) repeat-x;
  background-size: 30px auto;
  position: relative;
  top: -5px;
  margin-bottom: -5px;
}

.nav--company__list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nav--company__item {
  width: 33.3%;
  height: 39px;
  float: left;
  text-align: center;
  background: url(../images/nav/bg_nav_company_y.png) repeat-y right top;
  background-size: auto 6px;
}

.nav--company__item:last-child {
  background: none;
}

.nav--company__item img {
  height: 13px;
  width: auto;
}

.nav--company__item a {
  display: block;
  height: 100%;
  padding-top: 4px;
  box-sizing: border-box;
}

* {
  -webkit-touch-callout: none;
}

html {
  line-height: 1.7;
  height: 100%;
}

body {
  background-image: url(../images/common/bg.gif);
  background-size: 20px;
  -webkit-text-size-adjust: 100%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Osaka', Arial, sans-serif;
  margin: 0;
  word-wrap: break-word;
  color: #333;
  font-size: 13px;
}

* {
  -webkit-appearance: none;
}

img {
  height: auto;
  border: 0;
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.alert-txt {
  color: #f00;
}

.contents {
  padding-top: 53px;
  position: relative;
  overflow: hidden;
}

.checkbox__wrap {
  position: relative;
}

.checkbox {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.checkbox[type='checkbox'] + label {
  display: block;
  background-image: url(../images/common/check.png);
  background-size: 24px;
  background-repeat: no-repeat;
  padding: 4px 0 0 28px;
}

.checkbox[type='checkbox']:checked + label {
  background-image: url(../images/common/checl_select.png);
}

.select__wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #e50a84;
}

.select__txt {
  color: #fff;
  line-height: 34px;
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
}

.select__txt:after {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(../images/common/parts_select.png);
  background-size: 28px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.select__list {
  width: 100%;
  height: 100%;
  zoom: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.search-block {
  margin: 0 20px;
}

.search-block__inner {
  max-width: 600px;
  background-color: #fff;
  padding: 25px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.search-block__checkbox {
  float: left;
  color: #e50a84;
  font-size: 12px;
  font-weight: bold;
  margin-right: 30px;
  margin-bottom: 15px;
}

.search-block__select {
  clear: both;
}

.table-list {
  display: table;
}

.table-list__cell {
  display: table-cell;
  vertical-align: middle;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.edit-area {
  padding: 0 20px;
  font-size: 12px;
}
.edit-area:first-child i + * {
  margin-top: 0;
}
.edit-area h2 {
  margin: 0 0 30px;
  line-height: 1;
}
.edit-area h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #3a1d1d;
}
.edit-area a:hover img {
  opacity: 0.8;
}
.edit-area p {
  line-height: 1.9;
}
.edit-area .bold {
  font-weight: bold;
  color: #3a1d1d;
}
.edit-area img {
  display: block;
}
.edit-area hr {
  height: 1px;
  border-top: 1px dotted #3a1d1d;
  margin: 30px 0;
  background: none;
}
.edit-area ul {
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 0;
}
.edit-area ul li {
  margin-bottom: 5px;
}

.page-privacy .privacy-head {
  margin-top: 25px;
}
.page-privacy .contents-wrap {
  padding: 0 27px 27px;
}
.page-privacy .contents-wrap h2 {
  font-size: 12px;
  margin-top: 3em;
}

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