@charset "UTF-8";
/* ----------------------------------*/
/* reset */
/* ----------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  box-sizing: border-box; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  width: 100%; }

select::-ms-expand {
  display: none; }

.top_msg {
  font-weight: bold;
  padding-top: 30px; }
  .top_msg .body_txt {
    font-weight: bold;
    color: #007AC6 !important; }

.description {
  padding: 0px 20px 0px;
  color: #9B9B9B;
  font-size: 12px; }

.index_box_direct {
  margin: 80px auto 20px !important; }
  .index_box_direct img {
    width: 70%;
    display: block;
    margin: auto; }

.step_title {
  color: #007AC6;
  font-size: 16px;
  margin: 40px auto 0px;
  display: block;
  text-align: center; }

.steps {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin: 20px auto 80px;
  flex-wrap: wrap; }
  .steps .step {
    background: #007AC6;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    max-width: 150px;
    width: 20%; }
    .steps .step:last-child {
      margin-right: 0px; }
      .steps .step:last-child:after {
        display: none; }
    .steps .step p {
      color: #007AC6;
      font-weight: bold;
      margin-bottom: 5px;
      text-align: center;
      font-size: 14px;
      color: #FFF; }
    .steps .step .body_txt {
      font-size: 12px;
      color: #FFF; }
  .steps .arrow {
    display: block;
    width: 20px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center; }

.price_list {
  padding: 0 !important; }
  .price_list .list {
    border-radius: 10px;
    border: 4px solid #007AC6;
    margin-bottom: 0px;
    overflow: hidden; }
    .price_list .list ul {
      background-color: #FFF;
      /*border-bottom: 2px solid #007AC6;*/ }
      .price_list .list ul li {
        list-style: none;
        border-bottom: none;
        margin-bottom: 0;
        min-height: 0;
        /*font-size: 11px;*/
        float: left;
        width: 20%;
        padding: 10px 5px;
        display: block;
        text-align: center;
        color: #007AC6; }
        .price_list .list ul li.headtitle {
          font-weight: bold; }
    .price_list .list .head {
      background: #007AC6;
      display: flex; }
      .price_list .list .head li {
        color: #FFF;
        border-bottom: none;
        margin-bottom: 0;
        min-height: 0; }
  .price_list .list_desc {
    width: auto !important;
    max-width: 900px !important;
    margin-left: 0px !important;
    margin-right: 0px !important; }

.direct_desc {
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #007AC6;
  font-size: 12px; }

.br_sp {
  display: none; }

@media screen and (max-width: 767px) {
  .br_sp {
    display: block; }
  .steps {
    width: 90%;
    flex-direction: column;
    align-items: center; }
    .steps .step {
      height: 75px;
      width: 100%;
      padding: 5px;
      max-width: 1000px; }
      .steps .step p {
        margin-bottom: 0px;
        font-size: 12px; }
    .steps .arrow {
      height: 20px;
      transform: rotate(90deg); } }

h1 {
  color: #007AC6;
  text-align: center;
  font-size: 28px; }

h2 {
  text-align: center;
  font-size: 18px;
  color: #575757;
  padding: 25px 0px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA; }

h3 {
  font-size: 16px;
  font-weight: bold;
  color: #575757;
  margin-bottom: 10px; }

.body_txt {
  font-size: 14px;
  color: #5C5C5C; }

.desc_txt {
  font-size: 12px;
  color: #5F5F5F; }

.text_link {
  font-weight: bold;
  color: #007AC6; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px; }
  h2 {
    font-size: 12px;
    padding: 15px 0px; }
  h3 {
    font-size: 12px;
    font-weight: bold;
    color: #575757;
    margin-bottom: 10px; }
  .body_txt {
    font-size: 12px;
    color: #5C5C5C; } }

.grid__wrap {
  width: 100%;
  margin: 0px auto 0px;
  padding: 0px 5px; }
  .grid__wrap.grid__wrap--full_width {
    padding: 0px 0px 0px; }
  .grid__wrap.grid__wrap--center > * {
    width: 70%;
    margin: auto; }
  .grid__wrap.grid__wrap--column1 img {
    width: 100%;
    max-width: 580px;
    height: auto; }
  .grid__wrap.grid__wrap--column2 {
    display: flex;
    justify-content: space-between; }
    .grid__wrap.grid__wrap--column2 > div {
      width: 50%; }
      .grid__wrap.grid__wrap--column2 > div:first-child {
        padding-right: 15px; }
      .grid__wrap.grid__wrap--column2 > div:last-child {
        padding-left: 15px; }
    .grid__wrap.grid__wrap--column2.grid__wrap--centerline > div:first-child {
      border-right: 1px solid #EAEAEA; }
  .grid__wrap.grid__wrap--column3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .grid__wrap.grid__wrap--column3 > * {
      width: 33%; }
  .grid__wrap.grid__wrap--column3_7 {
    display: flex;
    justify-content: space-between; }
    .grid__wrap.grid__wrap--column3_7 > *:first-child {
      width: 35%; }
    .grid__wrap.grid__wrap--column3_7 > *:last-child {
      width: 65%; }
  .grid__wrap.grid__wrap--column7_3 {
    display: flex;
    justify-content: space-between; }
    .grid__wrap.grid__wrap--column7_3 > *:first-child {
      width: 65%; }
    .grid__wrap.grid__wrap--column7_3 > *:last-child {
      width: 35%; }
  .grid__wrap.grid__wrap--upper_line {
    padding: 1px 20px 0px;
    position: relative;
    margin-top: 40px; }
    .grid__wrap.grid__wrap--upper_line:before {
      content: "";
      width: calc(100% - 40px);
      display: block;
      border-bottom: 1px solid #EAEAEA;
      height: 1px;
      position: absolute;
      top: 0px;
      left: 20px; }
  .grid__wrap.grid__wrap--bottom_line {
    padding: 0px 20px 40px;
    position: relative; }
    .grid__wrap.grid__wrap--bottom_line:after {
      content: "";
      width: calc(100% - 40px);
      display: block;
      border-bottom: 1px solid #EAEAEA;
      height: 1px;
      position: absolute;
      bottom: 20px;
      left: 20px; }

@media screen and (max-width: 767px) {
  .grid__wrap.grid__wrap--center > * {
    width: 100%;
    margin: auto; } }

.btn {
  font-size: 14px;
  padding: 12px 6px;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: auto;
  height: 40px; }
  .btn.btn--line {
    border: 1px solid #007AC6;
    color: #007AC6;
    border-radius: 4px;
    width: 200px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .btn.btn--line:hover {
      background: #007AC6;
      color: #FFF; }
  .btn.btn--box {
    background: #007AC6;
    color: #FFF;
    border-radius: 4px;
    width: 200px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .btn.btn--box:hover {
      opacity: 0.5; }
    .btn.btn--box.btn--arrow {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding-left: 20px; }
      .btn.btn--box.btn--arrow:after {
        content: "";
        width: 30px;
        height: 18px;
        display: inline-block;
        background: url(../img/icon_arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
  .btn.btn--mini {
    padding: 6px;
    margin: 0px auto;
    width: 50px;
    font-size: 10px; }
  .btn.btn--twitter {
    background: #4494DA; }
  .btn.btn--facebook {
    background: #4967AD; }

.link_btn {
  font-size: 14px;
  text-decoration: none;
  color: #007AC6;
  line-height: 20px;
  padding-left: 18px;
  position: relative; }
  .link_btn:hover {
    text-decoration: underline; }
  .link_btn:before {
    content: "";
    width: 16px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 0px; }

@media screen and (max-width: 767px) {
  .btn {
    font-size: 12px; }
    .btn.btn--line {
      width: calc(100% - 30px); }
    .btn.btn--box {
      background: #007AC6;
      color: #FFF;
      border-radius: 4px;
      width: 200px;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -ms-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .btn.btn--box:hover {
        opacity: 0.5; }
      .btn.btn--box.btn--arrow {
        padding-left: 15px; }
        .btn.btn--box.btn--arrow:after {
          width: 10px;
          margin-left: 5px; } }

.tab {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .tab ul {
    width: 100%;
    text-align: center; }
    .tab ul:after {
      content: ".";
      display: block;
      height: 0;
      font-size: 0;
      clear: both;
      visibility: hidden; }
    .tab ul li {
      display: inline-block;
      padding: 20px 5px;
      margin: 0px 20px; }
      .tab ul li a {
        color: #969696; }
      .tab ul li.current {
        border-bottom: 1px solid #007AC6; }
        .tab ul li.current a {
          color: #007AC6; }

@media screen and (max-width: 767px) {
  .tab ul li {
    padding: 10px 5px;
    margin: 0px 9px; }
    .tab ul li a {
      font-size: 14px; } }

.list li {
  padding: 20px 10px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  display: flex;
  flex-direction: row; }
  .list li img {
    width: 150px;
    height: auto;
    flex-grow: 0;
    align-self: flex-start; }
  .list li .list_desc {
    flex-grow: 1;
    align-self: flex-start;
    margin: 0px 20px; }
    .list li .list_desc .desc_txt {
      margin-top: 10px; }
  .list li .pullcheck_label {
    position: relative;
    align-self: center;
    flex-grow: 0; }
  .list li .delete_label {
    position: relative;
    align-self: center;
    flex-grow: 0; }
  .list li:last-child {
    border-bottom: 0px solid #EAEAEA; }
  .list li .btn_wrap > * {
    margin-bottom: 20px !important;
    display: block; }
  .list li .btn_wrap .pullcheck_label {
    display: inline-block;
    margin-bottom: 20px; }
  .list li .amount_box {
    text-align: center;
    align-self: center;
    color: #5C5C5C;
    flex-shrink: 0; }
    .list li .amount_box .price {
      font-size: 14px;
      font-weight: bold;
      color: #007AC6;
      margin-bottom: 10px; }
    .list li .amount_box .textinput {
      width: 50px;
      margin-right: 10px;
      text-align: right; }
    .list li .amount_box select {
      width: 60px; }

@media screen and (max-width: 767px) {
  .list li {
    padding: 20px 5px;
    min-height: 120px;
    flex-direction: column;
		font-size: 11px;}
    .list li img {
      position: absolute;
      width: 80px; }
    .list li .list_desc {
      width: auto;
      max-width: 900px !important;
      margin-left: 90px;
      margin-right: 0px; }
    .list li .btn_wrap {
      width: auto;
      max-width: 900px !important;
      margin-left: 90px;
      margin-right: 0px;
      flex-grow: 1;
      align-self: flex-start;
      margin-top: 10px;
      display: flex; }
      .list li .btn_wrap .btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
        display: block;
        margin-right: 10px !important;
        margin-bottom: 0px !important; }
      .list li .btn_wrap .pullcheck_label {
        width: 80px !important;
        display: block;
        height: 30px !important;
        line-height: 30px !important;
        margin-right: 10px;
        margin-bottom: 0px !important; }
        .list li .btn_wrap .pullcheck_label:before {
          height: 30px !important; }
      .list li .btn_wrap .btn-disabled {
        width: 80px !important;
        display: block;
        height: 30px !important;
        line-height: 30px !important;
        margin-right: 10px !important;
        margin-bottom: 0px !important; }
    .list li .amount_box {
      text-align: center;
      color: #5C5C5C;
      margin-left: 90px;
      margin-right: 0px;
      flex-grow: 1;
      align-self: flex-start;
      flex-direction: row;
      display: flex;
      margin-top: 10px;
      align-items: center; }
      .list li .amount_box .price {
        margin-bottom: 0px; }
      .list li .amount_box > * {
        margin-right: 10px; }
  .list.no-img li .list_desc {
    margin-left: 0px; }
  .list.no-img li .btn_wrap {
    margin-left: 0px; } }

.form__error_txt {
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 1px solid #FF1E1E;
  background: rgba(255, 30, 30, 0.1);
  border-radius: 4px;
  margin: 20px auto;
  color: #FF1E1E;
  font-size: 14px; }

.card_edit #card_no {
  display: flex;
  flex-direction: row; }
  .card_edit #card_no input {
    margin-right: 5px;
    width: 60px; }

.form_wrap.upper_line {
  border-top: 1px solid #EAEAEA; }

.form_wrap.border_line {
  border: 1px solid #EAEAEA;
  padding: 40px 20px;
  background: #F7F7F7;
  border-radius: 4px;
  margin-top: 30px; }

.form_wrap .form_item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #EAEAEA;
  padding: 22px 10px;
  align-items: center;
  position: relative; }
  .form_wrap .form_item.align_top {
    align-items: flex-start; }
  .form_wrap .form_item.noline {
    padding: 22px 10px 0px;
    border-bottom: 0px solid #EAEAEA; }
  .form_wrap .form_item.notitle:before {
    content: "";
    display: block;
    width: 170px;
    height: 10px; }
  .form_wrap .form_item.norequire:after {
    content: "";
    display: block;
    width: 50px;
    height: 10px; }
  .form_wrap .form_item .title {
    flex-grow: 0;
    font-weight: bold;
    color: #575757;
    font-size: 16px;
    width: 170px; }
  .form_wrap .form_item .forms {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: baseline; }
    .form_wrap .form_item .forms > * {
      width: 70%;
      margin-right: 5px; }
    .form_wrap .form_item .forms .subtitle {
      align-items: baseline; }
    .form_wrap .form_item .forms .error_msg {
      display: none; }
    .form_wrap .form_item .forms .error {
      margin-top: 20px;
      position: relative; }
      .form_wrap .form_item .forms .error .error_msg {
        position: absolute;
        display: block;
        top: -25px;
        left: 0px;
        font-size: 11px;
        color: #FF1E1E !important;
        white-space: nowrap; }
      .form_wrap .form_item .forms .error .textinput {
        border: 1px solid #FF1E1E;
        background: rgba(255, 30, 30, 0.1); }
    .form_wrap .form_item .forms .pref_selector.error {
      margin-top: 0px; }
      .form_wrap .form_item .forms .pref_selector.error .error_msg {
        display: block;
        position: relative;
        top: 0px;
        margin-bottom: 5px; }
    .form_wrap .form_item .forms .radio_label {
      width: auto; }
    .form_wrap .form_item .forms .txt {
      font-size: 14px;
      color: #5C5C5C; }
      .form_wrap .form_item .forms .txt .name {
        font-weight: bold; }
    .form_wrap .form_item .forms .price_box {
      width: 100%;
      padding-bottom: 10px; }
      .form_wrap .form_item .forms .price_box .order_list {
        border-bottom: 1px solid #EAEAEA; }
        .form_wrap .form_item .forms .price_box .order_list li {
          display: flex;
          flex-direction: row;
          align-items: center;
          color: #5C5C5C;
          padding: 20px 0px;
          font-size: 14px; }
          .form_wrap .form_item .forms .price_box .order_list li img {
            width: 100px; }
          .form_wrap .form_item .forms .price_box .order_list li .product {
            margin-left: 30px; }
            .form_wrap .form_item .forms .price_box .order_list li .product .pprice {
              display: block;
              font-weight: bold; }
          .form_wrap .form_item .forms .price_box .order_list li .num {
            flex-grow: 1;
            font-size: 30px;
            text-align: center; }
            .form_wrap .form_item .forms .price_box .order_list li .num:before {
              content: "";
              display: inline-block;
              width: 30px;
              height: 30px;
              background: url(../img/icon_x.svg);
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
              margin: 0px 15px -4px 0px; }
          .form_wrap .form_item .forms .price_box .order_list li .price {
            margin-left: 30px;
            flex-grow: 0;
            font-size: 16px;
            font-weight: bold;
            color: #000000; }
    .form_wrap .form_item .forms .subtotal_box {
      padding-top: 20px; }
      .form_wrap .form_item .forms .subtotal_box .st_item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        line-height: 45px;
        height: 45px; }
        .form_wrap .form_item .forms .subtotal_box .st_item .title {
          font-weight: normal; }
        .form_wrap .form_item .forms .subtotal_box .st_item .value {
          width: 200px; }
        .form_wrap .form_item .forms .subtotal_box .st_item .totalvalue {
          width: 200px;
          font-weight: bold;
          font-size: 20px;
          color: #007AC6; }
    .form_wrap .form_item .forms.subtitle .subtitle {
      width: 80px;
      font-size: 14px;
      color: #5C5C5C; }
    .form_wrap .form_item .forms.postalcode .posco {
      display: flex;
      align-items: baseline; }
    .form_wrap .form_item .forms.postalcode .postalcode1 {
      width: 60px; }
    .form_wrap .form_item .forms.postalcode .split {
      width: 20px;
      text-align: center; }
    .form_wrap .form_item .forms.postalcode .postalcode2 {
      width: 80px; }
    .form_wrap .form_item .forms.postalcode .search_postal {
      font-size: 12px;
      color: #007AC6;
      margin-left: 10px;
      text-decoration: underline; }
    .form_wrap .form_item .forms.column2 > *:first-child {
      width: 40%; }
    .form_wrap .form_item .forms.column2 > *:last-child {
      margin-left: 5px;
      width: 40%; }
  .form_wrap .form_item .action_btn {
    padding: 6px 6px;
    width: 100px; }
  .form_wrap .form_item .require {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    background: #F49BCC;
    border-radius: 4px; }
  .form_wrap .form_item.phonenumber .forms .phone {
    display: flex;
    flex-direction: row;
    align-items: baseline; }

.textinput {
  -webkit-appearance: none;
  border-radius: 4px;
  padding: 0px 10px;
  font-size: 14px;
  color: #000;
  border: solid 1px #EAEAEA;
  width: 100%;
  height: 30px;
  background: #FFF;
  line-height: 30px;
  margin: 0px; }

.selector {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: solid 1px #EAEAEA;
  border-radius: 4px; }
  .selector:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/icon_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 10px;
    top: 11px;
    right: 10px;
    text-indent: -99999px; }
  .selector select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 0px;
    white-space: nowrap;
    overflow: hidden;
    width: 130%;
    height: 30px;
    line-height: 22px;
    font-size: 14px;
    padding-left: 10px;
    color: #5C5C5C;
    border: none;
    cursor: pointer;
    background: #FFFFFF;
    display: inline-block; }
  .selector option {
    height: 30px;
    line-height: 22px; }

input[type=radio].radiobx {
  display: none; }

input[type=radio].radiobx + label.radio_label {
  padding-left: 23px;
  height: 16px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 30px;
  color: #5C5C5C; }

input[type=radio].radiobx:checked + label.radio_label {
  background-position: 0 -16px; }

label.radio_label {
  background-image: url(../img/icon_radio.svg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type=checkbox].checkbx {
  display: none; }

input[type=checkbox].checkbx + label.checkbx_label {
  padding-left: 23px;
  height: 18px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 30px;
  color: #5C5C5C; }

input[type=checkbox].checkbx:checked + label.checkbx_label {
  background-position: 0 -18px; }

label.checkbx_label {
  background-image: url(../img/icon_checkbx.svg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type=checkbox].pullcheck {
  display: none; }

input[type=checkbox].pullcheck + label.pullcheck_label {
  width: 100px;
  height: 40px;
  color: #007AC6;
  border: 1px solid #007AC6;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 4px; }

input[type=checkbox].pullcheck:checked + label.pullcheck_label {
  background: #007AC6;
  text-indent: -99999px; }
  input[type=checkbox].pullcheck:checked + label.pullcheck_label:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/icon_checkbtn.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }

input[type=radio].pullcheck {
  display: none; }

input[type=radio].pullcheck + label.pullcheck_label {
  width: 100px;
  height: 40px;
  color: #007AC6;
  border: 1px solid #007AC6;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 4px; }

input[type=radio].pullcheck:checked + label.pullcheck_label {
  background: #007AC6;
  text-indent: -99999px; }
  input[type=radio].pullcheck:checked + label.pullcheck_label:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/icon_checkbtn.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }

input[type=checkbox].delete {
  display: none; }

input[type=checkbox].delete + label.delete_label {
  width: 100px;
  height: 40px;
  color: #007AC6;
  border: 1px solid #007AC6;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 4px; }

input[type=checkbox].delete:checked + label.delete_label {
  width: 100px;
  height: 40px;
  color: #007AC6;
  border: 1px solid #007AC6;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 4px;
  text-indent: -99999px; }
  input[type=checkbox].delete:checked + label.delete_label:before {
    color: #007AC6;
    text-indent: 0px;
    content: "元に戻す";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px; }

select {
  -webkit-appearance: none;
  border-radius: 4px;
  padding: 0px 10px;
  font-size: 14px;
  color: #000;
  border: solid 1px #EAEAEA;
  width: 100%;
  height: 30px;
  background: #FFF;
  line-height: 30px;
  margin: 0px;
  background: url(../img/icon_down.svg);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 10px 10px; }

@media screen and (max-width: 910px) {
  input[type=radio].pullcheck + label.pullcheck_label {
    width: 70px !important;
    display: inline-block;
    padding: 0px !important; }
  .form_wrap.border_line {
    padding: 20px 10px;
    margin-top: 20px; }
  .form_wrap .form_item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EAEAEA;
    padding: 35px 10px 20px;
    align-items: center;
    position: relative; }
    .form_wrap .form_item .title {
      position: absolute;
      top: 10px;
      font-size: 14px; }
    .form_wrap .form_item.noline {
      padding: 35px 10px 0px;
      border-bottom: 0px solid #EAEAEA; }
    .form_wrap .form_item.notitle {
      padding: 10px 10px 20px; }
      .form_wrap .form_item.notitle:before {
        content: "";
        display: none; }
    .form_wrap .form_item .forms {
      flex-grow: 1;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .form_wrap .form_item .forms > * {
        width: 90%;
        margin-right: 5px; }
      .form_wrap .form_item .forms .error {
        margin-top: 0px; }
        .form_wrap .form_item .forms .error .error_msg {
          position: relative;
          display: block;
          top: 0px;
          width: auto !important; }
      .form_wrap .form_item .forms .phone .error, .form_wrap .form_item .forms .posco .error {
        margin-top: 30px; }
        .form_wrap .form_item .forms .phone .error .error_msg, .form_wrap .form_item .forms .posco .error .error_msg {
          width: 250px !important;
          position: absolute;
          top: -25px !important; }
      .form_wrap .form_item .forms .radio_label {
        width: auto; }
      .form_wrap .form_item .forms .txt {
        font-size: 14px;
        color: #5C5C5C; }
        .form_wrap .form_item .forms .txt .name {
          font-weight: bold; }
      .form_wrap .form_item .forms .price_box {
        width: 100%;
        padding-bottom: 10px; }
        .form_wrap .form_item .forms .price_box .order_list {
          border-bottom: 1px solid #EAEAEA; }
          .form_wrap .form_item .forms .price_box .order_list li {
            display: flex;
            flex-direction: row;
            align-items: center;
            color: #5C5C5C;
            padding: 10px 0px;
            font-size: 12px; }
            .form_wrap .form_item .forms .price_box .order_list li img {
              width: 80px; }
            .form_wrap .form_item .forms .price_box .order_list li .product {
	      width:70px;
              margin-left: 5px; }
              .form_wrap .form_item .forms .price_box .order_list li .product .pprice {
                display: block;
                font-weight: bold; }
            .form_wrap .form_item .forms .price_box .order_list li .num {
              flex-grow: 1;
              font-size: 16px;
              text-align: center; }
              .form_wrap .form_item .forms .price_box .order_list li .num:before {
                content: "";
                display: inline-block;
                width: 15px;
                height: 15px;
                background: url(../img/icon_x.svg);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                margin: 0px 5px 0px 0px; }
            .form_wrap .form_item .forms .price_box .order_list li .price {
              margin-left: 0px;
              flex-grow: 0;
              font-size: 12px;
              font-weight: bold;
              color: #000000; }
      .form_wrap .form_item .forms .subtotal_box {
        padding-top: 20px; }
        .form_wrap .form_item .forms .subtotal_box .st_item {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-end;
          text-align: right;
          line-height: 45px;
          height: 45px; }
          .form_wrap .form_item .forms .subtotal_box .st_item .st_title {
            font-weight: normal; }
          .form_wrap .form_item .forms .subtotal_box .st_item .value {
            width: 200px; }
          .form_wrap .form_item .forms .subtotal_box .st_item .totalvalue {
            width: 150px;
            font-weight: bold;
            font-size: 20px;
            color: #007AC6; }
      .form_wrap .form_item .forms.subtitle .subtitle {
        width: 80px;
        font-size: 14px;
        color: #5C5C5C; }
      .form_wrap .form_item .forms.postalcode {
        padding: 　20px　0;
        flex-direction: column;
        align-items: start;
        margin-bottom: 10px; }
        .form_wrap .form_item .forms.postalcode .posco {
          margin-bottom: 10px; }
        .form_wrap .form_item .forms.postalcode .postalcode1 {
          width: 60px; }
        .form_wrap .form_item .forms.postalcode .split {
          width: 20px;
          text-align: center; }
        .form_wrap .form_item .forms.postalcode .postalcode2 {
          width: 60px; }
        .form_wrap .form_item .forms.postalcode .search_postal {
          margin-left: 0px;
          bottom: 20px; }
      .form_wrap .form_item .forms.phonenumber {
        padding-bottom: 0px;
        align-items: start; }
        .form_wrap .form_item .forms.phonenumber input {
          width: 70px !important; }
        .form_wrap .form_item .forms.phonenumber .phone {
          display: flex;
          margin-bottom: 10px; }
      .form_wrap .form_item .forms.column2 > *:first-child {
        width: 40%; }
      .form_wrap .form_item .forms.column2 > *:last-child {
        margin-left: 5px;
        width: 40%; }
    .form_wrap .form_item .action_btn {
      padding: 6px 6px;
      width: 100px; }
    .form_wrap .form_item .require {
      flex-grow: 0;
      width: 50px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      color: #FFF;
      font-size: 12px;
      background: #F49BCC;
      border-radius: 4px; }
  .form_wrap .card_edit .form_item {
    display: flex;
    flex-direction: column;
    align-items: start; }
    .form_wrap .card_edit .form_item .forms {
      flex-direction: column;
      align-items: start; }
      .form_wrap .card_edit .form_item .forms > * {
        width: 100%;
        margin-bottom: 15px; }
      .form_wrap .card_edit .form_item .forms .subtitle {
        margin-bottom: 5px;
        width: auto; }
    .form_wrap .card_edit .form_item .card_desc {
      margin-bottom: 0px; }
    .form_wrap .card_edit .form_item .card_desc_txt {
      display: none; } }

.basic_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  color: #666666;
  margin-top: 40px; }
  .basic_table tr td {
    text-align: center;
    line-height: 1.5;
    padding: 7px;
    border-right: 1px solid #EAEAEA; }
  .basic_table thead tr {
    background-color: transparent !important; }
    .basic_table thead tr td {
      color: #FFF;
      font-weight: bold;
      background-color: #007AC6; }
  .basic_table tbody tr {
    border: 1px solid #EAEAEA; }
    .basic_table tbody tr:nth-child(even) {
      background-color: #F8F8F8; }
    .basic_table tbody tr td {
      text-align: center;
      vertical-align: middle;
      line-height: 1;
      padding: 6px;
      border-right: 1px solid #EAEAEA; }

.history_list {
  margin-top: 40px;
  font-size: 12px; }
  .history_list .keylist {
    display: flex;
    flex-direction: row; }
  .history_list .record {
    display: flex;
    flex-direction: row;
    border-left: 1px solid #EAEAEA; }
    .history_list .record:first-child li .key {
      display: flex; }
    .history_list .record li {
      border-right: 1px solid #EAEAEA;
      border-bottom: 1px solid #EAEAEA;
      flex-grow: 1;
      min-width: 20%;
      word-break: break-all; }
      .history_list .record li .key {
        background: #007AC6;
        text-align: center;
        color: #FFF;
        height: 50px;
        padding: 6px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: none;
        font-weight: bold; }
      .history_list .record li .value {
        padding: 6px;
        display: flex;
        font-size: 12px;
        justify-content: center;
        align-items: center;
        align-self: center;
        min-height: 40px;
        flex-direction: column; }

@media screen and (max-width: 767px) {
  .history_list {
    margin-top: 20px; }
    .history_list .record {
      display: flex;
      flex-direction: column;
      margin-top: 20px; }
      .history_list .record li {
        display: flex;
        flex-direction: row; }
        .history_list .record li:first-child {
          border-top: 1px solid #EAEAEA; }
        .history_list .record li .key {
          display: flex;
          width: 30%;
          height: auto;
          padding: 0px; }
        .history_list .record li .value {
          min-height: 30px; } }

.action_btns {
  margin-top: 100px;
  height: 105px;
  width: 100%;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center; }
  .action_btns > .btn {
    margin: 0px 10px !important; }
  .action_btns .btn_wrap {
    display: flex;
    align-items: center; }
    .action_btns .btn_wrap .action_txt {
      color: #5C5C5C;
      margin-right: 20px; }
      .action_btns .btn_wrap .action_txt .count {
        font-weight: bold;
        color: #007AC6; }
    .action_btns .btn_wrap .back_btn {
      padding: 6px;
      width: 100px;
      margin-right: 20px; }

@media screen and (max-width: 767px) {
  .action_btns {
    margin-top: 50px; }
    .action_btns .btn {
      width: auto;
      padding: 0px 10px; }
    .action_btns #submitButton {
      height: auto; }
    .action_btns .btn_wrap .action_txt {
      font-size: 12px;
      width: auto;
      margin-right: 10px; }
    .action_btns .btn_wrap .back_btn {
      padding: 6px;
      width: 80px;
      margin-right: 20px; } }

.main_visual img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: auto;
  display: block; }

.box--button {
  padding-bottom: 100px;
  position: relative; }
  .box--button .btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px; }

@media screen and (max-width: 767px) {
  .box--button {
    padding-bottom: 60px; } }

.pager {
  margin-top: 20px;
  font-size: 14px;
  color: #5C5C5C; }
  .pager .pagination {
    display: flex;
    flex-direction: row; }
    .pager .pagination li a {
      display: block;
      padding: 0px 10px;
      font-size: 12px;
      margin: 5px;
      border-radius: 4px;
      height: 24px;
      line-height: 25px;
      background: #FFF;
      border: 1px solid #007AC6;
      color: #007AC6;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -ms-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .pager .pagination li a:hover {
        background: #007AC6;
        border: 1px solid #007AC6;
        color: #FFF; }
    .pager .pagination li.active a {
      background: #007AC6;
      border: 1px solid #007AC6;
      color: #FFF; }

html {
  height: 100%; }

body {
  height: 100%; }

.container {
  height: 100%; }
  .container header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100; }
  .container .base_wrap .side_menu {
    width: 30%;
    height: calc(100% - 90px);
    overflow: scroll;
    position: fixed;
    left: 0px;
    top: 90px; }
  .container .base_wrap .content_area {
    position: absolute;
    left: 30%;
    top: 90px; }
  .container .base_wrap.no-menu .content_area {
    width: 100%;
    max-width: 800px;
    left: 0%;
    right: 0%;
    margin: auto; }

@media screen and (max-width: 767px) {
  .container .base_wrap .side_menu {
    top: 50px;
    width: 100% !important;
    height: calc(100% - 50px); }
  .container .base_wrap .content_area {
    position: absolute;
    left: 0%;
    top: 64px; }
}

header {
  height: 90px;
  width: 100%;
  background: #007AC6; }
  header .logo {
    display: block;
    width: 235px;
    height: 55px;
    text-indent: -99999px;
    background: url(../img/box_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
    color:white;
    left: 20px; }
  header .user_setting {
    display: block;
    float: right;
    margin-top: 33px;
    margin-right: 20px;
    color: #FFF;
    font-size: 16px; }
    header .user_setting .username {
      font-weight: bold; }
  header .user_setting_login {
    display: block;
    float: right;
    margin-top: 33px;
    margin-right: 20px;
    color: #FFF;
    font-size: 16px; }
    header .user_setting .username {
      font-weight: bold; }
  header .header_guide {
    display: block;
    float: right;
    margin-top: 33px;
    margin-right: 20px;
    color: #FFF;
    font-size: 16px; }
  header .sp_menu_btn {
    display: none; }
  a.sp_header_guide{display:none;}

@media screen and (max-width: 767px) {
  a.sp_header_guide{display:block;}
  header {
    height: 50px; }
    header .logo {
      width: 155px;
      height: 35px;
      top: 7px;
      left: 11px; }
    header .user_setting {
      text-indent: -99999px;
      background: url(../img/icon_user.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 13px;
      right: 60px;
      width: 23px;
      margin: 0; }
    header .user_setting_login {
      text-indent: -99999px;
      background: url(../img/icon_user.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 13px;
      right: 20px;
      width: 23px;
      margin: 0; }
    header .header_guide {
      display: none; }
    header .sp_menu_btn {
      display: block;
      text-indent: -99999px;
      background: url(../img/icon_menu.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 15px;
      right: 15px;
      width: 23px;
      height: 23px; }
      header .sp_menu_btn.close {
        background: url(../img/icon_close.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 76%;
        top: 14px; } }

footer {
  margin-top: 80px;
  border-top: 1px solid #EAEAEA;
  display: flex;
  flex-direction: column;
  align-items: center; }
  footer ul {
    margin-top: 20px; }
    footer ul:after {
      content: ".";
      display: block;
      height: 0;
      font-size: 0;
      clear: both;
      visibility: hidden; }
    footer ul li {
      float: left; }
      footer ul li a {
        text-decoration: none;
        font-size: 12px;
        border-right: 1px solid #EAEAEA;
        padding: 0px 10px;
        color: #504F4F; }
      footer ul li:last-child a {
        border-right: 0px solid #EAEAEA; }
  footer .copyright {
    display: block;
    color: #9D9D9D;
    font-size: 10px;
    margin: 40px 0px; }

@media screen and (max-width: 767px) {
  footer {
    margin-top: 40px; }
    footer ul {
      width: 300px; } }

.side_menu {
  background: #F3F3F3;
  z-index: 10;
  display: block; }
  .side_menu ul li {
    color: #5F5F5F;
    font-size: 20px;
    height: 45px;
    display: block;
    position: relative; }
    .side_menu ul li.icon_home:before {
      content: "";
      width: 20px;
      display: block;
      height: 20px;
      position: absolute;
      bottom: 13px;
      left: 30px;
      background: url(../img/icon_home.svg);
      background-repeat: no-repeat;
      background-size: contain; }
    .side_menu ul li.icon_push:before {
      content: "";
      width: 20px;
      display: block;
      height: 20px;
      position: absolute;
      bottom: 13px;
      left: 30px;
      background: url(../img/icon_push.svg);
      background-repeat: no-repeat;
      background-size: contain; }
    .side_menu ul li.icon_pull:before {
      content: "";
      width: 20px;
      display: block;
      height: 20px;
      position: absolute;
      bottom: 13px;
      left: 30px;
      background: url(../img/icon_pull.svg);
      background-repeat: no-repeat;
      background-size: contain; }
    .side_menu ul li.icon_buy:before {
      content: "";
      width: 20px;
      display: block;
      height: 20px;
      position: absolute;
      bottom: 13px;
      left: 30px;
      background: url(../img/icon_buy.svg);
      background-repeat: no-repeat;
      background-size: contain; }
    .side_menu ul li.icon_help:before {
      content: "";
      width: 20px;
      display: block;
      height: 20px;
      position: absolute;
      bottom: 13px;
      left: 30px;
      background: url(../img/icon_help.svg);
      background-repeat: no-repeat;
      background-size: contain; }
    .side_menu ul li.side_menu__section_title {
      font-weight: bold;
      margin-top: 20px;
      padding-left: 60px;
      line-height: 45px; }
    .side_menu ul li a {
      display: block;
      color: #5F5F5F;
      line-height: 45px;
      text-indent: 80px;
      text-decoration: none;
      -webkit-transition: 0.2s ease-out;
      -moz-transition: 0.2s ease-out;
      -ms-transition: 0.2s ease-out;
      -o-transition: 0.2s ease-out;
      transition: 0.2s ease-out; }
      .side_menu ul li a:hover {
        background: #FFF; }
    .side_menu ul li.side_menu__section_link {
      margin-top: 20px; }
      .side_menu ul li.side_menu__section_link a {
        font-weight: bold;
        text-indent: 60px; }
    .side_menu ul li.upper_line {
      margin-top: 20px;
      height: 60px;
      line-height: 70px;
      border-top: 1px solid #D4D4D4; }
    .side_menu ul li.current {
      background: #FFF; }
      .side_menu ul li.current a {
        color: #007AC6; }

@media screen and (max-width: 767px) {
  .side_menu {
    width: 100% !important;
    display: none; }
    .side_menu ul li {
      height: 40px; }
      .side_menu ul li a {
        line-height: 42px; }
      .side_menu ul li.side_menu__section_link {
        margin-top: 10px; }
        .side_menu ul li.side_menu__section_link:before {
          bottom: 9px; }
      .side_menu ul li.upper_line {
        margin-top: 10px; }
      .side_menu ul li.side_menu__section_title {
        margin-top: 10px;
        line-height: 42px;
        height: 45px; } }

.complete_content {
  margin: 150px 0px; }
  .complete_content:before {
    content: "";
    width: 70px;
    height: 50px;
    display: block;
    background: url(../img/icon_complete.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto; }
  .complete_content .confirm_message {
    padding: 20px;
    border: solid 1px #5C5C5C;
    margin: 20px; }
  .complete_content .body_txt {
    text-align: center; }
  .complete_content .btn {
    margin-top: 60px; }

.signupbox h3 {
  text-align: center;
  margin-bottom: 30px; }

.signupbox .btn {
  display: inline-block;
  margin-bottom: 20px; }

.data_summary {
  margin: 40px 0px; }
  .data_summary ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: 4px solid #007AC6;
    padding: 15px;
    border-radius: 4px; }
    .data_summary ul li {
      font-weight: bold;
      font-size: 16px;
      color: #585858; }
      .data_summary ul li a {
        color: #007AC6;
        text-decoration: underline; }

@media screen and (max-width: 767px) {
  .complete_content {
    margin: 80px 0px; }
    .complete_content .body_txt {
      width: 80%;
      margin: auto; }
    .complete_content .btn {
      width: 50%; }
  .signupbox .btn {
    display: block;
    margin-bottom: 15px !important; }
  .data_summary ul li {
    font-size: 12px; } }

.guide header {
  background: #FFF;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1); }
  .guide header .logo {
    background-image: url(../../common/img/box_logo_c.png);
    width: 200px;
    height: 51px;
    display: block;
    position: absolute;
    top: 14px;
    left: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .guide header .sp_menu_btn {
    display: none; }
  .guide header .user_setting {
    display: none; }

.guide img {
  position: relative; }

.guide ul.list {
  padding-bottom: 20px; }
  .guide ul.list li {
    border-bottom: 0px solid #EAEAEA;
    /*margin-bottom: 20px;*/
    padding: 5px 5px 5px 0; }

.guide h2 {
  font-size: 22px;
  color: #007AC6;
  margin-top: 70px; }
  .guide h2:first-child {
    border-top: 0px solid #EAEAEA;
    margin-top: 0px; }

.guide h4 {
  font-size: 18px;
  color: #575757;
  line-height: 26px;
  margin-bottom: 10px; }

.guide .desc_txt {
  font-size: 14px;
  color: #5C5C5C; }



@media screen and (max-width: 767px) {
  .guide .base_wrap .content_area {
    top: 60px; }
  .guide img {
    position: relative !important; }
  .guide header {
    height: 60px; }
    .guide header .logo {
      width: 160px;
      height: 40px;
      top: 10px;
      left: 10px; }
    .guide header .sp_menu_btn {
      display: none; }
    .guide header .user_setting {
      display: none; }
    
    .Android header .user_setting_login {
      height: 100vh;
      background-size: 6vw;
    }

 }

.birthday {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #737373; 
}


/*****************************************
	よくある質問
******************************************/
.linkList {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
	width: 100%;
}
.guide ul.list .linkList li {
	display: block;
	position: relative;
	border: 2px solid #007AC6;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	line-height: 2.5;
	width: calc(100% / 3 - 22px);
	background: url(../img/chevron-down-solid.svg) no-repeat 93% center;
	background-size: 6%;
}
.guide ul.list .linkList li:hover {
	background: #007AC6 url(../img/chevron-down-solid_on.svg) no-repeat 93% center;
	background-size: 6%;
}
.linkList li a,
.linkList li a:visited {color: #007AC6;}
.linkList li a:hover {color: #fff;}

.linkList li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.question .list dd {
	position: relative;
	font-size: 14px;
	padding-left: 3.6rem;
	margin-bottom: 20px;
	color: #575759;
}
.question .list dd:before {
	content: "A.";
	position: absolute;
	top: 0;
	left: 2.5rem;
}
.questionList li {padding: 5px 5px 5px 0;}
.questionList li:before {
	content: "・";
}
.questionList dd a {margin-top: 4px;}


@media screen and (max-width: 767px) {
	.linkList {display: block;}
	.guide ul.list .linkList li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 1rem;
		min-height: auto;
		background-size: 4%;
	}
	.question .list dd {padding-left: 2.6rem;}
	.question .list dd:before {left: 1.5rem;}
	.questionList ul {margin-left: 1rem;}
	.questionList li {
		font-size: 100%;
		position: relative;
		min-height: auto;
	}
	.questionList li:before {
		position: absolute;
		top: 4px;
		left: -16px;
	}
}


/* おしらせ */
#news {
	padding-bottom: 20px;
	margin: 20px auto 0;
	width: 86%;
}
#news h2 {
	border: none;
	font-size: 1.4rem;
}
#news li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}
#news li span {
	display: inline-block;
	padding: 0 2rem 0 1rem;
	font-weight: bold;
}
#news li a {
	text-decoration: none;
	color: #5F5F5F;
}
#news li a:hover {text-decoration: underline;}

@media screen and (max-width: 767px) {
	#news {
		margin: 10px auto;
		padding-bottom: 0;
		width: 100%;
	}
	#news h2 {font-size: 1.12rem;}
	#news li span {
		display: block;
		padding: 0 ;		
	}
}