@charset "UTF-8";
/* ---------------------------------------------------------
 Reset
--------------------------------------------------------- */
/* Global selectors
	--------------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, img, a,
small, strong, 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, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background-color: transparent;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
}

*, ::before, ::after {
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/* General elements
	--------------------------------------------------------- */
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,section {
  display: block;
}

[hidden] {
  display: none;
}

ul, ol {
  list-style: none;
  list-style-type: none;
}

a {
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

small {
  font-size: 80%;
}

hr {
  overflow: visible;
}

/* Forms
	--------------------------------------------------------- */
button,
[type="button"],
[type="reset"],
[type="submit"] [role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
textarea {
  font: inherit;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  color: inherit;
}

button {
  background-color: transparent;
  border-style: none;
}

select::-ms-value {
  color: currentColor;
}
button {
  background-color: transparent;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 0.4em;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ---------------------------------------------------------
 Body
--------------------------------------------------------- */
body {
  background: #fff;
  line-height: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 1.5em;
  text-align: left;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* ---------------------------------------------------------
 Element style
--------------------------------------------------------- */
/* section, article
--------------------------------------------------------- */
section, article,main {
  clear: both;
  *zoom: 1;
}
  section::after, article::after,main::after {
    content: "";
    display: table;
    clear: both;
  }
/* Main-contents
--------------------------------------------------------- */
.main-contents{
  flex: 1 0 auto;
}
/* heading
--------------------------------------------------------- */
h1, h2, h3, h4, h5, p, dl, ul, ol, table {
  letter-spacing: 0.2px;
}

/* link
--------------------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}
a[href]:not([class]),
.l-footer .page-top__link{
  color: #3B9250;
  transition: .2s;
}
a[href]:not([class]):hover,
a[href]:not([class]):active,
.l-footer a:hover,
.l-footer a:active {
  color: #3B9250;
  text-decoration: none ;
}
a[href]:not([class]):visited {
  color: #333;
}
.l-footer a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .hide-l {
    display: none;
  }
}
/* selection
--------------------------------------------------------- */
/* ::selection {
  background: #816b4e;
}

::-moz-selection {
  background: #816b4e;
} */
/* Forms
--------------------------------------------------------- */
input, textarea, select, label, button {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
}
  @media screen and (min-width: 768px) {
    input, textarea, select, label, button {
      font-size: 14px;
      font-size: 1.4rem;
    }
  }

input, textarea, select {
  outline: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  padding: 5px 6px;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  border: solid 1px #b4b4b4;
}

input[type="radio"] {
  margin-right: 0.4em;
  vertical-align: middle;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}
select {
  padding: 4px 2px;
  border: 1px solid #818181;
  background-color: #fff;
  white-space: nowrap;
}
  @media screen and (min-width: 768px) {
    select {
      border-color: #b4b4b4;
      }
    }

input:focus, textarea:focus, select:focus {
  border-color: #666;
}

label {
  cursor: pointer;
}

textarea {
  border: solid 1px #b4b4b4;
}

input[type="button"], input[type="submit"], button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, textarea,select{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .hidden-s {
    display: none !important;
    }
  }

@media all and (min-width: 768px) {
  .hidden-l {
    display: none !important;
    }
  }

/* ---------------------------------------------------------
  Header
--------------------------------------------------------- */
/* Drawer
-----------------------------------------------------------*/
.drawer-menu__link {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  border-bottom: 1px solid #816B4E;
  color: #816B4E;
  text-decoration: none;
}
.drawer-menu__link:after {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.8em;
  padding-right: 1em;
  font-family: FontAwesome;
}
.drawer-menu02 .drawer-menu__link {
  background-color: #F7F0E8;
}
@media screen and (min-width: 768px) {
  .drawer-toggle,
  .drawer-nav {
    display: none;
  }
}
/* header
-----------------------------------------------------------*/
.l-header {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* Logo
--------------------------------------------------------- */
.header-logo-wrap{
  position: relative;
  padding-left: 8px !important;
}
  @media screen and (min-width: 768px) {
    .header-logo-wrap{
        padding-left: 0px !important;} }
.site-logo {
  line-height: 1;
  padding-top: 10px;
  text-align: left;}
  @media screen and (min-width: 768px) {
    .site-logo {
      padding: 25px 0 15px;
      /*text-align: center;*/ } }
  .site-logo img {
    width: 220px;
	  max-width: 220px; }
    @media screen and (min-width: 768px) {
      .site-logo img {
        width: 380px;
		max-width: 380px;
		max-height: 80px;}
     }
/* ---------------------------------------------------------
  Main-nav
---------------------------------------------------------- */
/* Main-nav
-----------------------------------------------------------*/
.main-nav {
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
}
.main-nav:after {
  content: '';
  display: block;
  clear: both;
}
.main-nav__item {
  float: left;
}
.main-nav__link {
  position: relative;
  display: block;
  padding: 11px 0.5em 12px;
  background-color: #e8d7bb;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-nav__link:hover:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  margin-left: -25%;
  border: 3px solid #e8d7bb;
}
.main-nav__item + .main-nav__item{
  border-left: 1px solid #fff;
}
#main-nav03 .main-nav__link {
  color: #fff;
  background-color: #3b9250;
}
/* #main-nav03 .main-nav__link:hover {
  background-color: #e8d7bb;
} */
#main-nav03 .main-nav__link:before {
  content: '\f07a';
  padding-right: 0.6em;
  font-family: FontAwesome;
}
  @media screen and (max-width: 767px) {
    #main-nav01 { width: 33.333333333%; }
    #main-nav02 { width: 33.333333333%; }
    #main-nav03 { width: 33.333333333%; }
  }
#main-nav03 .main-nav__link:hover:after {
  display: none;
}
  @media screen and (min-width: 768px) {
  .main-nav {
    margin-top: 0;
    padding: 5px 20px 2px 0;
  }
  .main-nav-wrap {
    background-color: #e8d7bb;
  }
  .main-nav__item + .main-nav__item{
  border-left: none;}
  .current .main-nav__link:after,
  .main-nav__link:hover:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 70%;
    margin-left: -35%;
    border: 2px solid #3b9250;
  }
  #main-nav03 {
    min-width: 120px;
  }
  #main-nav03 .main-nav__link {
    color: #3b9250;
    background-color: #fff;
    border-radius: 4px;
	padding: 6px 5px;
  }
  #main-nav03 .main-nav__link:hover{
    background-color: #3b9250;
    color: #fff;
  }
  .main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-flow: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .main-nav__link {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.5em 1em;
  }
}
@media screen and (min-width: 1090px) {
  .main-nav {
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
    .system-header-a .main-nav__link{
      padding: 0.2em 0.5em;
  }
    .system-header-a #main-nav02 {
    width: 100%;
    text-align: right;
  }
  }

/* Header sub-nav
-----------------------------------------------------------*/
.header-sub-nav-wrap{
  margin-top: 1.2em;
  margin-bottom:1em;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  @media screen and (min-width: 767px) {
  .header-sub-nav-wrap {
    position: relative;
    margin-top: 1em;
  }
  .header-sub-nav {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    top: 12px;
    left: 0;
    padding-left: 10px;
  }
}
  @media screen and (min-width: 1090px) {
  .header-sub-nav-wrap{
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
  }
  .header-sub-nav { padding-left: 45px;}
  }
.header-sub-nav__item {
  display: inline-block;
  color: #474b42;
  text-decoration: none;
  transition: 0.3s;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
}
.header-sub-nav__item + .header-sub-nav__item {
  padding-left: 0.8em;
}
.header-sub-nav__link:hover {
  color: #3B9250;
}
.header-sub-nav__link:before {
  padding-right: 0.5em;
}
#header-sub-nav01:before {
  content: '\f2bd';
  font-family: FontAwesome;
  padding-right: 0.5em;
  font-size: 15px;
  font-size: 1.5rem;
	color: #816B4E;
}
.header-sub-nav__link span {
  display: block;
}
.header__menu__link.login,
.header__menu__link.logout {
  display: block;
  padding: 4px 6px 3px;
  background-color: #3b9250;
  border-radius: 4px;
  color: #fff;
  vertical-align: middle;
}
/*  @media screen and (min-width: 767px) {
    .header-sub-nav__item {
    color: #fff;
  }
  #header-sub-nav01:before {
    color: #fff;
  }
}*/
  @media screen and (min-width: 767px) {
	.system-header .header-sub-nav-wrap {
		margin-bottom: 0;
	  } }
.system-header .header-sub-nav-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.system-header .header-sub-nav-wrap {
  padding: 0 0.5em 1em 15px;
  border-bottom: 2px solid #e8d7bb;
  margin-top: 1.2em;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* .system-header .header-logo-wrap .site-logo-m img {
  margin-bottom: 10px;
} */
  @media screen and (min-width: 767px) {
    .system-header .header-sub-nav-wrap {
      padding: 0.7em 0.5em 0.8em;
      background-color: #e8d7bb;
      border-bottom: none;
      margin-top: 1em;
    }
  .system-header .header-sub-nav-wrap {
    position: relative;}
  .system-header .header-sub-nav-wrap .header-sub-nav {
    margin-top: 0;
    position: static;
    top: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-top: 1px;
  }
}
  @media screen and (min-width: 1090px) {
  .system-header .header-sub-nav-wrap {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .system-header .header-sub-nav-wrap .header-sub-nav {
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 45px;
  }
  }

/* ---------------------------------------------------------
  Main contents
--------------------------------------------------------- */
.inner {
  clear: both;
  width: 100%;
  padding: 1em 15px 5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  @media screen and (min-width: 1090px) {
    .inner {
      margin: 0 auto;
      padding: 2em 45px 5em;
      max-width: 1050px;
  }
}
.inner,
.main-contents {
  *zoom: 1;
}
  .inner:after,
  .main-contents:after {
    content: "";
    display: table;
    clear: both;
  }
.inner.toppage{
  padding-top: 0;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .main-box {
    float: right;
    width: 75%;
    margin-bottom: 30px;
    }
  }

@media screen and (min-width: 768px) {
  .sub-box {
    float: left;
    width: 20.833333333%;
    }
  }
/* ------------------------------------------
  Sub
--------------------------------------------- */
.sub-box {
  margin-top: 2em;
/* 	margin: 1em 10px 0; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  @media screen and (min-width: 768px) {
    .sub-box {
       margin-top: 1em;
    }
    .sub {
      padding-top: 0;
      border-top: none;
      }
    }
.sub-menu {
  margin-right: -10px;
  margin-left: -10px;
  background-color: #F6F6F6;
}
  @media screen and (min-width: 768px) {
    .sub-menu {
      margin-right: 0;
      margin-left: 0;
      padding-top: 10px;
      padding-bottom: 25px;
      }
    }
.sub-menu__link,
.sub-menu__link-second,
.sub-menu__text {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
.sub-menu__link,
.sub-menu__text {
  font-weight: bold;
  color: #3B9250;
}
  @media screen and (min-width: 768px) {
    .sub-menu__link,
    .sub-menu__text {
      font-size: 18px;
      font-size: 1.8rem;
      }
    }
.sub-menu__link,
.sub-menu__link-second {
  position: relative;
  padding: 12px 30px 12px 20px;
}
  .sub-menu__link:hover,
  .sub-menu__link-second:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration: none;
  }
  .sub-menu__link::after,
  .sub-menu__link-second::after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -0.7em;
    content: "\f105";
    font-family: FontAwesome;
  }
  .sub-menu__link.current,
  .sub-menu__link-second.current {
    color: #4ab664;
  }
    @media screen and (min-width: 768px) {
      .sub-menu__link::after,
      .sub-menu__link-second::after {
        display: none;
        }
      }
  @media screen and (min-width: 768px) {
    .sub-menu__link,
    .sub-menu__link-second {
      padding: 10px 20px 0;
      }
    }
.sub-menu.guide .sub-menu__link {
  color: #d1a303;
}

.sub-menu__link-second {
  border-top: 1px solid #cccccc;
}
  @media screen and (min-width: 768px) {
    .sub-menu__link-second {
      border-top: none;
      }
    }

/* ---------------------------------------------------------
  Footer
---------------------------------------------------------- */
/* Footer
-----------------------------------------------------------*/
#footer{
  clear:both;
}
.l-container{
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1090px) {
  .l-container{
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-footer {
  clear: both;
  padding-top: 1.2em;
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
}
.l-footer__inner {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 2em;
  }
}
/* Footer nav
-----------------------------------------------------------*/
.footer-nav{
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.footer-nav__link {
  display: block;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}
.footer-nav__link:before {
  content: '\f105';
  padding-right: 0.25em;
  font-family: FontAwesome;
}
.footer-nav__item + .footer-nav__item {
	margin-top: 0.8em;
}
  @media screen and (min-width: 768px) {
    .footer-nav{
      margin-top: 10px;
    }
    .footer-nav__item { display: inline-block ;}
    .footer-nav__item + .footer-nav__item {
        margin-top: 0;
        margin-left: 1em;
  }
    .footer-nav__link {
      font-size: 14px;
      font-size: 1.4rem;
      text-align: left;
    }
  }
/* Footer logo
-----------------------------------------------------------*/
.footer-logo-appi {
  text-align: center;
  padding-top: 20px;
}
  @media screen and (min-width: 768px) {
    .footer-logo-appi{
      float: left;
    margin-right: 30px;
    margin-left: 0;
    margin-top: -8px;
    padding-top: 0;
   }
  }
/* Copyright
-----------------------------------------------------------*/
.copyright {
  display: block;
  vertical-align: middle;
  text-align: center;
  background-color: #816b4e;
  color: #fff;
  padding: 8px;
}
  @media screen and (min-width: 768px) {
    .copyright__text {
      text-align: right;
    }
  }
/* Page top link
-----------------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 3%;
  right: 5%;
  display: none; }
  .page-top__link {
    display: inline-block;
    color: #fff;
    font-size: 5rem; }
    @media screen and (min-width: 1000px) {
      .page-top__link {
        color: #fff;
        font-size: 7rem; } }
/* ---------------------------------------------------------
  Button
--------------------------------------------------------- */
/* btn-container
--------------------------------------------------------- */
.btn-container {
  clear: both;
  margin-top: 2em;
  text-align: center;
}
.btn-container + .btn-container{
  margin-top: 1.2em;
}
.btn-container__item + .btn-container__item {
  margin-top: 1.2em;
}
/* Two column */
  @media screen and (min-width: 768px) {
    .btn-container {
      margin-top: 2.5em;
      margin-bottom: 2.5em;
    }
    .btn-container__item:first-child {
      float: right;
      width: 280px;
    }
    .btn-container__item:nth-of-type(2) {
      float: left;
      width: 280px;
    }
    .btn-container__item + .btn-container__item {
      margin-top: 0;
    }
  }
/* Button base
--------------------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 12px;
  background: #E8E8E8;
  min-height: 30px;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
  @media screen and (min-width: 768px) {
    .btn {
      font-size: 18px;
      font-size: 1.8rem;
      }
  }
.btn:hover {
    text-decoration: none;
}
.btn:not(:disabled) {
  cursor: pointer;
}
.btn:hover,
.btn:focus {
      opacity: 0.8;
      filter: alpha(opacity=80);
}
.btn,
.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Button size
--------------------------------------------------------- */
.btn-base, .btn-large {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  font-size: 1.6rem;
}
  @media screen and (min-width: 768px) {
    .btn-base, .btn-large {
      font-size: 18px;
      font-size: 1.8rem;
      }
    }
.btn-middle {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 19px;
  font-size: 1.9rem;
}
  @media screen and (min-width: 768px) {
    .btn-middle {
      font-size: 20px;
      font-size: 2rem;
      }
    }

@media screen and (min-width: 768px) {
  .btn-base {
    width: 240px;
    }
  }

@media screen and (min-width: 768px) {
  .btn-middle {
    width: 280px;
    }
  }

@media screen and (min-width: 768px) {
  .btn-large {
    width: 400px;
    }
  }
.btn-small {
  width: 100%;
}
  @media screen and (min-width: 768px) {
    .btn-small {
      width: 120px;
      }
    }
.btn-tiny {
  width: 50px;
  padding: 5px;
}
  @media screen and (min-width: 768px) {
    .btn-tiny {
      width: 100%;
      }
    }
/* Button stlye
--------------------------------------------------------- */
/* next */
.btn-next {
  background-color: #333;
}
  .btn-next:hover {
    background-color: #555;
  }

/* send */
.btn-send {
  background-color: #1677BA;
}

/* back */
.btn-back {
  background-color: #aaa;
}
.btn-back:hover {
    background-color: #b9b9b9;
}
/* ---------------------------------------------------------
  Icon
--------------------------------------------------------- */
.icon-text-link::before {
  margin-right: 0.5em;
  content: "\f138";
  font-family: FontAwesome;
  color: #3B9250;
}

.icon-text-link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.icon-next,
.icon-back {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.icon-next:after {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 0.4em;
  font-family: FontAwesome;
  font-size: 26px;
  font-size: 2.6rem;
}
.icon-back:before {
  content: '\f104';
  position: absolute;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 1em;
  font-family: FontAwesome;
  font-size: 26px;
  font-size: 2.6rem;
}
.btn-return,
.btn-continue-shopping {
  background-color: #fff;
  border: 1px solid #757575;
}
/* icon-list
--------------------------------------------------------- */
* + .icon-list {
  margin-top: 1.2em;
}
.icon-list__item {
  position: relative;
  padding-left: 1.2em;
}
.icon-list__item + .icon-list__item {
  margin-top: 0.6em;
}
.icon-list__item:before {
  content: '\f111';
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  color: #3B9250;
  font-family: FontAwesome;
  font-size: 80%;
}
/* ---------------------------------------------------------
  Object : Box
--------------------------------------------------------- */
/* ---------------------------------------------------------
  Object : Grid
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .grid {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    }
  }

@media screen and (min-width: 768px) {
  .grid__col.col-1-2 {
    width: 465px;
    }
  }

@media screen and (min-width: 768px) {
  .grid__col.col-1-3 {
    width: 300px;
    }
  }

.grid__col + .grid__col {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .grid__col {
    margin-top: 2rem;
    }
  }

/* page-heading
--------------------------------------------------------- */
.page-heading {
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2rem;
  color: #816b4e;
}
  @media screen and (min-width: 768px) {
    .page-heading {
      font-size: 28px;
      font-size: 2.8rem;
      }
    }

.page-heading.mb-s {
  margin-bottom: 15px;
}

.page-heading.mt-l {
  margin-top: 15px;
}
  @media screen and (min-width: 768px) {
    .page-heading.mt-l {
      margin-top: 25px;
      }
    }

.page-heading.mypage, .page-heading.guide {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  color: #816b4e;
  background: #F7F0E8;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
  @media screen and (min-width: 768px) {
    .page-heading.mypage, .page-heading.guide {
      margin-right: 0;
      margin-left: 0;
      font-size: 20px;
      font-size: 2rem;
      }
    }

.page-heading__sub {
  margin-right: 0.5em;
}
  .page-heading__sub:after {
    content: ":";
    margin-left: 0.5em;
  }

/* sub title
--------------------------------------------------------- */
.subTit {
  margin-top: 1em;
  margin-bottom: 0.8em;
  padding: 0.6em 0;
  border-top: 1px solid #816b4e;
  border-bottom: 1px solid #816b4e;
  font-size: 16px;
  font-size: 1.6rem;
  color: #816b4e;
}
  @media screen and (min-width: 768px) {
    .subTit {
      padding: 0.8em 1em;
      font-size: 20px;
      font-size: 2rem;
      }
    }

/* heading
--------------------------------------------------------- */
.heading01 {
  position: relative;
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding: 0.5em;
  color: #816b4e;
  background: #F7F0E8;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
  @media screen and (min-width: 768px) {
    .heading01 {
      padding: 0.8em 1em;
      font-size: 18px;
      font-size: 1.8rem;
      }
    }
/*.heading01.mb-s {
  margin-top: 0;
  margin-bottom: 0;
}*/
.heading02 {
  position: relative;
  margin-top: 2em;
  margin-bottom: 1.8em;
  padding: 0.8em 1em 0.8em 1.3em;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
  .heading02::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 8px;
    height: 32px;
    background-color: #816b4e;
  }
  @media screen and (min-width: 768px) {
    .heading02 {
      font-size: 18px;
      font-size: 1.8rem;
      }
    }
.heading02.no-line::before {
  display: none;
}

.heading02.mb-s {
  margin-top: 1em;
}

.heading03 {
  margin-top: 1.4em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
	color: #816b4e;
  font-size: 16px;
  font-size: 1.6rem;
}

/* Breadcrumb list
--------------------------------------------------------- */
.breadcrumb {
  clear: both;
  margin-bottom: 15px;
}
.breadcrumb__item {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
  .breadcrumb__item + .breadcrumb__item:before {
    margin: 0 5px 0 0;
    content: ">";
  }

.breadcrumb__link {
  text-decoration: none;
}
  .breadcrumb__link:hover {
    text-decoration: underline;
  }
/* Pagination
--------------------------------------------------------- */
.pagination-group {
  clear: both;
}
.pagination-group.head {
  margin-bottom: 15px;
}
.pagination-group.foot {
  margin-top: 15px;
}
.pagination {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}
  @media screen and (min-width: 768px) {
    .pagination{
      text-align: right;
    }
  }
.pagination:before,
.pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination > li {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: top;
}
.pagination > li:nth-child(n+2) {
  margin-left: 7px;
}
.pagination > li > a,
.pagination > li > span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 6px;
  line-height: 20px;
  text-decoration: none;
  box-sizing: content-box;
  text-align: center;
}
.pagination > li > a {
  background: #eeeeee;
  color: #444444;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #f5f5f5;
  color: #3B9250;
  outline: none;
}
.pagination > li > a:active {
  background-color: #dddddd;
  color: #444444;
}
.pagination > .pagination-active > span {
  background: #378f47;
  color: #ffffff;
}
.pagination > .pagination-disabled > span {
  background-color: #f5f5f5;
  color: #999999;
}
.pagination-previous,
.pagination-next{
  position: relative;
  min-width: 16px;
  padding: 3px 5px;
  height: 20px;
  line-height: 20px;
}
.pagination-next:after {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: -0.25em;
}
.pagination-previous:before {
  content: '\f104';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: -0.25em;
}
/* ---------------------------------------------------------
  Table
--------------------------------------------------------- */
/* table
--------------------------------------------------------- */
.table-default {
  margin-top: 1.2em;
}
.table-default th,
.table-default td {
  padding: 0.55em;
  border: 1px solid #e5e5e5;
}
.table-default th {
  background-color: #F7F0E8;
  color: #816b4e;
}
.table-default th[scope="col"] {
  text-align: center;
  vertical-align: middle;
}
/* table-primary
--------------------------------------------------------- */
.table-primary th, .table-primary td {
  padding: 1em;
  border: 1px solid #ccc;
}
  @media screen and (min-width: 768px) {
    .table-primary th, .table-primary td {
      padding: 1em 1.3em;
      line-height: 1.8;
      }
    .table-primary th {
      width: 30%;
    }
  }
.table-primary th {
  background: #F7F0E8;
	color: #816b4e;
}
  @media screen and (max-width: 768px) {
    .table-primary.low th, .table-primary.low td {
      display: block;
      width: 100%;
    }
    .table-primary.low td {
      border-top: none;
    }
  }
/* ------------------------------------------
  Object : Utility
--------------------------------------------- */
.img-box {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

.article-text {
  line-height: 1.8;
}
  .article-text + .article-text {
    margin-top: 1em;
  }

.lead {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}
.lead_sub {
  clear: both;
}
/* ------ clearfix ------ */
.clearfix{
  *zoom: 1;
}
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

/* ------ scrollCont ------ */
.scroll-container {
  width: auto;
  height: 220px;
  padding: 20px;
  border: 1px solid #bcbcbc;
  overflow-y: scroll;
}
  @media screen and (min-width: 768px) {
    .scroll-container {
      height: 300px;
    }
  }
/* ------ Bolck size ------ */
.size-max {
  width: 100%;
}
  @media screen and (min-width: 768px) {
    .size-max {
      width: 98%;
      }
    }

.size-l {
  width: 100%;
}
  @media screen and (min-width: 768px) {
    .size-l {
      width: 70%;
      }
    }

.size-m {
  width: 60%;
}
  @media screen and (min-width: 768px) {
    .size-m {
      width: 50% !important;
      }
    }

.size-s {
  width: 40%;
}
  @media screen and (min-width: 768px) {
    .size-s {
      width: 30% !important;
      }
    }

.size-xs {
  width: 50%;
}
  @media screen and (min-width: 768px) {
    .size-xs {
      width: 15% !important;
      }
    }

@media screen and (max-width: 481px) {
  .size-s.spMax, .size-m.spMax {
    width: 100%;
  }
  .size-s.spHalf {
    width: 60%;
    }
  }
.block-s{
	display: block;
}
@media screen and (min-width: 768px) {
  .block-s {
		display: inline-block;
    }
  }
.in
/* ------ Font size ------ */
.font-xs {
  font-size: 80%;
}

.font-s {
  font-size: 90%;
}

.font-m {
  font-size: 110%;
}

.font-l {
  font-size: 120%;
  line-height: 1.8;
}

.font-xl {
  font-size: 130%;
  line-height: 1.8;
}

/* ------ text-align ------ */
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

/* ------ text Color ------ */
.emphasis {
  color: #d72012 !important;
}
.emphasis-p{
  color: #F17816 !important;
}
.emphasis-p_b{
  color: #F17816 !important;
  font-weight: bold;
}
.remark_txt{
	color: #7F7F7F;
	font-size: 12px;
	font-size: 1.2rem;
}
.emphasis_b {
  color: #d72012 !important;
    font-weight: bold;
}
/* ------ text Bold ------ */
.txtBold {
  font-weight: bold;
}
.txtNormal{
  font-weight: normal;
}
/* ------ Margin Padding ------ */
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.pdt20 {
  padding-top: 20px;
}
.pdt30 {
  padding-top: 30px;
}
/* ------ Links icon ------ */
a[href$=".pdf"]:after {
  display: inline-block;
  content:'\f1c1';
  margin-left: 0.5em;
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  color: #a3a3a3;
}
/* Grid
--------------------------------------------------------- */
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
/* Two grid
--------------------------------------------------------- */
.grid-col-2 .grid__col {
  margin-top: 1.5em;
  width: calc((100% - 20px) / 2); }
  @media screen and (min-width: 768px) {
    .grid-col-2 .grid__col {
      margin-top: 0;
      width: calc((100% - 45px) / 2); } }
/* Three grid
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .grid-col-3:after {
    content: '';
    display: block;
    width: calc((100% - 25px) / 3); } }

.grid-col-3 .grid__col {
  margin-top: 1.5em; }
  @media screen and (min-width: 768px) {
    .grid-col-3 .grid__col {
      margin-top: 0;
      width: calc((100% - 25px) / 3); } }

