﻿
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
table.k-month {
  display: block ! important;
}
.downLoad {
  cursor: pointer;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  display: block;
}
.k-grid tr {
  pointer-events: none;
}
/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
  display: none;
}
/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*, ::before, ::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
/* 2 */ }
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before, ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
/* 2 */ }
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
/* 5 */ }
/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
/* 2 */ }
/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
/* 2 */ }
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
/* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}
/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub, sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
 background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}
/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  vertical-align: top;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
/* 2 */ }
/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}
/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
/* 3 */ }
/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
/* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
/* 1 */ }
/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
/* 2 */ }
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
/* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button, ::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
 color: inherit;
 opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */ }
/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}
/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}
/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

@media screen and (max-width: 600px) {
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
input, textarea, select, button {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
}
body {
  background-color: #fff;
  -webkit-text-size-adjust: none;
  width: 100vw;
  position: relative;
  background: #fff;
}
a {
  color: #007dd7;
}
a:hover {
  color: #007dd7;
}
a:visited {
  color: #007dd7;
}
a:active {
  color: #007dd7;
}
img {
  vertical-align: top;
  border: none;
  max-width: 100%;
  height: auto;
}
.forPC {
  display: none !important;
}
.w100p {
  width: 100% !important;
}
header {
  background-color: #007dd7;
  position: relative;
  width: 100vw;
}
header > .inner {
  height: 63px;
  width: 100%;
  position: relative;
  z-index: 801;
  background-color: #007dd7;
  /*overflow-x: hidden;*/
}
header > .inner:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  overflow: hidden;
  clear: both;
}
header > .inner #logo {
  height: 53px;
  padding: 9px 0 0 10px;
  float: left;
}
header > .inner #logo img {
  width: auto;
  height: 44px;
}
header > .inner #userStatus {
  background-color: #0a456f;
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 63px;
  left: -100%;
  transition: all .3s;
}
header > .inner #userStatus.opened {
  left: 0;
}
header > .inner #userStatus #status {
  list-style: none;
}
header > .inner #userStatus #status li {
  padding-bottom: 10px;
}
header > .inner #userStatus #status li input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  font-size: 15px;
}
header > .inner #userStatus #status li button {
  width: 100%;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  font-size: 15px;
}
header > .inner #userStatus a {
  font-size: 15px;
  line-height: 2;
  color: #fff;
  text-decoration: underline;
  display: block;
}
header > .inner #userStatus a span {
  color: #fff000;
  font-size: 18px;
}
header > .inner #userStatus #status.loggedIn li:nth-child(1) {
  display: inline-block;
}
header > .inner #userStatus #status.loggedIn li .level {
  display: inline-block;
  background-color: #fff000;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1;
  font-weight: 700;
  margin-right: 10px;
}
header > .inner #userStatus #status.loggedIn li.userName {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 29px;
}
header > .inner #userStatus #status.loggedIn li.userName span {
  font-weight: 700;
}
header > .inner #userStatus #status.loggedIn .bt_mypage {
  background: #fff;
  color: #000;
}
header > .inner #userStatus #status.loggedIn .bt_mypage:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../image/ico-member.png") no-repeat center center;
  background-size: auto 20px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
header > .inner #userStatus #status.loggedIn .bt_logout:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../image/ico-logout.png") no-repeat center center;
  background-size: auto 20px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
header > .inner #spHeadMenu {
  float: right;
  background-color: #000;
}
header > .inner #spHeadMenu .spHeadBtn {
  display: table-cell;
}
header > .inner #spHeadMenu .spHeadBtn img {
  width: auto;
  height: 63px;
}
header > .inner #spHeadMenu .spHeadBtn#spMenuBtn {
  background-image: url(../image/sp-btn-menu.png);
  background-size: cover;
}
header > .inner #spHeadMenu .spHeadBtn#spMenuBtn img {
  opacity: 0;
}
header #globalMenu {
  position: fixed;
  top: 0;
  left: 100%;
  padding-top: 63px;
  padding-bottom: 20px;
  width: 100%;
  height: 100vh;
  z-index: 800;
  background-color: #000;
  transition: all .3s;
}
header #globalMenu.opened {
  left: 0;
}
header #globalMenu .inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 100px;
}
header #globalMenu .inner ul {
  list-style: none;
}
header #globalMenu .inner ul li {
  border-bottom: 1px solid #808080;
}
header #globalMenu .inner ul li a {
  display: block;
  height: 49px;
  width: 100%;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
  padding: 15px 30px 12px 15px;
}
header #globalMenu .inner ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
header #globalMenu .inner ul li ul {
  display: none;
}
header #globalMenu .inner #onlySpMenu {
  padding-top: 20px;
}
header #globalMenu .inner #onlySpMenu #SpContact {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 39px;
  line-height: 35px;
  font-size: 15px;
  background-image: url(../image/icon-contact.png);
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
header #globalMenu .inner #onlySpMenu #newMember {
  width: 90%;
  margin: 0 auto;
  display: block;
}
footer {
  background-color: #007dd7;
}
footer .inner {
  position: relative;
}
footer .inner .footMenu {
  list-style: none;
}
footer .inner .footMenu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
footer .inner #footMenu1 li {
  background-color: #3397df;
  margin-bottom: 1px;
}
footer .inner #footMenu1 li a {
  display: block;
  position: relative;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 30px 0 20px;
}
footer .inner #footMenu1 li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
footer .inner #footMenu1 li.homeLink {
  background-color: transparent;
  padding: 30px 0 10px 0;
}
footer .inner #footMenu1 li.homeLink a {
  width: 90%;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  font-size: 16px;
  line-height: 42px;
}
footer .inner #footMenu1 li.homeLink a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url(../image/icon-home.png);
  background-size: 16px auto;
  margin-right: 10px;
}
footer .inner #footMenu1 li.homeLink a:after {
  display: none;
}
footer .inner #footMenu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2px 0;
}
footer .inner #footMenu2 li {
  width: 33%;
  line-height: 46px;
}
footer .inner #footMenu2 li a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #086cb4;
  padding: 5px;
  height: 100%;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
}
footer .inner #footMenu3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
footer .inner #footMenu3 li {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
footer .inner #footMenu3 li:nth-of-type(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
footer .inner #footMenu3 li a {
  display: block;
  width: 100%;
  min-height: 46px;
  background-color: #007dd7;
  font-size: 12px;
  position: relative;
  line-height: 1.2;
  padding: 15px 30px 10px 15px;
}
footer .inner #footMenu3 li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
footer .inner #credit {
  padding: 20px 10px;
}
footer .inner #credit img {
  display: block;
  width: 168px;
  height: auto;
  margin: 0 auto;
}
footer .inner #credit .copy {
  font-size: 10px;
  text-align: center;
  display: block;
  color: #fff;
  font-family: Helvetica
}
footer .inner #pageTop {
  width: 38px;
  height: 19px;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 900;
}
footer .inner #pageTop:hover {
  opacity: .8;
}
.edgeLoad-samurai-pc-top {
  visibility: hidden;
}
#home_main {
  overflow: hidden;
}
.contents {
  padding: 15px 0 40px;
}
.mainImg {
  margin-bottom: 25px;
  width: 100%;
  background-image: url(../image/wrap-bg.png);
  background-size: 100% 100%;
  position: relative;
}
.mainImg .mainImgInner {
  width: 100%;
  margin: 0 auto;
}
.mainImg .blueScreen {
  background-color: #1b2a38;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.commonH2 {
  background: #007dd7;
  padding: 10px;
  font-size: 15px;
  margin: 0 15px 15px;
  color: #fff;
}
.commonH3 {
  font-size: 14px;
  padding-bottom: 10px;
  margin: 0 15px 15px;
  font-weight: bold;
  position: relative;
}
.commonH3:after {
  content: "";
  height: 4px;
  width: 45px;
  background: #00accb;
  position: absolute;
  bottom: 0;
  left: 0;
}
.commonH4 {
  font-size: 14px;
  font-weight: bold;
  color: #007dd7;
  margin: 0 15px 15px;
}
.basic_dl {
  margin: 0 15px 30px;
}
.basic_dl dt {
  font-weight: bold;
}
.basic_list {
  list-style: none;
  margin: 0 15px 30px;
}
.basic_list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.basic_list li:before {
  content: "";
  background: #00accb;
  font-size: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
.link_list {
  margin: 0 15px 30px;
}
.link_list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.link_list li:before {
  content: "";
  background: #00accb;
  width: 15px;
  height: 15px;
  background: #00accb;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.link_list li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.link_list a {
  text-decoration: none;
  color: #000;
}
.grayBox {
  background: #f6f6f6;
  padding: 15px;
  margin: 0 15px 30px;
}
.grayBox dt {
  color: #007dd7;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faqBox {
  background: #f6f6f6;
  padding: 15px;
  margin: 0 15px 30px;
}
.faqBox dl:last-child {
  margin-bottom: 0;
}
.faqBox dt {
  padding: 5px 0 0 55px;
  margin-bottom: 25px;
  position: relative;
}
.faqBox dt:before {
  content: "";
  background: url(../image/ico_q.png) no-repeat left center;
  width: 29px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
}
.faqBox dd {
  padding: 5px 0 0 55px;
  position: relative;
}
.faqBox dd:before {
  content: "";
  background: url(../image/ico_a.png) no-repeat left center;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 0;
}
table {
  border-collapse: collapse;
  margin: 0 auto 30px;
  word-break: break-all;
  width: 95%;
}
table th {
  background: #007dd7;
  padding: 10px 25px;
  width: 150px;
  color: #fff;
  border: 1px solid #007dd7;
  border-bottom: 1px solid #7fb6dd;
  text-align: left;
}
table.type2{
	width: 100%;
}
table.type2 th,table.type2 td {
	display: block;
	width: 100%;
	padding: 10px;
}
table th.sub {
	background-color: #e1e1e1;
	border:  1px solid #ccc;
	color: #000;
}
table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  /* border-left: none; */
}
.common_bt a {
  display: inline-block;
  padding: 10px 80px;
  border: 1px solid #ccc;
  color: #000;
  margin-bottom: 30px;
  position: relative;
  max-width: 300px;
}
.common_bt a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.second_bt a {
  display: inline-block;
  padding: 10px 80px;
  background: #007dd7;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  max-width: 300px;
}
.second_bt a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bt_left {
  text-align: center;
}
.bt_right {
  text-align: center;
}
.bt_center {
  text-align: center;
}
.scroll_top {
  text-align: right;
  margin: 0 15px 30px;
  position: relative;
  padding-right: 15px;
  color: #000;
}
.scroll_top:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 0;
  left: inherit;
}
.link_all {
  text-align: right;
  margin: 0 15px 30px;
}
.link_all a {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  color: #000;
}
.link_all a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 0;
  left: inherit;
}
.colmun2 .article_header h1, .colmun2 .article_header .h1,  .section_memberCommon .article_header h1,  .section_memberCommon .article_header .h1 {
  color: #000;
}
.colmun2 .leftCol,  .section_memberCommon .leftCol {
  margin-bottom: 50px;
}
.colmun2 .leftCol p,  .section_memberCommon .leftCol p {
  margin: 0 15px 20px;
}
.colmun2 .fig_right,  .section_memberCommon .fig_right {
  overflow: hidden;
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.colmun2 .fig_right figure,  .section_memberCommon .fig_right figure {
  padding: 0 0 15px 15px;
  max-width: 40%;
}
.colmun2 .fig_right .text_left,  .section_memberCommon .fig_right .text_left {
  width: 60%;
}
.colmun2 .fig_right .text_left p,  .section_memberCommon .fig_right .text_left p {
  margin: 0 0 15px;
}


  .colmun2 .fig_right .text_left p a,  .section_memberCommon .fig_right .text_left p a{
    display: block;
    position: relative;
    width: 100%;
  }

  .colmun2 .fig_right .text_left p a:after,  .section_memberCommon .fig_right .text_left p a:after{
    right: 0;
  }

.colmun2 .fig_left,  .section_memberCommon .fig_left {
  overflow: hidden;
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.colmun2 .fig_left figure,  .section_memberCommon .fig_left figure {
  padding: 0 15px 15px 0;
  max-width: 40%;
}
.colmun2 .fig_left .text_right,  .section_memberCommon .fig_left .text_right {
  width: 60%;
}
.colmun2 .fig_left .text_right p,  .section_memberCommon .fig_left .text_right p {
  margin: 0 0 15px;
}


  .colmun2 .fig_left .text_right p a,  .section_memberCommon .fig_left .text_right p a{
    display: block;
    position: relative;
  }

  .colmun2 .fig_left .text_right p a:after,  .section_memberCommon .fig_left .text_right p aL:after{
    right: 0;
  }


.colmun2 .fig_center,  .section_memberCommon .fig_center {
  text-align: center;
  margin: 0 auto 30px;
  width: 90%;
}
.colmun2 .rightCol,  .section_memberCommon .rightCol {
  width: 95%;
  margin: 0 auto 30px;
}
.colmun2 .rightCol ul,  .section_memberCommon .rightCol ul {
  list-style: none;
}
.colmun2 .rightCol .lv2,  .section_memberCommon .rightCol .lv2 {
  text-align: left;
}
.colmun2 .rightCol .lv2 > li > a,  .section_memberCommon .rightCol .lv2 > li > a {
  background: #000;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
}
.colmun2 .rightCol .lv2 > li > a:after,  .section_memberCommon .rightCol .lv2 > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 95%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.colmun2 .rightCol .lv3,  .section_memberCommon .rightCol .lv3 {
  background: #f6f6f6;
  text-align: left;
}
.colmun2 .rightCol .lv3 a,  .section_memberCommon .rightCol .lv3 a {
  display: block;
  padding: 10px;
  border-top: 1px solid #e1e1e1;
  color: #000;
  text-decoration: none;
  position: relative;
}
.colmun2 .rightCol .lv3 a:after,  .section_memberCommon .rightCol .lv3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 95%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.colmun2 .rightCol .lv3 .on,  .section_memberCommon .rightCol .lv3 .on {
  color: #fff;
  background: #007dd7;
}
.colmun2 .rightCol .lv3 .on:after,  .section_memberCommon .rightCol .lv3 .on:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.leftColumn {
  width: 100%;
}

  .leftColumn .fig_center figure{
    width: 90%;
    margin: 0 auto 20px;
  }
.leftColumn .topics {
  text-align: center;
  width: 95%;
  margin: 0 auto 25px;
  font-size: 18px;
  font-weight: bold;
}
.leftColumn .topics a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background: #999;
  text-decoration: none;
}
.leftColumn .topics p + span {
  font-size: 14px;
}
.leftColumn .topics p + span:after {
  content: ">";
  padding-left: 5px;
}
.leftColumn .section_merit {
  width: 95%;
  margin: 0 auto 30px;
}
.leftColumn .section_merit h2 {
  line-height: 1.2;
  font-size: 26px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.leftColumn .section_merit h2:before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background: #fff000;
  position: absolute;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  bottom: 0;
  left: 0;
}
.leftColumn .section_merit h2:after {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background: #fff000;
  position: absolute;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  bottom: 0;
  right: 0;
}
.leftColumn .section_merit h2 + p {
  padding-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0px -7px 5px -5px rgba(0, 0, 0, 0.1);
}
.leftColumn .section_merit ul {
  list-style: none;
  margin-bottom: 30px;
}
.leftColumn .section_merit ul > li {
  margin-bottom: 5px;
}
.leftColumn .section_merit .original_merit {
  border: 1px solid #ccc;
  background: #f6f6f6;
  padding: 30px 15px 20px;
  position: relative;
}
.leftColumn .section_merit .original_merit:before {
  content: "";
  position: absolute;
  background: url(../image/ico_plus.png) no-repeat center top;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: -18px;
  left: 50%;
  margin-left: -15px;
}
.leftColumn .section_merit .original_merit h3 {
  color: #007dd7;
  font-size: 23px;
  display: block;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(../image/merit_en.png) no-repeat center bottom;
  background-size: 140px;
}
.leftColumn .section_merit .original_merit ul {
  margin-bottom: 0;
}
.leftColumn .section_merit .original_merit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.leftColumn .section_merit .original_merit li:last-child {
  margin-bottom: 0;
}
.leftColumn .section_merit .original_merit .thumb {
  width: 65px;
  margin-right: 15px;
}
  .leftColumn .section_merit .original_merit .thumb img{
    width: 65px;
    height: auto;
  }

  .leftColumn .section_merit .original_merit dl{
    flex: 1;
  }

.leftColumn .section_merit .original_merit dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
.leftColumn .section_interview {
  margin-bottom: 30px;
}
.leftColumn .section_interview h3 {
  background: #0072c3;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.leftColumn .section_interview ul {
  margin: 0 auto 15px;
  list-style: none;
}
.leftColumn .section_interview ul + p a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 30px;
  background: #fff;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}
.leftColumn .section_interview ul + p a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
.leftColumn .section_interview ul > li {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
}
.leftColumn .section_interview .silhouette {
  padding: 0 35px 0 20px;
}
.leftColumn .section_interview dt {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
}
.leftColumn .section_interview dt span {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
.rightColumn {
  width: 95%;
  margin: 0 auto;
}
.rightColumn > p {
  display: none;
}
.rightColumn .info_news {
  margin-bottom: 30px;
  background: #f6f6f6;
  padding: 15px 0 30px;
}
.rightColumn .info_news h2 {
  width: 95%;
  margin: 0 auto 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  text-align: center;
}
.rightColumn .info_news h2 + p {
  display: none;
}
.rightColumn .info_news ul {
  list-style: none;
  margin: 0 auto 20px;
  width: 95%;
}
.rightColumn .info_news li {
  margin-bottom: 5px;
}
.rightColumn .info_news time {
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
}
.rightColumn .info_news ul + p a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 30px;
  background: #fff;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}
.rightColumn .info_news ul + p a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
.rightColumn .quest {
  margin-bottom: 30px;
  background: url(../image/quest_bg.jpg) repeat center top;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
.rightColumn .quest:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: block;
  background: linear-gradient(to bottom, #0d77aa 0%, #2d94c7 30%, #0d4a69 70%, #073349 100%);
}
.rightColumn .quest > h2 {
  background: linear-gradient(to bottom, #0d77aa 0%, #2d94c7 30%, #0d4a69 70%, #073349 100%);
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
.rightColumn .quest > h2 span {
  color: #fff600;
}
.rightColumn .quest .inner {
  width: 95%;
  margin: 0 auto;
  background: url(../image/quest_inner_bg.jpg) repeat-y center top;
  background-size: cover;
  padding-bottom: 5px;
}
.rightColumn .quest h3 {
  padding-top: 10px;
  text-align: center;
}
.rightColumn .quest ul {
  list-style: none;
  padding: 0 10px;
}
.rightColumn .quest ul + p {
  text-align: right;
  font-size: 11px;
}
.rightColumn .quest li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.rightColumn .quest li .tag {
  display: block;
  border-radius: 2px;
  width: 50px;
  padding: 3px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin-bottom: 5px;
}
.rightColumn .quest li .tag.lv1 {
  background: #3b6a32;
}
.rightColumn .quest li .tag.lv2 {
  background: #1153a4;
}
.rightColumn .quest li .tag.lv3 {
  background: #c43154;
}
.rightColumn .quest li a {
  color: #000;
}
.rightColumn .media {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.rightColumn .media h2 {
  background: #007dd7;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
}
.rightColumn .media p {
  text-align: center;
  padding: 10px 50px;
}
.section_casino {
  list-style: none;
  background: #f6f6f6;
  padding: 15px 0 30px;
  margin-bottom: 30px;
}
.section_casino h2 {
  text-align: center;
  font-size: 17px;
  color: #0a456f;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section_casino h2:after {
  content: "";
  display: block;
  background: #00accb;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.section_casino ul {
  list-style: none;
  /*letter-spacing: -0.4em;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;*/
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_casino li {
  letter-spacing: normal;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin: 0 0 10px;
}
.section_casino .slick-slider {
  margin: 0 0 10px;
  display: block;
}
.section_casino .slick-slider li {
  margin: 0 10px;
  width: auto;
}
.section_casino .slick-dots {
  display: block;
  bottom: -30px;
}
.article_header {
  background-color: #00accb;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.article_header .inner {
  position: relative;
  width: 100%;
}

  .colmun2 .article_header.cat_faq{
    background-image: url(../image/faq_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .colmun2 .article_header.cat_partners{
    background-image: url(../image/partners_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .colmun2 .article_header.cat_about{
    background-image: url(../image/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .colmun2 .article_header.cat_merit{
    background-image: url(../image/merit_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .colmun2 .article_header.cat_partners h1,
  .colmun2 .article_header.cat_merit h1{
    color: #fff;
    text-shadow: 1px 1px 3px #000;
  }

  .colmun2 .article_header.cat_faq h1,
  .colmun2 .article_header.cat_about h1{
    color: #000;
  }

.article_header h1, .article_header .h1 {
  vertical-align: middle;
  height: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.article_header .breadcrumb {
  right: 0;
  top: 0;
  letter-spacing: -0.4em;
}
.article_header .breadcrumb div {
  display: inline;
  vertical-align: top;
  letter-spacing: normal;
  color: #fff;
  font-size: 12px;
}
.article_header .breadcrumb div:before {
  content: "/";
  color: #fff;
  padding: 0 5px;
}
.article_header .breadcrumb div:first-child:before {
  content: "";
  padding-left: 0;
}
.article_header .breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.cat_faq {
  background: url(../image/faq_bg.jpg) no-repeat center;
  background-size: cover;
}
.cat_interview {
  background: url(../image/interview_bg.jpg) no-repeat center;
  background-size: cover;
}
.leftCol .section_interviewList {
  width: 95%;
  margin: 0 auto 30px;
}
.leftCol .section_interviewList a {
  color: #000;
  padding: 15px;
  display: block;
  text-decoration: none;
}
.leftCol .section_interviewList ul {
  margin: 0 auto 15px;
  list-style: none;
}
.leftCol .section_interviewList ul > li {
  background: #f6f6f6;
  display: table;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.leftCol .section_interviewList .silhouette {
  text-align: center;
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}
.leftCol .section_interviewList .silhouette img {
  width: 30px;
  height: auto;
}
.leftCol .section_interviewList dl {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}
.leftCol .section_interviewList dt {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
}
.leftCol .section_interviewList dt span {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
.leftCol .section_interviewList dd p {
  margin: 0;
}
.leftCol .section_interviewDetail {
  width: 95%;
  margin: 0 auto 30px;
}
.leftCol .section_interviewDetail .header {
  background: #f6f6f6;
  padding: 15px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.leftCol .section_interviewDetail .silhouette {
  text-align: left;
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}
.leftCol .section_interviewDetail .silhouette img {
  width: 30px;
  height: auto;
}
.leftCol .section_interviewDetail .head_post {
  display: table-cell;
  vertical-align: middle;
  padding-top: 30px;
  background: url(../image/text_voice.png) no-repeat left top;
  background-size: 50px;
}
.leftCol .section_interviewDetail .head_post h1 {
  font-size: 20px;
  line-height: 1.2;
}
.leftCol .section_interviewDetail .head_post .author {
  display: block;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
}
.leftCol .section_interviewDetail .head_post p {
  padding-top: 10px;
  margin: 10px 0 0;
  border-top: 2px solid #00accb;
  font-size: 14px;
}
.faq_Q {
  margin-bottom: 30px;
}
.faq_Q dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 0 15px 10px;
  border-bottom: 1px solid #cce5f7;
}
.newsList {
  margin: 0 0 30px;
  list-style: none;
}
.newsList li {
  border-bottom: 1px solid #ccc;
}
.newsList a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 15px;
}
.newsList time {
  display: block;
  vertical-align: top;
  color: #999;
  margin-bottom: 5px;
}
.postArea {
  margin-bottom: 50px;
}
.postArea time {
  display: block;
  vertical-align: top;
  color: #999;
  margin: 0 15px 10px;
}
.postArea h1 {
  font-size: 20px;
  padding-bottom: 10px;
  margin: 0 15px 30px;
  border-bottom: 1px solid #ccc;
}
.sitemap {
  margin: 0 15px 50px;
  list-style: none;
}
.sitemap > li {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: bold;
}
.sitemap > li > a {
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
.sitemap > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sitemap > li > ul {
  padding: 15px 0 0 10px;
  list-style: none;
}
.sitemap > li > ul > li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
}
.sitemap > li > ul > li:last-child {
  border-bottom: none;
}
.sitemap > li > ul > li a {
  padding-left: 15px;
  position: relative;
}
.sitemap > li > ul > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section_inquiry,  .section_memberCommon {
  padding: 0 15px 50px;
}
.section_inquiry p,  .section_memberCommon p {
  margin-bottom: 20px;
}
.section_inquiry .inquiry_faq,  .section_memberCommon .inquiry_faq {
  background: #f6f6f6;
  padding: 15px;
  margin-bottom: 30px;
}
.section_inquiry .inquiry_faq h2,  .section_memberCommon .inquiry_faq h2 {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c5def0;
}
.section_inquiry .inquiry_faq ul,  .section_memberCommon .inquiry_faq ul {
  list-style: none;
}
.section_inquiry .inquiry_faq .text_list,  .section_memberCommon .inquiry_faq .text_list {
  margin-bottom: 20px;
}
.section_inquiry .inquiry_faq .text_list li,  .section_memberCommon .inquiry_faq .text_list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.section_inquiry .inquiry_faq .text_list li:before,  .section_memberCommon .inquiry_faq .text_list li:before {
  content: "";
  background: #007dd7;
  font-size: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}
.section_inquiry .inquiry_faq .text_list li a,  .section_memberCommon .inquiry_faq .text_list li a {
  color: #000;
  text-decoration: underline;
}
.section_inquiry .inquiry_faq .btn_list li,  .section_memberCommon .inquiry_faq .btn_list li {
  margin-bottom: 10px;
  position: relative;
}
.section_inquiry .inquiry_faq .btn_list li:after,  .section_memberCommon .inquiry_faq .btn_list li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section_inquiry .inquiry_faq .btn_list a,  .section_memberCommon .inquiry_faq .btn_list a {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  color: #000;
  text-decoration: none;
}
.section_inquiry .inquiry_read h2, .section_inquiry .inquiry_form h2,  .section_memberCommon .inquiry_read h2,  .section_memberCommon .inquiry_form h2 {
  margin: 0 0 15px;
}
.section_inquiry .inquiry_form_input,  .section_memberCommon .inquiry_form_input {
  margin-bottom: 30px;
}
.section_inquiry .inquiry_form_input dl,  .section_memberCommon .inquiry_form_input dl {
  padding: 15px;
  width: 100%;
  text-align: left;
}
.section_inquiry .inquiry_form_input dl:nth-child(odd),  .section_memberCommon .inquiry_form_input dl:nth-child(odd) {
  background: #f6f6f6;
}
.section_inquiry .inquiry_form_input dt,  .section_memberCommon .inquiry_form_input dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.section_inquiry .inquiry_form_input dt span,  .section_memberCommon .inquiry_form_input dt span {
  display: inline-block;
  background: #c00;
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  padding: 2px 5px;
  vertical-align: middle;
}
.section_inquiry .inquiry_form_input input,  .section_memberCommon .inquiry_form_input input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}
.section_inquiry .inquiry_form_input input.sizeL,  .section_memberCommon .inquiry_form_input input.sizeL {
  width: 100%;
}
.section_inquiry .inquiry_form_input select,  .section_memberCommon .inquiry_form_input select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}
.section_inquiry .inquiry_form_input textarea,  .section_memberCommon .inquiry_form_input textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}
.section_memberCommon {
  padding: 0;
  margin: 0;
  width: auto;
}
.section_memberCommon p {
  margin: 0 15px 20px;
}
.attend {
  color: #c00;
  font-size: 12px;
  margin-bottom: 30px;
}
.form_control .correct_bt button {
  display: block;
  background: #fff;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 300px;
  margin: 0 auto 10px;
}
.form_control .correct_bt button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 2px;
}
.form_control .correct_bt button button {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 30px;
  display: block;
  width: 100%;
}
.form_control .submit_bt button {
  display: block;
  background: #007dd7;
  border: 1px solid #007dd7;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 300px;
  margin: 0 auto 10px;
  color: #fff;
}
.form_control .submit_bt button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
.form_control .submit_bt button button {
  padding: 10px 30px;
  display: block;
  width: 100%;
}
.form_step {
  margin: 0 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form_step li {
  background: #acacac;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  width: 32%;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form_step li span {
  display: block;
  font-size: 10px;
  color: #fff;
}
.form_step li.now {
  background: #00accb;
}
.form_step li.now span {
  color: #fff000;
}
.section_register {
  margin: 0 15px 30px;
}
.section_register .formBox {
  border: 5px solid #ffd617;
  background: #fff3ba;
  border-radius: 5px;
  padding: 25px 15px 15px;
  position: relative;
  margin-bottom: 10px;
}
.section_register .formBox .lead {
  margin: 0 10px 10px;
}
.section_register .formBox .pop {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  right: -10px;
}
.section_register .formBox input {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  padding: 10px 0 10px 10px;
  border-radius: 5px;
  width: 100%;
}
.section_register .formBox .register_link {
  list-style: none;
  margin: 0 0 20px;
}
.section_register .formBox .register_link + p {
  margin-bottom: 20px;
}
.section_register .formBox button {
  background: #007dd7;
  border-radius: 5px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 15px 0;
  margin: 0 auto;
}
.section_register .formBox button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #fff;
}
.section_register .formBox + ul {
  list-style: none;
  font-size: 10px;
}
.message {
  padding: 50px 15px 70px;
  text-align: center;
}
.message p {
  margin-bottom: 30px;
}
.comp_message {
  padding: 0 15px 70px;
  text-align: center;
}
.comp_message .comp_text {
  margin-bottom: 30px;
}
.comp_message p {
  margin-bottom: 30px;
}
.comp_message strong {
  font-size: 20px;
}
.comp_message ul {
  list-style: none;
  font-size: 12px;
  margin-bottom: 25px;
}
.comp_message ul li {
  margin-bottom: 5px;
}
.comp_message .backTop a {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}
.comp_message .backTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
.comp_message .backTop a a {
  color: #000;
  text-decoration: none;
  padding: 10px 30px;
  display: block;
}
.section_forgot {
  padding: 50px 15px 70px;
  text-align: center;
}
.section_forgot p {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 18px;
}
.section_forgot .message_input {
  margin: 0 15px 30px;
}
.section_forgot .message_input input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}
.decision_bt {
  text-align: center;
  margin-bottom: 30px;
}
.decision_bt button {
  display: block;
  padding: 10px 50px;
  background: #007dd7;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 3000px;
  margin: 0 auto;
  color: #fff;
}
.decision_bt button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 85%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
code {
  display: block;
  width: 95%;
  background: #f6f6f6;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 auto 30px;
}
#memberCont {
  background-color: #00accb;
}
#memberCont .breadcrumb {
  margin: -15px 10px 5px;
}
#memberCont .breadcrumb ul li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #fff;
}
#memberCont .breadcrumb ul li a {
  color: #fff;
}
#memberCont .breadcrumb ul li:before {
  content: "＞";
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  margin: 0 3px;
}
#memberCont .breadcrumb ul li:first-child a {
  color: #fff000;
}
#memberCont .breadcrumb ul li:first-child:before {
  display: none;
}
#myStatus {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 20px 20px 5px;
  width: 95%;
  margin: 0 auto;
}
#myStatus #myLevel {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#myStatus #myLevel .levelTitle {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
#myStatus #myLevel .nowLevel {
  display: table-cell;
  vertical-align: middle;
  font-size: 60px;
  line-height: 1;
  color: #fff000;
  font-weight: 700;
}
#myStatus #myLevel .aboutLevel {
  display: table-cell;
  vertical-align: middle;
  font-size: 10px;
  line-height: 1;
}
#myStatus #myLevel .aboutLevel a {
  color: #fff;
}
#myStatus #myLevel .aboutLevel a span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff000;
  color: #000;
  text-align: center;
  line-height: 12px;
  margin-right: 5px;
  font-size: 10px;
}
#myStatus #myGauge .levelG ul {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
#myStatus #myGauge .levelG ul li {
  display: table-cell;
  background-color: #dcdcdc;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #7c7c7c;
  padding: 5px 0;
}
#myStatus #myGauge .levelG ul li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
#myStatus #myGauge .levelG ul li:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}
#myStatus #myGauge .levelG ul li:last-of-type {
  border-radius: 0 5px 5px 0;
  font-size: 12px;
  line-height: 1.3;
}
#myStatus #myGauge .levelG ul li.comp {
  background-image: url(../image/level-bg.png);
  background-repeat: repeat;
  color: #fff;
}
#myStatus #myGauge .levelG ul li.now {
  font-size: 16px;
  color: #fff000;
  font-weight: 700;
}
#myStatus #myGauge .levelG ul li span {
  display: none;
}
#myStatus #myGauge .nextStep {
  margin-bottom: 10px;
}
#myStatus #myGauge .nextStep .stepTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
}
#myStatus #myGauge .nextStep .stepTitle span {
  font-size: 16px;
}
#myStatus #myGauge .nextStep .stepTitle span a {
  color: #fff000;
}
#myStatus #myGauge .nextStep .ex .left {
  margin-bottom: 15px;
}
#myStatus #myGauge .nextStep .ex ul {
  display: table;
  list-style: none;
  table-layout: fixed;
  margin-bottom: 15px;
  width: 100%;
}
#myStatus #myGauge .nextStep .ex ul li {
  display: table-cell;
  background-color: #dcdcdc;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff000;
  height: 20px;
  font-weight: 700;
}
#myStatus #myGauge .nextStep .ex ul li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
#myStatus #myGauge .nextStep .ex ul li:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}
#myStatus #myGauge .nextStep .ex ul li:last-of-type {
  border-radius: 0 5px 5px 0;
}
#myStatus #myGauge .nextStep .ex ul li.comp {
  background-image: url(../image/level-bg.png);
  background-repeat: repeat;
}
#myStatus #myGauge .nextStep .ex .btnNext {
  display: block;
  width: 80%;
  height: 33px;
  border-radius: 14px;
  background-color: #fff000;
  color: #000;
  line-height: 33px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}
#myStatus #myGauge .nextStep .ex .btnNext:after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #04adc8;
  border-right: 2px solid #04adc8;
  width: 10px;
  height: 10px;
}
#myStatus #myGauge .nextStep .reward {
  width: 100%;
}
#myStatus #myGauge .nextStep .reward .rewardTitle {
  line-height: 1;
}
#myStatus #myGauge .nextStep .reward .rewardTitle .icon {
  font-size: 12px;
  color: #00accb;
  display: block;
  vertical-align: middle;
  font-weight: 700;
}
#myStatus #myGauge .nextStep .reward .rewardTitle .icon:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/icon-takara.png);
  background-size: 20px auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
#myStatus #myGauge .nextStep .reward .rewardTitle .conditions {
  font-size: 14px;
  color: #fff000;
  font-weight: 700;
}
#myStatus #graphArea {
  width: 100%;
  border-top: 1px solid #33656b;
  padding-top: 5px;
  margin-bottom: 15px;
}
#myStatus #graphArea .counts {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
#myStatus #graphArea .counts .count {
  display: table-cell;
  text-align: center;
}
#myStatus #graphArea .counts .count:not(:last-of-type) {
  border-right: 1px solid #33656b;
}
#myStatus #graphArea .counts .count .countTitle {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
#myStatus #graphArea .counts .count .countNum {
  font-size: 18px;
  line-height: 1;
  color: #fff000;
}
#myStatus #graphArea .counts .count .countNum span {
  font-size: 12px;
  color: #fff;
}
#myStatus .graph .graphTitle {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  padding: 10px;
}
#myStatus .graph .leftGraph {
  width: 100%;
}
#myStatus .graph .leftGraph .graph1 {
  width: 100%;
  height: 300px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
#myStatus .graph .rightGraph {
  width: 100%;
}
#myStatus .graph .rightGraph .graph2,  #myStatus .graph .rightGraph .graph3 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}
#myStatus .graph .rightGraph .graph2 {
  margin-bottom: 15px;
}
#myStatus .allGraph {
  text-align: center;
  padding: 20px 0 0;
}
#myStatus .allGraph a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
#myStatus .allGraph a:after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #04adc8;
  border-right: 2px solid #04adc8;
  width: 8px;
  height: 8px;
  margin-left: 10px;
}
#topList {
  width: 90%;
  margin: 0 auto;
  padding-top: 10px;
}
#topList #list1,  #topList #list2 {
  width: 100%;
}
#topList #list1 .listTitle,  #topList #list2 .listTitle {
  padding: 20px 0 10px;
}
#topList #list1 .listTitle:after,  #topList #list2 .listTitle:after {
  content: "";
  width: 1px;
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
#topList #list1 .listTitle h2,  #topList #list2 .listTitle h2 {
  font-size: 16px;
  font-weight: 700;
  color: #fff000;
  float: left;
}
#topList #list1 .listTitle a.more,  #topList #list2 .listTitle a.more {
  display: block;
  float: right;
  position: relative;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  height: 20px;
}
#topList #list1 .listTitle a.more:after,  #topList #list2 .listTitle a.more:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 10px;
}
#topList #list1 ul,  #topList #list2 ul {
  padding: 0 0 10px 0;
  list-style: none;
}
#topList #list1 ul li,  #topList #list2 ul li {
  margin-bottom: 10px;
}
#topList #list1 ul li .day,  #topList #list2 ul li .day {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
#topList #list1 ul li a,  #topList #list2 ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline;
}
#topList #list1 {
  border-bottom: 1px solid #4dc5db;
}
#topList .banner ul#topBnr {
  list-style: none;
  width: 100%;
}
#topList .banner ul#topBnr li {
  margin-bottom: 10px;
  width: 100%;
}
#topList .banner ul#topBnr li img {
  width: 100%;
  height: auto;
}
#memberCont .yelH2 {
  font-size: 17px;
  color: #fff000;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 10px;
}
#memberCont .tabHead {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#memberCont .tabHead.tabHead_center li a {
  text-align: center;
}
#memberCont .tabHead li {
  background-color: #08282c;
  border-radius: 5px 5px 0 0;
  width: 32%;
  height: 42px;
  margin-right: 1px;
  position: relative;
}
#memberCont .tabHead li a {
  text-decoration: none;
}
#memberCont .tabHead li a.tabLink {
  display: block;
  font-size: 15px;
  color: #47696d;
  height: 42px;
  width: 100%;
  line-height: 1.2;
  padding-left: 5px;
  padding-top: 5px;
}
#memberCont .tabHead li a.hatena {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #7d9598;
  color: #08282c;
  top: 12px;
  right: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
}
#memberCont .tabHead li.now {
  background-color: #fff;
  color: #000;
}
#memberCont .tabBody.noTab {
  border-radius: 5px;
  margin-bottom: 15px;
}
#memberCont .tabBody {
  background-color: #fff;
  border-radius: 0 5px 5px 5px;
  padding: 10px;
  margin-bottom: 20px;
}
#memberCont .tabBody select {
  border: 1px solid #ccc;
  height: 28px;
  font-size: 14px;
  background-color: #fff;
}
#memberCont .tabBody .reportTitle {
  display: table;
  margin: 0 auto 10px;
}
#memberCont .tabBody .reportTitle div {
  display: table-cell;
  vertical-align: middle;
}
#memberCont .tabBody .reportTitle div.preMonth a, #memberCont .tabBody .reportTitle div.nexMonth a {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #04adcc;
  border-style: solid;
}
#memberCont .tabBody .reportTitle div.preMonth a {
  border-width: 0 0 2px 2px;
}
#memberCont .tabBody .reportTitle div.nexMonth a {
  border-width: 2px 2px 0 0;
}
#memberCont .tabBody .reportTitle div.setMonth {
  font-size: 18px;
  padding: 0 15px;
  line-height: 1;
  color: #000;
}
#memberCont .tabBody .resultGraph {
  margin-bottom: 10px;
}
#memberCont .tabBody .resultGraph .resultGraphHead {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
}
#memberCont .tabBody .resultGraph .resultGraphHead .switch {
  display: inline-block;
  margin-left: 20px;
}
#memberCont .tabBody .resultGraph .resultGraphHead .switch a.now {
  font-weight: 700;
  color: #000;
}
#memberCont .tabBody .reportGraphBody {
  max-width: 100%;
  margin-bottom: 20px;
}
#memberCont .tabBody #reportGraphTable {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  overflow-x: scroll;
}
#memberCont .tabBody #reportGraphTable table {
  width: 100%;
  border: 1px solid #ccc;
}
#memberCont .tabBody #reportGraphTable table td {
  border: 1px solid #ccc;
}
#memberCont .tabBody #reportGraphTable table td dl {
  text-align: center;
  width: 100%;
  padding: 5px;
  min-width: 100px;
}
#memberCont .tabBody #reportGraphTable table td dl dt {
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 10px;
}
#memberCont .tabBody #reportGraphTable table td dl dd {
  font-size: 12px;
  line-height: 1.2;
}
#memberCont .tabBody #reportGraphTable table td dl dd span {
  font-weight: 700;
  font-size: 14px;
}
#memberCont .tabBody .reportDetail {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#memberCont .tabBody .reportDetail .reportDetailHead {
  width: 100%;
  margin-bottom: 10px;
}
#memberCont .tabBody .reportDetail .reportDetailHead h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
#memberCont .tabBody .reportDetail .reportDetailHead .reportDetailHeadMenu {
  text-align: right;
}
#memberCont .tabBody .reportDetail .reportDetailBordy {
  background-color: #f5f5f5;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical.sp_p10 {
  padding: 10px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl {
  width: 100%;
  padding-top: 10px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl.w50p dd select {
  width: 100%;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dt {
  /* width: 100%; */
  padding: 0 10px 5px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dt.sp_line {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dd {
  padding: 0 10px 10px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dd select {
  margin-right: 5px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dd .nyoro {
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 1em;
  height: 1em;
  margin: 10px 0 10px 30px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dd input {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  height: 30px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dd input[type="radio"] {
  height: auto;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical .blue {
  width: 176px;
  height: 38px;
  background-color: #007dd7;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 0 #c6c6c7;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical .search {
  width: 176px;
  height: 38px;
  background-color: #007dd7;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 0 #c6c6c7;
  background-image: url(../image/icon-search.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical .sp_h_bt {
  width: 45%;
  margin: 10px 0;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical.vertical_radio dl {
  display: table;
  width: 100%;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical.vertical_radio dl dt {
  display: table-cell;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical.vertical_radio dl dd {
  display: table-cell;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical.vertical_radio dl dd input {
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical_cb dl dd label {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 7px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical_cb dl dd input {
  margin-right: 5px;
  width: auto;
  position: relative;
  top: 1px;
  height: auto;
}
#memberCont .tabBody .reportDetailStyle {
  font-size: 12px;
  padding: 10px 0;
}
#memberCont .tabBody .reportDetailStyle span {
  display: block;
}
#memberCont .tabBody .detailTable .tableSetting {
  margin-bottom: 5px;
}
#memberCont .tabBody .detailTable .tableSetting .count {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
#memberCont .tabBody .detailTable .tableSetting .count span {
  font-size: 18px;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.num {
  display: none;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li a {
  display: block;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  padding: 0 5px;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.pre a {
  background-color: #fff;
  color: #007dd7;
  vertical-align: middle;
  padding: 0 20px 0 10px;
  position: relative;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.pre a:before {
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 1px #007dd7;
  border-left: 1px solid #007dd7;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 6px;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.nex a {
  background-color: #fff;
  color: #007dd7;
  vertical-align: middle;
  padding: 0 10px 0 20px;
  position: relative;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.nex a:after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 1px #007dd7;
  border-right: 1px solid #007dd7;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 6px;
}
#memberCont .tabBody .detailTable .tableSetting div.downLoad {
  min-width: 140px;
  width: 49%;
  height: 28px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #007dd7;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  background-image: url(../image/icon-download.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  margin-right: 5px;
  margin-bottom: 2px;
}
#memberCont .tabBody .detailTable .tableSetting div.downLoad a {
  text-decoration: none;
}
#memberCont .tabBody .detailTable .tableSetting div#viewCategory {
  cursor: pointer;
  min-width: 140px;
  width: 47%;
  display: inline-block;
  height: 28px;
  border-radius: 5px;
  background-color: #e9f6ff;
  border: 1px solid #007dd7;
  color: #000;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  position: relative;
}
#memberCont .tabBody .detailTable .tableSetting div#viewCategory:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 7px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  right: 10px;
  top: 9px;
  transition: all .3s;
}
#memberCont .tabBody .detailTable .tableSetting div#viewCategory.opened:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#memberCont .tabBody .viewSetting {
  background-color: #e9f6ff;
  border: 1px solid #007dd7;
  padding: 20px 30px;
  line-height: 2;
  margin-bottom: 10px;
  display: none;
}
#memberCont .tabBody .viewSetting label {
  display: inline-block;
  padding-right: 20px;
  font-size: 13px;
}
#memberCont .tabBody .viewSetting label:nth-of-type(1) {
  width: 100%;
}
#memberCont .tabBody .viewSetting label input {
  margin-right: 5px;
}
#memberCont .tabBody .resultTableArea {
  overflow-x: scroll;
  margin-bottom: 15px;
}
#memberCont .tabBody .resultTableArea table {
  width: 100%;
  font-size: 13px;
  margin-bottom: 10px;
}
#memberCont .tabBody .resultTableArea table tr th {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
  min-width: 75px;
}
#memberCont .tabBody .resultTableArea table tr th:not(:last-of-type) {
  border-right: 1px solid #505050;
}
#memberCont .tabBody .resultTableArea table tr td {
  padding: 5px;
  white-space: nowrap;
}
 #memberCont .tabBody .resultTableArea table tr td:not(:nth-of-type(1)) {
 text-align: right;
}
#memberCont .tabBody .resultTableArea table tr td.tal {
  text-align: left;
}
#memberCont .tabBody .resultTableArea table tr:nth-of-type(odd) td {
  background-color: #f5f5f5;
}
#memberCont .tabBody .redMemo {
  border-top: 1px solid #ccc;
  color: #f00;
  padding: 20px 0;
  font-size: 12px;
}
#memberCont .tabBody .amounts {
  margin-bottom: 20px;
}
#memberCont .tabBody .amounts dl {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#memberCont .tabBody .amounts dl dt, #memberCont .tabBody .amounts dl dd {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#memberCont .tabBody .amounts dl dt {
  background-color: #000;
  color: #fff;
}
#memberCont .tabBody .amounts dl dd {
  text-align: right;
}
#memberCont .tabBody .amounts dl dd:last-of-type {
  border: none;
}
#memberCont .tabBody .amounts dl dd:after {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 0;
  overflow: hidden;
}
#memberCont .tabBody .amounts dl dd:before {
  display: inline-block;
  width: 15px;
  color: #999;
  float: left;
  text-align: left;
}
#memberCont .tabBody .amounts dl dd.dollar:before {
  content: "$";
}
#memberCont .tabBody .amounts dl dd.euro:before {
  content: "€";
}
#memberCont .tabBody .reportInfo h3 {
  background-color: #007dd7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 8px 10px;
  line-height: 1;
  margin-bottom: 20px;
}
#memberCont .tabBody .reportInfo ul {
  list-style: none;
  margin-bottom: 30px;
}
#memberCont .tabBody .reportInfo ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
#memberCont .tabBody .reportInfo ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #007dd7;
  position: absolute;
  left: 0;
  top: 8px;
}
#memberCont .tabBody .reportInfo .memo {
  color: #f00;
}
#memberCont .section_inquiry,  #memberCont .section_memberCommon {
  width: auto;
  margin: 0;
}
#memberCont .section_inquiry input[type="text"],  #memberCont .section_memberCommon input[type="text"] {
  padding: 7px 12px;
}
#memberCont .section_inquiry select,  #memberCont .section_memberCommon select {
  padding: 5px 7px;
  height: auto;
}
#memberCont .section_inquiry .backTop a,  #memberCont .section_memberCommon .backTop a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 30px;
  background: #fff;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}
#memberCont .section_inquiry .backTop a:after,  #memberCont .section_memberCommon .backTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
#memberCont .section_inquiry .backTop a a,  #memberCont .section_memberCommon .backTop a a {
  color: #000;
  text-decoration: none;
}
.inquiry_form_input .vAm {
  display: inline-block;
}
.inquiry_form_input label {
  cursor: pointer;
}
.inquiry_form_input label input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.inquiry_form_input .sp_vertical label {
  display: block;
  margin-bottom: 5px;
}
.inquiry_form_input .sp_vertical label input {
  width: auto;
}
.section_inquiry p.f_lead {
  padding-top: 10px;
  margin-bottom: 10px;
}
.section_inquiry p.f_lead2 {
  padding: 20px;
  margin-bottom: 10px;
  line-height: 1.7;
}
.sp_submit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp_submit_wrap .correct_bt,  .sp_submit_wrap .submit_bt {
  width: 100%;
}
.sp_submit_wrap .correct_bt button,  .sp_submit_wrap .submit_bt button {
  width: 100%;
}
.sp_submit_wrap .correct_bt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.sp_submit_wrap .submit_bt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
label {
  cursor: pointer;
}
.alignC {
  text-align: center !important;
}
.alignR {
  text-align: right !important;
}
.size12 {
  font-size: 12px !important;
}
.mL0 {
  margin-left: 0px !important;
}
.mR10 {
  margin-right: 10px !important;
}
.mR20 {
  margin-right: 20px !important;
}
.mB0 {
  margin-bottom: 0px !important;
}
.mB5 {
  margin-bottom: 5px !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.mB15 {
  margin-bottom: 15px !important;
}
.mB30 {
  margin-bottom: 30px !important;
}
.sp_p0 {
  padding: 0 !important;
}
.sp_pB0 {
  padding-bottom: 0 !important;
}
.sp_mB0 {
  margin-bottom: 0px !important;
}
.sp_mB10 {
  margin-bottom: 10px !important;
}
.sp_mB20 {
  margin-bottom: 20px !important;
}
.sp_mB30 {
  margin-bottom: 30px !important;
}
.sp_pB20 {
  padding-bottom: 20px !important;
}
.sp_pB50 {
  padding-bottom: 50px !important;
}
.sp_p0_20 {
  padding: 0 20px !important;
}
.w35 {
  width: 35px;
}
.sp_w100p {
  width: 100% !important;
}
.sp_w60p {
  width: 60% !important;
}
.size18 {
  font-size: 18px !important;
}
.top1px {
  position: relative;
  top: 1px;
}
.inlineB {
  display: inline-block !important;
}
a.ico_q {
  color: #fff;
  font-size: 11px;
}
a.ico_q:before {
  content: "?";
  display: inline-block;
  background: #fff44b;
  color: #000;
  text-align: center;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}
a.ico_q:hover {
  text-decoration: none;
  opacity: 0.75;
}
.ico_blank {
  background: url("https://www3.samuraiclick.com/images/member/ad/blank.png") no-repeat right 0;
  padding-right: 15px;
}
/*----------------------------------------*/
.col3wrap,  .col2wrap,  .col1wrap {
  width: 100%;
  margin-bottom: 30px;
}
.col3wrap .col,  .col2wrap .col,  .col1wrap .col {
  text-align: center;
  padding-top: 15px;
}
.col3wrap .src,  .col2wrap .src,  .col1wrap .src {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-top: 15px;
  word-break: break-all;
  font-size: 12px;
  text-align: left;
}
.col3wrap .src pre,  .col2wrap .src pre,  .col1wrap .src pre {
  display: block;
  word-break: break-all;
}
.f_commit_wrap .f_commitTxt {
  font-size: 18px;
  text-align: center;
  padding: 40px 0 20px;
}
.form_control .submit_bt button,  .comp_message .backTop a,  .form_control .correct_bt button {
  width: 270px;
  padding: 10px 0;
}
.form_control .correct_bt button {
  border: 1px solid #ccc;
}
.boxWrap {
  overflow: hidden;
  margin-bottom: 15px;
}
.boxWrap .box460 {
  background: #f6f6f6;
  padding: 15px;
  margin-bottom: 20px;
}
.boxWrap .box460 dl {
  margin-bottom: 20px;
}
.boxWrap .box460 dl dt {
  text-align: center;
  color: #007dd7;
  font-weight: bold;
  margin-bottom: 25px;
}
.boxWrap .box460 dl dd {
  margin-bottom: 15px;
}
.boxWrap .box460 dl dd p {
  margin-bottom: 2px;
}
.f_txt {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}
.section_inquiry .inquiry_form_input.urlTable dl {
  padding: 10px;
}
.section_inquiry .inquiry_form_input.urlTable dl.thead {
  padding: 10px;
  width: 100%;
  text-align: left;
  background: #000;
  color: #fff;
}
.section_inquiry .inquiry_form_input.urlTable dl.thead dt {
  font-weight: bold;
  margin-bottom: 0px;
}
.section_quit h3 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 55px;
  background: url("../image/quit.png") no-repeat center 0;
  background-size: 50px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.section_quit .box {
  margin: 0 15px 30px;
  background: #f6f6f6;
  padding: 15px;
}
.section_quit .box ol {
  margin-left: 30px;
}
.service_wrap .sl_one {
  background: #f5f5f5;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 30px;
}
.service_wrap .sl_one .sl_head {
  background: #000;
  color: #fff000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 12px;
}
.service_wrap .sl_one .sl_head .icon {
  display: inline-block;
  margin: 5px 0;
  font-size: 15px;
  text-align: center;
  width: 75px;
  border-radius: 3px;
  line-height: 1.1;
  font-weight: normal;
  padding: 7px 0 0;
  background: #999999;
  color: #000;
  vertical-align: middle;
  padding: 12px 0 7px;
  margin-right: 15px;
}
.service_wrap .sl_one .sl_head .icon.on {
  background: #fff000;
  color: #000;
}
.service_wrap .sl_one .sl_head h3 {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
  font-size: 16px;
}
.service_wrap .sl_one .sl_head .sl_link {
  display: block;
  background: #007dd7;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  width: 200px;
  height: 40px;
  padding-top: 9px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -100px;
  text-decoration: none;
  text-align: center;
}
.service_wrap .sl_one .sl_head .sl_link:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.service_wrap .site_link_block_wrap {
  padding: 20px;
}
.service_wrap .site_link_block_wrap .site_link_block .img {
  margin-bottom: 5px;
}
.service_wrap .site_link_block_wrap .site_link_block .linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service_wrap .site_link_block_wrap .site_link_block a.link1,  .service_wrap .site_link_block_wrap .site_link_block a.link2 {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  width: 49%;
  flex-basis: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  color: #fff;
  padding: 10px 10px 8px;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
}
.service_wrap .site_link_block_wrap .site_link_block a.link1:after,  .service_wrap .site_link_block_wrap .site_link_block a.link2:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
  right: 10px;
}
.service_wrap .site_link_block_wrap .site_link_block a.link1 {
  background: #000000;
  margin-right: 1px;
}
.service_wrap .site_link_block_wrap .site_link_block a.link2 {
  background: #a11b25;
  margin-left: 1px;
  padding-top: 17px;
}
.service_wrap .site_link_block_wrap .right_block ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.service_wrap .site_link_block_wrap .commission {
  height: 60px;
  border-top: 1px solid #d4d4d4;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 40px;
  text-align: right;
  font-size: 16px;
  background: url("../image/coin.png") no-repeat 0px 15px;
  background-size: 45px;
}
.service_wrap .service_page_right {
  padding: 0 20px;
}
.service_wrap .clear {
  clear: both;
  overflow: hidden;
  height: 1px;
}
.service_wrap .g_table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
}
.service_wrap .g_table th, .service_wrap .g_table td {
  padding: 5px 10px;
  vertical-align: middle;
  border-top: none;
  border-left: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #000;
  text-align: left;
}
.service_wrap .g_table th {
  background: #f5f5f5;
}
.service_wrap .g_table td {
  background: #fff;
}
.service_wrap .table_sp_block {
  border: none;
  width: 100%;
}
.service_wrap .table_sp_block th,  .service_wrap .table_sp_block td {
  border: none;
  padding: 7px 20px;
}
.service_wrap .table_sp_block tr {
  display: block;
  width: 100%;
}
.service_wrap .table_sp_block th {
  background: #f5f5f5;
  color: #000;
  display: block;
  width: 100%;
}
.service_wrap .table_sp_block td {
  padding-bottom: 15px;
}
.service_wrap .h3L {
  font-size: 19px;
  margin-bottom: 10px;
}
.service_wrap .inquiry_form_input.urlTable dl {
  background: #f5f5f5;
  margin-bottom: 20px;
}
.service_wrap .inquiry_form_input.urlTable dl dt {
  font-weight: normal;
  text-align: center;
}
.service_wrap .inquiry_form_input.urlTable dl dt .siteName {
  text-align: left;
  margin-bottom: 10px;
}
.service_wrap .inquiry_form_input.urlTable dl dt:before {
  display: block;
  background: #000;
  color: #fff;
  content: "サイト名";
  text-align: center;
  padding: 4px 0 3px;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
}
.service_wrap .inquiry_form_input.urlTable dl dd {
  position: relative;
  padding-top: 35px;
  text-align: center;
}
.service_wrap .inquiry_form_input.urlTable dl dd:before {
  width: 100%;
  display: block;
  content: "";
  height: 1px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 0;
}
.service_wrap .inquiry_form_input.urlTable dl dd:after {
  display: block;
  color: #000;
  content: "状態";
  text-align: center;
  padding: 0 5px;
  font-weight: normal;
  margin-bottom: 10px;
  width: 70px;
  background: #f5f5f5;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -35px;
}
.service_wrap .inquiry_form_input.urlTable dl:last-child {
  margin-bottom: 0;
}
.service_wrap .inquiry_form_input.urlTable dl.thead {
  display: none;
}
.common_g_btn {
  display: inline-block;
  text-align: center;
  width: 150px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #cececf;
  border-bottom: 4px solid #cececf;
  padding: 10px 0;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.common_g_btn:hover {
  text-decoration: none;
  color: #000;
}
.kiyaku_wrap {
  padding: 10px;
  background: #ededed;
}
.kiyaku_wrap .kiyaku_in {
  border: 1px solid #cccccc;
  background: #fff;
  padding: 15px 15px;
  height: 170px;
  overflow-y: scroll;
  text-align: left;/*バーの太さ*/
      /*バーの背景色*/
      /*バーの色*/ }
 .kiyaku_wrap .kiyaku_in::-webkit-scrollbar {
 height: 0px;
 width: 7px;
}
 .kiyaku_wrap .kiyaku_in::-webkit-scrollbar-track {
 background: #e2e2e2;
}
 .kiyaku_wrap .kiyaku_in::-webkit-scrollbar-thumb {
 background: #007dd7;
}
.kiyaku_wrap .kiyaku_in pre {
  white-space: pre-wrap;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
}
.kiyaku_wrap .alignC {
  padding: 15px 0 5px;
}
.bl_bt {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 12px;
  margin-top: 3px;
  text-decoration: none;
}
.common_b_btn {
  width: 150px;
  display: inline-block;
  background: #007dd7;
  border: 1px solid #007dd7;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  margin-top: -2px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.common_b_btn:hover {
  color: #fff;
  text-decoration: none;
}
.service_link_icon {
  display: inline-block;
  margin: 5px 0;
  text-align: center;
  width: 75px;
  border-radius: 3px;
  line-height: 1.1;
  font-weight: normal;
  background: #999999;
  color: #000;
  vertical-align: middle;
  padding: 12px 0 7px;
  margin-right: 15px;
  font-size: 15px;
}
.service_link_icon.on {
  background: #fff000;
  color: #000;
}
#modal-win {
  width: 100%;
  position: absolute;
  z-index: 901;
}
#modal-win-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  position: relative;
  z-index: 901;
}
#modal-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
.modalbody {
  display: none;
  background: #fff;
  width: 95%;
  margin: 2.5%;
  border-radius: 10px;
}
.modalbody .modalIn {
  padding: 20px;
}
.modalbody .md_tit {
  background: #007bd3;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.modalbody section {
  margin-bottom: 10px;
}
.modalbody .md_btWrap {
  text-align: center;
  width: 100%;
  padding-top: 20px;
}
.modalbody .md_btWrap a {
  margin: 0 5px;
}
.modalbody .section_inquiry {
  padding-bottom: 0;
}
.md_bt_b {
  display: inline-block;
  background: #007dd7;
  border: 1px solid #007dd7;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 8px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  margin-top: -2px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
  width: 150px;
}
.md_bt_b:before {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.md_bt_b:hover {
  color: #fff;
  text-decoration: none;
}
.md_bt_w {
  width: 150px;
  display: inline-block;
  background: #fff;
  border: 1px solid #cccccc;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 8px;
  margin: 0;
  cursor: pointer;
  border-radius: 5px;
  margin-top: -2px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.md_bt_w:before {
  display: block;
  content: "✕";
  position: absolute;
  top: 50%;
  font-size: 13px;
  left: 15px;
  margin-top: -8px;
}
.md_bt_w:hover {
  color: #000;
  text-decoration: none;
}
.commonTxtForm {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}
.dl_bg_g {
  background: #f6f6f6;
  width: 100%;
  margin-bottom: 2px;
}
.dl_bg_g dt {
  padding: 10px 15px 0;
  font-weight: bold;
}
.dl_bg_g dd {
  padding: 5px 15px;
}
.resultTableB th {
  width: auto;
  text-align: center;
}
.resultTableB th.nn {
  width: auto;
}
.resultTableB th.sh {
  min-width: 100px !important;
}
.resultTableB th a {
  color: #999;
  text-decoration: none;
}
.resultTableB th a:hover {
  text-decoration: none;
}
.resultTableB th a.on {
  color: #fff;
}
#memberCont .box2tia .txt1 {
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 20px;
}
#memberCont .box2tia h4 {
  background-color: #007dd7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 8px 10px;
  line-height: 1;
  margin-bottom: 20px;
}
#memberCont .box2tia .img1 {
  margin-bottom: 10px;
}
#memberCont .box2tia .txt2 {
  margin-bottom: 20px;
}
#memberCont .box2tia .txt3 {
  text-align: left;
}
.ad_result_wrap .ad_rslt_one {
  border-top: 3px solid #007dd7;
  background: #f5f5f5;
  padding: 20px 25px;
  margin-bottom: 20px;
  padding: 15px 10px;
}
.ad_result_wrap .table dl {
  margin-bottom: 10px;
  display: table;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.ad_result_wrap .table dl dt {
  display: table-cell;
  width: 80px;
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.ad_result_wrap .table dl dd {
  padding-bottom: 10px;
}
.ad_result_wrap .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.ad_result_wrap .item dt {
  margin-bottom: 5px;
}
.ad_result_wrap .item .mini {
  font-size: 12px;
  color: #666;
  margin-right: 7px;
}
.ad_result_wrap .item .size {
  font-size: 16px;
}
.ad_result_wrap .item a {
  text-decoration: underline;
}
.ad_result_wrap .item_img a {
  text-decoration: none;
}
.ad_result_wrap .src .mini {
  display: inline-block;
  width: 80px;
  font-size: 12px;
  color: #666;
  margin-right: 7px;
}
.ad_result_wrap .src label {
  display: inline-block;
  margin-right: 20px;
}
.ad_result_wrap .src label input {
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.ad_result_wrap .src dt {
  margin-bottom: 15px;
}
.ad_result_wrap .src dt span.mini {
  display: block;
}
.ad_result_wrap .src dd {
  border: 1px solid #ccc;
  padding: 20px 25px;
  background: #fff;
  word-break: break-all;
  max-height: 250px;
  overflow-y: scroll;
}
.yelH2_hatena {
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  background: #fff44b;
  color: #000;
  border-radius: 15px;
  font-size: 12px;
  padding-top: 2px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  top: -2px;
  width: 15px;
  height: 15px;
  font-size: 11px;
}
.yelH2_hatena:hover {
  color: #000;
}
.textlink_link {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: -20px;
}
.textlink_link a {
  text-decoration: underline;
}
.campaign_wrap .c_top_banner {
  padding: 10px;
}
.campaign_wrap .c_top_banner li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.campaign_wrap .past_link {
  text-align: right;
  text-decoration: underline;
  margin-bottom: 15px;
  padding-right: 10px;
}
.campaign_wrap .past_link a {
  position: relative;
  padding-right: 13px;
}
.campaign_wrap .past_link a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #007dd7;
  border-right: solid 1px #007dd7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 2px;
}
.campaign_wrap .c_anq_wrap {
  margin: 10px;
}
.campaign_wrap .c_anq_wrap li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 12px;
  width: 49%;
  vertical-align: top;
}
.campaign_wrap .c_anq_wrap li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  display: block;
  background: url("../image/bt_bg.png") repeat-x 0 center;
}
.campaign_wrap .c_anq_wrap li a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -8px;
  right: 10px;
}
.campaign_wrap .campaign_one .cam_one_head {
  background: #000;
  color: #fff000;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #fff;
  font-size: 16px;
}
.campaign_wrap .campaign_one .cam_one_head h3 {
  padding: 10px;
}
.campaign_wrap .campaign_one .cam_one_head:after {
  content: "";
  display: block;
  border: 1px solid #555555;
  width: 26px;
  height: 26px;
  background: url("../image/down.png") no-repeat center center #fff000;
  position: absolute;
  border-radius: 5px;
  right: 15px;
  top: 10px;
  display: none;
}
.campaign_wrap .campaign_one .cam_one_head .c_logo {
  position: absolute;
  right: 10px;
  top: 4px;
}
.campaign_wrap .campaign_one .co_body_in {
  background: #f6f6f6;
}
.campaign_wrap .campaign_one .co_body_in .in_head {
  border-top: 3px solid #ff9600;
  padding: 10px;
  position: relative;
}
.campaign_wrap .campaign_one .co_body_in .in_head:before {
  content: "";
  display: block;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 10px;
  display: none;
}
.campaign_wrap .campaign_one .co_body_in .in_head:after {
  content: "カジノオリジナル";
  display: inline-block;
  background: #ff9600;
  border-radius: 5px;
  right: 10px;
  top: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 15px;
  margin-top: 5px;
}
.campaign_wrap .campaign_one .co_body_in .in_head h4 {
  color: #ff9600;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head {
  border-top: 3px solid #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head:before {
  background: url("../image/ico_samurai.png") no-repeat center bottom #007dd7;
  background-size: 40px;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head:after {
  content: "サムライタイアップ";
  background: #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head h4 {
  color: #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .col2Wrap .col dl dt {
  color: #007dd7;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap {
  padding: 10px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col {
  padding: 0 10px 1px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col dl {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col dl dt {
  font-size: 12px;
  color: #ff9600;
  margin-bottom: 3px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col dl dd {
  font-size: 14px;
}
.campaign_wrap .campaign_one .toTop {
  width: 100%;
  text-align: right;
  color: #000;
  padding: 0 10px 10px;
}
.campaign_wrap .campaign_one .toTop span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.campaign_wrap .campaign_one .toTop span:before {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-left: solid 1px #007dd7;
  border-top: solid 1px #007dd7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -2px;
  left: 0px;
}
.campaign_wrap .c_bottom_btn {
  text-align: center;
  padding: 10px;
}
.campaign_wrap .c_bottom_btn a {
  display: inline-block;
  background: #007dd7;
  width: 100%;
  color: #fff;
  padding: 10px 10px 8px;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
}
.campaign_wrap .c_bottom_btn a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
  right: 10px;
}
.campaign_wrap.campaign_past_wrap .campaign_one .co_body_in .col2Wrap {
  padding-top: 15px;
  padding-bottom: 20px;
}
.campaign_wrap.campaign_past_wrap .cp_img {
  margin-bottom: 15px;
}
.campaign_wrap.campaign_past_wrap .cp_img img {
  max-width: 100%;
}
.campaign_wrap.campaign_past_wrap .c_rankTit {
  background: #000;
  color: #e4d709;
  text-align: center;
  padding: 7px;
  margin-bottom: 10px;
}
.campaign_wrap.campaign_past_wrap .c_rankTit:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 17px;
  background: url("../image/rank.png") no-repeat center center;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.campaign_wrap.campaign_past_wrap .c_table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0;
  width: 100%;
}
.campaign_wrap.campaign_past_wrap .c_table thead th {
  background: #f5f5f5;
  font-size: 11px;
  color: #8f8f8f;
  text-align: center;
  padding: 5px;
  border-right: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
.campaign_wrap.campaign_past_wrap .c_table thead th:nth-child(1) {
  width: 50px;
  text-align: center;
}
.campaign_wrap.campaign_past_wrap .c_table thead th:nth-child(3) {
  width: 100px;
  text-align: center;
}
.campaign_wrap.campaign_past_wrap .c_table tbody td {
  background: #fff;
  padding: 5px;
  font-size: 12px;
}
.campaign_wrap.campaign_past_wrap .c_table tbody td:nth-child(1) {
  width: 50px;
  text-align: center;
}
.campaign_wrap.campaign_past_wrap .c_table tbody td:nth-child(3) {
  width: 100px;
  text-align: center;
}
.bt_index_wrap .bt_index_in {
  border: 10px solid #f6f6f6;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.bt_index_wrap .bt_index_in dl {
  margin-bottom: 15px;
  padding-left: 65px;
  text-align: left;
}
.bt_index_wrap .bt_index_in dl dt {
  font-weight: bold;
  font-size: 18px;
  color: #007dd7;
  margin-bottom: 5px;
}
.bt_index_wrap .bt_index_in a.bt {
  display: inline-block;
  padding: 10px 0px;
  background: #007dd7;
  color: #fff;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.bt_index_wrap .bt_index_in a.bt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bt_index_wrap .inq1 {
  background: url("../image/ico_mail.png") no-repeat 20px 20px;
}
.bt_index_wrap .inq2 {
  background: url("../image/ico_hatena.png") no-repeat 20px 20px;
}
.bt_index_wrap .ac1 {
  background: url("../image/ico_info.png") no-repeat 20px 20px;
  background-size: 45px;
}
.bt_index_wrap .ac2 {
  background: url("../image/ico_pass.png") no-repeat 20px 20px;
  background-size: 45px;
}
.bt_index_wrap .ac3 {
  background: url("../image/ico_baitai.png") no-repeat 20px 20px;
}
.bt_index_wrap .ac4 {
  background: url("../image/ico_taikai.png") no-repeat 20px 20px;
}
.tora_wrap {
  margin: 10px;
  background: url("../image/body.png") repeat-y;
  background-size: 100% auto;
}
.tora_wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background: url("../image/bg_bottom.png") repeat-y 0 0;
  background-size: 100% 25px;
  margin-top: 30px;
}
.tora_wrap.tora_index_wrap .tora_head {
  position: relative;
  padding-bottom: 60px;
}
.tora_wrap.tora_index_wrap .tora_head p {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px 30px 35px;
  margin: 20px 25px 0;
  position: relative;
}
.tora_wrap.tora_index_wrap .tora_head p:before {
  content: "";
  display: block;
  width: 60px;
  height: 70px;
  background: url("../image/katu.png") no-repeat 0 0;
  background-size: 60px;
  position: absolute;
  top: -20px;
  left: -10px;
}
.tora_wrap.tora_index_wrap .tora_head .hatena {
  display: inline-block;
  padding-left: 18px;
  padding-top: 1px;
  background: url("../image/hatena.png") no-repeat left center;
  background-size: 14px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  margin-left: 30px;
  margin-top: 7px;
}
.tora_wrap.tora_index_wrap .tora_head:after {
  content: "";
  display: block;
  width: 140px;
  height: 110px;
  background: url("../image/sisyo.png") no-repeat 0 0;
  background-size: 140px;
  position: absolute;
  bottom: 0px;
  right: 30px;
}
.tora_wrap.tora_index_wrap .tora_content {
  margin: 0 25px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li {
  list-style: none;
  background: url("../image/bt_kin.png") no-repeat 0 0;
  background-size: 100% 100%;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 3px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a {
  display: block;
  background: url("../image/tora.png") no-repeat right 0 #000;
  border: 1px solid #b4b4b4;
  border-radius: 8px;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a:before {
  content: "";
  display: block;
  width: 66px;
  height: 70px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a:after {
  content: "";
  display: block;
  width: 60px;
  height: 70px;
  position: absolute;
  right: 10px;
  bottom: 0px;
  background: url("../image/ico_chousen.png") no-repeat 0 0;
  background-size: 60px;
  z-index: 1;
}

.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .ico {
  display: inline-block;
  padding: 5px 15px 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  margin-bottom: 7px;
  margin-left: 70px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .ico.ico_green {
  background: #3b6a32;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .ico.ico_blue {
  background: #1153a4;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .main {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  color: #ffd800;
  padding-top: 7px;
  margin-bottom: 7px;
  position: relative;
  z-index: 2;
  margin-left: 70px;
  min-height: 30px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .hako {
  background: url("../image/hako.png") no-repeat left center;
  background-size: 25px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 0 6px 35px;
  margin-right: 60px;
  line-height: 1.3;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.suc a:after {
  background: url("../image/ico_tassei.png") no-repeat 0 0;
  background-size: 60px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv1 a:before {
  background: url("../image/no1.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv2 a:before {
  background: url("../image/no2.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv3 a:before {
  background: url("../image/no3.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv4 a:before {
  background: url("../image/no4.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv5 a:before {
  background: url("../image/no5.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv6 a:before {
  background: url("../image/no6.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv7 a:before {
  background: url("../image/no7.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv8 a:before {
  background: url("../image/no8.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv9 a:before {
  background: url("../image/no9.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock{
  background: url("../image/bt_gin.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock a{
  background: url("../image/tora_lock.png") no-repeat right 0 #000;
  pointer-events: none;
  cursor: inherit;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock a:after{
  background: url("../image/ico_mikaiho.png") no-repeat 0 0;
  background-size: 60px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock a .main{
  color: #ccc;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock a .hako{
  background: url("../image/hako_lock.png") no-repeat left center;
  background-size: 25px;
  color: #ccc;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv1.lock a:before {
  background: url("../image/no1.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv_lock.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv2.lock a:before {
  background: url("../image/no2.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv_lock.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv3.lock a:before {
  background: url("../image/no3.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv_lock.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv4.lock a:before {
  background: url("../image/no4.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv_lock.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv5.lock a:before {
  background: url("../image/no5.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv_lock.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv6.lock a:before {
  background: url("../image/no6.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv_lock.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv7.lock a:before {
  background: url("../image/no7.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv_lock.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv8.lock a:before {
  background: url("../image/no8.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv_lock.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv9.lock a:before {
  background: url("../image/no9.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv_lock.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.master span {
  display: block;
  background: url("../image/master.png") no-repeat 0 0;
  background-size: 100% auto;
  padding-top: 38%;
  border: 1px solid #b4b4b4;
  border-radius: 8px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.master.lock span {
  background: url("../image/master_lock.png") no-repeat 0 0;
  background-size: 100% auto;
}
.tora_wrap.tora_lv_wrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 6%;
  background: url("../image/top.png") no-repeat 0 0;
  background-size: 100% auto;
}
.tora_wrap.tora_lv_wrap .tora_lv_head {
  width: 100%;
  background: #000;
  background: url("../image/naka_head.png") no-repeat 0 0;
  background-size: 100%;
  position: relative;
  padding-left: 80px;
  padding-right: 100px;
  padding-top: 25px;
  padding-bottom: 35px;
}
.tora_wrap.tora_lv_wrap .tora_lv_head h2 {
  font-size: 30px;
  color: #ffd800;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
}
.tora_wrap.tora_lv_wrap .tora_lv_head p.hako {
  background: url("../image/hako.png") no-repeat 20px center;
  background-size: 25px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 7px 15px 6px 50px;
  line-height: 1.3;
  position: absolute;
  bottom: 7px;
  left: 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head:before {
  content: "";
  display: block;
  width: 66px;
  height: 70px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv1:before {
  background: url("../image/no1.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv2:before {
  background: url("../image/no2.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv3:before {
  background: url("../image/no3.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv4:before {
  background: url("../image/no4.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv5:before {
  background: url("../image/no5.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv6:before {
  background: url("../image/no6.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv7:before {
  background: url("../image/no7.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv8:before {
  background: url("../image/no8.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv9:before {
  background: url("../image/no9.png") no-repeat right 0, url("../images/member/quest/sp/bt_lv.png") no-repeat 0 0;
  background-size: auto 100%;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.syokyu:after, .tora_wrap.tora_lv_wrap .tora_lv_head.chukyu:after, .tora_wrap.tora_lv_wrap .tora_lv_head.jyokyu:after {
  content: "";
  display: block;
  width: 120px;
  height: 170px;
  position: absolute;
  right: 5px;
  top: -20px;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.syokyu:after {
  background: url("../image/naka_syokyu.png") no-repeat 0 0;
  background-size: 100% auto;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.chukyu:after {
  background: url("../image/naka_chukyu.png") no-repeat 0 0;
  background-size: 100% auto;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.jyokyu:after {
  background: url("../image/naka_jyokyu.png") no-repeat 0 0;
  background-size: 100% auto;
}
.tora_wrap.tora_lv_wrap .tora_bt {
  margin: 0 5% 15px;
}
.tora_wrap.tora_lv_wrap .tora_bt ul {
  padding-top: 10px;
  font-size: 0;
  text-align: center;
}
.tora_wrap.tora_lv_wrap .tora_bt ul li {
  display: inline-block;
  margin-right: 1%;
  width: 48%;
  text-align: left;
  vertical-align: top;
}
.tora_wrap.tora_lv_wrap .tora_bt ul li a {
  display: block;
  width: 100%;
  background: url("../image/wbt.png") repeat-x 0 center #fff;
  border-radius: 20px;
  background-size: 100%;
  position: relative;
  color: #000;
  font-size: 11px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  text-decoration: none;
}
.tora_wrap.tora_lv_wrap .tora_bt ul li a.ico_wakaba:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../image/ico_wakaba1.png") no-repeat 0 0;
  background-size: 15px;
  position: absolute;
  top: 7px;
  left: 10px;
}
.tora_wrap.tora_lv_wrap .tora_bt ul li a.ico_hon:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../image/ico_hon.png") no-repeat 0 0;
  background-size: 15px;
  position: absolute;
  top: 7px;
  left: 10px;
}
.tora_wrap.tora_lv_wrap .tora_content {
  margin: 0 5%;
}
.tora_wrap.tora_lv_wrap .tora_content ul {
  margin-bottom: 20px;
}
.tora_wrap.tora_lv_wrap .tora_content ul li {
  list-style: none;
  background: url("../image/kin.png") repeat-y 0 0;
  background-size: 100% 100%;
  border-radius: 40px;
  box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 3px;
}
.tora_wrap.tora_lv_wrap .tora_content ul li a {
  display: block;
  background: url("../image/tora1.png") no-repeat right 0 #000;
  border: 1px solid #b4b4b4;
  border-radius: 35px;
  padding: 10px 40px 10px 15px;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
.tora_wrap.tora_lv_wrap .tora_content ul li a:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -20px;
  background: url("../image/ico_chousen_s.png") no-repeat 0 0;
  background-size: 40px;
}
.tora_wrap.tora_lv_wrap .tora_content ul li.suc a:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -20px;
  background: url("../image/ico_tassei_s.png") no-repeat 0 0;
  background-size: 40px;
}
.tora_wrap.tora_lv_wrap .tora_content ul li.dis {
  background: url("../image/gin.png") repeat-y 0 0;
}
.tora_wrap.tora_lv_wrap .tora_content ul li.dis span {
  display: block;
  background: url("../image/tora_s.png") no-repeat right 0 #000;
  border: 1px solid #b4b4b4;
  border-radius: 35px;
  padding: 10px 40px 10px 15px;
  position: relative;
  text-decoration: none;
  color: #797979;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
.tora_wrap.tora_lv_wrap .tora_content ul li.dis span:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -20px;
  background: url("../image/ico_mikaiho_s.png") no-repeat 0 0;
  background-size: 40px;
}
/*
----------------------------------------
*/
#myStatus.column2,  #myStatus.column1 {
  padding: 20px;
}
.column2 .column2_inner {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
.column2 .column2_inner .commonH2, .column2 .column2_inner .commonH3, .column2 .column2_inner .commonH4 {
  margin: 0 0 15px;
}
.column2 .column2_inner .newsList {
  margin: 0 0 20px;
}
.column2 .memberSide {
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.column2 .memberSide > ul {
  list-style: none;
}
.column2 .memberSide > .lv2 {
  text-align: left;
}
.column2 .memberSide > .lv2 > li > a {
  background: #007dd7;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
}
.column2 .memberSide > .lv2 > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 95%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.column2 .memberSide .lv3 {
  background: #f6f6f6;
  text-align: left;
}
.column2 .memberSide .lv3 a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
  position: relative;
  border-top: 1px solid #e1e1e1;
}
.column2 .memberSide .lv3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 95%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.column2 .memberSide .lv3 .on {
  color: #007dd7;
}
.column2 .memberSide .lv3 .on:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 95%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.column2 .postArea {
  margin-bottom: 0;
}
.column2 .postArea time {
  display: block;
  vertical-align: top;
  color: #999;
  margin: 0 0 10px;
}
.column2 .postArea h1 {
  font-size: 20px;
  padding-bottom: 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
.column2 .postArea p {
  margin: 0 0 20px;
}
.column1 .column1_inner {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
.amounts {
  margin-bottom: 20px;
  width: 100%;
}
.amounts tr {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  display: block;
}
.amounts tr th, .amounts tr td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
}
.amounts tr th {
  background-color: #000;
  color: #fff;
  font-weight: normal;
  text-align: left;
}
.amounts tr td {
  text-align: right;
}
.amounts tr td:last-of-type {
  border: none;
}
.amounts tr td:after {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 0;
  overflow: hidden;
}
.amounts tr td:before {
  display: inline-block;
  width: 15px;
  color: #999;
  float: left;
  text-align: left;
}
.amounts tr td.dollar:before {
  content: "$";
}
.amounts tr td.euro:before {
  content: "€";
}
.read {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
.lightblue {
  color: #007dd7;
}
.txtLink {
  color: #0090f5;
  position: relative;
}
.txtLink:after {
  content: "";
  background: url(../image/ico-arrow_right.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  margin-left: 8px;
  width: 6px;
  height: 11px;
}
/*20171004 add*/
.pagingBlock{
  margin-bottom: 30px;
}
.pagingBlock ul{
  letter-spacing: -0.4em;
  text-align: center;
}
.pagingBlock li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  letter-spacing: normal;
}

li#previous-page{
  border: 1px solid #ccc;
  padding: 3px 12px;
}

li#next-page{
  border: 1px solid #ccc;
  padding: 3px 12px;
}

.current_page{
  border: 1px solid #007dd7;
  background: #007dd7;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  display: block;
}

.link_page{
  border: 1px solid #ccc;
  color: #007dd7;
  text-align: center;
  padding: 3px 10px;
  display: block;
}
}

@media screen and (min-width: 800px) {
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
input, textarea, select, button {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
}
body {
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
a {
  color: #007dd7;
}
a:hover {
  color: #007dd7;
}
a:visited {
  color: #007dd7;
}
a:active {
  color: #007dd7;
}
img {
  vertical-align: top;
  border: none;
}
.w100p {
  width: 100% !important;
}
header {
  background-color: #007dd7;
  position: relative;
}
footer {
  background-color: #007dd7;
}
.edgeLoad-samurai-pc-top {
  visibility: hidden;
}
.section_memberCommon {
  padding: 0;
  margin: 0;
  width: auto;
}
#memberCont {
  background-color: #00accb;
}
#memberCont .breadcrumb ul li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #fff;
}
#memberCont .breadcrumb ul li a {
  color: #fff;
}
#memberCont .breadcrumb ul li:before {
  content: "＞";
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}
#memberCont .breadcrumb ul li:first-child a {
  color: #fff000;
}
#memberCont .breadcrumb ul li:first-child:before {
  display: none;
}
#memberCont .section_inquiry input[type="text"],  #memberCont .section_memberCommon input[type="text"] {
  padding: 7px 12px;
}
#memberCont .section_inquiry select,  #memberCont .section_memberCommon select {
  padding: 5px 7px;
  height: auto;
}
.inquiry_form_input label {
  cursor: pointer;
}
label {
  cursor: pointer;
}
.alignC {
  text-align: center !important;
}
.alignR {
  text-align: right !important;
}
.size12 {
  font-size: 12px !important;
}
.mL0 {
  margin-left: 0px !important;
}
.mR10 {
  margin-right: 10px !important;
}
.mR20 {
  margin-right: 20px !important;
}
.mB0 {
  margin-bottom: 0px !important;
}
.mB5 {
  margin-bottom: 5px !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.mB15 {
  margin-bottom: 15px !important;
}
.mB30 {
  margin-bottom: 30px !important;
}
.size18 {
  font-size: 18px !important;
}
.top1px {
  position: relative;
  top: 1px;
}
a.ico_q {
  color: #fff;
  font-size: 11px;
}
a.ico_q:before {
  content: "?";
  display: inline-block;
  background: #fff44b;
  color: #000;
  text-align: center;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}
a.ico_q:hover {
  text-decoration: none;
  opacity: 0.75;
}
.ico_blank {
  background: url("https://www3.samuraiclick.com/images/member/ad/blank.png") no-repeat right 0;
  padding-right: 15px;
}
/*----------------------------------------*/
.col3wrap .src,  .col2wrap .src,  .col1wrap .src {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-top: 15px;
  word-break: break-all;
  font-size: 12px;
  text-align: left;
}
.col3wrap .src pre,  .col2wrap .src pre,  .col1wrap .src pre {
  display: block;
  word-break: break-all;
}
.form_control .submit_bt button,  .comp_message .backTop a,  .form_control .correct_bt button {
  width: 270px;
  padding: 10px 0;
}
.form_control .correct_bt button {
  border: 1px solid #ccc;
}
.boxWrap {
  overflow: hidden;
}
.boxWrap .box460 dl dd {
  margin-bottom: 15px;
}
.boxWrap .box460 dl dd p {
  margin-bottom: 2px;
}
.service_wrap .sl_one {
  background: #f5f5f5;
}
.service_wrap .sl_one .sl_head {
  background: #000;
  color: #fff000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 12px;
}
.service_wrap .sl_one .sl_head .icon {
  display: inline-block;
  margin: 5px 0;
  font-size: 15px;
  text-align: center;
  width: 75px;
  border-radius: 3px;
  line-height: 1.1;
  font-weight: normal;
  padding: 7px 0 0;
  background: #999999;
  color: #000;
  vertical-align: middle;
}
.service_wrap .sl_one .sl_head .icon.on {
  background: #fff000;
  color: #000;
}
.service_wrap .sl_one .sl_head h3 {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
}
.service_wrap .sl_one .sl_head .sl_link {
  display: block;
  background: #007dd7;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.service_wrap .sl_one .sl_head .sl_link:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.service_wrap .site_link_block_wrap .site_link_block a.link1:after,  .service_wrap .site_link_block_wrap .site_link_block a.link2:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.service_wrap .site_link_block_wrap .site_link_block a.link1 {
  background: #000000;
}
.service_wrap .site_link_block_wrap .site_link_block a.link2 {
  background: #a11b25;
}
.service_wrap .clear {
  clear: both;
  overflow: hidden;
  height: 1px;
}
.service_wrap .g_table th, .service_wrap .g_table td {
  padding: 5px 10px;
  vertical-align: middle;
  border-top: none;
  border-left: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #000;
  text-align: left;
}
.kiyaku_wrap .kiyaku_in {
/*バーの太さ*/
    /*バーの背景色*/
    /*バーの色*/ }
 .kiyaku_wrap .kiyaku_in::-webkit-scrollbar {
 height: 0px;
 width: 7px;
}
 .kiyaku_wrap .kiyaku_in::-webkit-scrollbar-track {
 background: #e2e2e2;
}
 .kiyaku_wrap .kiyaku_in::-webkit-scrollbar-thumb {
 background: #007dd7;
}
.bl_bt {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 12px;
  margin-top: 3px;
  text-decoration: none;
}
.service_link_icon {
  display: inline-block;
  margin: 5px 0;
  text-align: center;
  width: 75px;
  border-radius: 3px;
  line-height: 1.1;
  font-weight: normal;
  background: #999999;
  color: #000;
  vertical-align: middle;
}
.service_link_icon.on {
  background: #fff000;
  color: #000;
}
#modal-win {
  width: 100%;
  position: absolute;
  z-index: 901;
}
#modal-win-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  position: relative;
  z-index: 901;
}
#modal-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
.modalbody {
  display: none;
}
.md_bt_b {
  display: inline-block;
  background: #007dd7;
  border: 1px solid #007dd7;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 8px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  margin-top: -2px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.md_bt_b:before {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.md_bt_w:before {
  display: block;
  content: "✕";
  position: absolute;
  top: 50%;
  font-size: 13px;
  left: 15px;
  margin-top: -8px;
}
.resultTableB th.nn {
  width: auto;
}
.resultTableB th a {
  color: #999;
}
.resultTableB th a.on {
  color: #fff;
}
#memberCont .box2tia .txt1 {
  text-align: center;
}
#memberCont .box2tia h4 {
  background-color: #007dd7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 8px 10px;
  line-height: 1;
  margin-bottom: 20px;
}
#memberCont .box2tia .txt2 {
  margin-bottom: 20px;
}
#memberCont .box2tia .txt3 {
  text-align: left;
}
.ad_result_wrap .ad_rslt_one {
  border-top: 3px solid #007dd7;
  background: #f5f5f5;
  padding: 20px 25px;
  margin-bottom: 20px;
}
.ad_result_wrap .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.ad_result_wrap .item dt {
  margin-bottom: 5px;
}
.ad_result_wrap .item .mini {
  font-size: 12px;
  color: #666;
  margin-right: 7px;
}
.ad_result_wrap .item .size {
  font-size: 16px;
}
.ad_result_wrap .item a {
  text-decoration: underline;
}
.ad_result_wrap .item_img a {
  text-decoration: none;
}
.ad_result_wrap .src .mini {
  display: inline-block;
  width: 80px;
  font-size: 12px;
  color: #666;
  margin-right: 7px;
}
.ad_result_wrap .src label {
  display: inline-block;
  margin-right: 20px;
}
.ad_result_wrap .src label input {
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.ad_result_wrap .src dt {
  margin-bottom: 15px;
}
.ad_result_wrap .src dd {
  border: 1px solid #ccc;
  padding: 20px 25px;
  background: #fff;
  word-break: break-all;
  max-height: 250px;
  overflow-y: scroll;
}
.yelH2_hatena {
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  background: #fff44b;
  color: #000;
  border-radius: 15px;
  font-size: 12px;
  padding-top: 2px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  top: -2px;
}
.yelH2_hatena:hover {
  color: #000;
}
.textlink_link {
  font-weight: normal;
  font-size: 16px;
}
.textlink_link a {
  text-decoration: underline;
}
.campaign_wrap .c_top_banner li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.campaign_wrap .past_link {
  text-align: right;
  text-decoration: underline;
  margin-bottom: 15px;
}
.campaign_wrap .past_link a {
  position: relative;
  padding-right: 13px;
}
.campaign_wrap .past_link a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #007dd7;
  border-right: solid 1px #007dd7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 2px;
}
.campaign_wrap .c_anq_wrap li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.campaign_wrap .c_anq_wrap li a {
  position: relative;
  display: block;
  text-decoration: none;
}
.campaign_wrap .c_anq_wrap li a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -8px;
  right: 10px;
}
.campaign_wrap .campaign_one .cam_one_head {
  background: #000;
  color: #fff000;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #fff;
}
.campaign_wrap .campaign_one .cam_one_head:after {
  content: "";
  display: block;
  border: 1px solid #555555;
  width: 26px;
  height: 26px;
  background: url("../image/down.png") no-repeat center center #fff000;
  position: absolute;
  border-radius: 5px;
  right: 15px;
  top: 10px;
}
.campaign_wrap .campaign_one .co_body_in {
  background: #f6f6f6;
}
.campaign_wrap .campaign_one .co_body_in .in_head {
  border-top: 3px solid #ff9600;
}
.campaign_wrap .campaign_one .co_body_in .in_head:before {
  content: "";
  display: block;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 10px;
}
.campaign_wrap .campaign_one .co_body_in .in_head:after {
  content: "カジノオリジナル";
  display: inline-block;
  background: #ff9600;
  border-radius: 5px;
  right: 10px;
  top: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 15px;
}
.campaign_wrap .campaign_one .co_body_in .in_head h4 {
  color: #ff9600;
  font-weight: bold;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head {
  border-top: 3px solid #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head:after {
  content: "サムライタイアップ";
  background: #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head h4 {
  color: #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .col2Wrap .col dl dt {
  color: #007dd7;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col dl {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col dl dt {
  font-size: 12px;
  color: #ff9600;
  margin-bottom: 3px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col dl dd {
  font-size: 14px;
}
.campaign_wrap .campaign_one .toTop {
  width: 100%;
  text-align: right;
  color: #000;
}
.campaign_wrap .campaign_one .toTop span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.campaign_wrap .campaign_one .toTop span:before {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-left: solid 1px #007dd7;
  border-top: solid 1px #007dd7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -2px;
  left: 0px;
}
.campaign_wrap .c_bottom_btn {
  text-align: center;
}
.campaign_wrap .c_bottom_btn a {
  display: inline-block;
  background: #007dd7;
}
.campaign_wrap .c_bottom_btn a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.campaign_wrap.campaign_past_wrap .cp_img img {
  max-width: 100%;
}
.campaign_wrap.campaign_past_wrap .c_rankTit {
  background: #000;
  color: #e4d709;
  text-align: center;
}
.campaign_wrap.campaign_past_wrap .c_rankTit:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 17px;
  background: url("../image/rank.png") no-repeat center center;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.campaign_wrap.campaign_past_wrap .c_table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0;
  width: 100%;
}
.campaign_wrap.campaign_past_wrap .c_table thead th {
  background: #f5f5f5;
  font-size: 11px;
  color: #8f8f8f;
  text-align: center;
  padding: 5px;
  border-right: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
.bt_index_wrap .bt_index_in {
  border: 10px solid #f6f6f6;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .ico.ico_green {
  background: #3b6a32;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .ico.ico_blue {
  background: #1153a4;
}
/*
----------------------------------------
*/
.lightblue {
  color: #007dd7;
}
.txtLink {
  color: #0090f5;
  position: relative;
}
/*20171004 add*/
.pagingBlock{
  margin-bottom: 30px;
}
.pagingBlock ul{
  letter-spacing: -0.4em;
  text-align: center;
}
.pagingBlock li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  letter-spacing: normal;
}

li#previous-page{
  border: 1px solid #ccc;
  padding: 3px 12px;
}

li#next-page{
  border: 1px solid #ccc;
  padding: 3px 12px;
}

.current_page{
  border: 1px solid #007dd7;
  background: #007dd7;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  display: block;
}

.link_page{
  border: 1px solid #ccc;
  color: #007dd7;
  text-align: center;
  padding: 3px 10px;
  display: block;
}
}
.topCat {
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 601px) {
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
input, textarea, select, button {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
a {
  color: #007dd7;
}
a:hover {
  color: #007dd7;
}
a:visited {
  color: #007dd7;
}
a:active {
  color: #007dd7;
}
img {
  vertical-align: top;
  border: none;
}
.forSP {
  display: none !important;
}
.inner {
  width: 1080px;
  margin: 0 auto;
}
.pc_w70p {
  width: 70% !important;
}
.w100p {
  width: 100% !important;
}
header {
  background-color: #007dd7;
  position: relative;
  width: 100%;
}
header .inner {
  height: 78px;
}
header .inner:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  overflow: hidden;
  clear: both;
}
header .inner #logo {
  padding-top: 6px;
  height: 78px;
  width: 237px;
  float: left;
  margin-right: 35px;
}
header .inner #headMenu {
  display: table;
  list-style: none;
  float: left;
}
header .inner #headMenu li {
  display: table-cell;
  height: 78px;
  vertical-align: middle;
  padding-right: 25px;
}
header .inner #headMenu li a {
  color: #fff;
  font-size: 14px;
}
header .inner #userStatus {
  display: table;
  float: right;
  list-style: none;
  text-align: right;
}
header .inner #userStatus #status {
  text-align: left;
}
header .inner #userStatus #status li {
  display: table-cell;
  padding-left: 5px;
  padding-top: 14px;
  height: 29px;
}
header .inner #userStatus #status li input {
  width: 160px;
  height: 29px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 10px;
}
header .inner #userStatus #status li button {
  width: 100px;
  height: 29px;
  color: #fff;
  background-color: #0a456f;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
}
header .inner #userStatus #status li button:hover {
  opacity: .8;
}
header .inner #userStatus #status li .level {
  display: inline-block;
  background-color: #fff000;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1;
  font-weight: 700;
}
header .inner #userStatus #status li.userName {
  font-size: 14px;
  color: #fff;
  line-height: 29px;
}
header .inner #userStatus #status li.userName span {
  font-weight: 700;
}
header .inner #userStatus .forget {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
header .inner #userStatus {
  width: 300px;
}
header .inner #userStatus #status.loggedIn {
  text-align: right;
  padding-top: 10px;
}
header .inner #userStatus #status.loggedIn li {
  display: inline-block;
  padding-left: 5px;
  height: auto;
  padding-top: 0;
}
header .inner #userStatus #status.loggedIn li button {
  width: 100px;
  height: 25px;
}
header .inner #userStatus #status.loggedIn li .level {
  padding: 3px 7px;
}
header #globalMenu {
  height: 70px;
  background-color: #000;
}
header #globalMenu .inner ul {
  display: table;
  list-style: none;
  table-layout: fixed;
  width: 100%;
}
header #globalMenu .inner ul li.topCat {
  display: table-cell;
  vertical-align: middle;
}
header #globalMenu .inner ul li.topCat > a {
  display: inline-block;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-top: 1.2rem;
  vertical-align: middle;
}
header #globalMenu .inner ul li.topCat > a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
header #globalMenu .inner ul li.topCat.parent {
  position: relative;
}
header #globalMenu .inner ul li.topCat.parent.hov {
  background-color: rgba(255, 255, 255, 0.1);
}
header #globalMenu .inner ul li.topCat.parent.hov > a:hover {
  background-color: transparent;
}
header #globalMenu .inner ul li.topCat .sub {
  width: 100%;
  list-style: none;
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 800;
  font-size: 14px;
  display: none;
  border-top: 1px solid #555;
}
header #globalMenu .inner ul li.topCat .sub li {
  border-bottom: 1px solid #555;
}
header #globalMenu .inner ul li.topCat .sub li a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
}
header #globalMenu .inner ul li.topCat .sub li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
footer {
  background-color: #007dd7;
}
footer .inner {
  height: 260px;
  padding-top: 40px;
  position: relative;
}
footer .inner:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  overflow: hidden;
  clear: both;
}
footer .inner .footMenu {
  float: left;
  list-style: none;
  margin-right: 80px;
}
footer .inner .footMenu li {
  padding-bottom: 15px;
  line-height: 1;
  font-size: 12px;
}
footer .inner .footMenu li a {
  color: #fff;
}
footer .inner #credit {
  width: 320px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  text-align: right;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
footer .inner #credit img {
  width: 175px;
  height: auto;
  padding-bottom: 10px;
}
footer .inner #credit span {
  display: block;
}
footer .inner #pageTop {
  width: 38px;
  height: 19px;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}
footer .inner #pageTop:hover {
  opacity: .8;
}
.edgeLoad-samurai-pc-top {
  visibility: hidden;
}
#home_main {
  min-width: 1080px;
  margin: 0 auto;
  width: 1080px;
  padding: 30px 0 60px;
  position: relative;
}
.contents {
  width: 100%;
  padding: 30px 0 50px;
}
.mainImg {
  width: 100%;
  height: 357px;
  background-image: url(../image/wrap-bg.png);
  background-size: 100% 357px;
  position: relative;
}
.mainImg .mainImgInner {
  width: 1080px;
  margin: 0 auto;
  padding-right: 290px;
  height: 357px;
}
.mainImg .blueScreen {
  background-color: #1b2a38;
  width: 100%;
  height: 357px;
  position: absolute;
  top: 0;
  left: 0;
}
.commonH2 {
  background: #007dd7;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}
.commonH3 {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}
.commonH3:after {
  content: "";
  height: 4px;
  width: 45px;
  background: #00accb;
  position: absolute;
  bottom: 0;
  left: 0;
}
.commonH4 {
  font-size: 16px;
  font-weight: bold;
  color: #007dd7;
  margin-bottom: 15px;
}
.basic_dl {
  margin-bottom: 30px;
}
.basic_dl dt {
  font-weight: bold;
}
.basic_list {
  list-style: none;
  margin-bottom: 30px;
}
.basic_list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.basic_list li:before {
  content: "";
  background: #00accb;
  font-size: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
.link_list {
  margin-bottom: 30px;
}
.link_list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.link_list li:before {
  content: "";
  background: #00accb;
  width: 15px;
  height: 15px;
  background: #00accb;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.link_list li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.link_list a {
  color: #000;
}
.grayBox {
  background: #f6f6f6;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.grayBox dt {
  color: #007dd7;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faqBox {
  background: #f6f6f6;
  padding: 20px 30px;
  margin-bottom: 10px;
}
.faqBox dl:last-child {
  margin-bottom: 0;
}
.faqBox dt {
  padding: 5px 0 0 55px;
  margin-bottom: 25px;
  position: relative;
}
.faqBox dt:before {
  content: "";
  background: url(../image/ico_q.png) no-repeat left center;
  width: 29px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
}
.faqBox dd {
  padding: 5px 0 0 55px;
  position: relative;
}
.faqBox dd:before {
  content: "";
  background: url(../image/ico_a.png) no-repeat left center;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  word-break: break-all;
}
table th {
  background: #007dd7;
  padding: 10px 25px;
  width: 200px;
  color: #fff;
  border: 1px solid #007dd7;
  border-bottom: 1px solid #7fb6dd;
}
table th.sub {
	background-color: #e1e1e1;
	border:  1px solid #ccc;
	color: #000;
}
table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
}
.common_bt a {
  display: inline-block;
  padding: 10px 80px;
  border: 1px solid #ccc;
  color: #000;
  margin-bottom: 30px;
  position: relative;
}
.common_bt a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.second_bt a {
  display: inline-block;
  padding: 10px 80px;
  background: #007dd7;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.second_bt a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bt_left {
  text-align: left;
}
.bt_right {
  text-align: right;
}
.bt_center {
  text-align: center;
}
.scroll_top {
  text-align: right;
  position: relative;
  padding-right: 15px;
  color: #000;
  margin-bottom: 30px;
}
.scroll_top:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 0;
  left: inherit;
}
.scroll_top:hover {
  text-decoration: underline;
  cursor: pointer;
}
.link_all {
  text-align: right;
}
.link_all a {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  color: #000;
}
.link_all a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  left: inherit;
}
.colmun2 .article_header,  .section_memberCommon .article_header {
  height: 100px;
}

  .colmun2 .article_header.cat_faq{
    height: 177px;
    background-image: url(../image/faq_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }

  .colmun2 .article_header.cat_partners{
    height: 177px;
    background-image: url(../image/partners_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }

  .colmun2 .article_header.cat_about{
    height: 177px;
    background-image: url(../image/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }

  .colmun2 .article_header.cat_merit{
    height: 177px;
    background-image: url(../image/merit_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }

  .colmun2 .article_header.cat_partners h1,
  .colmun2 .article_header.cat_merit h1{
    color: #fff;
    text-shadow: 1px 1px 3px #000;
  }


.colmun2 .article_header.cat_about h1, .colmun2 .article_header.cat_faq h1, .colmun2 .article_header h1, .colmun2 .article_header .h1,  .section_memberCommon .article_header h1,  .section_memberCommon .article_header .h1 {
  color: #000;
}
.colmun2 .contentsWrap,  .section_memberCommon .contentsWrap {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.colmun2 .leftCol,  .section_memberCommon .leftCol {
  width: 790px;
  margin-bottom: 100px;
}
.colmun2 .leftCol p,  .section_memberCommon .leftCol p {
  margin-bottom: 30px;
}
.colmun2 .fig_right,  .section_memberCommon .fig_right {
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
}
.colmun2 .fig_right figure,  .section_memberCommon .fig_right figure {
  padding: 0 0 15px 15px;
}
.colmun2 .fig_left,  .section_memberCommon .fig_left {
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.colmun2 .fig_left figure,  .section_memberCommon .fig_left figure {
  padding: 0 15px 15px 0;
}
.colmun2 .fig_center,  .section_memberCommon .fig_center, .column2 .fig_center {
  text-align: center;
  margin-bottom: 30px;
}
.colmun2 .rightCol,  .section_memberCommon .rightCol {
  width: 260px;
  position: absolute;
  top: -60px;
  right: 0;
}
.colmun2 .rightCol ul,  .section_memberCommon .rightCol ul {
  list-style: none;
}
.colmun2 .rightCol .lv2,  .section_memberCommon .rightCol .lv2 {
  text-align: center;
}
.colmun2 .rightCol .lv2 > li > a,  .section_memberCommon .rightCol .lv2 > li > a {
  background: #000;
  padding: 45px 20px;
  font-size: 16px;
  color: #fff;
  display: block;
}
.colmun2 .rightCol .lv3,  .section_memberCommon .rightCol .lv3 {
  background: #f6f6f6;
  text-align: left;
}
.colmun2 .rightCol .lv3 a,  .section_memberCommon .rightCol .lv3 a {
  display: block;
  padding: 20px;
  border-top: 1px solid #e1e1e1;
  color: #000;
}
.colmun2 .rightCol .lv3 a:hover,  .section_memberCommon .rightCol .lv3 a:hover {
  background: #00accb;
  color: #fff;
}
.colmun2 .rightCol .lv3 .on,  .section_memberCommon .rightCol .lv3 .on {
  color: #fff;
  background: #007dd7;
}
.colmun2 .rightCol .lv3 .on:hover,  .section_memberCommon .rightCol .lv3 .on:hover {
  background: #007dd7;
  color: #fff;
}
.leftColumn {
  width: 790px;
}
.leftColumn .topics {
  margin-bottom: 40px;
  position: relative;
}
.leftColumn .topics a {
  display: block;
  padding: 15px 20px 15px 40px;
  border: 3px solid #00accb;
  background: #f6f6f6;
  text-decoration: none;
}
.leftColumn .topics a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.leftColumn .topics p {
  color: #007dd7;
  font-size: 20px;
  font-weight: bold;
}
.leftColumn .topics p span {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.leftColumn .topics p + span {
  position: absolute;
  right: 20px;
  color: #000;
  font-weight: bold;
  top: 50%;
  margin-top: -7px;
}
.leftColumn .topics p + span:after {
  content: ">";
  padding-left: 5px;
}
.leftColumn .section_merit h2 {
  line-height: 1.8;
  font-size: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.leftColumn .section_merit h2:before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background: #fff000;
  position: absolute;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  bottom: 0;
  left: 13%;
}
.leftColumn .section_merit h2:after {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background: #fff000;
  position: absolute;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  bottom: 0;
  right: 13%;
}
.leftColumn .section_merit h2 + p {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px -7px 5px -5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
.leftColumn .section_merit ul {
  list-style: none;
  margin-bottom: 30px;
}
.leftColumn .section_merit ul > li {
  width: 49.5%;
  float: left;
  margin: 0 0 5px 1%;
}
.leftColumn .section_merit ul > li:first-child {
  margin-left: 0;
}
.leftColumn .section_merit ul > li img {
  width: 100%;
}
.leftColumn .section_merit .original_merit {
  border: 1px solid #ccc;
  clear: both;
  float: none;
  width: 100%;
  background: #f6f6f6;
  padding: 30px 30px 10px;
  position: relative;
  margin: 0;
}
.leftColumn .section_merit .original_merit:before {
  content: "";
  position: absolute;
  background: url(../image/ico_plus.png) no-repeat center top;
  background-size: cover;
  width: 55px;
  height: 55px;
  top: calc(-57px / 2);
  left: 50%;
  margin-left: calc(-57px / 2);
}
.leftColumn .section_merit .original_merit h3 {
  color: #007dd7;
  font-size: 24px;
  display: block;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 25px;
  background: url(../image/merit_en.png) no-repeat center bottom;
  background-size: 125px;
}
.leftColumn .section_merit .original_merit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.leftColumn .section_merit .original_merit li {
  float: none;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.leftColumn .section_merit .original_merit .thumb {
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  width: 130px;
  margin-right: 15px;
}

  .leftColumn .section_merit .original_merit .thumb img{
    width: 73px;
    height: auto;
  }

.leftColumn .section_merit .original_merit dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
}
.leftColumn .section_interview h3 {
  background: #0072c3;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.leftColumn .section_interview ul {
  list-style: none;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.leftColumn .section_interview ul + p a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 30px;
  background: #fff;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}
.leftColumn .section_interview ul + p a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
.leftColumn .section_interview ul + p a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.leftColumn .section_interview ul > li {
  background: #f6f6f6;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.leftColumn .section_interview .silhouette {
  height: 175px;
  text-align: center;
  margin-bottom: 15px;
}
.leftColumn .section_interview .silhouette img {
  width: auto;
  height: 100%;
}
.leftColumn .section_interview dt {
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  margin-bottom: 5px;
}
.leftColumn .section_interview dt span {
  display: block;
  font-size: 14px;
  text-align: right;
}
.rightColumn {
  position: absolute;
  right: 0;
  top: -317px;
  width: 260px;
  padding-top: 275px;
}
.rightColumn > p {
  position: absolute;
  top: 0;
  right: 0;
}
.rightColumn > p:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.rightColumn .info_news {
  margin-bottom: 30px;
  background: #f6f6f6;
  padding: 10px 0 25px;
  position: relative;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.rightColumn .info_news h2 {
  margin: 0 10px 15px;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.rightColumn .info_news h2 + p {
  position: absolute;
  top: 10px;
  right: 15px;
  padding-right: 15px;
}
.rightColumn .info_news h2 + p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: inherit;
  right: 0;
}
.rightColumn .info_news h2 + p a {
  color: #000;
}
.rightColumn .info_news ul {
  list-style: none;
  margin: 0 20px;
}
.rightColumn .info_news li {
  margin-bottom: 20px;
}
.rightColumn .info_news li:last-child {
  margin-bottom: 0;
}
.rightColumn .info_news time {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
}
.rightColumn .quest {
  margin-bottom: 30px;
  background: url(../image/quest_bg.jpg) repeat center top;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
.rightColumn .quest:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: block;
  background: linear-gradient(to bottom, #0d77aa 0%, #2d94c7 30%, #0d4a69 70%, #073349 100%);
}
.rightColumn .quest > h2 {
  background: linear-gradient(to bottom, #0d77aa 0%, #2d94c7 30%, #0d4a69 70%, #073349 100%);
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
.rightColumn .quest > h2 span {
  color: #fff600;
}
.rightColumn .quest .inner {
  width: 95%;
  margin: 0 auto;
  background: url(../image/quest_inner_bg.jpg) repeat-y center top;
  background-size: cover;
  padding: 100px 0 5px;
  position: relative;
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.rightColumn .quest h3 {
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: calc(-225px / 2);
}
.rightColumn .quest ul {
  list-style: none;
  margin: 0 10px;
}
.rightColumn .quest ul + p {
  text-align: right;
  font-size: 12px;
}
.rightColumn .quest li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.rightColumn .quest li .tag {
  display: block;
  border-radius: 2px;
  width: 50px;
  padding: 3px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin-bottom: 5px;
}
.rightColumn .quest li .tag.lv1 {
  background: #3b6a32;
}
.rightColumn .quest li .tag.lv2 {
  background: #1153a4;
}
.rightColumn .quest li .tag.lv3 {
  background: #c43154;
}
.rightColumn .quest li a {
  color: #000;
}
.rightColumn .media {
  border: 1px solid #ccc;
}
.rightColumn .media h2 {
  background: #007dd7;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
.rightColumn .media p {
  padding: 20px 40px;
}
.rightColumn .media p img {
  width: 100%;
}
.section_casino {
  background: #f6f6f6;
  padding: 25px 0;
}
.section_casino h2 {
  text-align: center;
  font-size: 18px;
  color: #0a456f;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section_casino h2:after {
  content: "";
  display: block;
  background: #00accb;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.section_casino ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_casino li {
  margin-bottom: 15px;
}
.article_header {
  background-color: #00accb;
  height: 100px;
  margin-bottom: 30px;
}
.article_header .inner {
  display: table;
  height: 100%;
  position: relative;
}
.article_header h1, .article_header .h1 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.article_header .breadcrumb {
  position: absolute;
  right: 0;
  top: 5px;
  letter-spacing: -0.4em;
  font-size: 12px;
}
.article_header .breadcrumb div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  color: #fff;
}
.article_header .breadcrumb div:before {
  content: "/";
  color: #fff;
  padding: 0 5px;
}
.article_header .breadcrumb div:first-child:before {
  content: "";
  padding-left: 0;
}
.article_header .breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.article_header .breadcrumb a:hover {
  text-decoration: none;
}
  /*
.cat_faq {
  background: url(../image/faq_bg.jpg) no-repeat center top;
}
  */
.cat_interview {
  background: url(../image/interview_bg.jpg) no-repeat center top;
}
.leftCol .section_interviewList {
  margin-bottom: 60px;
}
.leftCol .section_interviewList a {
  color: #000;
  display: block;
  padding: 10px 20px;
  height: 100%;
}
.leftCol .section_interviewList a:hover {
  text-decoration: none;
}
.leftCol .section_interviewList a:hover dt {
  text-decoration: underline;
}
.leftCol .section_interviewList ul {
  list-style: none;
  letter-spacing: -0.4em;
}
.leftCol .section_interviewList ul > li {
  background: #f6f6f6;
  height: 410px;
  width: 260px;
  display: inline-block;
  float: none;
  letter-spacing: normal;
  margin: 0 5px 5px 0;
  vertical-align: top;
}
.leftCol .section_interviewList ul > li:nth-of-type(3n) {
  margin-right: 0;
}
.leftCol .section_interviewList .silhouette {
  height: 175px;
  text-align: center;
  margin-bottom: 15px;
}
.leftCol .section_interviewList .silhouette img {
  width: auto;
  height: 100%;
}
.leftCol .section_interviewList dt {
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  margin-bottom: 5px;
}
.leftCol .section_interviewList dt span {
  display: block;
  font-size: 14px;
  text-align: right;
}
.leftCol .section_interviewDetail {
  margin-bottom: 30px;
}
.leftCol .section_interviewDetail .header {
  background: #f6f6f6;
  padding: 15px;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.leftCol .section_interviewDetail .silhouette {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  text-align: center;
}
.leftCol .section_interviewDetail .head_post {
  display: table-cell;
  vertical-align: middle;
  padding-top: 40px;
  background: url(../image/text_voice.png) no-repeat left 10px;
  background-size: 50px;
}
.leftCol .section_interviewDetail .head_post h1 {
  font-size: 30px;
}
.leftCol .section_interviewDetail .head_post .author {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
.leftCol .section_interviewDetail .head_post p {
  padding-top: 15px;
  margin: 15px 0 0;
  border-top: 2px solid #00accb;
  font-size: 16px;
}
.faq_Q {
  overflow: hidden;
}
.faq_Q .faq_Q_left {
  margin-right: 15px;
  float: left;
  width: 385px;
}
.faq_Q .faq_Q_right {
  float: right;
  width: 385px;
}
.faq_Q.mem_faq_Q .faq_Q_left {
  margin-right: 15px;
  float: left;
  width: 345px;
}
.faq_Q.mem_faq_Q .faq_Q_right {
  float: right;
  width: 345px;
}
.faq_Q dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cce5f7;
}
.newsList {
  margin-bottom: 30px;
  list-style: none;
}
.newsList li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.newsList a {
  display: table-row;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 15px 0;
}
.newsList a:hover span {
  text-decoration: underline;
}
.newsList time {
  display: table-cell;
  vertical-align: top;
  color: #999;
  padding-right: 30px;
}
.newsList span {
  display: table-cell;
  vertical-align: top;
}
.postArea {
  margin-bottom: 100px;
}
.postArea time {
  display: block;
  vertical-align: top;
  color: #999;
  margin-bottom: 10px;
}
.postArea h1 {
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.sitemap {
  margin-bottom: 100px;
  list-style: none;
}
.sitemap > li {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: bold;
}
.sitemap > li > a {
  position: relative;
  padding-left: 20px;
}
.sitemap > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sitemap > li > ul {
  padding: 20px 0 0 10px;
  list-style: none;
}
.sitemap > li > ul > li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
}
.sitemap > li > ul > li:last-child {
  border-bottom: none;
}
.sitemap > li > ul > li a {
  padding-left: 15px;
  position: relative;
}
.sitemap > li > ul > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section_inquiry,  .section_memberCommon {
  width: 790px;
  margin: 0 auto 50px;
}
.section_inquiry p,  .section_memberCommon p {
  margin-bottom: 30px;
}
.section_inquiry .inquiry_faq,  .section_memberCommon .inquiry_faq {
  background: #f6f6f6;
  padding: 20px 35px;
  margin-bottom: 40px;
}
.section_inquiry .inquiry_faq h2,  .section_memberCommon .inquiry_faq h2 {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c5def0;
}
.section_inquiry .inquiry_faq ul,  .section_memberCommon .inquiry_faq ul {
  list-style: none;
}
.section_inquiry .inquiry_faq .text_list,  .section_memberCommon .inquiry_faq .text_list {
  margin-bottom: 20px;
}
.section_inquiry .inquiry_faq .text_list li,  .section_memberCommon .inquiry_faq .text_list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.section_inquiry .inquiry_faq .text_list li:before,  .section_memberCommon .inquiry_faq .text_list li:before {
  content: "";
  background: #007dd7;
  font-size: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}
.section_inquiry .inquiry_faq .text_list li a,  .section_memberCommon .inquiry_faq .text_list li a {
  color: #000;
  text-decoration: underline;
}
.section_inquiry .inquiry_faq .text_list li a:hover,  .section_memberCommon .inquiry_faq .text_list li a:hover {
  text-decoration: none;
}
.section_inquiry .inquiry_faq .btn_list,  .section_memberCommon .inquiry_faq .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section_inquiry .inquiry_faq .btn_list li,  .section_memberCommon .inquiry_faq .btn_list li {
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  width: 230px;
  text-align: center;
  font-size: 13px;
  position: relative;
}
.section_inquiry .inquiry_faq .btn_list li:after,  .section_memberCommon .inquiry_faq .btn_list li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section_inquiry .inquiry_faq .btn_list a,  .section_memberCommon .inquiry_faq .btn_list a {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 0;
  color: #000;
}
.section_inquiry .inquiry_form_input,  .section_memberCommon .inquiry_form_input {
  margin-bottom: 30px;
}
.section_inquiry .inquiry_form_input dl,  .section_memberCommon .inquiry_form_input dl {
  padding: 15px;
  width: 100%;
  display: table;
}
.section_inquiry .inquiry_form_input dl:nth-child(odd),  .section_memberCommon .inquiry_form_input dl:nth-child(odd) {
  background: #f6f6f6;
}
.section_inquiry .inquiry_form_input dt,  .section_memberCommon .inquiry_form_input dt {
  display: table-cell;
  vertical-align: top;
  font-weight: bold;
  width: 180px;
  text-align: left;
  padding-top: 7px;
}
.section_inquiry .inquiry_form_input dt span,  .section_memberCommon .inquiry_form_input dt span {
  display: inline-block;
  background: #c00;
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  padding: 2px 5px;
  vertical-align: middle;
}
.section_inquiry .inquiry_form_input dd,  .section_memberCommon .inquiry_form_input dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.section_inquiry .inquiry_form_input input,  .section_memberCommon .inquiry_form_input input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}
.section_inquiry .inquiry_form_input input.sizeL,  .section_memberCommon .inquiry_form_input input.sizeL {
  width: 100%;
}
.section_inquiry .inquiry_form_input select,  .section_memberCommon .inquiry_form_input select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 20px 5px 5px;
  border-radius: 5px;
}
.section_inquiry .inquiry_form_input textarea,  .section_memberCommon .inquiry_form_input textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}
.section_memberCommon {
  padding: 0;
  margin: 0;
  width: auto;
}
.attend {
  color: #c00;
  font-size: 12px;
  margin-bottom: 30px;
}
.form_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form_control .correct_bt button {
  display: block;
  background: #fff;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.form_control .correct_bt button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 2px;
}
.form_control .correct_bt button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.form_control .correct_bt button button {
  border: 1px solid #ccc;
  padding: 10px 30px;
  display: block;
  width: 270px;
  cursor: pointer;
}
.form_control .submit_bt button {
  display: block;
  background: #007dd7;
  border: 1px solid #007dd7;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 270px;
  margin: 0 10px;
  color: #fff;
  cursor: pointer;
}
.form_control .submit_bt button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
.form_control .submit_bt button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.form_control .submit_bt button button {
  padding: 10px 30px;
  display: block;
  width: 270px;
  cursor: pointer;
}
.form_step {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 790px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form_step li {
  background: #acacac;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  width: 32%;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form_step li span {
  display: block;
  font-size: 14px;
  color: #fff;
}
.form_step li.now {
  background: #00accb;
}
.form_step li.now span {
  color: #fff000;
}
.section_register {
  width: 1080px;
  margin: 0 auto 100px;
}
.section_register .formBox {
  width: 790px;
  height: 500px;
  margin: 0 auto 20px;
  padding: 80px 0 0 200px;
  position: relative;
}
.section_register .formBox > img {
  position: absolute;
  left: -40px;
  top: 0;
  z-index: -1;
}
.section_register .formBox .lead {
  margin-bottom: 20px;
}
.section_register .formBox .pop {
  width: 98px;
  height: 98px;
  position: absolute;
  top: 25px;
  right: 5px;
}
.section_register .formBox input {
  margin-left: 40px;
  width: 470px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  padding-left: 20px;
  border-radius: 5px;
}
.section_register .formBox .register_link {
  letter-spacing: -0.4em;
  list-style: none;
  margin: 0 0 10px 40px;
}
.section_register .formBox .register_link li {
  display: inline-block;
  margin-right: 30px;
  letter-spacing: normal;
}
.section_register .formBox .register_link a {
  color: #007dd7;
}
.section_register .formBox .register_link + p {
  margin: 0 0 10px 40px;
}
.section_register .formBox button {
  background: #007dd7;
  border-radius: 5px;
  width: 255px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  margin-left: 60px;
}
.section_register .formBox button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #fff;
}
.section_register .formBox button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.section_register .formBox + ul {
  list-style: none;
  width: 790px;
  margin: 0 auto 100px;
  font-size: 12px;
}
.message {
  padding: 100px 0;
  text-align: center;
}
.message p {
  margin-bottom: 30px;
}
.comp_message {
  padding: 0 0 100px;
  text-align: center;
}
.comp_message .comp_text {
  margin-bottom: 30px;
}
.comp_message p {
  margin-bottom: 30px;
}
.comp_message strong {
  font-size: 30px;
}
.comp_message ul {
  list-style: none;
  font-size: 12px;
  margin-bottom: 50px;
}
.comp_message ul li {
  margin-bottom: 5px;
}
.comp_message .backTop a {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}
.comp_message .backTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
.comp_message .backTop a a {
  color: #000;
  padding: 10px 30px;
  display: block;
}
.comp_message .backTop a a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.section_forgot {
  padding: 100px 0;
}
.section_forgot p {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
.section_forgot .message_input {
  margin: 0 auto;
  margin-bottom: 55px;
  width: 430px;
}
.section_forgot .message_input input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}
.decision_bt {
  text-align: center;
  margin-bottom: 30px;
}
.decision_bt button {
  display: block;
  padding: 10px 0;
  background: #007dd7;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 210px;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
}
.decision_bt button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
.decision_bt button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
code {
  display: block;
  width: 100%;
  background: #f6f6f6;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 30px;
}
#memberCont {
  background-color: #00accb;
  background-image: url(../image/contents-bg.jpg);
  background-position: center top;
  min-width: 1080px;
}
#memberCont .breadcrumb {
  width: 1080px;
  margin: -25px auto 5px;
}
#memberCont .breadcrumb ul li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #fff;
}
#memberCont .breadcrumb ul li a {
  color: #fff;
}
#memberCont .breadcrumb ul li:before {
  content: "＞";
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}
#memberCont .breadcrumb ul li:first-child a {
  color: #fff000;
}
#memberCont .breadcrumb ul li:first-child:before {
  display: none;
}
#myStatus {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 40px 40px 10px;
}
#myStatus #myLevel {
  width: 200px;
  float: left;
  text-align: center;
}
#myStatus #myLevel .levelTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}
#myStatus #myLevel .nowLevel {
  font-size: 120px;
  line-height: 1;
  color: #fff000;
  font-weight: 700;
  margin-bottom: 20px;
}
#myStatus #myLevel .aboutLevel {
  font-size: 12px;
  line-height: 1;
}
#myStatus #myLevel .aboutLevel a {
  color: #fff;
}
#myStatus #myLevel .aboutLevel a span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff000;
  color: #000;
  text-align: center;
  line-height: 14px;
  margin-right: 5px;
}
#myStatus #myGauge {
  width: 800px;
  float: right;
}
#myStatus #myGauge .levelG ul {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
#myStatus #myGauge .levelG ul li {
  display: table-cell;
  background-color: #dcdcdc;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #7c7c7c;
  height: 83px;
}
#myStatus #myGauge .levelG ul li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
#myStatus #myGauge .levelG ul li:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
#myStatus #myGauge .levelG ul li:last-of-type {
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  line-height: 1.3;
}
#myStatus #myGauge .levelG ul li.comp {
  background-image: url(../image/level-bg.png);
  background-repeat: repeat;
  color: #fff;
}
#myStatus #myGauge .levelG ul li.now {
  font-size: 30px;
  color: #fff000;
  font-weight: 700;
}
#myStatus #myGauge .levelG ul li span {
  font-size: 12px;
}
#myStatus #myGauge .nextStep {
  width: 800px;
  margin-bottom: 20px;
}
#myStatus #myGauge .nextStep .stepTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
#myStatus #myGauge .nextStep .stepTitle span {
  font-size: 20px;
}
#myStatus #myGauge .nextStep .stepTitle span a {
  color: #fff000;
}
#myStatus #myGauge .nextStep .ex .left {
  float: left;
  width: 600px;
  margin-bottom: 20px;
}
#myStatus #myGauge .nextStep .ex ul {
  width: 600px;
  display: table;
  list-style: none;
  table-layout: fixed;
  margin-bottom: 15px;
}
#myStatus #myGauge .nextStep .ex ul li {
  display: table-cell;
  background-color: #dcdcdc;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff000;
  height: 33px;
  font-weight: 700;
}
#myStatus #myGauge .nextStep .ex ul li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
#myStatus #myGauge .nextStep .ex ul li:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
#myStatus #myGauge .nextStep .ex ul li:last-of-type {
  border-radius: 0 10px 10px 0;
}
#myStatus #myGauge .nextStep .ex ul li.comp {
  background-image: url(../image/level-bg.png);
  background-repeat: repeat;
}
#myStatus #myGauge .nextStep .ex .btnNext {
  display: block;
  float: right;
  display: block;
  width: 190px;
  height: 33px;
  border-radius: 16px;
  background-color: #fff000;
  color: #000;
  line-height: 33px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
#myStatus #myGauge .nextStep .ex .btnNext:after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #04adc8;
  border-right: 2px solid #04adc8;
  width: 10px;
  height: 10px;
}
#myStatus #myGauge .nextStep .reward {
  width: 800px;
  clear: both;
}
#myStatus #myGauge .nextStep .reward .rewardTitle {
  line-height: 1;
}
#myStatus #myGauge .nextStep .reward .rewardTitle .icon {
  font-size: 14px;
  color: #00accb;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
#myStatus #myGauge .nextStep .reward .rewardTitle .icon:before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../image/icon-takara.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
#myStatus #myGauge .nextStep .reward .rewardTitle .conditions {
  font-size: 16px;
  color: #fff000;
  font-weight: 700;
  padding-left: 1em;
}
#myStatus #graphArea {
  width: 100%;
  clear: both;
  border-top: 1px solid #33656b;
  padding-top: 20px;
  margin-bottom: 15px;
}
#myStatus #graphArea .counts {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
#myStatus #graphArea .counts .count {
  display: table-cell;
  text-align: center;
}
#myStatus #graphArea .counts .count:not(:last-of-type) {
  border-right: 1px solid #33656b;
}
#myStatus #graphArea .counts .count .countTitle {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
#myStatus #graphArea .counts .count .countNum {
  font-size: 32px;
  line-height: 1;
  color: #fff000;
}
#myStatus #graphArea .counts .count .countNum span {
  font-size: 14px;
  color: #fff;
}
#myStatus .graph:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  overflow: hidden;
  clear: both;
}
#myStatus .graph .graphTitle {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  padding: 20px 10px 15px;
}
#myStatus .graph .leftGraph {
  float: left;
  width: 490px;
}
#myStatus .graph .leftGraph .graph1 {
  width: 490px;
  height: 420px;
  background-color: #fff;
  border-radius: 10px;
}
#myStatus .graph .rightGraph {
  float: right;
  width: 490px;
}
#myStatus .graph .rightGraph .graph2,  #myStatus .graph .rightGraph .graph3 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}
#myStatus .graph .rightGraph .graph2 {
  margin-bottom: 20px;
}
#myStatus .allGraph {
  text-align: center;
  padding: 20px 0 0;
}
#myStatus .allGraph a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
#myStatus .allGraph a:after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #04adc8;
  border-right: 2px solid #04adc8;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
#topList {
  padding-top: 50px;
}
#topList:after {
  content: "";
  width: 1px;
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
#topList #list1,  #topList #list2 {
  width: 415px;
  float: left;
}
#topList #list1 .listTitle,  #topList #list2 .listTitle {
  padding: 20px 20px 10px;
}
#topList #list1 .listTitle:after,  #topList #list2 .listTitle:after {
  content: "";
  width: 1px;
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
#topList #list1 .listTitle h2,  #topList #list2 .listTitle h2 {
  font-size: 16px;
  font-weight: 700;
  color: #fff000;
  float: left;
}
#topList #list1 .listTitle a.more,  #topList #list2 .listTitle a.more {
  display: block;
  float: right;
  position: relative;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
}
#topList #list1 .listTitle a.more:after,  #topList #list2 .listTitle a.more:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
#topList #list1 ul,  #topList #list2 ul {
  padding: 0 20px 20px 20px;
  list-style: none;
}
#topList #list1 ul li,  #topList #list2 ul li {
  margin-bottom: 10px;
}
#topList #list1 ul li .day,  #topList #list2 ul li .day {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
#topList #list1 ul li a,  #topList #list2 ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline;
}
#topList #list1 {
  border-right: 1px solid #4dc5db;
}
#topList .banner {
  width: 240px;
  float: right;
}
#topList .banner ul#topBnr {
  list-style: none;
}
#topList .banner ul#topBnr li {
  margin-bottom: 10px;
}
#memberCont .yelH2 {
  font-size: 26px;
  color: #fff000;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: -10px;
}
#memberCont .tabHead {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#memberCont .tabHead.tabHead_center li a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#memberCont .tabHead li {
  background-color: #08282c;
  border-radius: 5px 5px 0 0;
  width: 215px;
  height: 48px;
  margin-right: 1px;
  position: relative;
}
#memberCont .tabHead li a.tabLink {
  display: block;
  font-size: 20px;
  color: #47696d;
  height: 48px;
  width: 215px;
  line-height: 1;
  padding-top: 15px;
  padding-right: 15px;
  text-align: center;
}
#memberCont .tabHead li a.hatena {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #7d9598;
  color: #08282c;
  top: 15px;
  right: 10px;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  font-weight: 700;
}
#memberCont .tabHead li.now {
  background-color: #fff;
  color: #000;
}
#memberCont .tabBody.noTab {
  border-radius: 10px;
}
#memberCont .tabBody {
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  padding: 20px 30px;
  margin-bottom: 30px;
}
#memberCont .tabBody select {
  border: 1px solid #ccc;
  height: 28px;
  font-size: 14px;
  background-color: #fff;
}
#memberCont .tabBody .reportTitle {
  display: table;
  margin: 0 auto;
}
#memberCont .tabBody .reportTitle div {
  display: table-cell;
  vertical-align: middle;
}
#memberCont .tabBody .reportTitle div.preMonth a, #memberCont .tabBody .reportTitle div.nexMonth a {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #04adcc;
  border-style: solid;
}
#memberCont .tabBody .reportTitle div.preMonth a {
  border-width: 0 0 2px 2px;
}
#memberCont .tabBody .reportTitle div.nexMonth a {
  border-width: 2px 2px 0 0;
}
#memberCont .tabBody .reportTitle div.setMonth {
  font-size: 24px;
  padding: 0 15px;
  line-height: 1;
  color: #000;
}
#memberCont .tabBody .resultGraph {
  margin-bottom: 15px;
}
#memberCont .tabBody .resultGraph .resultGraphHead {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
}
#memberCont .tabBody .resultGraph .resultGraphHead select {
  width: 200px;
}
#memberCont .tabBody .resultGraph .resultGraphHead .switch {
  display: inline-block;
  margin-left: 20px;
}
#memberCont .tabBody .resultGraph .resultGraphHead .switch a.now {
  font-weight: 700;
  color: #000;
}
#memberCont .tabBody .reportGraphBody {
  max-width: 100%;
  margin-bottom: 20px;
}
#memberCont .tabBody #reportGraphTable {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#memberCont .tabBody #reportGraphTable table {
  width: 100%;
  border: 1px solid #ccc;
}
#memberCont .tabBody #reportGraphTable table td {
  border: 1px solid #ccc;
}
#memberCont .tabBody #reportGraphTable table td dl {
  text-align: center;
  width: 100%;
  padding: 10px;
}
#memberCont .tabBody #reportGraphTable table td dl dt {
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 10px;
}
#memberCont .tabBody #reportGraphTable table td dl dd {
  font-size: 12px;
  line-height: 1.2;
}
#memberCont .tabBody #reportGraphTable table td dl dd span {
  font-weight: 700;
  font-size: 18px;
}
#memberCont .tabBody .reportDetail {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
#memberCont .tabBody .reportDetail .reportDetailHead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
#memberCont .tabBody .reportDetail .reportDetailHead h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
#memberCont .tabBody .reportDetail .reportDetailBordy {
  background-color: #f5f5f5;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical {
  padding: 15px 30px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl {
  display: table;
  width: 100%;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl.w50p {
  width: 48%;
  display: inline-table;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl.w50p dd select {
  width: 215px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dt {
  display: table-cell;
  width: 130px;
  white-space: nowrap;
  padding-right: 15px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dd {
  display: table-cell;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dd select {
  width: 70px;
  margin-right: 5px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dd .payMonth {
  text-align: right;
  padding-top: 10px;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical dl dd input[type=text] {
  height: 28px;
  width: 267px;
  border: 1px solid #ccc;
  background-color: #fff;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical .blue {
  width: 176px;
  height: 38px;
  background-color: #007dd7;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 0 #c6c6c7;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
#memberCont .tabBody .reportDetail .reportDetailBordy .vertical .search {
  width: 176px;
  height: 38px;
  background-color: #007dd7;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 0 #c6c6c7;
  background-image: url(../image/icon-search.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
#memberCont .tabBody .reportDetail .vertical_cb label {
  display: inline-block;
  margin-right: 20px;
}
#memberCont .tabBody .reportDetail .vertical_cb input {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
#memberCont .tabBody .reportDetailStyle {
  font-size: 12px;
  text-align: right;
  padding: 15px 0 10px;
}
#memberCont .tabBody .detailTable .tableSetting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
#memberCont .tabBody .detailTable .tableSetting .reportDetailStyle {
  padding-bottom: 5px;
  padding-top: 5px;
}
#memberCont .tabBody .detailTable .tableSetting .count {
  font-size: 14px;
  line-height: 1;
}
#memberCont .tabBody .detailTable .tableSetting .count span {
  font-size: 18px;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem {
  height: 28px;
  vertical-align: middle;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing {
  bottom: 0;
  display: inline-table;
  list-style: none;
  vertical-align: middle;
  margin-right: 20px;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li {
  display: table-cell;
  padding: 0 1px;
  vertical-align: middle;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li a {
  display: block;
  min-width: 21px;
  height: 21px;
  text-align: center;
  background-color: #007dd7;
  line-height: 21px;
  font-size: 14px;
  padding: 0 5px;
  color: #fff;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li a:hover {
  text-decoration: none;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.now a {
  background-color: #fff;
  border: 1px solid #007dd7;
  color: #007dd7;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.pre a {
  background-color: #fff;
  color: #007dd7;
  vertical-align: middle;
  padding: 0 20px 0 10px;
  position: relative;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.pre a:before {
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 1px #007dd7;
  border-left: 1px solid #007dd7;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 6px;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.nex a {
  background-color: #fff;
  color: #007dd7;
  vertical-align: middle;
  padding: 0 10px 0 20px;
  position: relative;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.nex a:after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 1px #007dd7;
  border-right: 1px solid #007dd7;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 6px;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem .pageing li.dots {
  padding: 0 10px;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem div {
  display: inline-block;
  vertical-align: middle;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem div.downLoad {
  width: 173px;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #007dd7;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  background-image: url(../image/icon-download.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem div.downLoad:hover {
  text-decoration: none;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem div#viewCategory {
  cursor: pointer;
  width: 173px;
  height: 28px;
  border-radius: 5px;
  background-color: #e9f6ff;
  border: 1px solid #007dd7;
  color: #000;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  position: relative;
  margin-left: 10px;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem div#viewCategory:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 7px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  right: 10px;
  top: 9px;
  transition: all .3s;
}
#memberCont .tabBody .detailTable .tableSetting .settingItem div#viewCategory.opened:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#memberCont .tabBody .viewSetting {
  background-color: #e9f6ff;
  border: 1px solid #007dd7;
  padding: 20px 30px;
  line-height: 2;
  margin-bottom: 10px;
  display: none;
}
#memberCont .tabBody .viewSetting label {
  display: inline-block;
  padding-right: 20px;
  font-size: 13px;
}
#memberCont .tabBody .viewSetting label:nth-of-type(1) {
  width: 100%;
}
#memberCont .tabBody .viewSetting label input {
  margin-right: 5px;
}
#memberCont .tabBody .resultTableArea {
  padding-bottom: 20px;
}
#memberCont .tabBody .resultTableArea table {
  width: 100%;
  font-size: 13px;
}
#memberCont .tabBody .resultTableArea table tr th {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
}
#memberCont .tabBody .resultTableArea table tr th:not(:last-of-type) {
  border-right: 1px solid #505050;
}
#memberCont .tabBody .resultTableArea table tr th .tac {
  text-align: center;
}
#memberCont .tabBody .resultTableArea table tr td {
  padding: 5px;
}
 #memberCont .tabBody .resultTableArea table tr td:not(:nth-of-type(1)) {
 text-align: right;
}
#memberCont .tabBody .resultTableArea table tr td.tal {
  text-align: left;
}
#memberCont .tabBody .resultTableArea table tr td.w99p {
  width: 99%;
}
#memberCont .tabBody .resultTableArea table tr td.w89p {
  width: 89%;
}
#memberCont .tabBody .resultTableArea table tr:nth-of-type(odd) td {
  background-color: #f5f5f5;
}
#memberCont .tabBody .resultTableArea table tr.total td {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#memberCont .tabBody .resultTableArea table tr.total td.title {
  font-size: 1.2em;
  font-weight: 700;
}
#memberCont .tabBody .redMemo {
  border-top: 1px solid #ccc;
  color: #f00;
  padding: 20px 0;
}
#memberCont .tabBody .amounts {
  display: table;
  margin: 0 0 30px auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
#memberCont .tabBody .amounts dl {
  display: table-row;
}
#memberCont .tabBody .amounts dl dt, #memberCont .tabBody .amounts dl dd {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ccc;
}
#memberCont .tabBody .amounts dl dt {
  background-color: #000;
  color: #fff;
}
#memberCont .tabBody .amounts dl dd:before {
  display: inline-block;
  width: 30px;
  color: #999;
}
#memberCont .tabBody .amounts dl dd.dollar:before {
  content: "$";
}
#memberCont .tabBody .amounts dl dd.euro:before {
  content: "€";
}
#memberCont .tabBody .reportInfo h3 {
  background-color: #007dd7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 8px 10px;
  line-height: 1;
  margin-bottom: 20px;
}
#memberCont .tabBody .reportInfo ul {
  list-style: none;
  margin-bottom: 30px;
}
#memberCont .tabBody .reportInfo ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
#memberCont .tabBody .reportInfo ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #007dd7;
  position: absolute;
  left: 0;
  top: 8px;
}
#memberCont .tabBody .reportInfo .memo {
  color: #f00;
}
#memberCont .section_inquiry,  #memberCont .section_memberCommon {
  width: auto;
}
#memberCont .section_inquiry input[type="text"],  #memberCont .section_memberCommon input[type="text"] {
  padding: 7px 12px;
}
#memberCont .section_inquiry select,  #memberCont .section_memberCommon select {
  padding: 5px 7px;
  height: auto;
}
#memberCont .section_inquiry .backTop a,  #memberCont .section_memberCommon .backTop a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 30px;
  background: #fff;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}
#memberCont .section_inquiry .backTop a:after,  #memberCont .section_memberCommon .backTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #04adcc;
  border-bottom: 1px solid #04adcc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 2px;
}
#memberCont .section_inquiry .backTop a a,  #memberCont .section_memberCommon .backTop a a {
  color: #000;
}
#memberCont .section_inquiry .backTop a a:hover,  #memberCont .section_memberCommon .backTop a a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.inquiry_form_input .vAm {
  display: inline-block;
}
.inquiry_form_input .row {
  margin-bottom: 10px;
}
.inquiry_form_input label {
  cursor: pointer;
  margin-right: 20px;
}
.inquiry_form_input label input[type="radio"] {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.inquiry_form_input dt.w220 {
  width: 220px;
}
.section_inquiry p.f_lead {
  padding-top: 10px;
}
.section_inquiry p.f_lead2 {
  padding-top: 10px;
  line-height: 2.3;
}
label {
  cursor: pointer;
}
.alignC {
  text-align: center !important;
}
.alignR {
  text-align: right !important;
}
.size12 {
  font-size: 12px !important;
}
.pc_pT15 {
  padding-top: 15px !important;
}
.pc_pT30 {
  padding-top: 30px !important;
}
.pc_pB20 {
  padding-bottom: 20px !important;
}
.pc_mB20 {
  margin-bottom: 20px !important;
}
.pc_mB50 {
  margin-bottom: 50px !important;
}
.pc_mR15 {
  margin-right: 15px !important;
}
.mL0 {
  margin-left: 0px !important;
}
.mR10 {
  margin-right: 10px !important;
}
.mR20 {
  margin-right: 20px !important;
}
.mB0 {
  margin-bottom: 0px !important;
}
.mB5 {
  margin-bottom: 5px !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.mB15 {
  margin-bottom: 15px !important;
}
.mB30 {
  margin-bottom: 30px !important;
}
.w35 {
  width: 35px;
}
.w140 {
  width: 140px !important;
}
.pc_w170 {
  width: 170px !important;
}
.pc_w210 {
  width: 210px !important;
}
.pc_w100p {
  width: 100% !important;
}
.size18 {
  font-size: 18px !important;
}
.top1px {
  position: relative;
  top: 1px;
}
.pc_floatL {
  float: left !important;
}
.pc_floatR {
  float: right !important;
}
.inlineB {
  display: inline-block !important;
}
.pc_inlineB {
  display: inline-block !important;
}
a.ico_q {
  color: #fff;
  font-size: 11px;
}
a.ico_q:before {
  content: "?";
  display: inline-block;
  background: #fff44b;
  color: #000;
  text-align: center;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}
a.ico_q:hover {
  text-decoration: none;
  opacity: 0.75;
}
.ico_blank {
  background: url("https://www3.samuraiclick.com/images/member/ad/blank.png") no-repeat right 0;
  padding-right: 15px;
}
/*----------------------------------------*/
.col3wrap,  .col2wrap,  .col1wrap {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.col3wrap .col,  .col2wrap .col,  .col1wrap .col {
  display: table-cell;
  width: 33%;
  text-align: center;
  padding-top: 15px;
  padding: 0 10px;
}
.col3wrap .col:first-of-type,  .col2wrap .col:first-of-type,  .col1wrap .col:first-of-type {
  padding-left: 0;
}
.col3wrap .col:last-of-type,  .col2wrap .col:last-of-type,  .col1wrap .col:last-of-type {
  padding-right: 0;
}
.col3wrap .src,  .col2wrap .src,  .col1wrap .src {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-top: 15px;
  word-break: break-all;
  font-size: 12px;
  text-align: left;
}
.col3wrap .src pre,  .col2wrap .src pre,  .col1wrap .src pre {
  display: block;
  word-break: break-all;
}
.col1wrap .col {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.col2wrap .col {
  width: 50%;
}
.f_commit_wrap {
  display: table;
  height: 250px;
  width: 100%;
}
.f_commit_wrap .f_commitTxt {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.f_commit_wrap.h150 {
  height: 150px;
}
.section_inquiry p.f_commitTxtS {
  margin-left: 160px;
  margin-bottom: 70px;
}
.form_control .submit_bt button,  .comp_message .backTop a,  .form_control .correct_bt button {
  width: 270px;
  padding: 10px 0;
}
.form_control .correct_bt button {
  border: 1px solid #ccc;
}
.boxWrap {
  overflow: hidden;
  margin-bottom: 30px;
}
.boxWrap .box460 {
  width: 460px;
  background: #f6f6f6;
  padding: 25px 25px 10px;
}
.boxWrap .box460 dl {
  margin-bottom: 20px;
}
.boxWrap .box460 dl dt {
  text-align: center;
  color: #007dd7;
  font-weight: bold;
  margin-bottom: 25px;
}
.boxWrap .box460 dl dd {
  margin-bottom: 15px;
}
.boxWrap .box460 dl dd p {
  margin-bottom: 2px;
}
.f_txt {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}
.section_inquiry .inquiry_form_input.urlTable dl {
  padding: 5px 20px;
}
.section_inquiry .inquiry_form_input.urlTable dl dt {
  margin-bottom: 0;
  width: 350px;
}
.section_inquiry .inquiry_form_input.urlTable dl.thead {
  padding: 0;
  width: 100%;
  display: table;
  background: #000;
  color: #fff;
}
.section_inquiry .inquiry_form_input.urlTable dl.thead dt {
  display: table-cell;
  vertical-align: top;
  font-weight: bold;
  width: 355px;
  text-align: left;
  padding: 15px 15px 15px 30px;
}
.section_inquiry .inquiry_form_input.urlTable dl.thead dt:first-child {
  border-right: 1px solid #505050;
}
.section_inquiry .inquiry_form_input.urlTable dl.thead dd {
  padding: 15px;
}
.section_quit h3 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 85px;
  background: url("../image/quit.png") no-repeat center 0;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.section_quit .box {
  width: 790px;
  margin: 0 auto 30px;
  background: #f6f6f6;
  padding: 25px;
}
.section_quit .box ol {
  margin-left: 30px;
}
.section_quit .box ol li {
  margin-bottom: 7px;
}
.service_wrap .sl_one {
  background: #f5f5f5;
}
.service_wrap .sl_one .sl_head {
  background: #000;
  color: #fff000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 12px;
}
.service_wrap .sl_one .sl_head .icon {
  display: inline-block;
  margin: 5px 0;
  font-size: 15px;
  text-align: center;
  width: 75px;
  border-radius: 3px;
  line-height: 1.1;
  font-weight: normal;
  padding: 7px 0 0;
  background: #999999;
  color: #000;
  vertical-align: middle;
  height: 42px;
  padding: 7px 0 0;
}
.service_wrap .sl_one .sl_head .icon.on {
  background: #fff000;
  color: #000;
}
.service_wrap .sl_one .sl_head h3 {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
}
.service_wrap .sl_one .sl_head .sl_link {
  display: block;
  background: #007dd7;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  width: 122px;
  height: 52px;
  float: right;
  padding-top: 16px;
  position: relative;
  padding-left: 20px;
}
.service_wrap .sl_one .sl_head .sl_link:hover {
  background: #329dea;
  text-decoration: none;
}
.service_wrap .sl_one .sl_head .sl_link:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.service_wrap .site_link_block_wrap {
  padding: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.service_wrap .site_link_block_wrap .site_link_block {
  float: left;
}
.service_wrap .site_link_block_wrap .site_link_block .img {
  margin-bottom: 2px;
}
.service_wrap .site_link_block_wrap .site_link_block a.link1,  .service_wrap .site_link_block_wrap .site_link_block a.link2 {
  width: 219px;
  display: block;
  position: relative;
  color: #fff;
  padding: 15px;
}
.service_wrap .site_link_block_wrap .site_link_block a.link1:after,  .service_wrap .site_link_block_wrap .site_link_block a.link2:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.service_wrap .site_link_block_wrap .site_link_block a.link1:hover,  .service_wrap .site_link_block_wrap .site_link_block a.link2:hover {
  opacity: 0.75;
  text-decoration: none;
}
.service_wrap .site_link_block_wrap .site_link_block a.link1 {
  background: #000000;
  float: left;
}
.service_wrap .site_link_block_wrap .site_link_block a.link2 {
  background: #a11b25;
  float: right;
}
.service_wrap .site_link_block_wrap .right_block {
  width: 410px;
  float: right;
  margin-bottom: 105px;
}
.service_wrap .site_link_block_wrap .right_block ul {
  margin-left: 20px;
}
.service_wrap .site_link_block_wrap .right_block ul li {
  margin-bottom: 5px;
  font-size: 15px;
}
.service_wrap .site_link_block_wrap .commission {
  width: 410px;
  height: 105px;
  position: absolute;
  right: 20px;
  bottom: 0;
  border-top: 1px solid #d4d4d4;
  padding-top: 35px;
  text-align: right;
  font-size: 20px;
  background: url("../image/coin.png") no-repeat 7px 15px;
}
.service_wrap .service_page_left {
  width: 440px;
  float: left;
}
.service_wrap .service_page_left .site_link_block_wrap {
  padding: 0;
}
.service_wrap .service_page_right {
  width: 445px;
  float: right;
}
.service_wrap .clear {
  clear: both;
  overflow: hidden;
  height: 1px;
}
.service_wrap .g_table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.service_wrap .g_table th, .service_wrap .g_table td {
  padding: 5px 10px;
  vertical-align: middle;
  border-top: none;
  border-left: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #000;
  text-align: left;
}
.service_wrap .g_table th {
  background: #f5f5f5;
  width: 150px;
}
.service_wrap .g_table td {
  background: #fff;
  width: 280px;
}
.service_wrap .h3L {
  font-size: 24px;
  margin-bottom: 25px;
}
.service_wrap.service_page_wrap {
  padding-top: 25px;
}
.service_wrap .inquiry_form_input.urlTable dl dt {
  width: 695px;
  overflow: hidden;
  padding-right: 10px;
  padding: 5px 10px 5px 0;
}
.service_wrap .inquiry_form_input.urlTable dl dt .siteName {
  padding-top: 5px;
  width: 600px;
  float: left;
}
.service_wrap .inquiry_form_input.urlTable dl dt .editBtnWrap {
  float: right;
}
.service_wrap .inquiry_form_input.urlTable dl dt .disabledBtnWrap {
  float: right;
}
.service_wrap .inquiry_form_input.urlTable dl dt input[type="text"],  .service_wrap .inquiry_form_input.urlTable dl dt select {
  width: 100%;
}
.service_wrap .inquiry_form_input.urlTable dl dd {
  padding: 7px 0 7px 20px;
  text-align: center;
}
.service_wrap .inquiry_form_input.urlTable dl.thead dt {
  width: 715px;
}
.common_g_btn {
  display: inline-block;
  text-align: center;
  width: 77px;
  background: #f5f5f5;
  border-radius: 2px;
  border: 1px solid #cececf;
  border-bottom: 4px solid #cececf;
  padding: 5px 0;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.common_g_btn:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.common_g_btn.disabled {
  color: gray;
}
.kiyaku_wrap {
  background: #ededed;
  padding: 10px;
  margin-bottom: 30px;
}
.kiyaku_wrap .kiyaku_in {
  border: 1px solid #cccccc;
  background: #fff;
  padding: 25px 30px;
  height: 170px;
  overflow-y: scroll;/*バーの太さ*/
      /*バーの背景色*/
      /*バーの色*/ }
 .kiyaku_wrap .kiyaku_in::-webkit-scrollbar {
 height: 0px;
 width: 7px;
}
 .kiyaku_wrap .kiyaku_in::-webkit-scrollbar-track {
 background: #e2e2e2;
}
 .kiyaku_wrap .kiyaku_in::-webkit-scrollbar-thumb {
 background: #007dd7;
}
.kiyaku_wrap .kiyaku_in pre {
  white-space: pre-wrap;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
}
.kiyaku_wrap .alignC {
  padding: 15px 0 5px;
}
.bl_bt {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 12px;
  margin-top: 3px;
  text-decoration: none;
}
.common_b_btn {
  width: 100%;
  display: block;
  background: #007dd7;
  border: 1px solid #007dd7;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 5px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  margin-top: -2px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.common_b_btn:hover {
  opacity: 0.75;
  color: #fff;
  text-decoration: none;
}
.service_link_icon {
  display: inline-block;
  margin: 5px 0;
  text-align: center;
  width: 75px;
  border-radius: 3px;
  line-height: 1.1;
  font-weight: normal;
  background: #999999;
  color: #000;
  vertical-align: middle;
  height: 47px;
  padding: 7px 0 0;
  margin-right: 15px;
  font-size: 16px;
}
.service_link_icon.on {
  background: #fff000;
  color: #000;
}
#modal-win {
  width: 100%;
  position: absolute;
  z-index: 901;
}
#modal-win-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  position: relative;
  z-index: 901;
}
#modal-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
.modalbody {
  display: none;
  background: #fff;
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  min-height: 350px;
}
.modalbody .modalIn {
  padding: 25px 25px 70px;
}
.modalbody .md_tit {
  background: #007bd3;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.modalbody section {
  margin-bottom: 10px;
}
.modalbody .md_btWrap {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}
.modalbody .md_btWrap a {
  margin: 0 10px;
}
.modalbody .section_inquiry {
  width: 100%;
}
.md_bt_b {
  display: inline-block;
  background: #007dd7;
  border: 1px solid #007dd7;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 8px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  margin-top: -2px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
  width: 200px;
}
.md_bt_b:before {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.md_bt_b:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}
.md_bt_w {
  width: 200px;
  display: inline-block;
  background: #fff;
  border: 1px solid #cccccc;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 8px;
  margin: 0;
  cursor: pointer;
  border-radius: 5px;
  margin-top: -2px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.md_bt_w:before {
  display: block;
  content: "✕";
  position: absolute;
  top: 50%;
  font-size: 13px;
  left: 15px;
  margin-top: -8px;
}
.md_bt_w:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.commonTxtForm {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}
.dl_bg_g {
  background: #f6f6f6;
  display: table;
  width: 100%;
  margin-bottom: 2px;
}
.dl_bg_g dt {
  padding: 20px;
  display: table-cell;
}
.dl_bg_g dd {
  padding: 20px 25px 20px 0;
  display: table-cell;
}
.resultTableB th {
  width: 75px;
}
.resultTableB th.nn {
  width: auto;
}
.resultTableB th.sh {
  width: 95px;
}
.resultTableB th a {
  color: #999;
  text-decoration: none;
}
.resultTableB th a:hover {
  color: #fff;
  text-decoration: none;
}
.resultTableB th a.on {
  color: #fff;
}
#memberCont .box2tia {
  padding-top: 35px;
}
#memberCont .box2tia .txt1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
#memberCont .box2tia h4 {
  background-color: #007dd7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 8px 10px;
  line-height: 1;
  margin-bottom: 20px;
}
#memberCont .box2tia .img1 {
  margin-bottom: 35px;
}
#memberCont .box2tia .txt2 {
  margin-bottom: 20px;
}
#memberCont .box2tia .txt3 {
  text-align: left;
}
.ad_result_wrap .ad_rslt_one {
  border-top: 3px solid #007dd7;
  background: #f5f5f5;
  padding: 20px 25px;
  margin-bottom: 20px;
}
.ad_result_wrap .table {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.ad_result_wrap .table dl {
  display: table-cell;
  width: 50%;
}
.ad_result_wrap .table dl dt {
  display: table-cell;
  width: 90px;
  font-size: 12px;
  color: #666666;
  vertical-align: top;
  padding-bottom: 10px;
}
.ad_result_wrap .table dl dd {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 10px;
}
.ad_result_wrap .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.ad_result_wrap .item dt {
  margin-bottom: 5px;
}
.ad_result_wrap .item .mini {
  font-size: 12px;
  color: #666;
  margin-right: 7px;
}
.ad_result_wrap .item .size {
  font-size: 16px;
}
.ad_result_wrap .item a {
  text-decoration: underline;
}
.ad_result_wrap .item_img a {
  text-decoration: none;
}
.ad_result_wrap .src .mini {
  display: inline-block;
  width: 80px;
  font-size: 12px;
  color: #666;
  margin-right: 7px;
}
.ad_result_wrap .src label {
  display: inline-block;
  margin-right: 20px;
}
.ad_result_wrap .src label input {
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.ad_result_wrap .src dt {
  margin-bottom: 15px;
}
.ad_result_wrap .src dd {
  border: 1px solid #ccc;
  padding: 20px 25px;
  background: #fff;
  word-break: break-all;
  max-height: 250px;
  overflow-y: scroll;
}
.yelH2_hatena {
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  background: #fff44b;
  color: #000;
  border-radius: 15px;
  font-size: 12px;
  padding-top: 2px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  top: -2px;
}
.yelH2_hatena:hover {
  color: #000;
}
.textlink_link {
  font-weight: normal;
  font-size: 16px;
}
.textlink_link a {
  text-decoration: underline;
}
.campaign_wrap .c_top_banner li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.campaign_wrap .past_link {
  text-align: right;
  text-decoration: underline;
  margin-bottom: 15px;
  padding-right: 2px;
}
.campaign_wrap .past_link a {
  position: relative;
  padding-right: 13px;
}
.campaign_wrap .past_link a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #007dd7;
  border-right: solid 1px #007dd7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 2px;
}
.campaign_wrap .c_anq_wrap {
  font-size: 0;
  margin-bottom: 30px;
}
.campaign_wrap .c_anq_wrap li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 12px;
  width: 20%;
}
.campaign_wrap .c_anq_wrap li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  display: block;
  background: url("../image/bt_bg.png") repeat-x 0 center;
  border-right: 1px solid #fff;
}
.campaign_wrap .c_anq_wrap li a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -8px;
  right: 10px;
}
.campaign_wrap .c_anq_wrap li a:hover {
  background: url("../image/bt_bg_on.png") repeat-x 0 center;
  color: #e9db00;
}
.campaign_wrap .campaign_one {
  height: auto;
}
.campaign_wrap .campaign_one .cam_one_head {
  background: #000;
  color: #fff000;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #fff;
}
.campaign_wrap .campaign_one .cam_one_head:hover {
  cursor: pointer;
  opacity: 0.75;
}
.campaign_wrap .campaign_one .cam_one_head h3 {
  padding: 7px 0 7px 20px;
}
.campaign_wrap .campaign_one .cam_one_head:after {
  content: "";
  display: block;
  border: 1px solid #555555;
  width: 26px;
  height: 26px;
  background: url("../image/down.png") no-repeat center center #fff000;
  position: absolute;
  border-radius: 5px;
  right: 15px;
  top: 10px;
}
.campaign_wrap .campaign_one .cam_one_head .c_logo {
  position: absolute;
  right: 62px;
  top: 4px;
}
.campaign_wrap .campaign_one.open .cam_one_head:after {
  border: 1px solid #fff;
  background: url("../image/up.png") no-repeat center 7px #000;
}
.campaign_wrap .campaign_one .cam_one_body {
  display: none;
}
.campaign_wrap .campaign_one .co_body_in {
  background: #f6f6f6;
}
.campaign_wrap .campaign_one .co_body_in .in_head {
  border-top: 3px solid #ff9600;
  padding-left: 85px;
  position: relative;
  min-height: 54px;
  text-align: left;
  margin-bottom: 20px;
}
.campaign_wrap .campaign_one .co_body_in .in_head:before {
  content: "";
  display: block;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 59px;
  height: 51px;
  background: url("../image/ico_coin.png") no-repeat center center #ff9600;
}
.campaign_wrap .campaign_one .co_body_in .in_head:after {
  content: "カジノオリジナル";
  display: inline-block;
  background: #ff9600;
  border-radius: 5px;
  right: 10px;
  top: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 15px;
  position: absolute;
}
.campaign_wrap .campaign_one .co_body_in .in_head h4 {
  color: #ff9600;
  font-weight: bold;
  padding-top: 15px;
  font-size: 20px;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head {
  border-top: 3px solid #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head:before {
  background: url("../image/ico_samurai.png") no-repeat center center #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head:after {
  content: "サムライタイアップ";
  background: #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .in_head h4 {
  color: #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .col2Wrap .col dl dt {
  color: #007dd7;
}
.campaign_wrap .campaign_one .co_body_in.samurai .col2Wrap .col:nth-child(1) {
  float: left;
  width: 450px;
}
.campaign_wrap .campaign_one .co_body_in.samurai .col2Wrap .col:nth-child(2) {
  float: right;
  width: 350px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap {
  overflow: hidden;
  padding-left: 85px;
  padding-right: 20px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col {
  padding-bottom: 30px;
  line-height: 1.8;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col dl {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col dl dt {
  font-size: 12px;
  color: #ff9600;
  margin-bottom: 3px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col dl dd {
  font-size: 14px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col:nth-child(1) {
  float: left;
  width: 450px;
}
.campaign_wrap .campaign_one .co_body_in .col2Wrap .col:nth-child(2) {
  float: right;
  width: 350px;
}
.campaign_wrap .campaign_one .toTop {
  width: 100%;
  text-align: right;
  color: #000;
  padding-top: 15px;
  padding-bottom: 50px;
}
.campaign_wrap .campaign_one .toTop span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.campaign_wrap .campaign_one .toTop span:hover {
  text-decoration: underline;
}
.campaign_wrap .campaign_one .toTop span:before {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-left: solid 1px #007dd7;
  border-top: solid 1px #007dd7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -2px;
  left: 0px;
}
.campaign_wrap .c_bottom_btn {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.campaign_wrap .c_bottom_btn a {
  display: inline-block;
  background: #007dd7;
  width: 440px;
  position: relative;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.campaign_wrap .c_bottom_btn a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.campaign_wrap .c_bottom_btn a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.campaign_wrap.campaign_past_wrap .campaign_one .co_body_in {
  margin-bottom: 20px;
}
.campaign_wrap.campaign_past_wrap .campaign_one .co_body_in .col2Wrap {
  display: table;
  padding: 0;
  margin: 0 30px;
}
.campaign_wrap.campaign_past_wrap .campaign_one .co_body_in .col2Wrap .col:nth-child(1) {
  float: none;
  width: 48%;
  display: table-cell;
  vertical-align: top;
  padding: 15px 15px 15px 0;
}
.campaign_wrap.campaign_past_wrap .campaign_one .co_body_in .col2Wrap .col:nth-child(2) {
  float: none;
  width: 48%;
  display: table-cell;
  vertical-align: top;
  padding: 15px 0 15px 15px;
}
.campaign_wrap.campaign_past_wrap .cp_img {
  margin-bottom: 30px;
}
.campaign_wrap.campaign_past_wrap .cp_img img {
  max-width: 100%;
}
.campaign_wrap.campaign_past_wrap .c_rankTit {
  background: #000;
  color: #e4d709;
  text-align: center;
  padding: 12px;
  margin-bottom: 10px;
}
.campaign_wrap.campaign_past_wrap .c_rankTit:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 17px;
  background: url("../image/rank.png") no-repeat center center;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.campaign_wrap.campaign_past_wrap .c_table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0;
  width: 100%;
}
.campaign_wrap.campaign_past_wrap .c_table thead th {
  background: #f5f5f5;
  font-size: 11px;
  color: #8f8f8f;
  text-align: center;
  padding: 5px;
  border-right: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
.campaign_wrap.campaign_past_wrap .c_table thead th:nth-child(1) {
  width: 55px;
  text-align: center;
}
.campaign_wrap.campaign_past_wrap .c_table thead th:nth-child(3) {
  width: 100px;
  text-align: center;
}
.campaign_wrap.campaign_past_wrap .c_table tbody td {
  background: #fff;
  padding: 5px;
  font-size: 12px;
}
.campaign_wrap.campaign_past_wrap .c_table tbody td:nth-child(1) {
  width: 55px;
  text-align: center;
}
.campaign_wrap.campaign_past_wrap .c_table tbody td:nth-child(3) {
  width: 100px;
  text-align: center;
}
.campaign_wrap.campaign_index_wrap .cam_one_body {
  display: none;
}
.bt_index_wrap {
  overflow: hidden;
}
.bt_index_wrap .bt_index_in {
  border: 10px solid #f6f6f6;
  width: 360px;
  height: 220px;
  position: relative;
  margin-bottom: 15px;
}
.bt_index_wrap .bt_index_in:nth-child(2n) {
  float: right;
}
.bt_index_wrap .bt_index_in:nth-child(2n-1) {
  float: left;
}
.bt_index_wrap .bt_index_in dl {
  padding-left: 95px;
  padding-top: 42px;
}
.bt_index_wrap .bt_index_in dl dt {
  font-weight: bold;
  font-size: 18px;
  color: #007dd7;
  margin-bottom: 5px;
}
.bt_index_wrap .bt_index_in dl dd {
  font-size: 14px;
}
.bt_index_wrap .bt_index_in a.bt {
  display: inline-block;
  width: 210px;
  padding: 10px 0px;
  background: #007dd7;
  color: #fff;
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: 95px;
}
.bt_index_wrap .bt_index_in a.bt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bt_index_wrap .bt_index_in a.bt:hover {
  opacity: 0.75;
  text-decoration: none;
}
.bt_index_wrap .bt_index_in.box_wide {
  width: 460px;
  height: 200px;
}
.bt_index_wrap .bt_index_in.box_wide dl {
  padding-left: 115px;
  padding-top: 42px;
}
.bt_index_wrap .bt_index_in.box_wide a {
  left: 115px;
  width: 250px;
}
.bt_index_wrap .inq1 {
  background: url("../image/ico_mail.png") no-repeat 30px 44px;
}
.bt_index_wrap .inq2 {
  background: url("../image/ico_hatena.png") no-repeat 30px 44px;
}
.bt_index_wrap .ac1 {
  background: url("../image/ico_info.png") no-repeat 50px 44px;
}
.bt_index_wrap .ac2 {
  background: url("../image/ico_pass.png") no-repeat 50px 44px;
}
.bt_index_wrap .ac3 {
  background: url("../image/ico_baitai.png") no-repeat 50px 44px;
}
.bt_index_wrap .ac4 {
  background: url("../image/ico_taikai.png") no-repeat 50px 44px;
}
.inq_index {
  padding-bottom: 150px;
}
.tora_wrap {
  width: 1080px;
  margin: 0 auto;
}
.tora_wrap:after {
  content: "";
  display: block;
  width: 1080px;
  height: 50px;
  background: url("../image/index_bottom.png") repeat-y 0 0;
  margin-top: 30px;
}
.tora_wrap.tora_index_wrap {
  background: url("../image/makimono_body.png") repeat-y 0 30px;
}
.tora_wrap.tora_index_wrap .tora_head {
  width: 1080px;
  height: 524px;
  background: url("../image/index_head.png") no-repeat 0 0;
  position: relative;
  z-index: 1;
}
.tora_wrap.tora_index_wrap .tora_head p {
  position: absolute;
  width: 590px;
  top: 304px;
  left: 165px;
  font-size: 16px;
  line-height: 1.7;
}
.tora_wrap.tora_index_wrap .tora_head .hatena {
  display: inline-block;
  padding-left: 18px;
  padding-top: 1px;
  background: url("../image/hatena1.png") no-repeat left center;
  position: absolute;
  top: 443px;
  left: 653px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list {
  position: relative;
  z-index: 2;
  width: 941px;
  margin: -55px auto 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 12px;
  width: 941px;
  height: 156px;
  background: url("../image/index_btn.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock a:after{
  display: none;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a {
  display: block;
  width: 941px;
  height: 156px;
  position: relative;
  padding-top: 30px;
  padding-left: 170px;
  text-decoration: none;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a.icoIn {
  padding-top: 20px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a.icoIn .main {
  margin-bottom: 0px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a:before {
  content: "";
  display: block;
  width: 80px;
  height: 142px;
  position: absolute;
  left: 70px;
  top: 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a:after {
  content: "";
  display: block;
  width: 132px;
  height: 142px;
  position: absolute;
  right: 34px;
  top: 3px;
  background: url("../image/ico_chousen.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .ico {
  display: inline-block;
  padding: 5px 15px 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .ico.ico_green {
  background: #3b6a32;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .ico.ico_blue {
  background: #1153a4;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .main {
  display: block;
  font-size: 28px;
  color: #ffd800;
  padding-top: 7px;
  margin-bottom: 10px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li a .hako {
  background: url("../image/ico_hako.png") no-repeat left center;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 0 5px 35px;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.suc a:after {
  background: url("../image/ico_tassei.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv1 a:before {
  background: url("../image/no1.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv2 a:before {
  background: url("../image/no2.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv3 a:before {
  background: url("../image/no3.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv4 a:before {
  background: url("../image/no4.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv5 a:before {
  background: url("../image/no5.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv6 a:before {
  background: url("../image/no6.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv7 a:before {
  background: url("../image/no7.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv8 a:before {
  background: url("../image/no8.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lv9 a:before {
  background: url("../image/no9.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.master {
  background: url("../image/index_master.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.master.lock {
  background: url("../image/index_master_lock.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock {
  background: url("../image/index_btn_lock.png") no-repeat 0 0;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock a{
  pointer-events:none;
  cursor: inherit;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock a .main,
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock a .hako{
  color: #cccccc;
}
.tora_wrap.tora_index_wrap .tora_content .tora_index_list li.lock a .hako{
  background: url("../image/ico_hako_lock.png") no-repeat left center;
}
.tora_wrap.tora_lv_wrap {
  background: url("../image/makimono_body.png") repeat-y 0 30px;
}
.tora_wrap.tora_lv_wrap .tora_lv_head {
  width: 1080px;
  height: 250px;
  background: url("../image/naka_head1.png") no-repeat 0 0;
  position: relative;
  padding-left: 200px;
  padding-top: 90px;
}
.tora_wrap.tora_lv_wrap .tora_lv_head h2 {
  font-size: 30px;
  color: #ffd800;
  font-weight: normal;
  margin-bottom: 10px;
}
.tora_wrap.tora_lv_wrap .tora_lv_head p.hako {
  background: url("../image/ico_hako.png") no-repeat left center;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 0 5px 35px;
}
.tora_wrap.tora_lv_wrap .tora_lv_head:before {
  content: "";
  display: block;
  width: 80px;
  height: 142px;
  position: absolute;
  left: 105px;
  top: 60px;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv1:before {
  background: url("../image/no1.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv2:before {
  background: url("../image/no2.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv3:before {
  background: url("../image/no3.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv4:before {
  background: url("../image/no4.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv5:before {
  background: url("../image/no5.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv6:before {
  background: url("../image/no6.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv7:before {
  background: url("../image/no7.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv8:before {
  background: url("../image/no8.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.lv9:before {
  background: url("../image/no9.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.syokyu:after, .tora_wrap.tora_lv_wrap .tora_lv_head.chukyu:after, .tora_wrap.tora_lv_wrap .tora_lv_head.jyokyu:after {
  content: "";
  display: block;
  width: 280px;
  height: 237px;
  position: absolute;
  right: 13px;
  top: 7px;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.syokyu:after {
  background: url("../image/naka_syokyu.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.chukyu:after {
  background: url("../image/naka_chukyu.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_lv_head.jyokyu:after {
  background: url("../image/naka_jyokyu.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_bt {
  position: relative;
  margin-top: -30px;
  padding-right: 45px;
}
.tora_wrap.tora_lv_wrap .tora_bt ul {
  float: right;
  width: 520px;
  left: 510px;
  top: 220px;
  font-size: 0;
  text-align: left;
  z-index: 2;
}
.tora_wrap.tora_lv_wrap .tora_bt ul li {
  display: inline-block;
  margin-right: 10px;
}
.tora_wrap.tora_lv_wrap .tora_bt ul li a {
  display: block;
  width: 242px;
  height: 45px;
  background: url("../image/naka_wbt.png") no-repeat 0 0;
  position: relative;
  color: #000;
  font-size: 16px;
  padding-left: 55px;
  padding-top: 10px;
}
.tora_wrap.tora_lv_wrap .tora_bt ul li a.ico_wakaba:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../image/ico_wakaba1.png") no-repeat 0 0;
  position: absolute;
  top: 5px;
  left: 15px;
}
.tora_wrap.tora_lv_wrap .tora_bt ul li a.ico_hon:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../image/ico_hon.png") no-repeat 0 0;
  position: absolute;
  top: 5px;
  left: 15px;
}
.tora_wrap.tora_lv_wrap .tora_content {
  margin: 0 70px;
  padding-bottom: 1px;
}
.tora_wrap.tora_lv_wrap .tora_content h3 {
  margin-bottom: -20px;
}
.tora_wrap.tora_lv_wrap .tora_content ul {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.tora_wrap.tora_lv_wrap .tora_content ul li {
  list-style: none;
  background: url("../image/kin.png") repeat-y 0 0;
  background-size: 100% 100%;
  border-radius: 40px;
  box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 5px;
}
.tora_wrap.tora_lv_wrap .tora_content ul li a {
  display: block;
  background: url("../image/tora1.png") no-repeat right 0 #000;
  border: 1px solid #b4b4b4;
  border-radius: 35px;
  padding: 18px 90px 18px 25px;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.tora_wrap.tora_lv_wrap .tora_content ul li a:after {
  content: "";
  display: block;
  width: 67px;
  height: 67px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -33px;
  background: url("../image/ico_chousen_s.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_content ul li a:hover {
  text-decoration: underline;
}
.tora_wrap.tora_lv_wrap .tora_content ul li.suc a:after {
  content: "";
  display: block;
  width: 67px;
  height: 67px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -33px;
  background: url("../image/ico_tassei_s.png") no-repeat 0 0;
}
.tora_wrap.tora_lv_wrap .tora_content ul li.dis {
  background: url("../image/gin.png") repeat-y 0 0;
}
.tora_wrap.tora_lv_wrap .tora_content ul li.dis span {
  display: block;
  background: url("../image/tora_s.png") no-repeat right 0 #000;
  border: 1px solid #b4b4b4;
  border-radius: 35px;
  padding: 18px 90px 18px 25px;
  position: relative;
  text-decoration: none;
  color: #797979;
  font-weight: bold;
  font-size: 20px;
}
.tora_wrap.tora_lv_wrap .tora_content ul li.dis span:after {
  content: "";
  display: block;
  width: 67px;
  height: 67px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -33px;
  background: url("../image/ico_mikaiho_s.png") no-repeat 0 0;
}
/*
----------------------------------------
*/
#myStatus.column2,  #myStatus.column1 {
  padding: 40px;
}
.column2 {
  position: relative;
  background: #fff;
}
.column2 .column2_inner {
  border-radius: 10px;
  background: #fff;
  padding: 15px 230px 15px 30px;
  position: relative;
}
.column2 .column2_inner .newsList {
  margin-bottom: 30px;
}
.column2 .memberSide {
  position: absolute;
  top: 45px;
  width: 190px;
  right: 50px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.column2 .memberSide > ul {
  list-style: none;
}
.column2 .memberSide > .lv2 {
  text-align: center;
}
.column2 .memberSide > .lv2 > li > a {
  background: #007dd7;
  padding: 30px 10px;
  font-size: 16px;
  color: #fff;
  display: block;
}
.column2 .memberSide .lv3 {
  background: #f6f6f6;
  text-align: left;
}
.column2 .memberSide .lv3 a {
  display: block;
  padding: 20px;
  color: #000;
  border-top: 1px solid #e1e1e1;
}
.column2 .memberSide .lv3 a:hover {
  background: #00accb;
  color: #fff;
}
.column2 .memberSide .lv3 .on {
  color: #007dd7;
}
.column2 .memberSide .lv3 .on:hover {
  background: none;
  color: #007dd7;
}
.column2 .postArea {
  margin-bottom: 0;
}
.column2 .postArea time {
  display: block;
  vertical-align: top;
  color: #999;
  margin-bottom: 10px;
}
.column2 .postArea h1 {
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.column2 .postArea p {
  margin-bottom: 30px;
}
.column1 {
  position: relative;
  background: #fff;
}
.column1 .column1_inner {
  border-radius: 10px;
  background: #fff;
  padding: 15px 30px 15px 30px;
  position: relative;
}
.amounts {
  margin: 0 0 30px auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 367px;
}
.amounts tr th, .amounts tr td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ccc;
}
.amounts tr th {
  background-color: #000;
  color: #fff;
  font-weight: normal;
  text-align: left;
  width: 133px;
}
.amounts tr td:before {
  display: inline-block;
  width: 30px;
  color: #999;
}
.amounts tr td.dollar:before {
  content: "$";
}
.amounts tr td.euro:before {
  content: "€";
}
.read {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
.lightblue {
  color: #007dd7;
}
.txtLink {
  color: #0090f5;
  position: relative;
}
.txtLink:after {
  content: "";
  background: url(../image/ico-arrow_right.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  margin-left: 8px;
  width: 6px;
  height: 11px;
}

/*20171004 add*/
.pagingBlock{
  margin-bottom: 30px;
}
.pagingBlock ul{
  letter-spacing: -0.4em;
  text-align: center;
}
.pagingBlock li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  letter-spacing: normal;
}

li#previous-page{
  border: 1px solid #ccc;
  padding: 3px 12px;
}

li#next-page{
  border: 1px solid #ccc;
  padding: 3px 12px;
}

.current_page{
  border: 1px solid #007dd7;
  background: #007dd7;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  display: block;
}

.link_page{
  border: 1px solid #ccc;
  color: #007dd7;
  text-align: center;
  padding: 3px 10px;
  display: block;
}
}
.howto1 {
  background: url("../image/ico_lvup.png") no-repeat 30px 44px;
}
.howto2 {
  background: url("../image/ico_wakaba.png") no-repeat 30px 44px;
}
.howto3 {
  background: url("../image/ico_yougo.png") no-repeat 30px 44px;
}
.disabled.disabled_highlight {
  background: #cdcdcd;
}

/*# sourceMappingURL=map/styles.css.map */