@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,700,900,900i&display=swap");
/* CSS Document */
/*--------------------------------------------------------------------
　　header
--------------------------------------------------------------------*/
header {
  margin: 0 0 5px 0; }
  header #header-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header h1 {
    width: 12%;
    max-width: 120px;
    margin: 0 14px 0 0; }
  header p {
    width: 40%; }
    header p span {
      font-weight: bold;
      font-size: 1.6rem;
      color: #FF8000; }
  header .header-nav {
    width: 48%; }
    header .header-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    header .header-nav ul li {
      width: 30%;
      margin: 0 10px 0 0; }
    header .header-nav a {
      height: 48px;
      line-height: 48px;
      text-decoration: none;
      color: #333;
      font-weight: bold;
      background: #E9E9E9;
      display: block;
      text-align: center;
      border-radius: 48px;
      -webkit-transition: all  0.6s ease;
      -o-transition: all  0.6s ease;
      transition: all  0.6s ease; }
      header .header-nav a:hover {
        opacity: 0.8;
        -webkit-transition: all  0.6s ease;
        -o-transition: all  0.6s ease;
        transition: all  0.6s ease; }
    header .header-nav i {
      margin: 0 0.2em 0 0;
      color: #FF8000; }

@media (max-width: 960px) {
  header {
    border-bottom: 2px solid #FF8000;
    margin: 0 0 5px 0; }
    header h1 {
      width: 16%;
      margin: 5px 1% 5px 3%; }
    header p {
      width: 60%;
      font-size: 1.0rem; }
      header p span {
        font-size: 1.2rem; }
    header .header-nav {
      display: none; } }

/*--------------------------------------------------------------------
　　nav
--------------------------------------------------------------------*/
.nav {
  margin: 0 0 20px 0;
  background: #FF8000; }
  .nav ul {
    width: 100%;
    height: 66px;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nav ul li {
      width: 20%;
      color: #fff;
      line-height: 66px;
      text-align: center;
      font-weight: bold; }
    .nav ul a {
      display: block;
      color: #fff;
      text-decoration: none;
      -webkit-transition: all  0.6s ease;
      -o-transition: all  0.6s ease;
      transition: all  0.6s ease; }
      .nav ul a:hover {
        opacity: 0.8;
        -webkit-transition: all  0.6s ease;
        -o-transition: all  0.6s ease;
        transition: all  0.6s ease; }
    .nav ul a:hover {
      background: #FF8000; }

@media (max-width: 960px) {
  .nav {
    display: none; } }

/*--------------------------------------------------------------------
　　drawer-nav
--------------------------------------------------------------------*/
@media (max-width: 960px) {
  .drawer-hamburger {
    width: 2.8rem; }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    height: 3px; }
  .drawer-nav {
    padding: 0 0;
    z-index: 4;
    background: #FF8000;
    width: 20.25rem; }
  .drawer--right .drawer-nav {
    right: -20.25rem; }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 20.25rem; }
  .drawer-submenu {
    background: #EFEFEF; }
    .drawer-submenu ul {
      padding: 10px 5% 10px 5%; }
    .drawer-submenu ul li {
      margin: 0 0 5px 0; }
    .drawer-submenu ul li:last-child {
      margin: 0 0 0 0; }
    .drawer-submenu a {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 10px 5%;
      font-size: 1.4rem;
      font-weight: bold;
      background: #fff;
      border-radius: 3px; }
    .drawer-submenu i {
      color: #FF8000;
      margin: 0 0.3em 0 0;
      font-size: 1.0rem; }
  .drawer-menu a {
    padding: 10px 5%;
    text-decoration: none;
    color: #fff;
    display: block;
    border-bottom: 1px solid #E9E9E9; }
  .drawer-menu i {
    margin: 0 0.3em 0 0;
    font-size: 1.0rem;
    color: #fff; } }

/*--------------------------------------------------------------------
　　main-contents
--------------------------------------------------------------------*/
#main-contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

/*--------------------------------------------------------------------
　　pankuzu
--------------------------------------------------------------------*/
#pankuzu {
  margin: 0 0 30px 0; }
  #pankuzu ol {
    padding: 0 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #pankuzu a {
    color: #333;
    text-decoration: none; }
    #pankuzu a:after {
      font-family: "Font Awesome 5 Free";
      content: '\f105';
      font-weight: 900;
      padding: 0 0.6em; }

@media (max-width: 960px) {
  #pankuzu {
    margin: 0 0 10px 0;
    font-size: 1.1rem; }
    #pankuzu ul {
      padding: 0 0 0 3%; }
    #pankuzu a:after {
      padding: 0 0.6em; } }

/*--------------------------------------------------------------------
　　footer
--------------------------------------------------------------------*/
#footer-nav-wrap {
  width: 100%;
  background: #FF8000; }

#footer-nav {
  padding: 22px 0 22px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#footer-nav li {
  width: 14%;
  border-right: 1px solid #fff;
  text-align: center; }
  #footer-nav li a {
    -webkit-transition: all  0.6s ease;
    -o-transition: all  0.6s ease;
    transition: all  0.6s ease;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem; }
    #footer-nav li a:hover {
      opacity: 0.8;
      -webkit-transition: all  0.6s ease;
      -o-transition: all  0.6s ease;
      transition: all  0.6s ease; }
  #footer-nav li:first-child {
    border-left: 1px solid #fff; }

#footer-contents-wrap {
  width: 100%;
  padding: 22px 0;
  background: #FB902B; }

#footer-contents {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  padding: 0 3%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#footer-content-1 {
  width: 70%;
  padding: 0 40px 0 0; }
  #footer-content-1 #footer-company {
    font-size: 1.2rem; }
  #footer-content-1 #footer-tel {
    margin: 2px 0;
    font-size: 2.6rem;
    font-weight: bold; }
    #footer-content-1 #footer-tel i {
      margin: 0 5px 0 0;
      font-size: 2.0rem; }
    #footer-content-1 #footer-tel span {
      font-size: 2.6rem; }
  #footer-content-1 #footer-info {
    margin: 0 0 10px 0;
    font-size: 1.2rem; }
  #footer-content-1 #footer-mail {
    width: 50%;
    -webkit-box-shadow: 1px 1px 1px gray;
    box-shadow: 1px 1px 1px gray; }
    #footer-content-1 #footer-mail a {
      -webkit-transition: all  0.6s ease;
      -o-transition: all  0.6s ease;
      transition: all  0.6s ease;
      padding: 12px;
      color: #05256D;
      text-decoration: none;
      font-weight: bold;
      display: block;
      text-align: center;
      background: #CBDBEF; }
      #footer-content-1 #footer-mail a:hover {
        opacity: 0.8;
        -webkit-transition: all  0.6s ease;
        -o-transition: all  0.6s ease;
        transition: all  0.6s ease; }

#footer-content-2 {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  #footer-content-2 ul li {
    font-size: 1.2rem; }

#footer-copy {
  padding: 12px 0;
  text-align: center; }

@media (max-width: 960px) {
  #footer-nav-wrap {
    padding: 10px 3%; }
  #footer-nav {
    padding: 0 0 0 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #footer-nav li {
    width: 100%;
    padding: 10px 2%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    #footer-nav li:first-child {
      border-left: none; }
  #footer-contents-wrap {
    width: 100%;
    padding: 14px 0; }
  #footer-contents {
    padding: 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #footer-content-1 {
    width: 100%;
    padding: 0 0 0 0; }
    #footer-content-1 #footer-tel a {
      text-decoration: none;
      color: #fff; }
    #footer-content-1 #footer-info {
      margin: 0 0 10px 0;
      font-size: 1.2rem; }
    #footer-content-1 #footer-mail {
      width: 100%;
      margin: 0 0 10px 0;
      font-size: 1.4rem; }
  #footer-content-2 {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #footer-content-2 ul li {
      font-size: 1.0rem; }
  #footer-copy {
    padding: 10px 0;
    text-align: center;
    font-size: 1.0rem; } }

/*----------------------------------------------------------------------------------------------
  pagetop
----------------------------------------------------------------------------------------------*/
#pagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #000000;
  cursor: pointer;
  color: #fff;
  font-size: 4.6rem;
  text-align: center;
  line-height: 70px; }

@media (max-width: 960px) {
  #pagetop {
    width: 50px;
    height: 50px;
    font-size: 3.6rem;
    text-align: center;
line-height: 50px; } }



div.method_text {
	padding: 10px;
	border: 1px dotted #ccc;
	margin: 5px 0 15px;
	width: 100%;
	margin: 20px auto;
	max-width: 1000px;
}
	
.index-payment ul#card_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	}
	
	.index-payment	ul#card_type li {
  width: 16%;
}