@charset "UTF-8";
img {
  max-width: inherit;
}

img.img {
  max-width: 100%;
}

/* -----------------------------------------------------------------------------
  FONT
----------------------------------------------------------------------------- */
*,
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #575959;
}

h2, h3, h4, h5 {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
  line-height: 1.6;
}

.title-u-inline {
  border-bottom: 1px solid #575959;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.title-u-line {
  border-bottom: 1px solid #575959;
  padding-bottom: 20px;
}

.h4.title-u-line {
  border-bottom: 1px solid #ccc;
  text-indent: 20px;
}

.h2 {
  font-size: 39px;
}

.h3 {
  font-size: 32px;
}

.h3.title-u-inline {
  line-height: 1.5;
}

.h4 {
  font-size: 22px;
  font-weight: bold;
}
.h5 {
  font-size: 28px;
  font-weight: bold;
}

.name-holder .h4 {
  margin-bottom: 2rem;
}

.mgn-b.h4 {
  margin-bottom: 2rem;
}

.title {
  margin-bottom: 20px;
}

p {
  font-size: 15px;
}

.small {
  font-size: 11px;
}

.large {
  font-size: 22px;
}

.txt-inline-left {
  line-height: 1.5;
}

p.txt {
  margin-bottom: 0;
}

.center dl, .center p, .center span, .center h2, .center h3, .center h4, .center h5 {
  text-indent: 0.1rem;
}

/* -----------------------------------------------------------------------------
  header footer
----------------------------------------------------------------------------- */
button, input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

#main_column {
  min-height: calc(100vh - 93px);
  padding-bottom: 93px;
}

#container {
  position: relative;
}

/* header  */
footer,
header {
  overflow: hidden;
  padding: 20px;
  z-index: 4;
  width: 100%;
}

header {
  position: absolute;
  top: 0;
  height: 85px;
}

header .inner {
  position: relative;
  overflow: hidden;
}

header .logo a {
  height: 42px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

header .logo img {
  width: 400px;
  height: auto;
}

/* FOOTER */
footer {
  position: absolute;
  bottom: 0;
  height: 93px;
  background: #fff;
  border-top: 1px solid #ccc;
}

footer .inner {
  position: relative;
  overflow: hidden;
}

footer .logo img {
  max-width: 100%;
  width: 180px;
  height: auto;
}

.logo2 img {
  max-height: 53px;
  height: auto;
}

.logo3 img {
  max-height: 35px;
  height: auto;
}

.copy span,
.logo2 span,
.logo3 span {
  height: 53px;
  display: table-cell;
  vertical-align: bottom;
  overflow: hidden;
}

.w100 {
  width: 100%;
}

.c-or {
  color: #eb6219;
}

.bdr-or {
  border: 4px solid #eb6219;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.a-hov:hover,
.bdr-or:hover {
  opacity: 0.8;
}

.active .bg-gray {
  color: #575959;
  background-color: #eee;
}

.bg-gray {
  color: #fff;
  background-color: #575959;
}

.bg-eee {
  background-color: #eee;
}

.nav .cart .btn {
  background-image: url(../images/icon/shopping-cart.svg);
  content: "";
  background-position: 15px center;
  background-size: 22px auto;
  background-repeat: no-repeat;
  text-indent: 27px;
}

/* -----------------------------------------------------------------------------
  マージン margin・padding
----------------------------------------------------------------------------- */
.block-space20 {
  padding: 20px;
}

.space20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.txt-holder {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-w20 {
  padding-left: 20px;
  padding-right: 20px;
}

.space-b20 {
  padding-bottom: 20px;
}

.space-t10 {
  padding-top: 10px;
}

.space-t20 {
  padding-top: 20px;
}

.section-wrapper {
  overflow: hidden;
  position: relative;
  margin: auto;
}

.section-full-gray {
  width: 100%;
  background-color: #f4f4f4;
  padding: 40px 0;
}

.section-full-gray .item-table input {
  background: #fff;
  margin-bottom: 0;
}

.section-full-gray {
  width: 100%;
  background-color: #f4f4f4;
  padding: 40px 0;
}

.section-full-gray .inner {
  background: #fff;
  padding: 20px 0;
}

.section-full-gray .item-table input {
  background: inherit;
  margin-bottom: 0;
}

.bg-gy-holder {
  background-color: #f4f4f4;
  padding: 40px 0px;
}

.ec-menu.name-holder {
  padding: 28px;
}

.name-holder {
  padding: 20px;
  border-bottom: 1px dotted #575959;
}

.name-holder.first-view {
  padding: 0 20px 20px;
  border-bottom: 1px dotted #575959;
}

.news-holder {
  padding: 50px 20px;
}

.inner-holder.u-line {
  border-bottom: 1px dotted #ccc;
  padding-top: 50px;
}

.inner-holder {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner {
  max-width: 940px;
  width: 940px;
  overflow: hidden;
}

.main_column_inner {
  padding-top: 40px;
}

.txt-pos-center p {
  display: table-cell;
  vertical-align: middle;
  height: 75px;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*------------------
　log-001.
--------------------*/
.log-001 .btn-holder {
  margin-bottom: 20px;
}

.bd-title {
  border-bottom: 1px solid #ccc;
}

.pc-pos-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.pc-pos-bottom-holder {
  padding-bottom: 42px;
  position: relative;
}

.center .btn {
  margin: auto;
}

.txt-inline-left {
  display: inline-block;
  text-align: left;
}

.txt-inline-left-holder {
  text-align: center;
}

.center-block {
  margin: auto;
}

/* -----------------------------------------------------------------------------
  テーブル table
----------------------------------------------------------------------------- */
th, dt {
  font-weight: bold;
}

table.item-table {
  margin: 0 auto;
  padding-bottom: 20px;
  border: 0px;
  border-top: 0 solid #ccc;
}

table.item-table td {
  text-align: left;
}

table.item-table th {
  letter-spacing: 1px;
  text-align: center;
  width: 26%;
  font-weight: bold;
  font-size: 16px;
  background-color: #e6e6fa;
}


table.item-table th, table.item-table td {
  text-align: center;
/*  border: 0px;*/
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: top;
}

table.item-table td.botom {
  text-align: center;
/*  border: 0px;*/
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: top;
/*  text-color:#48A69B;*/
  font-size:12px;
}
/*
#demo_href{
color: #ffffff;
}
*?
input:focus {
  color: #252525;
  border-color: #303030;
}

table.item-table th, table.item-table td {
  padding: 10px 20px;
}

/*------------------
▼ responsive
--------------------*/
.sp,
.mode_sp {
  display: none;
}

.pc,
.mode_pc {
  display: block;
}

.pad {
  display: none;
}

/*------------------
footer
--------------------*/
.logo3 img,
.logo2 img {
    max-height: 35px;
    height: auto;
    margin: 0;
    display: inline-block;
}
.copy span {
    line-height: 1;
    height: 35px;
}
.logo3{
    text-align: left;
}
.logo2{
    text-align: right;
}
.copy{
    text-align: center;
}
.copy span {
    line-height: 1;
    height: 35px;
    display: inline-block;
    padding: 20px 0 0;
}
footer{
  height: 78px;
}
footer .flex li{
  max-width: 33.333%;
  flex: 0 0 33.333%;
}
footer a{
  overflow: hidden;
  display:inline-block;
}
#main_column {
    min-height: calc(100vh - 78px);
    padding-bottom: 78px;
}
/*------------------
▼ max-width
--------------------*/
@media screen and (max-width: 834px) {
  footer {
    width: 100%;
  }
  body .drawer-hamburger {
    display: block;
  }
  .pad {
    display: block;
  }
  .mode_sp {
    display: block;
  }
  .mode_pc {
    display: none;
  }
  .col2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner {
    width: 700px;
    max-width: 90%;
  }
  .col20 button.btn, .col20 .btn, .col20 a.btn {
    width: 100%;
  }
  .w70 {
    width: 100%;
  }
  img {
    max-width: 100%;
  }
  /* header */
  .inner {
    max-width: 100%;
    width: 100%;
  }
  header {
    height: auto;
  }
  header .logo {
    width: 40%;
  }
  header nav {
    width: 60%;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
  header a.btn {
    width: 100%;
  }
  header .nav li {
    padding: 0 5px;
    width: 140px;
    max-width: 30%;
  }
  /*------------------
  padding
  --------------------*/
  .item-icon-holder {
    width: calc(100% - 20px);
  }
  table.item-table th {
    width: 36%;
  }
  table.item-table th, table.item-table td {
    padding: 10px;
  }
  .main_column_inner {
    padding-top: 40px;
  }
  .sp0,
  .sp-col100 {
    padding: 0;
  }
  /*------------------
  ▲ max-width: 780px
  --------------------*/
}

/*------------------
　▼ max-width: 480px
--------------------*/
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  header .flex.jc_between {
/*    justify-content: center;*/
  }
  header nav {
    width: 100%;
  }
  header .nav li {
    width: 33.333%;
  }
  header .nav li.log {
    padding: 0 5px;
  }
  header .nav .btn {
    font-size: 12px;
  }
  .sp-col100 .col40, .sp-col100 .col60 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .item-icon-holder {
    margin: auto;
  }
  button.btn.btn--middle, .btn.btn--middle, a.btn.btn--middle {
    width: 210px;
    height: 28px;
    line-height: 1;
    font-size: 12px;
    padding: 8px;
  }

  .h3 {
    font-size: 22px;
  }
  .table-large {
    font-size: 14px;
    letter-spacing: 0;
  }
  .space-w20 {
    padding-left: 0px;
    padding-right: 0px;
  }
  input.w70 {
    width: 85%;
    margin: 0 10px 0 0;
  }
  .news-holder {
    padding: 40px 0px 20px;
  }
  .col20.btn-holder {
    margin: 0 5px;
  }
  button.btn.btn--large {
    width: calc( 100% - 20px);
    margin: 0 auto;
  }
  .copy span, .logo2 span, .logo3 span,
  .copy span, .logo2 a, .logo3 a {
    height: 34px;
  }
  .copy span {
    font-size: 11px;
  }
  #main_column {
    min-height: calc(100vh - 194px);
    padding-bottom: 60px;
  }
  footer {
    height: 60px;
    padding: 10px;
  }
  .logo3 img {
    max-height: auto;
    padding: 8px 0 6px;
  }
  .logo2 img {
    max-height: 30px;
  }
  /*------------------
　padding
--------------------*/
  footer .inner,
  header .inner {
    width: 100%;
  }
  .inner {
    width: 100%;
  }
  .block-space20 {
    padding: 20px 0;
  }
  .block-space20
  .col30 {
    flex: 0 0 40%;
    max-width: 40%;
  }
   button.btn.btn--middle, .btn.btn--middle, a.btn.btn--middle {
    width: 210px;
    height: 28px;
    line-height: 1;
    font-size: 12px;
    padding: 8px;
  }
 /*------------------
  ▲ max-width: 480px
  --------------------*/
}


label#alert {
	background-color: #ffd700;
}
label#alert1 {
	background-color: #ffd700;
}

.demo_alert {
  background-color: #C00000;
  font-size:20px;
  color: #FFFFFF;
}
.demo_point {
  font-size:20px;
}
.input-center {
  text-align: center;
}
.demo_li_small {
  text-align: center;
  font-size:16px;
}
.demo_li_detail {
  text-align: left;
  font-size:14px;
}




button.btn,
.btn,
a.btn {
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  color: #fff;
  background: #575959;
}

button.btn.btn--middle,
.btn.btn--middle,
a.btn.btn--middle {
  width: 210px;
  height: 60px;
  line-height: 1;
  font-size: 20px;
  padding: 22px;
}

button.btn.btn--large,
.btn.btn--large,
a.btn.btn--large {
  width: 540px;
}

.letter-s a.btn,
.letter-s .btn {
  letter-spacing: 0.2rem;
}

button.btn,
.btn,
a.btn {
  width: 160px;
  height: 42px;
  line-height: 42px;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  font-size: 16px;
}

button.btn.btn-small,
.btn.btn-small,
a.btn.btn-small {
  width: 120px;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  font-size: 13px;
}

button.btn--or,
.btn--or,
a.btn--or {
  color: #fff;
  background-color: #eb6219;
}

button.btn--nv,
.btn--nv,
a.btn--nv {
  color: #fff;
  background-color: #014c94;
}

button.btn--gray,
.btn--gray,
a.btn--gray {
  color: #fff;
  background: #575959;
}

button.btn--gr,
.btn--gr,
a.btn--gr {
  color: #fff;
  background-color: #48a69b;
  font-size:12px;
  width:100%;
}

button.btn,
.btn,
a.btn {
  border-radius: 100vh;
}

.active.btn:hover,
.active.btn {
  opacity: 0.2;
  cursor: default;
}

a.btn:hover {
  opacity: 0.8;
}

button.btn:hover {
  opacity: 1;
  cursor: default;
}

.nav .btn {
  border-radius: 2px;
}

.nav .btn {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 15px;
}

