﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


html {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  color: #3e3e3e;
  line-height: 1.4;
  /*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
  font-size: 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

ul.ten {
list-style: url('ten.png'); 
 margin: 15px;
 }

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
   border-radius: 20px;
}

h2  { font-size: 20px;
      color:#0d527a;
       border-bottom: 4px solid #94bdd1;
  position: relative;
  padding-bottom: 5px;}

h3  {font-size: 16px; font-weight: 600; }

select, button, input, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
  min-height: 35px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  outline: none;
  border: 1px solid #dcdcdc;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: menulist;
}

textarea {
  width: 100%;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="radio"], input[type="checkbox"] {
  min-height: 0;
  margin: 0 8px 0 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], button {
  border: none;
  cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="date"] {
  min-width: 150px;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #858383;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

a, a:link, a:visited {
  color: #1f6889;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

b {
  font-weight: bold;
}

hr {
  border: none;
  border-top: 1px solid #dcdcdc;
  height: 1px;
}

.breadcrumb, .section_form, .section_contents, .footBox, .headIn, .flame {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumb a, .textLink a, .footBox_link li a, .navList .navList_user_pc, .afterNav_left dd a, .noScript a, .loginForm_link a {
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  position: relative;
}
.breadcrumb a::after, .textLink a::after, .footBox_link li a::after, .navList .navList_user_pc::after, .afterNav_left dd a::after, .noScript a::after, .loginForm_link a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1f6889;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.breadcrumb a:hover::after, .textLink a:hover::after, .footBox_link li a:hover::after, .navList .navList_user_pc:hover::after, .afterNav_left dd a:hover::after, .noScript a:hover::after, .loginForm_link a:hover::after {
  bottom: 0;
  opacity: 1;
}

.break {
  display: inline-block !important;
}

.w190 {
  width: 190px;
}

.col7 {
  width: 68%;
}

.col3 {
  width: 30%;
}

.lh15 {
  line-height: 1.5;
}

.bottom {
  margin-bottom: 70px !important;
}

.lineTop {
  margin-bottom: 10px;
}

.ime_off {
  ime-mode: disabled;
}

.ime_on {
  ime-mode: active;
}

html, body {
  min-height: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  padding-bottom: 82px;
}

.breadcrumb {
  font-size: 11px;
  margin: 10px auto 30px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:after {
  content: "＞";
  margin-right: 5px;
}
.breadcrumb li:last-child:after {
  content: "";
  margin-right: 0;
}
.breadcrumb a {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb_home {
  background: url(../images/icon_home.png) no-repeat left center;
  padding-left: 18px;
}

.section_form {
  margin-top: 18px;
  margin-bottom: 80px;
}

.section_contents {
  margin-bottom: 80px;
}

.noTitle {
  border-top: 1px solid #979898 !important;
}

.textBox {
  margin-bottom: 30px;
  text-align: left;
  color: #4c5559;
}
.textBox p:not(:last-child) {
  margin-bottom: 12px;
}

.textBox_link {
  text-decoration: underline !important;
}
.textBox_link:hover {
  text-decoration: none !important;
}

.boldText {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.noteText {
  font-weight: bold;
  color: #fd7d11;
  font-size: 20px;
}
.noteText small {
  font-size: 16px;
}

.topText {
  font-weight: bold;
  color: #ff0000;
  font-size: 20px;
}
.topText small {
  font-size: 16px;
}

a.topText{
	color: #ff0000;
	text-decoration:underline
}

a.topText:hover{
	color:#8fb8e0;
	text-decoration:underline;
}

.centerText {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.centerTable{
	margin:0 auto;
}
.centerTable td {
	padding: 5px 0px;
}

.textLink {
  margin: 40px 0 60px;
  font-size: 16px;
}

.subText {
  font-size: 14px;
}

.red_text {
  color: #f0224e;
}

.strongText {
  font-weight: bold;
  font-size: 26px;
}

.formTitle {
  background: #52c7bf;
  color: #fff;
  font-size: 20px;
  padding: 11px 20px;
  font-weight: bold;
}
.formTitle small {
  font-size: 15px;
  color: #3e3e3e;
  display: block;
  padding-top: 3px;
}
.formTitle_sub {
  background: #d1cece;
  padding: 10px 0 10px 12px;
  font-size: 18px;
}

.pagetop {
  width: 100%;
  z-index: 9999;
}

.pagetop a {
  position: fixed;
  left: -70px;
  bottom: 10px;
  margin-left: 100%;
}

footer {
  background: #94bdd1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footBox {
  padding: 30px 10px 20px;
  overflow: hidden;
}

.footBox_link {
  margin-bottom: 15px;
  float: left;
}
.footBox_link li {
  display: inline-block;
  margin-right: 20px;
}
.footBox_link li a {
  display: inline-block;
  font-size: 18px;
}

.footBox_copy {
  text-align: right;
  font-size: 15px;
}

.server {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 25%;
  left: 0;
  font-size: 20px;
  padding: 0 15px;
  background: url(../images/icon_system.png) no-repeat center top;
  padding-top: 80px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .server {
    background: url(../images/icon_system@2x.png) no-repeat center top;
    background-size: 44px 44px;
  }
}
@media screen and (max-width: 760px) {
  .col7 {
    width: 100%;
  }

  .col3 {
    width: 100%;
  }

  .section_form {
    padding: 0;
    margin-bottom: 90px;
  }
  .section_form .textBox {
    margin: 0 10px 20px;
  }
  .section_form .textLink {
    margin: 40px 10px 60px;
  }

  .section_contents {
    padding: 20px 10px 0;
    margin-bottom: 90px;
  }

  .breadcrumb {
    /*display: none;*/
  }

  .textBox {
    font-size: 14px;
  }

  .formTitle {
    font-size: 17px;
  }
  .formTitle small {
    font-size: 14px;
  }

  .boldText {
    font-size: 18px;
    margin: 0 15px 20px;
  }

  .noteText {
    font-size: 18px;
  }

  .centerText {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .footBox_link {
    float: none;
  }
  .footBox_link li {
    display: block;
  }
  .footBox_link li a {
    font-size: 14px;
  }

  .footBox_copy {
    font-size: 9px;
  }

  .server {
    font-size: 18px;
  }
}
/*
 * Inline Form Validation Engine 2.6.2, jQuery plugin
 *
 * Copyright(c) 2010, Cedric Dugas
 * http://www.position-absolute.com
 *
 * 2.0 Rewrite by Olivier Refalo
 * http://www.crionics.com
 *
 * Form validation engine allowing custom regex rules to be added.
 * Licensed under the MIT License
 */
/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.formError + input {
  border-color: #FA676C;
}

.box .formError + input {
  border-color: #dcdcdc;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #FA676C;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  padding: 4px 10px 4px 10px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #FA676C;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
}

.formError .formErrorArrow .line2 {
  width: 0;
  border: none;
}

.formError .formErrorArrow .line1 {
  width: 0;
  border: none;
}

header {  
  background: #f0f0f0;
  position: relative;
}

.headIn { /*上の余白*/
  height: 40px;
}

.headIn_title {
  float: left;
  background: url(../images/logo.png) no-repeat left center;
  background-size: 29px auto;
  padding-left: 0px; 
  min-height: 48px;
  margin-top: 10px;
  color: #3e3e3e;
}
.headIn_title dt {
  font-size: 20px;
  font-weight: bold;
}
.headIn_title dd {
  font-size: 28px;
  font-weight: bold;
}

.headIn_nav {
  float: right;
}

.navList_user_sp {
  display: none;
}

.drawerBtn {
  display: none;
}

.navList {
  text-align: right;
  margin-top: 10px;
}
.navList li {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}
.navList .navList_user_pc {
  display: inline-block;
}
.navList .navList_title {
  display: none;
}
.navList .navList_user {
  font-size: 23px;
  position: relative;
}
.navList .navList_user a {
  background: url(../images/icon_user.png) no-repeat left center;
  min-height: 20px;
  padding-left: 20px;
}
.navList .navList_user span {
  color: #ff3661;
  padding-left: 3px;
}
.navList .navList_logout {
  font-size: 16px;
}
.navList .navList_logout a {
  background: #1f6889;
  border-radius: 4px;
  color: #fff;
  padding: 2px 6px;
}
.navList .navList_logout a:hover {
  opacity: .7;
}
.navList .navList_logout a:hover::after {
  opacity: 0;
}

.flame {
  display: table;
  width: 100%;
}

.afterNav {
  background: #52c7bf;
  padding: 15px 0;
}

.afterNav_left {
  display: table-cell;
  vertical-align: middle;
}
.afterNav_left dt {
  display: table-cell;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-right: 15px;
  vertical-align: middle;
}
.afterNav_left dd {
  display: table-cell;
  font-size: 12px;
  min-width: 70px;
  vertical-align: middle;
}
.afterNav_left dd a {
  display: inline-block;
  background: url(../images/icon_change.png) no-repeat left center;
  padding-left: 16px;
  vertical-align: middle;
}

.afterNav_right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  min-width: 380px;
}
.afterNav_right li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.afterNav_right a {
  text-decoration: none;
}
.afterNav_right .btn_category {
  display: none;
}
.afterNav_right .btn_shopping a {
  position: relative;
  background: #6199ff;
  font-size: 16px;
  border-radius: 2px;
  display: block;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 3px 0 #a5a5a5;
  padding: 0 24px;
}
.afterNav_right .btn_shopping a span {
  background: url(../images/icon_shopping.png) no-repeat left center;
  padding-left: 35px;
  display: block;
  line-height: 36px;
}
.afterNav_right .btn_shopping a:active {
  top: 3px;
  box-shadow: none;
  background-color: #5b8ff0;
}
.afterNav_right .btn_history a {
  position: relative;
  font-size: 16px;
  border-radius: 2px;
  display: block;
  color: #3e3e3e;
  box-shadow: 0 3px 0 #a5a5a5;
  padding: 0 22px;
  background: #fff;
}
.afterNav_right .btn_history a span {
  background: url(../images/icon_history.png) no-repeat left center;
  padding-left: 35px;
  display: block;
  line-height: 36px;
}
.afterNav_right .btn_history a:active {
  top: 3px;
  box-shadow: none;
  background-color: #f0f0f0;
}
.home_body .afterNav_wrap .afterNav {
  background-color:rgba(82,199,191,0);
}
.home_body .afterNav_wrap { /*トップ画像*/
  background: url(topimage2.png) no-repeat center center;
background-size:cover;
height:520px; /*画像の高さ*/ 

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .headIn_title {
    background: url(../images/logo@2x.png) no-repeat left center;
    background-size: 29px 48px;
  }
}
@media screen and (max-width: 760px) {
  .headIn {
    padding: 0 10px;
    height: 64px;
  }

  .headIn_title {
    padding-left: 5px;  
    min-height: 41px;
    margin-top: 13px;
    background-size: 25px 41px;
  }
  .headIn_title dt {
    font-size: 13px;
  }
  .headIn_title dd {
    font-size: 18px;
    font-weight: bold;
  }

  .openDrawer {
    overflow: hidden;
  }

  .openDrawer .overlay {
    width: 100%;
    height: 100%;
    background: #3e3e3e;
    opacity: .58;
    position: fixed;
    z-index: 1;
  }

  .headIn_nav {
    background: #fff;
    position: fixed;
    right: -225px;
    top: 0;
    width: 225px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .openDrawer .headIn_nav {
    right: 0;
  }

  .navList .navList_user_pc {
    display: none;
  }

  /*ドロワーボタン*/
  .drawerBtn,
  .drawerBtn span {
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
  }

  .drawerBtn {
    position: absolute;
    width: 60px;
    height: 64px;
    right: 0;
  }

  .drawerBtn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 5px;
    background-color: #52c7bf;
    border-radius: 1px;
  }

  .drawerBtn span:nth-of-type(1) {
    top: 22px;
    left: 20px;
  }

  .drawerBtn span:nth-of-type(2) {
    top: 30px;
    left: 20px;
  }

  .drawerBtn span:nth-of-type(3) {
    bottom: 21px;
    left: 20px;
  }

  .openDrawer .drawerBtn {
    right: 225px;
    background: #dfdede;
    z-index: 1000;
  }

  .openDrawer .drawerBtn span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    left: 16px;
  }

  .openDrawer .drawerBtn span:nth-of-type(2) {
    opacity: 0;
  }

  .openDrawer .drawerBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    left: 16px;
  }

  .menuTitle {
    display: block;
  }

  /*ナビリスト*/
  .navList {
    text-align: left;
    margin-top: 0;
  }
  .navList li {
    display: block;
    margin-left: 0;
    font-size: 15px;
  }
  .navList a {
    display: block;
    color: #3e3e3e;
    padding: 15px;
    border-bottom: 1px solid #94bdd1;
  }
  .navList a:hover::after {
    opacity: 0;
  }
  .navList a:hover {
    background: rgba(223, 222, 222, 0.5);
  }
  .navList .navList_title {
    display: block;
    color: #fff;
    font-size: 18px;
    height: 64px;
    background: url(../images/icon_user@2x.png) no-repeat 15px center #52c7bf;
    background-size: 12px 21px;
    padding: 20px 15px 0 40px;
  }
  .navList .navList_user {
    font-size: 15px;
  }
  .navList .navList_user a {
    background: none;
    padding-left: 15px;
  }
  .navList .navList_user a:hover {
    background: rgba(223, 222, 222, 0.5);
  }
  .navList .navList_logout a {
    background: #fff;
    color: #3e3e3e;
    padding: 15px;
  }
  .navList .navList_logout a:hover {
    opacity: 1;
    background: rgba(223, 222, 222, 0.5);
  }

  .home_body .afterNav_wrap {
    height:33vw;
  }

  .afterNav {
    padding: 0;
  }

  .flame {
    display: block;
    padding: 0;
  }

  .afterNav_left {
    display: block;
    padding: 12px 8px;
    border-bottom: 0px solid #fff;
  }
  .afterNav_left dt {
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
  .afterNav_left dd {
    display: block;
    font-size: 10px;
  }
  .afterNav_left dd a {
    background: url(../images/icon_change@2x.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 14px;
    min-height: 9px;
    color: #fff;
  }

  .afterNav_right {
    display: table;
    table-layout: fixed;
    min-width: 100%;
    width: 100%;
  }
  .afterNav_right li {
    padding-left: 0;
    border-left: 1px solid #fff;
    text-align: center;
    display: table-cell;
  }
  .afterNav_right li a:hover {
    opacity: .7;
  }
  .afterNav_right li:first-child {
    border-left: none;
  }
  .afterNav_right .btn_category {
    display: table-cell;
  }
  .afterNav_right .btn_category a {
    color: #fff;
    background: transparent;
    display: block;
    font-size: 10px;
    padding: 10px 0;
  }
  .afterNav_right .btn_category a span {
    background: url(../images/icon_category@2x.png) no-repeat left center;
    background-size: 22px 15px;
    display: inline-block;
    line-height: 15px;
    padding-left: 30px;
  }
  .afterNav_right .btn_history a {
    color: #fff;
    font-size: 10px;
    box-shadow: none;
    background: transparent;
    padding: 10px 0;
  }
  .afterNav_right .btn_history a span {
    background: url(../images/icon_history@2x.png) no-repeat left center;
    background-size: 16px 16px;
    display: inline-block;
    line-height: 16px;
    padding-left: 25px;
  }
  .afterNav_right .btn_history a:active {
    top: 0;
    background-color: transparent;
  }
  .afterNav_right .btn_shopping a {
    background: transparent;
    color: #fff;
    font-size: 10px;
    box-shadow: none;
    font-weight: normal;
    padding: 10px 0;
  }
  .afterNav_right .btn_shopping a span {
    background: url(../images/icon_shopping@2x.png) no-repeat left center;
    background-size: 20px 17px;
    display: inline-block;
    line-height: 17px;
    padding-left: 28px;
  }
  .afterNav_right .btn_shopping a:active {
    top: 0;
    background-color: transparent;
  }
}
.step2 {
  max-width: 400px;
  margin: 0 auto;
}

.step4 {
  max-width: 650px;
  margin: 0 auto;
}

.flow {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 34px;
}

.flow li {
  display: table-cell;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 0 10px;
}
.flow li .flow_num {
  display: inline-block;
  font-size: 15px;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  line-height: 30px;
  background: url(../images/icon_flow_off.png) no-repeat;
}

.flow li:not(:last-child):after {
  content: "";
  border-top: 1px solid #979898;
  width: 63%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: -28%;
}

.flow .flow_active {
  font-size: 18px;
  color: #3e3e3e;
  padding: 0;
}
.flow .flow_active p {
  font-weight: bold;
}
.flow .flow_active .flow_num {
  margin-bottom: 11px;
  background: url(../images/icon_flow_on.png) no-repeat;
  color: #3e3e3e;
  font-weight: bold;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .flow li .flow_num {
    background: url(../images/icon_flow_off@2x.png) no-repeat;
    background-size: 30px 30px;
  }

  .flow .flow_active .flow_num {
    background: url(../images/icon_flow_on.png) no-repeat;
    background-size: 30px 30px;
  }
}
@media screen and (max-width: 640px) {
  .step4 {
    max-width: 400px;
  }

  .step2 {
    max-width: 250px;
  }

  .flow {
    margin-bottom: 25px;
    padding: 0 15px;
  }

  .flow li {
    padding: 0;
  }
  .flow li .flow_num {
    line-height: 20px;
  }
  .flow li .break {
    display: block !important;
  }

  .flow li:not(.flow_active) p {
    display: none;
  }
  .flow li:not(.flow_active) .flow_num {
    margin: 0;
    width: 20px;
    height: 20px;
    border: none;
    background-size: 20px 20px;
    vertical-align: middle;
  }

  .flow li:not(:last-child):after {
    width: 20px;
    height: 1px;
    top: 10px;
    right: -10px;
  }

  .flow .flow_active {
    font-size: 10px;
    width: 130px;
    vertical-align: top;
    padding: 0 5px;
  }
  .flow .flow_active p {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
  }
  .flow .flow_active .flow_num {
    margin: 0;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .step4 .flow .flow_active,
  .step2 .flow .flow_active {
    width: 150px;
  }
}
@media screen and (max-width: 420px) {
  .flow li:not(:last-child):after {
    width: 10px;
    right: -5px;
  }

  .flow .flow_active {
    width: 100px;
  }
}
/* iCheck plugin Square skin, grey
----------------------------------- */
.icheckbox_square-grey, .iradio_square-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/grey.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-grey  {
  background-position: 0 0;
}

.icheckbox_square-grey.hover {
  background-position: -24px 0;
}

.icheckbox_square-grey.checked {
  background-position: -48px 0;
}

.icheckbox_square-grey.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-grey.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-grey {
  background-position: -120px 0;
}

.iradio_square-grey.hover {
  background-position: -144px 0;
}

.iradio_square-grey.checked {
  background-position: -168px 0;
}

.iradio_square-grey.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-grey.checked.disabled {
  background-position: -216px 0;
}

@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_square-grey, .iradio_square-grey {
    background-image: url(../images/grey@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.req, .any {
  font-size: 10px;
  background: #fff;
  padding: 0 5px;
  border-radius: 2px;
  margin-top: 3px;
  vertical-align: middle;
  border: 2px solid #fdc44f;
  border-radius: 2px;
}

.any {
  background: #d1cece;
}

.select {
  min-width: 120px;
}

.articleBody {
  margin-bottom: 30px;
  background: #f9f8f8;
  font-size: 16px;
}

.formBox {
  display: table;
  width: 100%;
  border-bottom: 1px solid #979898;
}

.inputTitle,
.inputBox {
  display: table-cell;
}

.inputTitle {
  width: 30%;
  vertical-align: middle;
  padding: 12px 20px;
}
.inputTitle dl {
  overflow: hidden;
}
.inputTitle dt {
  float: left;
  width: 80%;
  font-weight: bold;
  vertical-align: middle;
}
.inputTitle dt small {
  display: block;
  font-size: 12px;
}
.inputTitle dd {
  float: right;
}

.inputBox {
  vertical-align: middle;
}

.space_table {
  padding: 12px 18px;
}

.boxMulti input,
.boxMulti select {
  margin: 0 5px 0 0;
}

.limit {
  padding-left: 5px;
  font-size: 12px;
  display: inline-block;
  vertical-align: bottom;
  color: #858383;
}
.limit a {
  text-decoration: none;
}
.limit a:hover {
  text-decoration: underline;
}

.radioList li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
.radioList li:last-child {
  margin-right: 0;
}

.radioList_wide li {
  margin-right: 20px;
}

.min_noteText {
  font-size: 12px;
  font-weight: bold;
  color: #ff3661;
  margin-bottom: 5px;
}

.inputBox label:not(:first-child) {
  margin-top: 15px;
  display: block;
}

.bottom_box {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 760px) {
  .req, .any, .any {
    padding-top: 1px;
  }

 

  select, button, input, textarea {
    min-height: 40px;
  }

  .select {
    min-width: 160px;
    max-width: 320px;
  }

  .articleBody {
    border: none;
    font-size: 16px;
    margin-bottom: 25px;
  }

  .formTitle,
  .inputTitle {
    padding: 8px 15px;
  }

  .formBox {
    display: block;
  }

  .inputBox {
    display: block;
    background: #ebf6fa;
  }
  .inputBox select {
    display: block;
  }

  .inputTitle {
    display: block;
    width: 100%;
    border: none;
  }
  .inputTitle dt {
    width: auto;
    float: none;
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
  }
  .inputTitle dt small {
    font-size: 10px;
  }
  .inputTitle dd {
    float: none;
    display: inline-block;
  }

  .full {
    width: 100%;
  }

  .boxMulti input,
  .boxMulti select {
    margin: 0 0 5px 0;
  }

  .inputTitle dt small {
    display: inline-block;
    margin-left: 8px;
  }

  .limit {
    font-size: 10px;
  }
}
.noScript {
  font-size: 20px;
  text-align: center;
  margin: 100px 15px 0;
}
.noScript a {
  display: inline-block;
  margin-top: 50px;
}

.headIn-login {
  height: 50px;
  max-width:none;
  max-width:initial;
  padding-left:30px;
  padding-right:30px;
}

.centerBox {
  text-align: center;
}


/* *****************************************************************************

   ログイン

***************************************************************************** */
.login_body header {
	background-color:transparent;
}
.login_body .wrap{
  background: url(../images/bg_login.jpg) no-repeat center center;
  background-size:cover;
  padding-bottom:65px;
}
.login_body .section_contents {
  width: 640px;
  margin:0 50% 0 auto;
  padding:0 20px 65px 20px;
}
.login_body .footBox {
  max-width:none;
  max-width:initial;
  padding-left:30px;
  padding-right:30px;
}
.login_title {
  background: url(../images/logo@2x.png) no-repeat left center;
  background-size: 40px auto;
  padding-left: 70px;
  display: inline-block;
  text-align: left;
  margin: 26px 0 15px 15px;
}
.login_title dt {
  font-size: 24px;
}
.login_title dd {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.login_text {
  color: #4c5559;
  font-size: 20px;
  margin-bottom: 22px;
}

.loginForm {
  width:100%;
  margin: 0 auto;
  padding:30px 50px;
  background-color:rgba(255,255,255,0.86);
}
.loginForm_title {
  font-size: 20px;
  color: #4c5559;
  margin-bottom: 24px;
}
.loginForm_input li {
  margin-bottom: 20px;
}
.loginForm_input input {
  width: 100%;
  font-size: 20px;
  padding: 8px;
}
.loginForm hr {
  border-top: 3px solid #52c7bf;
  padding-top: 30px;
}
.loginForm_link {
  font-size: 16px;
}
.loginForm_link li {
  margin-bottom: 10px;
}

.loginBtn {
  text-align: center;
  margin: 50px 0;
}
.loginBtn.loginBtn_first {
  margin-top:10px;
}
.p01 {
  padding-bottom: 30px;
}

.centerText .icheckbox_square-grey {
  margin-right: 22px;
}

@media screen and (max-width: 760px) {
  .p01 {
    padding-bottom: 8px;
  }
  .login_body .wrap{
    background-position:left center;
  }
  .login_body .section_contents {
    width: auto;
    margin-left:auto;
    margin-right:auto;
  }
  .headIn-login {
    height: 64px;
  }

  .login_title {
    background-size: 30px auto;
    padding-left: 40px;
    margin: 30px 0 20px;
  }
  .login_title dt {
    font-size: 18px;
  }
  .login_title dd {
    font-size: 28px;
  }

  .login_text {
    font-size: 16px;
  }
  .loginForm {
    padding:2em 1em;
  }
  .loginForm_title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .loginForm_input li {
    margin-bottom: 10px;
  }
  .loginForm_input input {
    font-size: 16px;
  }

  .loginBtn {
    margin: 30px 0;
  }

  .loginForm_link {
    padding-bottom: 8px;
  }
}
.subTitle {
  font-size: 24px;
  border-bottom: 4px solid #94bdd1;
  position: relative;
  padding-bottom: 5px;
}

.subTitle_side {
  display: table;
  width: 100%;
}

.subTitle_main {
  display: table-cell;
  vertical-align: bottom;
}

.subTitle_min {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 20px;
  font-size: 14px;
  text-align: right;
}

.news {
  margin-top: 10px;
}
p {
  margin: 0 0px 6px 0;
}

.news li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.news .news_day {
  display: table-cell;
  font-size: 16px;
  padding-right: 40px;
}
.news .news_detail {
  display: table-cell;
  font-size: 16px;
}
.news .news_detail a:hover {
  text-decoration: underline;
}

.cardBox {
  margin: 30px 2px;
  text-align: center; 
}

.cardBox_item2 {  
  display: inline-block;
  width: 460px;   
  border: 0px solid #6199ff;
  position: relative;
  vertical-align: top;
  margin: 0 5px 20px;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
}

.cardBox_item3 {  
  display: inline-block;
  width: 130px;
  height: 140px; 
  border: 0px solid #717c96;
  position: relative;
  vertical-align: top;
  margin: 5px 5px;
  transition: opacity .3s;

}


.cardBox_item4 {  
  display: inline-block;
  width: 800px; 
  /*height: 130px;*/
  border: 0px solid #717c96;
  position: relative;
  vertical-align: top;
  text-align: left;
  margin: 5px 5px 40px;
  transition: opacity .3s;

}
.cardBox_item4 p {
  margin: 0 0px 6px 0;
}

.cardBox_item {  
  display: inline-block;
  width: 100%;   
  border: 1px solid #a1a0a0;
  position: relative;
  vertical-align: top;
  margin: 0 5px 20px;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
}
.cardBox_item dl {
  text-align: left;
}
.cardBox_item dt {
  background: #94bdd1;
  color: #fff;
  font-weight: bold;
  height: 30px;
  position: relative;
}
.cardBox_item dt .cardBox_title {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  padding: 0 5px;
}
.cardBox_item dd {
  padding: 10px 10px 10px;
  color: #3e3e3e;
}
/*
.cardBox_item:after {
  content: "\002192";
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fdc44f;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.cardBox_item:hover {
  opacity: .7;
}
*/

.cardBox_item_off {
  border-color: rgba(97, 153, 255, 0.5);
}
.cardBox_item_off dt {
  background: rgba(97, 153, 255, 0.5);
}
.cardBox_item_off dd {
  color: rgba(62, 62, 62, 0.5);
}
.cardBox_item_off:before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 1;
}
.cardBox_item_off:after {
  background: rgba(253, 196, 79, 0.5);
}
.cardBox_item_off:hover {
  opacity: 1;
}

.cardBox_card {
  display: inline-block;
  width: 300px;
  height: 257px;
  position: relative;
  vertical-align: top;
  margin: 0 5px 20px;
  background: url(../images/bg_card.png) no-repeat;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
}
.cardBox_card:after {
  content: "\002192";
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fdc44f;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cardBox_card:hover {
  opacity: .7;
}
.cardBox_card dt {
  width: 150px;
  height: 90px;
  margin: 0 auto 15px;
  display: table;
  font-size: 20px;
  font-weight: bold;
  color: #4c5559;
  word-break: break-word;
}
.cardBox_card dt span {
  display: table-cell;
  vertical-align: bottom;
}
.cardBox_card dd {
  color: #4c5559;
  width: 220px;
  margin: 0 auto;
  text-align: left;
  border-top: 3px solid #fdc44f;
  padding-top: 12px;
}

.categoryTop {
  text-align: center;
  padding-top: 55px;
}
/*************/
.img_wrap{
  border: 0px solid #ddd;
  width: 130px;
  height: 226px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
/******吹き出し*******/
.css-fukidashi {
      padding: 0;
      margin: 0;
    }
    .text {
      width: 83px; 
      position: relative;
      margin:2px ;
      padding: 3px;
      border: 1px solid #ccc;
      background: #096d9e;
      color:#fff;
      border-radius: 5px;
      font-size: 0.8em;
    }
    .fukidashi {
      display: none;
      width: 800px;
      position: absolute;
      top: -20px;
      left: 18px;
      padding: 26px;
      border-radius: 5px;
      background: #5ca6cb;
      color: #fff;
      font-weight: bold;
     margin:20px;
     padding: 8px;
    }
    .fukidashi:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      bottom: 10px;
      margin-left: -50px;
      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
      border-top-color: #5ca6cb; 
      /*border-width: 10px;*/
    border-width: 15px 0px 15px 50px;
      pointer-events: none;
      content: " ";
    }
    .text:hover + .fukidashi {
      display: block;
    }
    /*******/


/******************/
.mainImg_img {
  max-width: 100%;
  height: auto;
}

.mainImg_title {
  font-size: 36px;
  margin-top: 8px;
  line-height: 1.3;
}

.listBar {
  margin-top: 10px;
  position: relative;
  text-align: center;
  min-height: 40px;
}

.listBar_num {
  font-size: 16px;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 0;
}
.listBar_num dt {
  display: inline-block;
}
.listBar_num dt:after {
  content: "件 /";
}
.listBar_num dd {
  display: inline-block;
}
.listBar_num dd:before {
  content: " 全";
}
.listBar_num dd:after {
  content: "件";
}

.listBar_page {
  display: inline-block;
  margin-top: 5px;
}
.listBar_page li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-right: 2px;
  width: 26px;
  height: 26px;
}
.listBar_page li a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ebebeb;
  line-height: 1.65;
  color: #3e3e3e;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
}
.listBar_page li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.listBar_page .listBar_page_on {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ebebeb;
  line-height: 26px;
  color: #52c7bf;
  font-size: 1.65;
  vertical-align: middle;
  font-weight: bold;
}

.listBar_sort {
  position: absolute;
  top: 0;
  right: 0;
}
.listBar_sort select {
  border: 2px solid #52c7bf;
  font-size: 16px;
  width: 150px;
}

.moushikomi {
  background: #dc4d00;
 
  display: block;
  width: 100%;
  border: 6px solid #dc4d00;
  border-radius: 8px;
  margin: 10 auto;
  padding-top: 0px;
  color: #fff; 
   float: left; 
  width: 47%;
  margin: 10px ;
  text-align:center;
}
.moushikomi2 {
  background: #054981;
 
  display: block;
  width: 100%;
  border: 6px solid #054981;
  border-radius: 8px;
  margin: 10 auto;
  padding-top: 0px;
  color: #fff; 
   float: left; 
  width:47%;
  margin: 10px ;
  text-align:center;
}

.itemList {
  margin: 30px 0;
}

.itemList_box {
  float: left; 
  width: 50%;
  margin: 10px ;
}

.itemList_box_in {
  background: #f5477b;
 
  display: block;
  width: 300px;
  border: 3px solid #f5477b;
  border-radius: 8px;
  margin: 10 auto;
  padding-top: 0px;
  transition: opacity .3s, border .3s;
  -webkit-transform: opacity .3s, border .3s;
}
.itemList_box_in:hover {
  opacity: .7;
  border: 3px solid #999797;
}

.itemList_img {
  display: block;
  height: 5px;
  width: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.itemList_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.itemList_item {
  padding: 5px;
}

.itemList_item_title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
  display: table-cell;
color: #fff;
}

.itemList_item_price {
  font-size: 18px;
  color: #f0224e;
  font-weight: bold;
  text-align: right;
}

.product {
  border: 3px solid #dfdede;
  padding: 30px 30px 40px;
}

.productIn {
  display: table;
  width: 100%;
  padding-top: 45px;
}

.productLeft {
  display: table-cell;
  width: 300px;
  padding: 0 35px 0 0;
  text-align: center;
}
.productLeft span {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.productLeft img {
  max-width: 100%;
  height: auto;
}

.product_thumbnail {
  text-align: center;
  margin-top: 20px;
}
.product_thumbnail li {
  border: 2px solid #dcdcdc;
  border-radius: 4px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.product_thumbnail li a {
  display: block;
  width: 55px;
  height: 55px;
}
.product_thumbnail li:last-child {
  margin-right: 0;
}

.product_thumbnail_on {
  border: 2px solid #1f6889 !important;
}

.productRight {
  display: table-cell;
  vertical-align: top;
}

.product_text {
  font-size: 16px;
  margin-bottom: 20px;
}

.product_setBox {
  margin-bottom: 20px;
  font-size: 14px;
}
.product_setBox dt {
  font-weight: bold;
  padding-bottom: 5px;
}
.product_setBox dd {
  list-style: inside;
  display: table;
  width: 100%;
  position: relative;
  padding-left: 15px;
}
.product_setBox dd span:first-child {
  display: table-cell;
}
.product_setBox dd span:nth-child(2) {
  display: table-cell;
  text-align: right;
}
.product_setBox dd:before {
  content: "・";
  position: absolute;
  left: 0;
}

.product_text_note {
  font-size: 14px;
  color: #f0224e;
}

.hr_product {
  margin: 30px 0;
}

.product_data {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.product_data dt {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
  font-size: 16px;
}
.product_data dd {
  display: table-cell;
  vertical-align: middle;
}

.product_price {
  font-size: 22px;
  font-weight: bold;
  color: #f0224e;
}

.product_quantity {
  font-size: 20px;
  font-weight: bold;
}
.product_quantity select {
  width: 95px;
  padding: 0 5px;
}

.product_info {
  font-weight: bold;
}

.shopCart {
  border: 3px solid #dfdede;
  margin-bottom: 20px;
  font-size: 16px;
}

.shopCartList {
  padding: 25px 30px;
  border-bottom: 2px solid #dcdcdc;
  display: table;
  width: 100%;
}
.shopCartList:last-child {
  border-bottom: none;
}

.shopCartList_in {
  display: table;
  width: 100%;
}

.btn_delete,
.shopCart_item,
.shopCart_data {
  display: table-cell;
  vertical-align: middle;
}

.btn_delete {
  width: 80px;
  text-align: right;
}
.btn_delete a {
  display: inline-block;
  transition: transform .2s linear;
  -webkit-transition: transform .2s linear;
}
.btn_delete a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.shopCart_item {
  transition: all .3s;
  -webkit-transition: all .3s;
}
.shopCart_item:hover {
  opacity: .7;
}
.shopCart_item li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.shopCart_item li img {
  max-width: 150px;
  height: auto;
}
.shopCart_item li:first-child {
  text-align: center;
}

.shopCart_data {
  overflow: hidden;
}
.shopCart_data .shopCart_data_in {
  float: right;
  width: 100%;
}
.shopCart_data .shopCart_data_in th {
  font-weight: bold;
  padding: 5px 20px 5px 0;
  width: 140px;
}
.shopCart_data .shopCart_data_in td {
  padding: 5px 0 5px;
  text-align: right;
}
.shopCart_data .shopCart_data_in select {
  width: 100%;
  max-width: 150px;
}

.shopCart_total {
  background: #e5e5e5;
  padding: 30px;
  text-align: right;
  margin-bottom: 45px;
  font-size: 20px;
}

.shopCart_total_in dt {
  display: inline-block;
  margin-right: 5px;
}
.shopCart_total_in dd {
  display: inline-block;
}
.shopCart_total_in dd span {
  font-size: 30px;
}

.shopCartList_set_title {
  font-size: 16px;
  margin: 10px 0 5px;
}

.shopCartList_set {
  border-top: 1px solid #dfdede;
}
.shopCartList_set > li {
  background: #f9f8f8;
  padding: 10px 80px 10px 30px;
  border-bottom: 1px solid #dfdede;
}
.shopCartList_set > li .shopCart_item img {
  max-width: 55px;
  height: auto;
}

.shopCart_bag .shopCart_data {
  width: 260px;
}
.shopCart_bag .shopCart_data .shopCart_data_in th {
  width: 90px;
}

.shopCart_choice {
  margin-bottom: 40px;
}
.shopCart_choice .shopCartList > .shopCartList_in {
  padding-right: 80px;
}
.shopCart_choice .shopCart_data {
  width: 300px;
}

.addBox {
  margin-bottom: 20px;
}
.addBox li {
  display: inline-block;
  vertical-align: bottom;
}
.addBox li:first-child {
  margin-right: 20px;
}

.postcoad {
  width: 90px;
}

.btn_flat {
  background: #52c7bf;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
}
.btn_flat:hover {
  opacity: .7;
}

.payment li {
  border: 3px solid #dfdede;
  margin-bottom: 20px;
}
.payment li label {
  cursor: pointer;
  display: block;
  padding: 30px 30px 30px 0;
}
.payment .payment_radio_on {
  background: #fee8bc;
}

.payment_check {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  text-align: center;
}

.paymentBox {
  display: table-cell;
}

.payment_title {
  font-weight: bold;
  font-size: 26px;
  display: block;
  margin-bottom: 5px;
}

.payment_text {
  display: block;
}

.text_btn {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.text_btn p {
  color: #4c5559;
  display: table-cell;
  vertical-align: middle;
}
.text_btn span {
  display: table-cell;
  text-align: right;
}

.shopCart_totalBox {
  border-bottom: 1px solid #979898;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.oneForm {
  border-bottom: 1px solid #979898;
  padding: 12px 20px;
}

.formTitle_btn {
  position: relative;
  padding: 20px 120px 20px 20px;
}
.formTitle_btn span {
  position: absolute;
  top: 12px;
  right: 20px;
  display: inline-block;
}

.centerImg {
  text-align: center;
}
.centerImg img {
  display: inline-block;
  margin: 0 15px 30px;
  vertical-align: bottom;
}

.centerLoadingImg {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
}
.centerLoadingImg img {
  display: inline-block;
  margin: 0 15px 30px;
  vertical-align: bottom;
}

.ribbon_gray {
  background: #bab9b9;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .cardBox_card {
    background: url(../images/bg_card.png) no-repeat;
    background-size: 300px 257px;
  }
}
@media screen and (max-width: 990px) {
  .itemList_box {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .listBar {
    text-align: left;
  }

  .listBar_num {
    position: static;
  }

  .listBar_page {
    margin-top: 10px;
  }

  .listBar_sort {
    top: 20px;
  }

  .productIn {
    display: block;
  }

  .productLeft {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  .cardBox {
    margin-top: 30px;
  }
  .cardBox_item4 {
    width: 100%;
  }
  .categoryTop {
    padding: 50px 0;
  }

  .mainImg_title {
    font-size: 30px;
  }

  .itemList {
    margin: 30px 0 0;
  }

  .itemList_box {
    float: none;
    width: 100%;
  }

  
  .itemList_box_in {
    width: 100%;
    height: 125px;
    display: table;
    padding: 12px 15px;
  }

  .itemList_img {
    display: table-cell;
    width: 100px;
    height: 100px;
    vertical-align: middle;
  }

  .itemList_item {
    padding: 0 0 0 15px;
  }



  .itemList_item_title {
    height: 60px;
  }

  .product {
    padding: 20px 15px 20px;
  }

  .shopCart {
    margin: 0 10px 20px;
  }

  .shopCartList {
    display: block;
    position: relative;
    padding: 25px 15px 60px 15px;
  }

  .btn_delete, .shopCart_item {
    display: block;
    width: 100%;
  }

  .btn_delete {
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .shopCart_item {
    margin: 0 0 10px;
  }
  .shopCart_item li:first-child {
    padding-right: 10px;
  }
  .shopCart_item li:first-child img {
    width: 100px;
    height: auto;
  }

  .shopCart_data {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .shopCart_data .shopCart_data_in {
    float: none;
    width: 100%;
  }
  .shopCart_data .shopCart_data_in th {
    min-width: 0;
    width: 90px;
  }

  .shopCart_total {
    margin: 0 10px 20px;
    padding: 20px;
    font-size: 16px;
  }

  .shopCartList_set > li {
    padding: 10px 0 10px 15px;
  }

  .shopCart_total_in dd span {
    font-size: 22px;
  }

  .shopCart_bag .shopCart_data {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-bottom: 10px;
  }

  .shopCart_choice .shopCartList > .shopCartList_in {
    padding-right: 0;
  }
  .shopCart_choice .shopCartList {
    padding-bottom: 25px;
  }
  .shopCart_choice .shopCart_data {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-bottom: 10px;
  }

  .addBox li {
    margin-bottom: 5px;
  }

  .payment_check {
    width: 60px;
  }

  .payment li label {
    padding: 20px 20px 20px 0;
  }

  .payment_title {
    font-size: 18px;
  }

  .payment_text {
    font-size: 16px;
  }

  .payment {
    padding: 0 10px;
  }

  .text_btn {
    padding: 0 10px;
    display: block;
  }
  .text_btn p {
    display: block;
    margin-bottom: 10px;
  }
  .text_btn span {
    display: block;
  }

  .centerImg {
    max-width: 100%;
    height: auto;
    padding: 0 10px;
  }

  .ribbon_gray {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {

/****吹き出し　スマホ　*****/
 .fukidashi {
      width: 100%;
      top: -130px;
      left: 0px;
      padding: 26px;
     margin:5px;
     padding: 5px;
    }
      .fukidashi:after {
        display: none;
    } 
   .text:active + .fukidashi {
      display: block;
    }

.cardBox_item3 {  /** 写真　**/
  display: inline-block;
  width: 200px;
  height: 140px; 
  margin: 20px 50px;  
  
}
  .subTitle_side,
  .subTitle_main,
  .subTitle_min {
    display: block;
  }

  .subTitle_main {
    font-size: 20px;
  }

  .subTitle_min {
    width: 100%;
    padding: 5px 0 0;
    font-size: 14px;
  }

  .news li {
    display: block;
  }
  .news .news_day {
    display: block;
    margin-bottom: 5px;
  }
  .news .news_detail {
    display: block;
  }

  .cardBox_item2 {
    width: 100%;
    margin: 0 0 15px;
  }

  .cardBox_item {
    width: 100%;
    margin: 0 0 15px;
  }
  .cardBox_item:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .cardBox_item dt {
    height: 60px;
    font-size: 18px;
  }
  .cardBox_item dd {
    padding: 12px 12px 30px;
    font-size: 16px;
  }

  .cardBox_card {
    margin: 0 0 15px;
    width: 280px;
    height: 240px;
    background-size: 280px auto;
  }
  .cardBox_card:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .cardBox_card dt {
    font-size: 18px;
    width: 140px;
  }
  .cardBox_card dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .shopCart_bag .shopCart_data,
  .shopCart_choice .shopCart_data {
    max-width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .listBar_sort {
    position: static;
    margin-top: 15px;
  }

  .listBar {
    text-align: center;
  }
}
.errorBar {
  background: #FA676C;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.errorBarIn {
  display: inline-block;
  background: url(../images/icon_error.png) no-repeat left center;
  min-height: 40px;
  padding: 5px 0 0 70px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.error {
  background: #ffe1e1;
}

.errorText {
  font-size: 14px;
  color: #fd6969;
  font-weight: bold;
  margin-top: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .errorBarIn {
    background: url(../images/icon_error@2x.png) no-repeat left center;
    background-size: 40px 40px;
  }
}
@media screen and (max-width: 760px) {
  .errorBar {
    padding: 10px;
  }

  .errorBarIn {
    font-size: 20px;
  }

  .errorBarIn {
    background-size: 30px 30px;
    padding: 0 0 0 40px;
    min-height: 30px;
  }
}
.btnBox {
  text-align: center;
  margin: 70px 0;
}

.btnBox_double .btn:first-child {
  margin-right: 35px;
}

.rightBtn {
  text-align: right;
  margin-bottom: 18px;
}
.rightBtn .btn:last-child {
  margin-left: 15px;
}

.btn {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-radius: 2px;
  text-decoration: none !important;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:active {
  top: 5px;
  box-shadow: none;
}

.btn_l {
  padding: 16px 40px;
  font-size: 26px;
  box-shadow: 0 5px 0 #a5a5a5;
  min-width: 294px;
}

.btn_m {
  padding: 6px 25px;
  font-size: 24px;
  box-shadow: 0 3px 0 #a5a5a5;
}

.btn_s {
  padding: 6px 25px;
  font-size: 16px;
  box-shadow: 0 3px 0 #a5a5a5;
}

.btn_submit {
  background: #fdc44f;
  color: #fff !important;
}
.btn_submit:active {
  background: #edb74a;
  color: rgba(255, 255, 255, 0.8) !important;
}

.btn_select {
  background: #52c7bf;
  color: #fff !important;
}
.btn_select:active {
  background: #4bb8b0;
  color: rgba(255, 255, 255, 0.8) !important;
}

.btn_gray {
  background: #bab9b9;
  color: #fff !important;
}
.btn_gray:active {
  background: #aba9a9;
  color: rgba(255, 255, 255, 0.8) !important;
}

.btn_submit:disabled {
  top: 5px;
  box-shadow: none;
  background: #edb74a;
  cursor: not-allowed;
  color: rgba(219, 225, 227, 0.5) !important;
}

@media screen and (max-width: 760px) {
  .btnBox {
    margin: 30px 10px 40px;
  }

  .section_contents .btnBox {
    margin: 30px 0 40px;
  }

  .btn {
    width: 100%;
  }

  .btn_l {
    font-size: 18px;
    padding: 10px 20px;
  }

  .btn_m {
    font-size: 18px;
  }

  .btnBox_double .btn:first-child {
    margin: 0 0 30px 0;
  }

  .rightBtn {
    padding: 0 10px;
  }
  .rightBtn .btn:last-child {
    margin: 15px 0 0 0;
  }
}
.column {
  position: relative;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

aside {
  width: 240px;
  position: absolute;
  top: 0;
  left: 20px;
  padding-bottom: 50px;
}

.mainArea {
  margin-left: 260px;
}

.accordion_title {
  font-size: 16px;
  font-weight: bold;
  background: url(../images/icon_accordion_off.png) no-repeat 95% center #ebebeb;
  border-bottom: 2px solid #fdc44f;
  padding: 20px 30px 20px 10px;
  cursor: pointer;
}

.accordion_active {
  display: block;
  background: url(../images/icon_accordion_on.png) no-repeat 95% center #ebebeb;
}

.accordion_in {
  display: none;
  background: #f9f9f9;
}
.accordion_in li {
  font-size: 14px;
  border-bottom: 1px dashed #979898;
}
.accordion_in li a {
  display: block;
  padding: 10px 20px;
  color: #3e3e3e;
}
.accordion_in li a:hover {
  background: #fee8bc;
  font-weight: bold;
}
.accordion_in .accordion_on {
  padding: 10px 20px;
  background: #fee8bc;
  font-weight: bold;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .accordion_title {
    background: url(../images/icon_accordion_off@2x.png) no-repeat 95% center #ebebeb;
    background-size: 20px 20px;
  }

  .accordion_active {
    background: url(../images/icon_accordion_on@2x.png) no-repeat 95% center #ebebeb;
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 760px) {
  aside {
    position: static;
    width: 100%;
  }

  .mainArea {
    margin-left: 0;
    padding: 15px 0 25px;
  }
}
.modalOn .overlay {
  width: 100%;
  height: 100%;
  background: #3e3e3e;
  opacity: .58;
  position: fixed;
  z-index: 1;
}

.modal {
  display: none;
  max-width: 600px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 1000;
}

.modal_in {
  position: relative;
  padding: 40px;
  background: #fff;
}

.closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 10px;
}

.modalTitle {
  font-size: 24px;
  color: #ff3661;
  font-weight: bold;
  margin-bottom: 25px;
}

.modalText {
  margin-bottom: 10px;
}

.modalBtn {
  text-align: center;
}
.modalBtn .btn {
  min-width: 170px;
  margin: 20px 10px 0;
}

@media screen and (max-width: 760px) {
  .modal_in {
    padding: 40px 20px 20px 20px;
  }

  .modalTitle {
    font-size: 20px;
  }

  .modalText {
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) {
  .modalBtn .btn {
    width: 170px;
  }
}
.tab {
  margin-bottom: 20px;
}
.tab li {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.tab p {
  display: inline-block;
  width: 220px;
  border: 2px solid #dfdede;
  padding: 12px 0;
}

.tab_select p {
  cursor: default;
  background: #fee8bc;
  font-weight: bold;
}

.hide {
  display: none;
}

.shoppingList_flame {
  padding: 0 30px;
}

.shoppingList {
  border-bottom: 5px solid #52c7bf;
  display: table;
  width: 100%;
  margin: 20px 0;
  padding-bottom: 20px;
}
.shoppingList ul {
  display: table-cell;
  vertical-align: middle;
}
.shoppingList ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}
.shoppingList .Title_btn {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 130px;
}

.shoppingList_title {
  display: table;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #979898;
}

.shoppingList_name,
.shoppingList_money {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.shoppingList_name {
  padding-right: 20px;
}

.shoppingList_money {
  text-align: right;
}
.shoppingList_money li {
  display: inline-block;
}
.shoppingList_money li:first-child {
  margin: 0 20px 5px 0;
}

.shopCartList_btn {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
}

.shopCart_choice .shopCartList_btn {
  padding: 20px 15px;
}

.status {
  display: block;
  margin-top: 10px;
}
.status span {
  display: inline-block;
  border: 1px solid #dfdede;
  background: #fff;
  color: #3e3e3e;
  font-size: 14px;
  width: 80px;
  padding: 3px 0;
}

.shopCartList_set .status {
  margin-top: 5px;
}

.orderDetailBox {
  margin: 40px 30px;
}
.orderDetailBox .shopCart_data {
  width: 300px;
}

.title_right {
  text-align: right;
  display: table-cell;
}

.orderDetail {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.orderDetail dl {
  display: table-cell;
}
.orderDetail dt {
  font-weight: bold;
  border-bottom: 1px solid #3e3e3e;
  padding: 0 0 10px 10px;
  margin-bottom: 20px;
}
.orderDetail dd {
  padding: 0 0 5px 10px;
}

.greenLine {
  border-top: 4px solid #52c7bf;
}

.darkLine {
  border-top: 4px solid #3e3e3e;
}

.orderDetail_item {
  display: table;
  margin-bottom: 20px;
}
.orderDetail_item .orderDetail_item_img {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  text-align: center;
  width: 150px;
}
.orderDetail_item .orderDetail_item_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.orderDetail_item dl {
  display: table-cell;
  vertical-align: middle;
}
.orderDetail_item dl dt {
  margin-bottom: 10px;
}
.orderDetail_item dl dd {
  color: #3e3e3e;
}

@media screen and (max-width: 950px) {
  .tab li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 760px) {
  .tab {
    padding: 0 10px;
  }

  .shoppingList {
    display: block;
  }
  .shoppingList ul {
    display: block;
    margin-bottom: 10px;
  }
  .shoppingList ul li {
    display: inline-block;
    margin-bottom: 5px;
  }
  .shoppingList .Title_btn {
    display: block;
    text-align: right;
    width: 100%;
  }
  .shoppingList .Title_btn .btn {
    width: 130px;
  }

  .shoppingList_title,
  .shoppingList_name,
  .shoppingList_money,
  .title_right {
    display: block;
    text-align: left;
  }

  .shoppingList_name {
    margin-bottom: 5px;
  }

  .orderDetail {
    margin-bottom: 0;
  }
  .orderDetail dl {
    display: block;
    margin-bottom: 20px;
  }
  .orderDetail dt {
    margin-bottom: 10px;
  }

  .orderDetailBox {
    margin: 20px 15px;
  }
  .orderDetailBox .shopCart_data {
    width: 100%;
    max-width: 300px;
    display: block;
  }

  .shoppingList_flame {
    padding: 0 15px;
  }
}
@media screen and (max-width: 568px) {
  .orderDetailBox .shopCart_data {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .tab li {
    margin-bottom: 5px;
  }
  .tab p {
    width: 145px;
    font-size: 14px;
  }

  .orderDetail_item p {
    width: 100px;
  }
}
.campusBar {
  text-align: center;
}
.campusBar .listBar_num {
  text-align: left;
}

.campusList {
  margin: 30px 0 0 0;
  overflow: hidden;
}

.campusBox {
  width: 48%;
  float: left;
  margin-bottom: 20px;
}
.campusBox:nth-child(odd) {
  margin-right: 2%;
}
.campusBox:nth-child(even) {
  margin-left: 2%;
}
.campusBox a {
  display: block;
  color: #3e3e3e;
  padding: 12px;
  border: 3px solid #dcdcdc;
  border-radius: 4px;
  transition: opacity .3s, border .3s;
  -webkit-transition: opacity .3s, border .3s;
}
.campusBox a:hover {
  opacity: .7;
  border: 3px solid #999797;
}

.campusBox_title {
  border-bottom: 5px solid #52c7bf;
  margin-bottom: 15px;
  height: 65px;
  display: table;
  width: 100%;
}
.campusBox_title span {
  display: table-cell;
  height: 65px;
  vertical-align: middle;
}

.campusBox_img {
  display: block;
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
}
.campusBox_img img {
  max-width: 100%;
  height: auto;
}

.campusBox_text {
  font-size: 16px;
  margin: 10px 0;
}

.campusBox_overview {
  font-size: 16px;
  list-style: outside;
  padding-left: 20px;
}
.campusBox_overview li {
  margin-bottom: 3px;
}

.campusBox_price {
  color: #f0224e;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.campusDate {
  font-size: 14px;
  margin-top: 35px;
}
.campusDate dt {
  display: inline-block;
  width: 42%;
  margin-bottom: 5px;
  vertical-align: top;
}
.campusDate dd {
  display: inline-block;
  width: 55%;
  margin-bottom: 5px;
  font-weight: bold;
  vertical-align: top;
}

.remarks p {
  margin-bottom: 5px;
}
.remarks textarea {
  border: 3px solid #dfdede;
}

@media screen and (max-width: 830px) {
  .campusBox {
    width: 100%;
    float: none;
  }
  .campusBox:nth-child(odd) {
    margin-right: 0;
  }
  .campusBox:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 760px) {
  .remarks {
    padding: 0 10px;
  }
}
.news {
  margin-top: 10px;
}
.news li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.news .news_day {
  display: table-cell;
  font-size: 16px;
  padding-right: 20px;
  width:100px
}
.news .news_detail {
  display: table-cell;
  font-size: 16px;
}
.news .news_detail a:hover {
  text-decoration: underline;
}

.news_text {
  line-height: 2;
  padding: 30px 20px 70px;
}

@media screen and (max-width: 520px) {
  .news li {
    display: block;
  }
  .news .news_day {
    display: block;
    margin-bottom: 5px;
  }
  .news .news_detail {
    display: block;
  }

  .news_text {
    font-size: 16px;
  }
}
/*!
 * DarkTooltip v0.4.0
 * Simple customizable tooltip with confirm option and 3d effects
 * (c)2014 Rub・ｽHn Torres - rubentdlh@gmail.com
 * Released under the MIT license
 */
.dark-tooltip {
  display: none;
  position: absolute;
  z-index: 99;
  text-decoration: none;
  font-weight: normal;
  height: auto;
  top: 0;
  left: 0;
}

.dark-tooltip.medium {
  font-size: 14px;
  max-width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dark-tooltip .tip {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0px;
}

.dark-tooltip.south .tip {
  left: 50%;
  top: 100%;
}

.dark-tooltip.west .tip {
  left: 0;
  top: 50%;
}

.dark-tooltip.north .tip {
  left: 50%;
  top: 0;
}

.dark-tooltip.east .tip {
  left: 100%;
  top: 50%;
}

.dark-tooltip.south.medium .tip {
  border-width: 8px 6px 0 6px;
  margin-left: -6px;
}

.dark-tooltip.west.medium .tip {
  border-width: 6px 8px 6px 0;
  margin-left: -8px;
  margin-top: -6px;
}

.dark-tooltip.north.medium .tip {
  border-width: 0 6px 8px 6px;
  margin-left: -6px;
  margin-top: -8px;
}

.dark-tooltip.east.medium .tip {
  border-width: 6px 0 6px 8px;
  margin-top: -6px;
}

.dark-tooltip ul.confirm {
  list-style-type: none;
  display: inline-block;
  margin: 0 auto;
}

.dark-tooltip ul.confirm li {
  padding: 5px 15px;
  float: left;
  min-width: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.dark-tooltip.dark {
  background-color: #1f6889;
  color: #fff;
}

.dark-tooltip.light {
  background-color: #ebedf3;
  color: #1B1E24;
}

.dark-tooltip.dark.south .tip {
  border-color: #1B1E24 transparent transparent transparent;
}

.dark-tooltip.dark.west .tip {
  border-color: transparent #1B1E24 transparent transparent;
}

.dark-tooltip.dark.north .tip {
  border-color: transparent transparent #1f6889 transparent;
}

.dark-tooltip.dark.east .tip {
  border-color: transparent transparent transparent #1B1E24;
}

.dark-tooltip.light.south .tip {
  border-color: #ebedf3 transparent transparent transparent;
}

.dark-tooltip.light.west .tip {
  border-color: transparent #ebedf3 transparent transparent;
}

.dark-tooltip.light.north .tip {
  border-color: transparent transparent #ebedf3 transparent;
}

.dark-tooltip.light.east .tip {
  border-color: transparent transparent transparent #ebedf3;
}

.dark-tooltip.dark ul.confirm li {
  background-color: #1f6889;
}

.dark-tooltip.dark ul.confirm li:hover {
  opacity: .7;
}

.dark-tooltip.light ul.confirm li {
  background-color: #C1DBDB;
}

.dark-tooltip.light ul.confirm li:hover {
  background-color: #DCE8E8;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes flipInUp {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(5deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInUp {
  0% {
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(5deg);
  }
  70% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInUp {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(5deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInUp {
  0% {
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(5deg);
  }
  70% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipInRight {
  0% {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(5deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInRight {
  0% {
    transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(5deg);
  }
  70% {
    transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInRight {
  0% {
    -o-transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(5deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInRight {
  0% {
    transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(5deg);
  }
  70% {
    transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipIn {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.flipIn.south, .flipIn.north {
  -webkit-animation-name: flipInUp;
  -moz-animation-name: flipInUp;
  -o-animation-name: flipInUp;
  animation-name: flipInUp;
}

.flipIn.west, .flipIn.east {
  -webkit-animation-name: flipInRight;
  -moz-animation-name: flipInRight;
  -o-animation-name: flipInRight;
  animation-name: flipInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.darktooltip-yes {
  cursor: pointer;
}

.darktooltip-no {
  display: none;
}

.dark-tooltip + div {
  display: none;
}

.tipIn {
  display: none;
}

.bikoWrap{
	white-space: pre-wrap;
	word-break: break-all;
}

/*# sourceMappingURL=style.css.map */
